The QMetaProperty class stores meta data about a property. More...
#include <qmetaobject.h>
Property meta data mainly consists of a type(), a name() and the fact, whether a property is writeable(), designable() or stored().
The functions isSetType(), isEnumType() and enumKeys() provide further information about a property's type.
Actual property values are set and received through QObject's set and get functions. See QObject::setProperty() and QObject::property() for details.
You receive meta property data through an object's meta object. See QMetaObject::property() and QMetaObject::propertyNames() for details.
For internal use only.
Returns whether the property is considered to be designable or not.
Returns the possible enumeration keys if this property is an enumeration type (or a set type).
See also: isEnumType().
Returns whether the property's type is an enumeration value.
See also: isSetType() and enumKeys().
Returns whether the property's type is an enumeration value that is used as set, i.e. the enumeration values can be or'ed together. A set type is implicitely also an enum type.
See also: isEnumType() and enumKeys().
Returns the name of the property.
For internal use only.
Returns whether the property shall be stored for object o or not.
For internal use only.
Returns the type of the property.
Returns whether the property is writable or not.
See also: isValid().
For internal use only.
For internal use only.
For internal use only.
Search the documentation, FAQ, qt-interest archive and more (uses
www.troll.no):
This file is part of the Qt toolkit, copyright © 1995-2000 Troll Tech, all rights reserved.
Copyright © 2000 Troll Tech | Trademarks | Qt version 2.1.0-beta1
|