Runtime Type Information (RTTI)
[Full Class List by Category]


Detailed Description

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 an helper template class primarily written to avoid memory leaks because of missing calls to wxObjectRefData::DecRef(). More...
class  wxObjectRefData
 This class is used to store reference-counted data. 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...



wxWidgets logo

[ top ]