NIREP
|
Public Member Functions | |
void | AppendToCombo (wxString &append) |
virtual void | ApplyEdit (int row, int col, wxGrid *grid) |
virtual void | BeginEdit (int row, int col, wxGrid *grid) |
virtual wxGridCellEditor * | Clone () const |
virtual void | Create (wxWindow *parent, wxWindowID id, wxEvtHandler *evtHandler) |
virtual bool | EndEdit (int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval) |
virtual wxString | GetValue () const |
virtual void | PaintBackground (const wxRect &rectCell, wxGridCellAttr *attr) |
virtual void | Reset () |
void | SetChoice (wxString &selection) |
void | SetParameters (size_t count, const wxString choices[]) |
void | SetParameters (const wxArrayString &choices) |
virtual void | SetParameters (const wxString ¶ms) |
wxFastComboEditor (size_t count=0, const wxString choices[]=NULL, bool allowOthers=FALSE) | |
Protected Member Functions | |
wxSComboBox * | Combo () const |
Protected Attributes | |
bool | m_allowOthers |
wxArrayString | m_choices |
wxPoint | m_pointActivate |
wxString | m_selection |
wxString | m_startValue |
wxFastComboEditor::wxFastComboEditor | ( | size_t | count = 0 , |
const wxString | choices[] = NULL , |
||
bool | allowOthers = FALSE |
||
) |
void wxFastComboEditor::AppendToCombo | ( | wxString & | append | ) |
void wxFastComboEditor::ApplyEdit | ( | int | row, |
int | col, | ||
wxGrid * | grid | ||
) | [virtual] |
void wxFastComboEditor::BeginEdit | ( | int | row, |
int | col, | ||
wxGrid * | grid | ||
) | [virtual] |
wxGridCellEditor * wxFastComboEditor::Clone | ( | ) | const [virtual] |
wxSComboBox* wxFastComboEditor::Combo | ( | ) | const [inline, protected] |
void wxFastComboEditor::Create | ( | wxWindow * | parent, |
wxWindowID | id, | ||
wxEvtHandler * | evtHandler | ||
) | [virtual] |
bool wxFastComboEditor::EndEdit | ( | int | row, |
int | col, | ||
const wxGrid * | grid, | ||
const wxString & | oldval, | ||
wxString * | newval | ||
) | [virtual] |
wxString wxFastComboEditor::GetValue | ( | ) | const [virtual] |
void wxFastComboEditor::PaintBackground | ( | const wxRect & | rectCell, |
wxGridCellAttr * | attr | ||
) | [virtual] |
void wxFastComboEditor::Reset | ( | ) | [virtual] |
void wxFastComboEditor::SetChoice | ( | wxString & | selection | ) |
void wxFastComboEditor::SetParameters | ( | const wxString & | params | ) | [virtual] |
void wxFastComboEditor::SetParameters | ( | size_t | count, |
const wxString | choices[] | ||
) |
void wxFastComboEditor::SetParameters | ( | const wxArrayString & | choices | ) |
bool wxFastComboEditor::m_allowOthers [protected] |
wxArrayString wxFastComboEditor::m_choices [protected] |
wxPoint wxFastComboEditor::m_pointActivate [protected] |
wxString wxFastComboEditor::m_selection [protected] |
wxString wxFastComboEditor::m_startValue [protected] |