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
QWizardLayoutInfo Class Reference
Collaboration diagram for QWizardLayoutInfo:

Public Member Functions

bool operator== (const QWizardLayoutInfo &other) const
bool operator!= (const QWizardLayoutInfo &other) const
bool operator== (const QWizardLayoutInfo &other) const
bool operator!= (const QWizardLayoutInfo &other) const

Public Attributes

int topLevelMarginLeft = -1
int topLevelMarginRight = -1
int topLevelMarginTop = -1
int topLevelMarginBottom = -1
int childMarginLeft = -1
int childMarginRight = -1
int childMarginTop = -1
int childMarginBottom = -1
int hspacing = -1
int vspacing = -1
int buttonSpacing = -1
QWizard::WizardStyle wizStyle = QWizard::ClassicStyle
bool header = false
bool watermark = false
bool title = false
bool subTitle = false
bool extension = false
bool sideWidget = false

Detailed Description

Definition at line 199 of file qwizard.cpp.

Member Function Documentation

◆ operator!=() [1/2]

bool QWizardLayoutInfo::operator!= ( const QWizardLayoutInfo & other) const
inline

Definition at line 222 of file qwizard.cpp.

References operator==().

Here is the call graph for this function:

◆ operator!=() [2/2]

bool QWizardLayoutInfo::operator!= ( const QWizardLayoutInfo & other) const
inline

Definition at line 222 of file qwizard.cpp.

◆ operator==() [1/2]

bool QWizardLayoutInfo::operator== ( const QWizardLayoutInfo & other) const

Definition at line 225 of file qwizard.cpp.

Referenced by operator!=().

Here is the caller graph for this function:

◆ operator==() [2/2]

bool QWizardLayoutInfo::operator== ( const QWizardLayoutInfo & other) const

Member Data Documentation

◆ buttonSpacing

int QWizardLayoutInfo::buttonSpacing = -1

Definition at line 212 of file qwizard.cpp.

Referenced by QWizardPrivate::layoutInfoForCurrentPage().

◆ childMarginBottom

int QWizardLayoutInfo::childMarginBottom = -1

Definition at line 209 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ childMarginLeft

int QWizardLayoutInfo::childMarginLeft = -1

Definition at line 206 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ childMarginRight

int QWizardLayoutInfo::childMarginRight = -1

Definition at line 207 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ childMarginTop

int QWizardLayoutInfo::childMarginTop = -1

Definition at line 208 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ extension

bool QWizardLayoutInfo::extension = false

Definition at line 218 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ header

bool QWizardLayoutInfo::header = false

◆ hspacing

int QWizardLayoutInfo::hspacing = -1

Definition at line 210 of file qwizard.cpp.

◆ sideWidget

◆ subTitle

bool QWizardLayoutInfo::subTitle = false

Definition at line 217 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout(), and QWizardPrivate::updateLayout().

◆ title

bool QWizardLayoutInfo::title = false

◆ topLevelMarginBottom

int QWizardLayoutInfo::topLevelMarginBottom = -1

Definition at line 205 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ topLevelMarginLeft

int QWizardLayoutInfo::topLevelMarginLeft = -1

Definition at line 202 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout(), and QWizardHeader::setup().

◆ topLevelMarginRight

int QWizardLayoutInfo::topLevelMarginRight = -1

Definition at line 203 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout(), and QWizardHeader::setup().

◆ topLevelMarginTop

int QWizardLayoutInfo::topLevelMarginTop = -1

Definition at line 204 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ vspacing

int QWizardLayoutInfo::vspacing = -1

Definition at line 211 of file qwizard.cpp.

Referenced by QWizardPrivate::recreateLayout().

◆ watermark

bool QWizardLayoutInfo::watermark = false

◆ wizStyle

QWizard::WizardStyle QWizardLayoutInfo::wizStyle = QWizard::ClassicStyle

Definition at line 213 of file qwizard.cpp.


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