![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
The description of this class will come soon ! More...
#include <qtpropertybrowser.h>
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 |
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 |
virtual | ~QtProperty () |
Protected Member Functions | |
void | propertyChanged () |
QtProperty (QtAbstractPropertyManager *manager) | |
Private Attributes | |
QtPropertyPrivate * | d_ptr |
Friends | |
class | QtAbstractPropertyManager |
The description of this class will come soon !
|
virtual |
|
explicitprotected |
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 |
|
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 |
|
friend |
|
private |