#include <qtvariantproperty.h>


Public Member Functions | |
| ~QtVariantProperty () | |
| QVariant | attributeValue (const QString &attribute) const |
| int | propertyType () const |
| void | setAttribute (const QString &attribute, const QVariant &value) |
| void | setValue (const QVariant &value) |
| QVariant | value () const |
| int | valueType () const |
Public Member Functions inherited from QtProperty | |
| virtual | ~QtProperty () |
| void | addSubProperty (QtProperty *property) |
| QString | displayText () const |
| bool | hasValue () const |
| void | insertSubProperty (QtProperty *property, QtProperty *afterProperty) |
| bool | isEnabled () const |
| bool | isModified () const |
| QtAbstractPropertyManager * | propertyManager () const |
| QString | propertyName () const |
| void | removeSubProperty (QtProperty *property) |
| void | setEnabled (bool enable) |
| void | setModified (bool modified) |
| void | setPropertyName (const QString &text) |
| void | setStatusTip (const QString &text) |
| void | setToolTip (const QString &text) |
| void | setWhatsThis (const QString &text) |
| QString | statusTip () const |
| QList< QtProperty * > | subProperties () const |
| QString | toolTip () const |
| QIcon | valueIcon () const |
| QString | valueText () const |
| QString | whatsThis () const |
Protected Member Functions | |
| QtVariantProperty (QtVariantPropertyManager *manager) | |
Protected Member Functions inherited from QtProperty | |
| QtProperty (QtAbstractPropertyManager *manager) | |
| void | propertyChanged () |
| QtVariantProperty::~QtVariantProperty | ( | ) |
|
explicitprotected |
| QVariant QtVariantProperty::attributeValue | ( | const QString & | attribute | ) | const |
| int QtVariantProperty::propertyType | ( | ) | const |
| void QtVariantProperty::setAttribute | ( | const QString & | attribute, |
| const QVariant & | value | ||
| ) |
| void QtVariantProperty::setValue | ( | const QVariant & | value | ) |
| QVariant QtVariantProperty::value | ( | ) | const |
| int QtVariantProperty::valueType | ( | ) | const |