Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Private Attributes | Friends | List of all members
QtProperty Class Reference

The description of this class will come soon ! More...

#include <qtpropertybrowser.h>

+ Inheritance diagram for QtProperty:

Public Member Functions

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
 
virtual ~QtProperty ()
 

Protected Member Functions

void propertyChanged ()
 
 QtProperty (QtAbstractPropertyManager *manager)
 

Private Attributes

QtPropertyPrivate * d_ptr
 

Friends

class QtAbstractPropertyManager
 

Detailed Description

The description of this class will come soon !

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

Friends And Related Function Documentation

friend class QtAbstractPropertyManager
friend

Member Data Documentation

QtPropertyPrivate* QtProperty::d_ptr
private

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