Adapts stf::Table to be used by wxStfGrid.
More...
#include <table.h>
List of all members.
Detailed Description
Adapts stf::Table to be used by wxStfGrid.
Constructor & Destructor Documentation
| wxStfTable::wxStfTable |
( |
const stf::Table & |
table_ | ) |
[inline] |
Member Function Documentation
| virtual int wxStfTable::GetNumberCols |
( |
| ) |
[inline, virtual] |
| virtual int wxStfTable::GetNumberRows |
( |
| ) |
[inline, virtual] |
Retrieve values from selected cells.
- Parameters:
-
| selection | The selected cells. |
- Returns:
- The selection as a single string.
| virtual wxString wxStfTable::GetValue |
( |
int |
row, |
|
|
int |
col |
|
) |
| [virtual] |
Retrieve a cell entry.
- Parameters:
-
| row | The row number of the cell. |
| col | The column number of the cell. |
- Returns:
- The cell entry as a string.
| virtual bool wxStfTable::IsEmptyCell |
( |
int |
row, |
|
|
int |
col |
|
) |
| [virtual] |
Check whether a cell is empty.
- Parameters:
-
| row | The row number of the cell. |
| col | The column number of the cell. |
- Returns:
- true if the cell is empty, false otherwise.
| virtual void wxStfTable::SetValue |
( |
int |
row, |
|
|
int |
col, |
|
|
const wxString & |
value |
|
) |
| [virtual] |
Set a cell entry.
- Parameters:
-
| row | The row number of the cell. |
| col | The column number of the cell. |
| value | The new cell entry. |
The documentation for this class was generated from the following file: