![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QMetaClassInfo class provides additional information about a class. More...
#include <QMetaClassInfo>
Part of the QtCore module.
The QMetaClassInfo class provides additional information about a class.
Class information items are simple name--value pairs that are specified using Q_CLASSINFO() in the source code. The information can be retrieved using name() and value(). For example:
Returns the name of this item.
See also value().
Returns the value of this item.
See also name().
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-rc1 |