#include <odcombo.h>
Public Member Functions | |
virtual void | Clear () |
bool | Create (wxWindow *parent, wxWindowID id, const wxString &value, const wxPoint &pos, const wxSize &size, const wxArrayString &choices, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxODComboBoxNameStr) |
bool | Create (wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, int n=0, const wxString choices[]=(const wxString *) NULL, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxODComboBoxNameStr) |
bool | Create (wxWindow *parent, wxWindowID id, const wxString &value=wxEmptyString, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxODComboBoxNameStr) |
virtual void | Delete (wxODCIndex n) |
virtual int | FindString (const wxString &s) const |
virtual wxODCCount | GetCount () const |
virtual int | GetSelection () const |
virtual wxString | GetString (wxODCIndex n) const |
virtual void | Select (int n) |
void | SetSelection (int n) |
virtual void | SetString (wxODCIndex n, const wxString &s) |
wxPGOwnerDrawnComboBox (wxWindow *parent, wxWindowID id, const wxString &value, const wxPoint &pos, const wxSize &size, const wxArrayString &choices, long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxODComboBoxNameStr) | |
wxPGOwnerDrawnComboBox (wxWindow *parent, wxWindowID id, const wxString &value, const wxPoint &pos, const wxSize &size, int n, const wxString choices[], long style=0, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxODComboBoxNameStr) | |
wxPGOwnerDrawnComboBox () | |
virtual | ~wxPGOwnerDrawnComboBox () |
Protected Member Functions | |
void | ClearClientDatas () |
virtual int | DoAppend (const wxString &item) |
virtual void * | DoGetItemClientData (wxODCIndex n) const |
virtual wxClientData * | DoGetItemClientObject (wxODCIndex n) const |
virtual int | DoInsert (const wxString &item, wxODCIndex pos) |
virtual void | DoSetItemClientData (wxODCIndex n, void *clientData) |
virtual void | DoSetItemClientObject (wxODCIndex n, wxClientData *clientData) |
Protected Attributes | |
wxPGVListBoxComboPopup * | m_popupInterface |
Private Member Functions | |
void | Init () |
Friends | |
class | wxPGComboControlBase |
class | wxPGComboPopupWindow |
Definition at line 987 of file odcombo.h.
wxPGOwnerDrawnComboBox::wxPGOwnerDrawnComboBox | ( | ) | [inline] |
wxPGOwnerDrawnComboBox::wxPGOwnerDrawnComboBox | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | value, | |||
const wxPoint & | pos, | |||
const wxSize & | size, | |||
int | n, | |||
const wxString | choices[], | |||
long | style = 0 , |
|||
const wxValidator & | validator = wxDefaultValidator , |
|||
const wxString & | name = wxODComboBoxNameStr | |||
) | [inline] |
wxPGOwnerDrawnComboBox::wxPGOwnerDrawnComboBox | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | value, | |||
const wxPoint & | pos, | |||
const wxSize & | size, | |||
const wxArrayString & | choices, | |||
long | style = 0 , |
|||
const wxValidator & | validator = wxDefaultValidator , |
|||
const wxString & | name = wxODComboBoxNameStr | |||
) |
virtual wxPGOwnerDrawnComboBox::~wxPGOwnerDrawnComboBox | ( | ) | [virtual] |
virtual void wxPGOwnerDrawnComboBox::Clear | ( | ) | [virtual] |
void wxPGOwnerDrawnComboBox::ClearClientDatas | ( | ) | [protected] |
bool wxPGOwnerDrawnComboBox::Create | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | value, | |||
const wxPoint & | pos, | |||
const wxSize & | size, | |||
const wxArrayString & | choices, | |||
long | style = 0 , |
|||
const wxValidator & | validator = wxDefaultValidator , |
|||
const wxString & | name = wxODComboBoxNameStr | |||
) |
bool wxPGOwnerDrawnComboBox::Create | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | value = wxEmptyString , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
int | n = 0 , |
|||
const wxString | choices[] = (const wxString *) NULL , |
|||
long | style = 0 , |
|||
const wxValidator & | validator = wxDefaultValidator , |
|||
const wxString & | name = wxODComboBoxNameStr | |||
) |
bool wxPGOwnerDrawnComboBox::Create | ( | wxWindow * | parent, | |
wxWindowID | id, | |||
const wxString & | value = wxEmptyString , |
|||
const wxPoint & | pos = wxDefaultPosition , |
|||
const wxSize & | size = wxDefaultSize , |
|||
long | style = 0 , |
|||
const wxValidator & | validator = wxDefaultValidator , |
|||
const wxString & | name = wxODComboBoxNameStr | |||
) |
Reimplemented from wxPGComboControl.
virtual void wxPGOwnerDrawnComboBox::Delete | ( | wxODCIndex | n | ) | [virtual] |
virtual int wxPGOwnerDrawnComboBox::DoAppend | ( | const wxString & | item | ) | [protected, virtual] |
virtual void* wxPGOwnerDrawnComboBox::DoGetItemClientData | ( | wxODCIndex | n | ) | const [protected, virtual] |
virtual wxClientData* wxPGOwnerDrawnComboBox::DoGetItemClientObject | ( | wxODCIndex | n | ) | const [protected, virtual] |
virtual int wxPGOwnerDrawnComboBox::DoInsert | ( | const wxString & | item, | |
wxODCIndex | pos | |||
) | [protected, virtual] |
virtual void wxPGOwnerDrawnComboBox::DoSetItemClientData | ( | wxODCIndex | n, | |
void * | clientData | |||
) | [protected, virtual] |
virtual void wxPGOwnerDrawnComboBox::DoSetItemClientObject | ( | wxODCIndex | n, | |
wxClientData * | clientData | |||
) | [protected, virtual] |
virtual int wxPGOwnerDrawnComboBox::FindString | ( | const wxString & | s | ) | const [virtual] |
virtual wxODCCount wxPGOwnerDrawnComboBox::GetCount | ( | ) | const [virtual] |
virtual int wxPGOwnerDrawnComboBox::GetSelection | ( | ) | const [virtual] |
virtual wxString wxPGOwnerDrawnComboBox::GetString | ( | wxODCIndex | n | ) | const [virtual] |
void wxPGOwnerDrawnComboBox::Init | ( | ) | [private] |
Reimplemented from wxPGGenericComboControl.
virtual void wxPGOwnerDrawnComboBox::Select | ( | int | n | ) | [virtual] |
void wxPGOwnerDrawnComboBox::SetSelection | ( | int | n | ) | [inline] |
virtual void wxPGOwnerDrawnComboBox::SetString | ( | wxODCIndex | n, | |
const wxString & | s | |||
) | [virtual] |
friend class wxPGComboControlBase [friend] |
friend class wxPGComboPopupWindow [friend] |
Reimplemented from wxPGComboControlBase.
Reimplemented from wxPGComboControlBase.