QtDateEditFactoryPrivate Class Reference
+ Inheritance diagram for QtDateEditFactoryPrivate:

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)
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QDateEdit >
using EditorList = QList< QDateEdit * >
 
using EditorToPropertyMap = QMap< QDateEdit *, QtProperty * >
 
using PropertyToEditorListMap = QMap< QtProperty *, EditorList >
 
- Public Attributes inherited from EditorFactoryPrivate< QDateEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 1366 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged()

void slotPropertyChanged ( QtProperty property,
const QDate &  value 
)

Definition at line 1377 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotRangeChanged()

void slotRangeChanged ( QtProperty property,
const QDate &  min,
const QDate &  max 
)

Definition at line 1395 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

◆ slotSetValue()

void slotSetValue ( const QDate &  value)

Definition at line 1422 of file qteditorfactory.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: