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

#include <qteditorfactory.h>

Inheritance diagram for QtLineEditFactoryPrivate:
EditorFactoryPrivate< QLineEdit >

Public Member Functions

void slotPropertyChanged (QtProperty *property, const QString &value)
 
void slotRegExpChanged (QtProperty *property, const QRegExp &regExp)
 
void slotEditFinished ()
 
void slotEchoModeChanged (QtProperty *, int)
 
- Public Member Functions inherited from EditorFactoryPrivate< QLineEdit >
QLineEdit * createEditor (QtProperty *property, QWidget *parent)
 
void initializeEditor (QtProperty *property, QLineEdit *e)
 
virtual void slotEditorDestroyed (QObject *object)
 
virtual ~EditorFactoryPrivate ()
 

Additional Inherited Members

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

Member Function Documentation

void QtLineEditFactoryPrivate::slotEchoModeChanged ( QtProperty property,
int  echoMode 
)
void QtLineEditFactoryPrivate::slotEditFinished ( )
void QtLineEditFactoryPrivate::slotPropertyChanged ( QtProperty property,
const QString &  value 
)
void QtLineEditFactoryPrivate::slotRegExpChanged ( QtProperty property,
const QRegExp &  regExp 
)

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