vizkit3d
Public Member Functions | List of all members
QtDateEditFactoryPrivate Class Reference

#include <qteditorfactory.h>

Inheritance diagram for QtDateEditFactoryPrivate:
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)
 
virtual void slotEditorDestroyed (QObject *object)
 
virtual ~EditorFactoryPrivate ()
 

Additional Inherited Members

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

Member Function Documentation

◆ slotPropertyChanged()

void QtDateEditFactoryPrivate::slotPropertyChanged ( QtProperty property,
const QDate &  value 
)

◆ slotRangeChanged()

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

◆ slotSetValue()

void QtDateEditFactoryPrivate::slotSetValue ( const QDate &  value)

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