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 147 of file qwizard.cpp.

Constructor & Destructor Documentation

◆ QWizardField() [1/4]

QWizardField::QWizardField ( )
inline

Definition at line 150 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 167 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 150 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 185 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 178 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 162 of file qwizard.cpp.

◆ initialValue

QVariant QWizardField::initialValue

Definition at line 163 of file qwizard.cpp.

◆ mandatory

bool QWizardField::mandatory

Definition at line 159 of file qwizard.cpp.

Referenced by QWizardField().

◆ name

QString QWizardField::name

◆ object

QObject * QWizardField::object

Definition at line 160 of file qwizard.cpp.

◆ page

QWizardPage * QWizardField::page

Definition at line 157 of file qwizard.cpp.

Referenced by QWizardField().

◆ property

QByteArray QWizardField::property

Definition at line 161 of file qwizard.cpp.


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