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

Public Methods | |
| void | RequestViewGetValues () |
| Sends a wxGRIDTABLE_REQUEST_VIEW_GET_VALUES wxGridTableMessage to the view, if not NULL. More... | |
| void | RequestViewSendValues () |
| Sends a wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyRowsInserted (int pos, int numRows) |
| Sends a wxGRIDTABLE_NOTIFY_ROWS_INSERTED wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyRowsAppended (int numRows) |
| Sends a wxGRIDTABLE_NOTIFY_ROWS_APPENDED wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyRowsDeleted (int pos, int numRows) |
| Sends a wxGRIDTABLE_NOTIFY_ROWS_DELETED wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyColsInserted (int pos, int numCols) |
| Sends a wxGRIDTABLE_NOTIFY_COLS_INSERTED wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyColsAppended (int numCols) |
| Sends a wxGRIDTABLE_NOTIFY_COLS_APPENDED wxGridTableMessage to the view, if not NULL. More... | |
| void | NotifyColsDeleted (int pos, int numCols) |
| Sends a wxGRIDTABLE_NOTIFY_COLS_DELETED wxGridTableMessage to the view, if not NULL. More... | |
Definition at line 23 of file AddressGridTable.h.
|
|
Sends a wxGRIDTABLE_NOTIFY_COLS_APPENDED wxGridTableMessage to the view, if not NULL.
Definition at line 68 of file AddressGridTable.cpp. Referenced by AddressGridTable::ChangeColumns(), and AddressGridTable::Initialize(). |
|
||||||||||||
|
Sends a wxGRIDTABLE_NOTIFY_COLS_DELETED wxGridTableMessage to the view, if not NULL.
Definition at line 77 of file AddressGridTable.cpp. |
|
||||||||||||
|
Sends a wxGRIDTABLE_NOTIFY_COLS_INSERTED wxGridTableMessage to the view, if not NULL.
Definition at line 59 of file AddressGridTable.cpp. |
|
|
Sends a wxGRIDTABLE_NOTIFY_ROWS_APPENDED wxGridTableMessage to the view, if not NULL.
Definition at line 41 of file AddressGridTable.cpp. Referenced by AddressGridTable::ChangeColumns(), AddressGridTable::Initialize(), and AddressGridTable::Sort(). |
|
||||||||||||
|
Sends a wxGRIDTABLE_NOTIFY_ROWS_DELETED wxGridTableMessage to the view, if not NULL.
Definition at line 50 of file AddressGridTable.cpp. Referenced by AddressGridTable::Sort(). |
|
||||||||||||
|
Sends a wxGRIDTABLE_NOTIFY_ROWS_INSERTED wxGridTableMessage to the view, if not NULL.
Definition at line 32 of file AddressGridTable.cpp. |
|
|
Sends a wxGRIDTABLE_REQUEST_VIEW_GET_VALUES wxGridTableMessage to the view, if not NULL.
Definition at line 14 of file AddressGridTable.cpp. |
|
|
Sends a wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES wxGridTableMessage to the view, if not NULL.
Definition at line 23 of file AddressGridTable.cpp. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001