Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtDateEditFactoryPrivate Class Reference
+ Inheritance diagram for QtDateEditFactoryPrivate:
+ Collaboration diagram for QtDateEditFactoryPrivate:

Public Member Functions

void slotPropertyChanged (QtProperty *property, QDate value)
 
void slotRangeChanged (QtProperty *property, QDate min, QDate max)
 
void slotSetValue (QDate value)
 
void slotPropertyChanged (QtProperty *property, QDate value)
 
void slotRangeChanged (QtProperty *property, QDate min, QDate max)
 
void slotSetValue (QDate value)
 
- Public Member Functions inherited from EditorFactoryPrivate< QDateEdit >
QDateEditcreateEditor (QtProperty *property, QWidget *parent)
 
QDateEditcreateEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QDateEdit *e)
 
void initializeEditor (QtProperty *property, QDateEdit *e)
 
void slotEditorDestroyed (QObject *object)
 
void slotEditorDestroyed (QObject *object)
 

Additional Inherited Members

- Public Types inherited from EditorFactoryPrivate< QDateEdit >
using EditorList
 
using PropertyToEditorListMap
 
using EditorToPropertyMap
 
- Public Attributes inherited from EditorFactoryPrivate< QDateEdit >
PropertyToEditorListMap m_createdEditors
 
EditorToPropertyMap m_editorToProperty
 

Detailed Description

Definition at line 996 of file qteditorfactory.cpp.

Member Function Documentation

◆ slotPropertyChanged() [1/2]

void QtDateEditFactoryPrivate::slotPropertyChanged ( QtProperty * property,
QDate value )

Definition at line 1007 of file qteditorfactory.cpp.

◆ slotPropertyChanged() [2/2]

void QtDateEditFactoryPrivate::slotPropertyChanged ( QtProperty * property,
QDate value )

◆ slotRangeChanged() [1/2]

void QtDateEditFactoryPrivate::slotRangeChanged ( QtProperty * property,
QDate min,
QDate max )

Definition at line 1019 of file qteditorfactory.cpp.

◆ slotRangeChanged() [2/2]

void QtDateEditFactoryPrivate::slotRangeChanged ( QtProperty * property,
QDate min,
QDate max )

◆ slotSetValue() [1/2]

void QtDateEditFactoryPrivate::slotSetValue ( QDate value)

Definition at line 1037 of file qteditorfactory.cpp.

◆ slotSetValue() [2/2]

void QtDateEditFactoryPrivate::slotSetValue ( QDate value)

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