Stimfit @PACKAGE_VERSION@
Loading...
Searching...
No Matches

Adapts stfnum::Table to be used by wxStfGrid. More...

#include <table.h>

Inheritance diagram for wxStfTable:
Collaboration diagram for wxStfTable:

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.

Detailed Description

Adapts stfnum::Table to be used by wxStfGrid.

Definition at line 31 of file table.h.


The documentation for this class was generated from the following file: