wx.GridCtrl.GridStringTable Class Reference

Inheritance diagram for wx.GridCtrl.GridStringTable:

wx.GridCtrl.GridTableBase wx.Object

List of all members.

Public Member Functions

override int GetNumberCols ()
override int GetNumberRows ()
override string GetValue (int row, int col)
wxString GetWxString (int row, int col)
 GridStringTable (IntPtr ptr)
override bool IsEmptyCell (int row, int col)
override void SetValue (int row, int col, string val)
void SetWxString (int row, int col, wxString val)


Detailed Description

Simplest type of data table for a grid for small tables of strings that are stored in memory: This is the default model of grids.

Constructor & Destructor Documentation

wx.GridCtrl.GridStringTable.GridStringTable ( IntPtr  ptr  ) 


Member Function Documentation

override int wx.GridCtrl.GridStringTable.GetNumberCols (  )  [virtual]

Defines the number of columns in the table.

Implements wx.GridCtrl.GridTableBase.

override int wx.GridCtrl.GridStringTable.GetNumberRows (  )  [virtual]

Defines the number of rows in the table.

Implements wx.GridCtrl.GridTableBase.

override string wx.GridCtrl.GridStringTable.GetValue ( int  row,
int  col 
) [virtual]

Implements wx.GridCtrl.GridTableBase.

wxString wx.GridCtrl.GridStringTable.GetWxString ( int  row,
int  col 
)

override bool wx.GridCtrl.GridStringTable.IsEmptyCell ( int  row,
int  col 
) [virtual]

Defines whether a cell can contain dat or not.

Parameters:
row The row of the requested cell
col The column index of the requested cell
Returns:
True iff the cell is empty.

Implements wx.GridCtrl.GridTableBase.

override void wx.GridCtrl.GridStringTable.SetValue ( int  row,
int  col,
string  val 
) [virtual]

Implements wx.GridCtrl.GridTableBase.

void wx.GridCtrl.GridStringTable.SetWxString ( int  row,
int  col,
wxString  val 
)


Manual of the wx.NET   (c) 2003-2011 the wx.NET project at   Get wx.NET at SourceForge.net. Fast, secure and Free Open Source software downloads