#include <wx/grid.h>
A simple class used to pass messages from the table to the grid.
§ wxGridTableMessage() [1/2]
wxGridTableMessage::wxGridTableMessage |
( |
| ) |
|
§ wxGridTableMessage() [2/2]
wxGridTableMessage::wxGridTableMessage |
( |
wxGridTableBase * |
table, |
|
|
int |
id, |
|
|
int |
comInt1 = -1 , |
|
|
int |
comInt2 = -1 |
|
) |
| |
§ GetCommandInt()
int wxGridTableMessage::GetCommandInt |
( |
| ) |
|
§ GetCommandInt2()
int wxGridTableMessage::GetCommandInt2 |
( |
| ) |
|
§ GetId()
int wxGridTableMessage::GetId |
( |
| ) |
|
§ GetTableObject()
§ SetCommandInt()
void wxGridTableMessage::SetCommandInt |
( |
int |
comInt1 | ) |
|
§ SetCommandInt2()
void wxGridTableMessage::SetCommandInt2 |
( |
int |
comInt2 | ) |
|
§ SetId()
void wxGridTableMessage::SetId |
( |
int |
id | ) |
|
§ SetTableObject()