#include <propgrid.h>
Public Member Functions | |
void | Clear () |
void | CopyDataFrom (wxPGChoicesData *data) |
void | DecRef () |
unsigned int | GetCount () const |
void | Insert (int index, wxPGChoiceEntry *item) |
wxPGChoiceEntry * | Item (unsigned int i) const |
wxPGChoicesData () | |
Private Member Functions | |
virtual | ~wxPGChoicesData () |
Private Attributes | |
wxArrayPtrVoid | m_items |
int | m_refCount |
Friends | |
class | wxPGChoices |
Definition at line 3427 of file propgrid.h.
wxPGChoicesData::wxPGChoicesData | ( | ) |
virtual wxPGChoicesData::~wxPGChoicesData | ( | ) | [private, virtual] |
void wxPGChoicesData::Clear | ( | ) |
void wxPGChoicesData::CopyDataFrom | ( | wxPGChoicesData * | data | ) |
void wxPGChoicesData::DecRef | ( | ) | [inline] |
Definition at line 3470 of file propgrid.h.
unsigned int wxPGChoicesData::GetCount | ( | ) | const [inline] |
Definition at line 3460 of file propgrid.h.
void wxPGChoicesData::Insert | ( | int | index, | |
wxPGChoiceEntry * | item | |||
) | [inline] |
Definition at line 3437 of file propgrid.h.
wxPGChoiceEntry* wxPGChoicesData::Item | ( | unsigned int | i | ) | const [inline] |
Definition at line 3465 of file propgrid.h.
friend class wxPGChoices [friend] |
Definition at line 3429 of file propgrid.h.
wxArrayPtrVoid wxPGChoicesData::m_items [private] |
Definition at line 3479 of file propgrid.h.
int wxPGChoicesData::m_refCount [private] |
Definition at line 3482 of file propgrid.h.