Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QMetaClassInfo class provides additional information about a class. More...
#include <QMetaClassInfo>
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().
Returns the name of this item.
See also value().
Returns the value of this item.
See also name().
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp2 |