wxWidgets supports runtime manipulation of class information, and dynamic creation of objects given class names. More...
wxWidgets supports runtime manipulation of class information, and dynamic creation of objects given class names.
Related Overviews: Runtime Type Information (RTTI)
Related macros/global-functions group: Runtime Type Information (RTTI)
Classes | |
| class | wxObjectDataPtr< T > |
| This is a helper template class primarily written to avoid memory leaks because of missing calls to wxRefCounter::DecRef() and wxObjectRefData::DecRef(). More... | |
| class | wxObjectRefData |
| This class is just a typedef to wxRefCounter and is used by wxObject. More... | |
| class | wxRefCounter |
| This class is used to manage reference-counting providing a simple interface and a counter. More... | |
| class | wxObject |
| This is the root class of many of the wxWidgets classes. More... | |
| class | wxClassInfo |
| This class stores meta-information about classes. More... | |