Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The TQMetaObject class contains meta information about TQt objects. More...
#include <ntqmetaobject.h>
The Meta Object System in TQt is responsible for the signals and slots inter-object communication mechanism, runtime type information and the property system. All meta information in TQt is kept in a single instance of TQMetaObject per class.
This class is not normally required for application programming. But if you write meta applications, such as scripting engines or GUI builders, you might find these functions useful:
Classes may have a list of name-value pairs of class information. The number of pairs is returned by numClassInfo(), and values are returned by classInfo().
See also moc (Meta Object Compiler) and Object Model.
If super is TRUE, inherited class information is included.
Returns the class information with name name or 0 if no such information exists.
If super is TRUE, inherited class information is included.
Returns the class name.
See also TQObject::className() and superClassName().
If super is TRUE, inherited properties are included.
See also property() and propertyNames().
(A class is considered to inherit itself.)
If super is TRUE, inherited class information is included.
If super is TRUE, inherited properties are included.
See also propertyNames().
If super is TRUE, inherited signals are included.
See also signalNames().
If super is TRUE, inherited slots are included.
See also slotNames().
If super is TRUE, inherited properties are included.
See also propertyNames().
If super is TRUE, inherited properties are included.
See also property().
If super is TRUE, inherited signals are included.
If super is TRUE, inherited slots are included.
See also numSlots().
Returns the meta object of the super class or 0 if there is no such object.
Returns the class name of the superclass or 0 if there is no superclass in the TQObject hierachy.
See also className().
This file is part of the TQt toolkit. Copyright © 1995-2007 Trolltech. All Rights Reserved.
Copyright © 2007 Trolltech | Trademarks | TQt 3.3.8
|