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