![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Additional Inherited Members | |
![]() | |
static QWidgetPrivate * | get (QWidget *w) |
static const QWidgetPrivate * | get (const QWidget *w) |
static void | checkRestoredGeometry (const QRect &availableGeometry, QRect *restoredGeometry, int frameHeight) |
static void | adjustFlags (Qt::WindowFlags &flags, QWidget *w=nullptr) |
static QWidget * | parentGraphicsView (const QWidget *widget) |
static QRect | screenGeometry (const QWidget *widget) |
static QRect | availableScreenGeometry (const QWidget *widget) |
static QScreen * | screen (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | screenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static QRect | availableScreenGeometry (const QWidget *widget, const QPoint &globalPosition, bool hasPosition=true) |
static void | sendComposeStatus (QWidget *w, bool end) |
static void | setWidgetParentHelper (QObject *widgetAsObject, QObject *newParent) |
static bool | insertIntoFocusChain (const QWidgetList &toBeInserted, FocusDirection direction, QWidget *position) |
static QWidgetList | takeFromFocusChain (QWidget *from, QWidget *to, FocusDirection direction=FocusDirection::Next) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1, typename Func2> | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1, typename Func2> | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
![]() | |
static QWidgetMapper * | mapper = nullptr |
static QWidgetSet * | allWidgets = nullptr |
static int | instanceCounter = 0 |
static int | maxInstances = 0 |
![]() | |
virtual int | dialogCode () const |
Definition at line 502 of file qwizard.cpp.
typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 507 of file qwizard.cpp.
typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 507 of file qwizard.cpp.
Enumerator | |
---|---|
Backward | |
Forward | |
Backward | |
Forward |
Definition at line 509 of file qwizard.cpp.
Enumerator | |
---|---|
Backward | |
Forward | |
Backward | |
Forward |
Definition at line 509 of file qwizard.cpp.
void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1605 of file qwizard.cpp.
void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1668 of file qwizard.cpp.
void QWizardPrivate::_q_updateButtonStates | ( | ) |
Definition at line 1617 of file qwizard.cpp.
References disableUpdates(), and enableUpdates().
Referenced by setButtonLayout(), switchToPage(), and updateCurrentPage().
void QWizardPrivate::_q_updateButtonStates | ( | ) |
void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
Definition at line 719 of file qwizard.cpp.
void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
Definition at line 1493 of file qwizard.cpp.
bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
Definition at line 705 of file qwizard.cpp.
Referenced by reset().
void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1381 of file qwizard.cpp.
void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
void QWizardPrivate::disableUpdates | ( | ) |
Definition at line 1587 of file qwizard.cpp.
References antiFlickerWidget, and disableUpdatesCount.
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
void QWizardPrivate::disableUpdates | ( | ) |
void QWizardPrivate::enableUpdates | ( | ) |
Definition at line 1596 of file qwizard.cpp.
References antiFlickerWidget, and disableUpdatesCount.
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
void QWizardPrivate::enableUpdates | ( | ) |
bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1352 of file qwizard.cpp.
bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
void QWizardPrivate::init | ( | ) |
Definition at line 641 of file qwizard.cpp.
References updateButtonLayout().
void QWizardPrivate::init | ( | ) |
bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
Definition at line 1578 of file qwizard.cpp.
Referenced by buttonDefaultText().
bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
Definition at line 856 of file qwizard.cpp.
References QWizardLayoutInfo::buttonSpacing, QWizardLayoutInfo::header, QWizardLayoutInfo::sideWidget, sideWidget, and QWizardLayoutInfo::title.
Referenced by updateLayout().
QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
void QWizardPrivate::recreateLayout | ( | const QWizardLayoutInfo & | info | ) |
Definition at line 917 of file qwizard.cpp.
References antiFlickerWidget, bottomRuler, QWizardLayoutInfo::childMarginBottom, QWizardLayoutInfo::childMarginLeft, QWizardLayoutInfo::childMarginRight, QWizardLayoutInfo::childMarginTop, ClassicHMargin, QWizardLayoutInfo::extension, QWizardLayoutInfo::header, headerWidget, placeholderWidget1, placeholderWidget2, QWizardLayoutInfo::sideWidget, QWizardLayoutInfo::subTitle, QWizardLayoutInfo::title, QWizardLayoutInfo::topLevelMarginBottom, QWizardLayoutInfo::topLevelMarginLeft, QWizardLayoutInfo::topLevelMarginRight, QWizardLayoutInfo::topLevelMarginTop, QWizardLayoutInfo::vspacing, QWizardLayoutInfo::watermark, and watermarkLabel.
Referenced by updateLayout().
void QWizardPrivate::recreateLayout | ( | const QWizardLayoutInfo & | info | ) |
void QWizardPrivate::removeFieldAt | ( | int | index | ) |
Definition at line 741 of file qwizard.cpp.
void QWizardPrivate::removeFieldAt | ( | int | index | ) |
void QWizardPrivate::reset | ( | ) |
Definition at line 687 of file qwizard.cpp.
References cleanupPagesNotInHistory(), and current.
void QWizardPrivate::reset | ( | ) |
void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
int | size ) |
Definition at line 1460 of file qwizard.cpp.
References _q_updateButtonStates(), and QPainter::QWidget.
void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
int | size ) |
Definition at line 1695 of file qwizard.cpp.
Definition at line 756 of file qwizard.cpp.
References _q_updateButtonStates(), Backward, canFinish, current, disableUpdates(), enableUpdates(), Forward, QPainter::QWidget, updateButtonTexts(), updateLayout(), and updatePalette().
void QWizardPrivate::updateButtonLayout | ( | ) |
Definition at line 1420 of file qwizard.cpp.
References buttonsHaveCustomLayout.
Referenced by init().
void QWizardPrivate::updateButtonLayout | ( | ) |
void QWizardPrivate::updateButtonTexts | ( | ) |
Definition at line 1391 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
void QWizardPrivate::updateButtonTexts | ( | ) |
void QWizardPrivate::updateCurrentPage | ( | ) |
Definition at line 1312 of file qwizard.cpp.
References _q_updateButtonStates(), canContinue, canFinish, and updateButtonTexts().
void QWizardPrivate::updateCurrentPage | ( | ) |
void QWizardPrivate::updateLayout | ( | ) |
Definition at line 1191 of file qwizard.cpp.
References disableUpdates(), enableUpdates(), QWizardLayoutInfo::header, layoutInfoForCurrentPage(), recreateLayout(), QWizardLayoutInfo::sideWidget, QWizardLayoutInfo::subTitle, QWizardLayoutInfo::title, updateMinMaxSizes(), QWizardLayoutInfo::watermark, and watermarkLabel.
Referenced by switchToPage(), and updatePixmap().
void QWizardPrivate::updateLayout | ( | ) |
void QWizardPrivate::updateMinMaxSizes | ( | const QWizardLayoutInfo & | info | ) |
Definition at line 1276 of file qwizard.cpp.
References headerWidget, minimumHeight, minimumWidth, QWizardLayoutInfo::sideWidget, and QWizardLayoutInfo::watermark.
Referenced by updateLayout().
void QWizardPrivate::updateMinMaxSizes | ( | const QWizardLayoutInfo & | info | ) |
void QWizardPrivate::updatePalette | ( | ) |
Definition at line 1252 of file qwizard.cpp.
Referenced by switchToPage().
void QWizardPrivate::updatePalette | ( | ) |
void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
Definition at line 1498 of file qwizard.cpp.
References updateLayout().
void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
union { ... } QWizardPrivate |
QWizardAntiFlickerWidget * QWizardPrivate::antiFlickerWidget = nullptr |
Definition at line 582 of file qwizard.cpp.
Referenced by disableUpdates(), enableUpdates(), and recreateLayout().
QAbstractButton* QWizardPrivate::back |
Definition at line 573 of file qwizard.cpp.
QWizardRuler * QWizardPrivate::bottomRuler = nullptr |
Definition at line 591 of file qwizard.cpp.
Referenced by recreateLayout().
struct { ... } QWizardPrivate::btn |
|
mutable |
Definition at line 580 of file qwizard.cpp.
Definition at line 563 of file qwizard.cpp.
QHBoxLayout * QWizardPrivate::buttonLayout = nullptr |
Definition at line 594 of file qwizard.cpp.
QList< QWizard::WizardButton > QWizardPrivate::buttonsCustomLayout |
Definition at line 565 of file qwizard.cpp.
bool QWizardPrivate::buttonsHaveCustomLayout = false |
Definition at line 564 of file qwizard.cpp.
Referenced by updateButtonLayout().
QAbstractButton* QWizardPrivate::cancel |
Definition at line 577 of file qwizard.cpp.
bool QWizardPrivate::canContinue = false |
Definition at line 556 of file qwizard.cpp.
Referenced by updateCurrentPage().
bool QWizardPrivate::canFinish = false |
Definition at line 557 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
QAbstractButton* QWizardPrivate::commit |
Definition at line 575 of file qwizard.cpp.
int QWizardPrivate::current = -1 |
Definition at line 555 of file qwizard.cpp.
Referenced by reset(), and switchToPage().
|
mutable |
Definition at line 568 of file qwizard.cpp.
QList< QWizardDefaultProperty > QWizardPrivate::defaultPropertyTable |
Definition at line 551 of file qwizard.cpp.
int QWizardPrivate::disableUpdatesCount = 0 |
Definition at line 559 of file qwizard.cpp.
Referenced by disableUpdates(), and enableUpdates().
Definition at line 550 of file qwizard.cpp.
QList< QWizardField > QWizardPrivate::fields |
Definition at line 549 of file qwizard.cpp.
QAbstractButton* QWizardPrivate::finish |
Definition at line 576 of file qwizard.cpp.
QWizardHeader * QWizardPrivate::headerWidget = nullptr |
Definition at line 585 of file qwizard.cpp.
Referenced by recreateLayout(), and updateMinMaxSizes().
QAbstractButton* QWizardPrivate::help |
Definition at line 578 of file qwizard.cpp.
QList< int > QWizardPrivate::history |
Definition at line 552 of file qwizard.cpp.
QWizardLayoutInfo QWizardPrivate::layoutInfo |
Definition at line 558 of file qwizard.cpp.
QGridLayout * QWizardPrivate::mainLayout = nullptr |
Definition at line 595 of file qwizard.cpp.
int QWizardPrivate::maximumHeight = QWIDGETSIZE_MAX |
Definition at line 610 of file qwizard.cpp.
int QWizardPrivate::maximumWidth = QWIDGETSIZE_MAX |
Definition at line 609 of file qwizard.cpp.
int QWizardPrivate::minimumHeight = 0 |
Definition at line 608 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
int QWizardPrivate::minimumWidth = 0 |
Definition at line 607 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
QAbstractButton* QWizardPrivate::next |
Definition at line 574 of file qwizard.cpp.
QWizard::WizardOptions QWizardPrivate::opts |
Definition at line 562 of file qwizard.cpp.
QFrame * QWizardPrivate::pageFrame = nullptr |
Definition at line 588 of file qwizard.cpp.
PageMap QWizardPrivate::pageMap |
Definition at line 548 of file qwizard.cpp.
QVBoxLayout * QWizardPrivate::pageVBoxLayout = nullptr |
Definition at line 593 of file qwizard.cpp.
QWidget * QWizardPrivate::placeholderWidget1 = nullptr |
Definition at line 583 of file qwizard.cpp.
Referenced by recreateLayout().
QWidget * QWizardPrivate::placeholderWidget2 = nullptr |
Definition at line 584 of file qwizard.cpp.
Referenced by recreateLayout().
QWidget * QWizardPrivate::sideWidget = nullptr |
Definition at line 587 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage().
int QWizardPrivate::start = -1 |
Definition at line 553 of file qwizard.cpp.
bool QWizardPrivate::startSetByUser = false |
Definition at line 554 of file qwizard.cpp.
Qt::TextFormat QWizardPrivate::subTitleFmt = Qt::AutoText |
Definition at line 567 of file qwizard.cpp.
QLabel * QWizardPrivate::subTitleLabel = nullptr |
Definition at line 590 of file qwizard.cpp.
Qt::TextFormat QWizardPrivate::titleFmt = Qt::AutoText |
Definition at line 566 of file qwizard.cpp.
QLabel * QWizardPrivate::titleLabel = nullptr |
Definition at line 589 of file qwizard.cpp.
QWatermarkLabel * QWizardPrivate::watermarkLabel = nullptr |
Definition at line 586 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
QWizard::WizardStyle QWizardPrivate::wizStyle = QWizard::ClassicStyle |
Definition at line 561 of file qwizard.cpp.