NIREP
|
Public Member Functions | |
void | ClearSelection () |
EzGrid (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxWANTS_CHARS, const wxString &name=wxPanelNameStr) | |
void | PreviousState () |
void | RecalcRowLabel () |
void | RevertSel () |
void | SetNumberRows (int nRows) |
void | UpdateNumRows () |
~EzGrid () | |
Protected Member Functions | |
virtual wxSize | DoGetBestSize () const |
void | OnCellLeftClick (wxGridEvent &event) |
Protected Attributes | |
wxGridSelection * | m_selTemp |
EzGrid::EzGrid | ( | wxWindow * | parent, |
wxWindowID | id, | ||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = wxWANTS_CHARS , |
||
const wxString & | name = wxPanelNameStr |
||
) |
EzGrid::~EzGrid | ( | ) |
void EzGrid::ClearSelection | ( | ) |
wxSize EzGrid::DoGetBestSize | ( | ) | const [protected, virtual] |
void EzGrid::OnCellLeftClick | ( | wxGridEvent & | event | ) | [protected] |
void EzGrid::PreviousState | ( | ) |
void EzGrid::RecalcRowLabel | ( | ) |
void EzGrid::RevertSel | ( | ) | [inline] |
void EzGrid::SetNumberRows | ( | int | nRows | ) |
void EzGrid::UpdateNumRows | ( | ) |
wxGridSelection* EzGrid::m_selTemp [protected] |