![]() |
CopperSpice API
2.0.0
|
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().
This mechanism is free for you to use in your CopperSpice applications. CopperSpice does not use it for any of its classes.