#include <wx/propgrid/property.h>
Inheritance diagram for wxPGChoicesData: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) |
Public Member Functions inherited from wxRefCounter | |
| wxRefCounter () | |
| Default constructor. | |
| void | DecRef () |
| Decrements the reference count associated with this shared data and, if it reaches zero, destroys this instance of wxRefCounter releasing its memory. | |
| int | GetRefCount () const |
| Returns the reference count associated with this shared data. | |
| void | IncRef () |
| Increments the reference count associated with this shared data. | |
Protected Member Functions | |
| virtual | ~wxPGChoicesData () |
Protected Member Functions inherited from wxRefCounter | |
| virtual | ~wxRefCounter () |
| Destructor. | |
| wxPGChoicesData::wxPGChoicesData | ( | ) |
|
protectedvirtual |
| void wxPGChoicesData::Clear | ( | ) |
| void wxPGChoicesData::CopyDataFrom | ( | wxPGChoicesData * | data | ) |
| unsigned int wxPGChoicesData::GetCount | ( | ) | const |
| wxPGChoiceEntry & wxPGChoicesData::Insert | ( | int | index, |
| const wxPGChoiceEntry & | item | ||
| ) |
| wxPGChoiceEntry & wxPGChoicesData::Item | ( | unsigned int | i | ) |
| const wxPGChoiceEntry & wxPGChoicesData::Item | ( | unsigned int | i | ) | const |