![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
#include <qtpropertymanager.h>
Inheritance diagram for QtPointFPropertyManager:Public Slots | |
| void | setDecimals (QtProperty *property, int prec) |
| void | setValue (QtProperty *property, const QPointF &val) |
Signals | |
| void | decimalsChanged (QtProperty *property, int prec) |
| void | valueChanged (QtProperty *property, const QPointF &val) |
Signals inherited from QtAbstractPropertyManager | |
| void | propertyChanged (QtProperty *property) |
| void | propertyDestroyed (QtProperty *property) |
| void | propertyInserted (QtProperty *property, QtProperty *parent, QtProperty *after) |
| void | propertyRemoved (QtProperty *property, QtProperty *parent) |
Public Member Functions | |
| int | decimals (const QtProperty *property) const |
| QtPointFPropertyManager (QObject *parent=0) | |
| QtDoublePropertyManager * | subDoublePropertyManager () const |
| QPointF | value (const QtProperty *property) const |
| ~QtPointFPropertyManager () | |
Public Member Functions inherited from QtAbstractPropertyManager | |
| QtProperty * | addProperty (const QString &name=QString()) |
| void | clear () const |
| QSet< QtProperty * > | properties () const |
| QtAbstractPropertyManager (QObject *parent=0) | |
| ~QtAbstractPropertyManager () | |
Protected Member Functions | |
| virtual void | initializeProperty (QtProperty *property) |
| virtual void | uninitializeProperty (QtProperty *property) |
| QString | valueText (const QtProperty *property) const |
Protected Member Functions inherited from QtAbstractPropertyManager | |
| virtual QtProperty * | createProperty () |
| virtual QString | displayText (const QtProperty *property) const |
| virtual EchoMode | echoMode (const QtProperty *) const |
| virtual bool | hasValue (const QtProperty *property) const |
| virtual QIcon | valueIcon (const QtProperty *property) const |
Private Member Functions | |
| Q_PRIVATE_SLOT (d_func(), void slotDoubleChanged(QtProperty *, double)) Q_PRIVATE_SLOT(d_func() | |
Private Attributes | |
| QtPointFPropertyManagerPrivate * | d_ptr |
| QtPointFPropertyManager::QtPointFPropertyManager | ( | QObject * | parent = 0 | ) |
| QtPointFPropertyManager::~QtPointFPropertyManager | ( | ) |
| int QtPointFPropertyManager::decimals | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Implements QtAbstractPropertyManager.
|
private |
|
slot |
|
slot |
| QtDoublePropertyManager* QtPointFPropertyManager::subDoublePropertyManager | ( | ) | const |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
| QPointF QtPointFPropertyManager::value | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
|
private |
1.8.8