![]() |
CopperSpice API
1.7.4
|
The QMetaClassInfo class provides additional information about a class. More...
Public Methods | |
const QString & | name () const |
const QString & | value () const |
The QMetaClassInfo class provides additional information about a class.
Class information items are simple name / value pairs that are specified using CS_CLASSINFO() in the source code. The information can be retrieved using name() and value(). For example:
This mechanism is free for you to use in your CopperSpice applications. CopperSpice does not use it for any of its classes.