wxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie. a map). More...
#include <propgrid.h>
Public Types | |
typedef wxPGHashMapS2P::const_iterator | const_iterator |
Public Member Functions | |
wxVariant | FindValue (const wxString &name) const |
unsigned int | GetCount () const |
bool | GetNext (const_iterator &it, wxVariant &variant) const |
void | Set (const wxString &name, const wxVariant &value) |
const_iterator | StartIteration () const |
wxPGAttributeStorage () | |
~wxPGAttributeStorage () | |
Protected Attributes | |
wxPGHashMapS2P | m_map |
wxPGAttributeStorage is somewhat optimized storage for key=variant pairs (ie. a map).
Definition at line 1890 of file propgrid.h.
typedef wxPGHashMapS2P::const_iterator wxPGAttributeStorage::const_iterator |
Definition at line 1913 of file propgrid.h.
wxPGAttributeStorage::wxPGAttributeStorage | ( | ) |
wxPGAttributeStorage::~wxPGAttributeStorage | ( | ) |
wxVariant wxPGAttributeStorage::FindValue | ( | const wxString & | name | ) | const [inline] |
Definition at line 1901 of file propgrid.h.
unsigned int wxPGAttributeStorage::GetCount | ( | ) | const [inline] |
Definition at line 1897 of file propgrid.h.
bool wxPGAttributeStorage::GetNext | ( | const_iterator & | it, | |
wxVariant & | variant | |||
) | const [inline] |
Definition at line 1918 of file propgrid.h.
void wxPGAttributeStorage::Set | ( | const wxString & | name, | |
const wxVariant & | value | |||
) |
const_iterator wxPGAttributeStorage::StartIteration | ( | ) | const [inline] |
Definition at line 1914 of file propgrid.h.
wxPGHashMapS2P wxPGAttributeStorage::m_map [protected] |
Definition at line 1932 of file propgrid.h.