Public Member Functions | |
void | slotPropertyChanged (QtProperty *property, const QDateTime &value) |
void | slotSetValue (const QDateTime &value) |
Public Member Functions inherited from EditorFactoryPrivate< QDateTimeEdit > | |
QDateTimeEdit * | createEditor (QtProperty *property, QWidget *parent) |
void | initializeEditor (QtProperty *property, QDateTimeEdit *e) |
void | slotEditorDestroyed (QObject *object) |
Private Attributes | |
QtDateTimeEditFactory * | q_ptr |
Additional Inherited Members | |
Public Types inherited from EditorFactoryPrivate< QDateTimeEdit > | |
typedef QList< QDateTimeEdit * > | EditorList |
typedef QMap< QDateTimeEdit *, QtProperty * > | EditorToPropertyMap |
typedef QMap< QtProperty *, EditorList > | PropertyToEditorListMap |
Public Attributes inherited from EditorFactoryPrivate< QDateTimeEdit > | |
PropertyToEditorListMap | m_createdEditors |
EditorToPropertyMap | m_editorToProperty |
void QtDateTimeEditFactoryPrivate::slotPropertyChanged | ( | QtProperty * | property, |
const QDateTime & | value | ||
) |
void QtDateTimeEditFactoryPrivate::slotSetValue | ( | const QDateTime & | value | ) |
References EditorFactoryPrivate< QDateTimeEdit >::m_editorToProperty, QtAbstractEditorFactory< PropertyManager >::propertyManager(), q_ptr, and QtDateTimePropertyManager::setValue().
|
private |
Referenced by QtDateTimeEditFactory::QtDateTimeEditFactory(), and slotSetValue().