|
Stimfit @PACKAGE_VERSION@
|
Adapts stfnum::Table to be used by wxStfGrid. More...
#include <table.h>


Public Member Functions | |
| wxStfTable (const stfnum::Table &table_) | |
| Constructor. | |
| virtual int | GetNumberRows () |
| Get the number of rows. | |
| virtual int | GetNumberCols () |
| Get the number of columns. | |
| virtual bool | IsEmptyCell (int row, int col) |
| Check whether a cell is empty. | |
| virtual wxString | GetValue (int row, int col) |
| Retrieve a cell entry. | |
| virtual void | SetValue (int row, int col, const wxString &value) |
| Set a cell entry. | |
| wxString | GetSelection (const wxGridCellCoordsArray &selection) |
| Retrieve values from selected cells. | |
Adapts stfnum::Table to be used by wxStfGrid.