QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
QWizardField Class Reference
Collaboration diagram for QWizardField:
Collaboration graph
[legend]

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

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

Detailed Description

Definition at line 184 of file qwizard.cpp.

Constructor & Destructor Documentation

◆ QWizardField() [1/2]

QWizardField::QWizardField ( )
inline

Definition at line 187 of file qwizard.cpp.

◆ QWizardField() [2/2]

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

Definition at line 204 of file qwizard.cpp.

Member Function Documentation

◆ findProperty()

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

Definition at line 222 of file qwizard.cpp.

Here is the caller graph for this function:

◆ resolve()

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

Definition at line 215 of file qwizard.cpp.

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

Member Data Documentation

◆ changedSignal

QByteArray QWizardField::changedSignal

Definition at line 199 of file qwizard.cpp.

◆ initialValue

QVariant QWizardField::initialValue

Definition at line 200 of file qwizard.cpp.

◆ mandatory

bool QWizardField::mandatory

Definition at line 196 of file qwizard.cpp.

◆ name

QString QWizardField::name

Definition at line 195 of file qwizard.cpp.

◆ object

QObject* QWizardField::object

Definition at line 197 of file qwizard.cpp.

◆ page

QWizardPage* QWizardField::page

Definition at line 194 of file qwizard.cpp.

◆ property

QByteArray QWizardField::property

Definition at line 198 of file qwizard.cpp.


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