#include <wx/propgrid/property.h>
Public Member Functions | |
wxPGChoicesData () | |
void | CopyDataFrom (wxPGChoicesData *data) |
wxPGChoiceEntry & | Insert (int index, const wxPGChoiceEntry &item) |
void | Clear () |
unsigned int | GetCount () const |
const wxPGChoiceEntry & | Item (unsigned int i) const |
wxPGChoiceEntry & | Item (unsigned int i) |
Protected Member Functions | |
virtual | ~wxPGChoicesData () |
wxPGChoicesData::wxPGChoicesData | ( | ) |
|
protectedvirtual |
void wxPGChoicesData::Clear | ( | ) |
void wxPGChoicesData::CopyDataFrom | ( | wxPGChoicesData * | data | ) |
unsigned int wxPGChoicesData::GetCount | ( | ) | const |
wxPGChoiceEntry& wxPGChoicesData::Insert | ( | int | index, |
const wxPGChoiceEntry & | item | ||
) |
const wxPGChoiceEntry& wxPGChoicesData::Item | ( | unsigned int | i | ) | const |
wxPGChoiceEntry& wxPGChoicesData::Item | ( | unsigned int | i | ) |