Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 

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!=()

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

Definition at line 222 of file qwizard.cpp.

References operator==(), and other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 225 of file qwizard.cpp.

References buttonSpacing, childMarginBottom, childMarginLeft, childMarginRight, childMarginTop, extension, header, hspacing, other(), sideWidget, subTitle, title, topLevelMarginBottom, topLevelMarginLeft, topLevelMarginRight, topLevelMarginTop, vspacing, watermark, and wizStyle.

Referenced by operator!=().

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

Member Data Documentation

◆ buttonSpacing

int QWizardLayoutInfo::buttonSpacing = -1

Definition at line 212 of file qwizard.cpp.

Referenced by operator==().

◆ childMarginBottom

int QWizardLayoutInfo::childMarginBottom = -1

Definition at line 209 of file qwizard.cpp.

Referenced by operator==().

◆ childMarginLeft

int QWizardLayoutInfo::childMarginLeft = -1

Definition at line 206 of file qwizard.cpp.

Referenced by operator==().

◆ childMarginRight

int QWizardLayoutInfo::childMarginRight = -1

Definition at line 207 of file qwizard.cpp.

Referenced by operator==().

◆ childMarginTop

int QWizardLayoutInfo::childMarginTop = -1

Definition at line 208 of file qwizard.cpp.

Referenced by operator==().

◆ extension

bool QWizardLayoutInfo::extension = false

Definition at line 218 of file qwizard.cpp.

Referenced by operator==().

◆ header

bool QWizardLayoutInfo::header = false

Definition at line 214 of file qwizard.cpp.

Referenced by operator==().

◆ hspacing

int QWizardLayoutInfo::hspacing = -1

Definition at line 210 of file qwizard.cpp.

Referenced by operator==().

◆ sideWidget

bool QWizardLayoutInfo::sideWidget = false

Definition at line 219 of file qwizard.cpp.

Referenced by operator==().

◆ subTitle

bool QWizardLayoutInfo::subTitle = false

Definition at line 217 of file qwizard.cpp.

Referenced by operator==().

◆ title

bool QWizardLayoutInfo::title = false

Definition at line 216 of file qwizard.cpp.

Referenced by operator==().

◆ topLevelMarginBottom

int QWizardLayoutInfo::topLevelMarginBottom = -1

Definition at line 205 of file qwizard.cpp.

Referenced by operator==().

◆ topLevelMarginLeft

int QWizardLayoutInfo::topLevelMarginLeft = -1

Definition at line 202 of file qwizard.cpp.

Referenced by operator==().

◆ topLevelMarginRight

int QWizardLayoutInfo::topLevelMarginRight = -1

Definition at line 203 of file qwizard.cpp.

Referenced by operator==().

◆ topLevelMarginTop

int QWizardLayoutInfo::topLevelMarginTop = -1

Definition at line 204 of file qwizard.cpp.

Referenced by operator==().

◆ vspacing

int QWizardLayoutInfo::vspacing = -1

Definition at line 211 of file qwizard.cpp.

Referenced by operator==().

◆ watermark

bool QWizardLayoutInfo::watermark = false

Definition at line 215 of file qwizard.cpp.

Referenced by operator==().

◆ wizStyle

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

Definition at line 213 of file qwizard.cpp.

Referenced by operator==().


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