Public Member Functions | Protected Member Functions | List of all members
QtVariantProperty Class Reference

#include <qtvariantproperty.h>

Inheritance diagram for QtVariantProperty:
Inheritance graph
[legend]

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
 
QtAbstractPropertyManagerpropertyManager () 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 ()
 

Constructor & Destructor Documentation

QtVariantProperty::~QtVariantProperty ( )
QtVariantProperty::QtVariantProperty ( QtVariantPropertyManager manager)
explicitprotected

Member Function Documentation

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

The documentation for this class was generated from the following file: