![]() |
Computer Assited Medical Intervention Tool Kit
version 3.3
|
#include <qtpropertymanager.h>
Inheritance diagram for QtDateTimePropertyManager:Public Slots | |
| void | setValue (QtProperty *property, const QDateTime &val) |
Signals | |
| void | valueChanged (QtProperty *property, const QDateTime &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 | |
| QtDateTimePropertyManager (QObject *parent=0) | |
| QDateTime | value (const QtProperty *property) const |
| ~QtDateTimePropertyManager () | |
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 Attributes | |
| QtDateTimePropertyManagerPrivate * | d_ptr |
| QtDateTimePropertyManager::QtDateTimePropertyManager | ( | QObject * | parent = 0 | ) |
| QtDateTimePropertyManager::~QtDateTimePropertyManager | ( | ) |
|
protectedvirtual |
Implements QtAbstractPropertyManager.
|
slot |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
| QDateTime QtDateTimePropertyManager::value | ( | const QtProperty * | property | ) | const |
|
signal |
|
protectedvirtual |
Reimplemented from QtAbstractPropertyManager.
|
private |
1.8.8