![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QWizardField:Public Member Functions | |
| QWizardField () | |
| QWizardField (QWizardPage *page, const QString &spec, QObject *object, const char *property, const char *changedSignal) | |
| void | resolve (const QList< QWizardDefaultProperty > &defaultPropertyTable) |
| void | findProperty (const QWizardDefaultProperty *properties, int propertyCount) |
Public Attributes | |
| QWizardPage * | page |
| QString | name |
| bool | mandatory |
| QObject * | object |
| QByteArray | property |
| QByteArray | changedSignal |
| QVariant | initialValue |
Definition at line 148 of file qwizard.cpp.
|
inline |
Definition at line 151 of file qwizard.cpp.
| QWizardField::QWizardField | ( | QWizardPage * | page, |
| const QString & | spec, | ||
| QObject * | object, | ||
| const char * | property, | ||
| const char * | changedSignal | ||
| ) |
Definition at line 168 of file qwizard.cpp.
References mandatory.
| void QWizardField::findProperty | ( | const QWizardDefaultProperty * | properties, |
| int | propertyCount | ||
| ) |
Definition at line 186 of file qwizard.cpp.
References changedSignal, className, i, objectInheritsXAndXIsCloserThanY(), and properties.
Referenced by resolve().
Here is the call graph for this function:
Here is the caller graph for this function:| void QWizardField::resolve | ( | const QList< QWizardDefaultProperty > & | defaultPropertyTable | ) |
Definition at line 179 of file qwizard.cpp.
References QList< T >::constData(), findProperty(), initialValue, QByteArray::isEmpty(), property, and QList< T >::size().
Referenced by QWizardPrivate::addField().
Here is the call graph for this function:
Here is the caller graph for this function:| QByteArray QWizardField::changedSignal |
Definition at line 163 of file qwizard.cpp.
Referenced by QWizardPrivate::addField(), findProperty(), and QWizardPrivate::removeFieldAt().
| QVariant QWizardField::initialValue |
Definition at line 164 of file qwizard.cpp.
Referenced by resolve().
| bool QWizardField::mandatory |
Definition at line 160 of file qwizard.cpp.
Referenced by QWizardField(), QWizardPrivate::addField(), and QWizardPrivate::removeFieldAt().
| QString QWizardField::name |
Definition at line 159 of file qwizard.cpp.
Referenced by QWizardPrivate::_q_handleFieldObjectDestroyed(), QWizardPrivate::addField(), and QWizardPrivate::removeFieldAt().
| QObject* QWizardField::object |
Definition at line 161 of file qwizard.cpp.
Referenced by QWizardPrivate::_q_handleFieldObjectDestroyed(), QWizardPrivate::addField(), and QWizardPrivate::removeFieldAt().
| QWizardPage* QWizardField::page |
Definition at line 158 of file qwizard.cpp.
Referenced by QWizardPrivate::addField(), and QWizardPrivate::removeFieldAt().
| QByteArray QWizardField::property |
Definition at line 162 of file qwizard.cpp.
Referenced by resolve().