#include <AddressGridTable.h>
Inheritance diagram for AddressGridTable::

Public Methods | |
| void | Initialize () |
| Deletes and initializes the table with default values. More... | |
| void | Initialize (wxDataInputStream &in) |
| Initializes the table from a stream. More... | |
| void | serialize (wxDataOutputStream &out) |
| Saves the table to a stream. More... | |
| void | Sort (int col1, int col2, int col3) |
| Sort the table. More... | |
| void | ChangeColumns (ColumnFieldArray &column) |
| Rename, move, add and delete columns. More... | |
Definition at line 88 of file AddressGridTable.h.
|
|
Rename, move, add and delete columns.
Definition at line 538 of file AddressGridTable.cpp. References wxGridTableBaseWithNotifyMethods::NotifyColsAppended(), and wxGridTableBaseWithNotifyMethods::NotifyRowsAppended(). Referenced by AddressManagerFrame::OnMenuTableConfig(). |
|
|
Initializes the table from a stream.
Definition at line 422 of file AddressGridTable.cpp. References wxGridTableBaseWithNotifyMethods::NotifyColsAppended(), and wxGridTableBaseWithNotifyMethods::NotifyRowsAppended(). |
|
|
Deletes and initializes the table with default values.
Definition at line 404 of file AddressGridTable.cpp. References wxGridTableBaseWithNotifyMethods::NotifyColsAppended(), and wxGridTableBaseWithNotifyMethods::NotifyRowsAppended(). Referenced by AddressManagerFrame::OnMenuFileNew(), and AddressManagerFrame::OnMenuFileOpen(). |
|
|
Saves the table to a stream.
Definition at line 101 of file AddressGridTable.cpp. Referenced by AddressManagerFrame::FileSaveImpl(). |
|
||||||||||||||||
|
Sort the table.
Definition at line 494 of file AddressGridTable.cpp. References wxGridTableBaseWithNotifyMethods::NotifyRowsAppended(), and wxGridTableBaseWithNotifyMethods::NotifyRowsDeleted(). Referenced by AddressManagerFrame::OnMenuTableSort(). |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001