Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
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 147 of file qwizard.cpp.
|
inline |
Definition at line 150 of file qwizard.cpp.
QWizardField::QWizardField | ( | QWizardPage * | page, |
const QString & | spec, | ||
QObject * | object, | ||
const char * | property, | ||
const char * | changedSignal ) |
Definition at line 167 of file qwizard.cpp.
References QWizardField(), mandatory, and page.
Referenced by QWizardField().
|
inline |
Definition at line 150 of file qwizard.cpp.
QWizardField::QWizardField | ( | QWizardPage * | page, |
const QString & | spec, | ||
QObject * | object, | ||
const char * | property, | ||
const char * | changedSignal ) |
void QWizardField::findProperty | ( | const QWizardDefaultProperty * | properties, |
int | propertyCount ) |
Definition at line 185 of file qwizard.cpp.
Referenced by resolve().
void QWizardField::findProperty | ( | const QWizardDefaultProperty * | properties, |
int | propertyCount ) |
void QWizardField::resolve | ( | const QList< QWizardDefaultProperty > & | defaultPropertyTable | ) |
Definition at line 178 of file qwizard.cpp.
References findProperty().
void QWizardField::resolve | ( | const QList< QWizardDefaultProperty > & | defaultPropertyTable | ) |
QByteArray QWizardField::changedSignal |
Definition at line 162 of file qwizard.cpp.
QVariant QWizardField::initialValue |
Definition at line 163 of file qwizard.cpp.
bool QWizardField::mandatory |
Definition at line 159 of file qwizard.cpp.
Referenced by QWizardField().
QString QWizardField::name |
Definition at line 158 of file qwizard.cpp.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QObject * QWizardField::object |
Definition at line 160 of file qwizard.cpp.
QWizardPage * QWizardField::page |
Definition at line 157 of file qwizard.cpp.
Referenced by QWizardField().
QByteArray QWizardField::property |
Definition at line 161 of file qwizard.cpp.