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
QWizardField Class Reference
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)
 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

QWizardPagepage
QString name
bool mandatory
QObjectobject
QByteArray property
QByteArray changedSignal
QVariant initialValue

Detailed Description

Definition at line 148 of file qwizard.cpp.

Constructor & Destructor Documentation

◆ QWizardField() [1/4]

QWizardField::QWizardField ( )
inline

Definition at line 151 of file qwizard.cpp.

◆ QWizardField() [2/4]

QWizardField::QWizardField ( QWizardPage * page,
const QString & spec,
QObject * object,
const char * property,
const char * changedSignal )

Definition at line 168 of file qwizard.cpp.

References QWizardField(), mandatory, and page.

Referenced by QWizardField().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QWizardField() [3/4]

QWizardField::QWizardField ( )
inline

Definition at line 151 of file qwizard.cpp.

◆ QWizardField() [4/4]

QWizardField::QWizardField ( QWizardPage * page,
const QString & spec,
QObject * object,
const char * property,
const char * changedSignal )

Member Function Documentation

◆ findProperty() [1/2]

void QWizardField::findProperty ( const QWizardDefaultProperty * properties,
int propertyCount )

Definition at line 186 of file qwizard.cpp.

Referenced by resolve().

Here is the caller graph for this function:

◆ findProperty() [2/2]

void QWizardField::findProperty ( const QWizardDefaultProperty * properties,
int propertyCount )

◆ resolve() [1/2]

void QWizardField::resolve ( const QList< QWizardDefaultProperty > & defaultPropertyTable)

Definition at line 179 of file qwizard.cpp.

References findProperty().

Here is the call graph for this function:

◆ resolve() [2/2]

void QWizardField::resolve ( const QList< QWizardDefaultProperty > & defaultPropertyTable)

Member Data Documentation

◆ changedSignal

QByteArray QWizardField::changedSignal

Definition at line 163 of file qwizard.cpp.

◆ initialValue

QVariant QWizardField::initialValue

Definition at line 164 of file qwizard.cpp.

◆ mandatory

bool QWizardField::mandatory

Definition at line 160 of file qwizard.cpp.

Referenced by QWizardField().

◆ name

QString QWizardField::name

◆ object

QObject * QWizardField::object

Definition at line 161 of file qwizard.cpp.

◆ page

QWizardPage * QWizardField::page

Definition at line 158 of file qwizard.cpp.

Referenced by QWizardField().

◆ property

QByteArray QWizardField::property

Definition at line 162 of file qwizard.cpp.


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