Main Page   Class Hierarchy   Compound List   File List   Compound Members  

wxGridTableBaseWithNotifyMethods Class Reference

Base class with some helper methods for AddressGridTable. More...

#include <AddressGridTable.h>

Inheritance diagram for wxGridTableBaseWithNotifyMethods::

AddressGridTable List of all members.

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...


Detailed Description

Base class with some helper methods for AddressGridTable.

Definition at line 23 of file AddressGridTable.h.


Member Function Documentation

void wxGridTableBaseWithNotifyMethods::NotifyColsAppended int    numCols
 

Sends a wxGRIDTABLE_NOTIFY_COLS_APPENDED wxGridTableMessage to the view, if not NULL.

Parameters:
numCols  Number of columns, which were appended to the end.

Definition at line 68 of file AddressGridTable.cpp.

Referenced by AddressGridTable::ChangeColumns(), and AddressGridTable::Initialize().

void wxGridTableBaseWithNotifyMethods::NotifyColsDeleted int    pos,
int    numCols
 

Sends a wxGRIDTABLE_NOTIFY_COLS_DELETED wxGridTableMessage to the view, if not NULL.

Parameters:
pos  Start position, from which the columns were deleted.
numCols  Number of columns, which were deleted.

Definition at line 77 of file AddressGridTable.cpp.

void wxGridTableBaseWithNotifyMethods::NotifyColsInserted int    pos,
int    numCols
 

Sends a wxGRIDTABLE_NOTIFY_COLS_INSERTED wxGridTableMessage to the view, if not NULL.

Parameters:
pos  Start position, from which the columns were inserted.
numCols  Number of columns, which were inserted.

Definition at line 59 of file AddressGridTable.cpp.

void wxGridTableBaseWithNotifyMethods::NotifyRowsAppended int    numRows
 

Sends a wxGRIDTABLE_NOTIFY_ROWS_APPENDED wxGridTableMessage to the view, if not NULL.

Parameters:
numRows  Number of rows, which were appended to the end.

Definition at line 41 of file AddressGridTable.cpp.

Referenced by AddressGridTable::ChangeColumns(), AddressGridTable::Initialize(), and AddressGridTable::Sort().

void wxGridTableBaseWithNotifyMethods::NotifyRowsDeleted int    pos,
int    numRows
 

Sends a wxGRIDTABLE_NOTIFY_ROWS_DELETED wxGridTableMessage to the view, if not NULL.

Parameters:
pos  Start position, from which the rows were deleted.
numRows  Number of rows, which were deleted.

Definition at line 50 of file AddressGridTable.cpp.

Referenced by AddressGridTable::Sort().

void wxGridTableBaseWithNotifyMethods::NotifyRowsInserted int    pos,
int    numRows
 

Sends a wxGRIDTABLE_NOTIFY_ROWS_INSERTED wxGridTableMessage to the view, if not NULL.

Parameters:
pos  Start position, from which the rows were inserted.
numRows  Number of rows, which were inserted.

Definition at line 32 of file AddressGridTable.cpp.

void wxGridTableBaseWithNotifyMethods::RequestViewGetValues  
 

Sends a wxGRIDTABLE_REQUEST_VIEW_GET_VALUES wxGridTableMessage to the view, if not NULL.

Definition at line 14 of file AddressGridTable.cpp.

void wxGridTableBaseWithNotifyMethods::RequestViewSendValues  
 

Sends a wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES wxGridTableMessage to the view, if not NULL.

Definition at line 23 of file AddressGridTable.cpp.


Generated on Thu May 2 15:13:51 2002 for Wino by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001