NIREP

wxFastComboEditor Class Reference

Inheritance diagram for wxFastComboEditor:
Collaboration diagram for wxFastComboEditor:

List of all members.

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 wxGridCellEditorClone () 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 &params)
 wxFastComboEditor (size_t count=0, const wxString choices[]=NULL, bool allowOthers=FALSE)

Protected Member Functions

wxSComboBoxCombo () const

Protected Attributes

bool m_allowOthers
wxArrayString m_choices
wxPoint m_pointActivate
wxString m_selection
wxString m_startValue

Constructor & Destructor Documentation

wxFastComboEditor::wxFastComboEditor ( size_t  count = 0,
const wxString  choices[] = NULL,
bool  allowOthers = FALSE 
)

Member Function Documentation

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)

Member Data Documentation

wxArrayString wxFastComboEditor::m_choices [protected]
wxString wxFastComboEditor::m_selection [protected]
wxString wxFastComboEditor::m_startValue [protected]
 All Classes Functions Variables Typedefs Enumerations Enumerator