wx.ClassInfo¶This class stores meta-information about classes.
Instances of this class are not generally defined directly by an application, but indirectly through use of macros such as DECLARE_DYNAMIC_CLASS and IMPLEMENT_DYNAMIC_CLASS.
See also
Class Hierarchy¶
Inheritance diagram for class ClassInfo:
Methods Summary¶
|
Constructs a wx.ClassInfo object. |
Creates an object of the appropriate kind. |
|
Finds the wx.ClassInfo object for a class with the given name. |
|
Returns the name of the first base class (nullptr if none). |
|
Returns the name of the second base class (nullptr if none). |
|
Returns the string form of the class name. |
|
Returns the size of the class. |
|
Returns |
|
Returns |
Properties Summary¶See |
|
See |
Class API¶This class stores meta-information about classes.
Creates an object of the appropriate kind.
nullptr if the class has not been declared dynamically creatable (typically, this happens for abstract classes).
Finds the wx.ClassInfo object for a class with the given name.
className (string)
Returns the name of the first base class (nullptr if none).
str
Returns the name of the second base class (nullptr if none).
str
Returns the string form of the class name.
str
Returns the size of the class.
int
Returns True if this class info can create objects of the associated class.
bool
Returns True if this class is a kind of (inherits from) the given class.
info (wx.ClassInfo)
bool
See GetClassName