Computer Assited Medical Intervention Tool Kit
version 4.1
|
Inherits EditorFactoryPrivate< QDateEdit >.
Public Member Functions | |
void | slotPropertyChanged (QtProperty *property, const QDate &value) |
void | slotRangeChanged (QtProperty *property, const QDate &min, const QDate &max) |
void | slotSetValue (const QDate &value) |
Public Member Functions inherited from EditorFactoryPrivate< QDateEdit > | |
QDateEdit * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, QDateEdit *e) |
void | slotEditorDestroyed (QObject *object) |
Private Attributes | |
QtDateEditFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QDateEdit > | |
typedef QList< QDateEdit *> | EditorList |
typedef QMap< QDateEdit *, QtProperty *> | EditorToPropertyMap |
typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QDateEdit > | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
void QtDateEditFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
const QDate & | value | ||
) |
void QtDateEditFactoryPrivate::slotRangeChanged | ( | QtProperty * | property, |
const QDate & | min, | ||
const QDate & | max | ||
) |
References QtDatePropertyManager::value().
void QtDateEditFactoryPrivate::slotSetValue | ( | const QDate & | value | ) |
References QtDatePropertyManager::setValue().
|
private |
Referenced by QtDateEditFactory::QtDateEditFactory().