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

#include <qtpropertybrowser.h>

Inheritance diagram for QtProperty:
Inheritance graph
[legend]

Public Member Functions

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

 QtProperty (QtAbstractPropertyManager *manager)
 
void propertyChanged ()
 

Constructor & Destructor Documentation

virtual QtProperty::~QtProperty ( )
virtual
QtProperty::QtProperty ( QtAbstractPropertyManager manager)
explicitprotected

Member Function Documentation

void QtProperty::addSubProperty ( QtProperty property)
QString QtProperty::displayText ( ) const
bool QtProperty::hasValue ( ) const
void QtProperty::insertSubProperty ( QtProperty property,
QtProperty afterProperty 
)
bool QtProperty::isEnabled ( ) const
bool QtProperty::isModified ( ) const
void QtProperty::propertyChanged ( )
protected
QtAbstractPropertyManager* QtProperty::propertyManager ( ) const
QString QtProperty::propertyName ( ) const
void QtProperty::removeSubProperty ( QtProperty property)
void QtProperty::setEnabled ( bool  enable)
void QtProperty::setModified ( bool  modified)
void QtProperty::setPropertyName ( const QString &  text)
void QtProperty::setStatusTip ( const QString &  text)
void QtProperty::setToolTip ( const QString &  text)
void QtProperty::setWhatsThis ( const QString &  text)
QString QtProperty::statusTip ( ) const
QList<QtProperty *> QtProperty::subProperties ( ) const
QString QtProperty::toolTip ( ) const
QIcon QtProperty::valueIcon ( ) const
QString QtProperty::valueText ( ) const
QString QtProperty::whatsThis ( ) const

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