![]() |
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 Public Member Functions inherited from QWidgetPrivate | |
| 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 Public Member Functions inherited from QObjectPrivate | |
| 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 Public Attributes inherited from QWidgetPrivate | |
| static QWidgetMapper * | mapper = nullptr |
| static QWidgetSet * | allWidgets = nullptr |
| static int | instanceCounter = 0 |
| static int | maxInstances = 0 |
| Protected Member Functions inherited from QDialogPrivate | |
| virtual int | dialogCode () const |
Definition at line 525 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 530 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 530 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 532 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 532 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1628 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1691 of file qwizard.cpp.
| void QWizardPrivate::_q_updateButtonStates | ( | ) |
Definition at line 1640 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 742 of file qwizard.cpp.
| void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
Definition at line 1516 of file qwizard.cpp.
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
Definition at line 728 of file qwizard.cpp.
Referenced by reset().
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1404 of file qwizard.cpp.
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::disableUpdates | ( | ) |
Definition at line 1610 of file qwizard.cpp.
References antiFlickerWidget, and disableUpdatesCount.
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
| void QWizardPrivate::disableUpdates | ( | ) |
| void QWizardPrivate::enableUpdates | ( | ) |
Definition at line 1619 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 1375 of file qwizard.cpp.
| bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::init | ( | ) |
Definition at line 664 of file qwizard.cpp.
References updateButtonLayout().
| void QWizardPrivate::init | ( | ) |
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
Definition at line 1601 of file qwizard.cpp.
Referenced by buttonDefaultText().
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
| QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
Definition at line 879 of file qwizard.cpp.
References QWizardLayoutInfo::buttonSpacing, QWizardLayoutInfo::childMarginBottom, QWizardLayoutInfo::childMarginLeft, QWizardLayoutInfo::childMarginRight, QWizardLayoutInfo::childMarginTop, QWizardLayoutInfo::header, QWizardLayoutInfo::hspacing, QWizardLayoutInfo::sideWidget, sideWidget, QWizardLayoutInfo::title, QWizardLayoutInfo::topLevelMarginBottom, QWizardLayoutInfo::topLevelMarginLeft, QWizardLayoutInfo::topLevelMarginRight, QWizardLayoutInfo::topLevelMarginTop, and QWizardLayoutInfo::vspacing.
Referenced by updateLayout().
| QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
| void QWizardPrivate::recreateLayout | ( | const QWizardLayoutInfo & | info | ) |
Definition at line 940 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 764 of file qwizard.cpp.
| void QWizardPrivate::removeFieldAt | ( | int | index | ) |
| void QWizardPrivate::reset | ( | ) |
Definition at line 710 of file qwizard.cpp.
References cleanupPagesNotInHistory(), and current.
| void QWizardPrivate::reset | ( | ) |
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1483 of file qwizard.cpp.
References _q_updateButtonStates(), and QPainter::QWidget.
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1718 of file qwizard.cpp.
Definition at line 779 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 1443 of file qwizard.cpp.
References buttonsHaveCustomLayout.
Referenced by init().
| void QWizardPrivate::updateButtonLayout | ( | ) |
| void QWizardPrivate::updateButtonTexts | ( | ) |
Definition at line 1414 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| void QWizardPrivate::updateButtonTexts | ( | ) |
| void QWizardPrivate::updateCurrentPage | ( | ) |
Definition at line 1335 of file qwizard.cpp.
References _q_updateButtonStates(), canContinue, canFinish, and updateButtonTexts().
| void QWizardPrivate::updateCurrentPage | ( | ) |
| void QWizardPrivate::updateLayout | ( | ) |
Definition at line 1214 of file qwizard.cpp.
References disableUpdates(), enableUpdates(), QWizardLayoutInfo::header, headerWidget, 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 1299 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 1275 of file qwizard.cpp.
Referenced by switchToPage().
| void QWizardPrivate::updatePalette | ( | ) |
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
Definition at line 1521 of file qwizard.cpp.
References updateLayout().
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
| union { ... } QWizardPrivate |
| QWizardAntiFlickerWidget * QWizardPrivate::antiFlickerWidget = nullptr |
Definition at line 605 of file qwizard.cpp.
Referenced by disableUpdates(), enableUpdates(), and recreateLayout().
| QAbstractButton* QWizardPrivate::back |
Definition at line 596 of file qwizard.cpp.
| QWizardRuler * QWizardPrivate::bottomRuler = nullptr |
Definition at line 614 of file qwizard.cpp.
Referenced by recreateLayout().
| struct { ... } QWizardPrivate::btn |
|
mutable |
Definition at line 603 of file qwizard.cpp.
Definition at line 586 of file qwizard.cpp.
| QHBoxLayout * QWizardPrivate::buttonLayout = nullptr |
Definition at line 617 of file qwizard.cpp.
| QList< QWizard::WizardButton > QWizardPrivate::buttonsCustomLayout |
Definition at line 588 of file qwizard.cpp.
| bool QWizardPrivate::buttonsHaveCustomLayout = false |
Definition at line 587 of file qwizard.cpp.
Referenced by updateButtonLayout().
| QAbstractButton* QWizardPrivate::cancel |
Definition at line 600 of file qwizard.cpp.
| bool QWizardPrivate::canContinue = false |
Definition at line 579 of file qwizard.cpp.
Referenced by updateCurrentPage().
| bool QWizardPrivate::canFinish = false |
Definition at line 580 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| QAbstractButton* QWizardPrivate::commit |
Definition at line 598 of file qwizard.cpp.
| int QWizardPrivate::current = -1 |
Definition at line 578 of file qwizard.cpp.
Referenced by reset(), and switchToPage().
|
mutable |
Definition at line 591 of file qwizard.cpp.
| QList< QWizardDefaultProperty > QWizardPrivate::defaultPropertyTable |
Definition at line 574 of file qwizard.cpp.
| int QWizardPrivate::disableUpdatesCount = 0 |
Definition at line 582 of file qwizard.cpp.
Referenced by disableUpdates(), and enableUpdates().
Definition at line 573 of file qwizard.cpp.
| QList< QWizardField > QWizardPrivate::fields |
Definition at line 572 of file qwizard.cpp.
| QAbstractButton* QWizardPrivate::finish |
Definition at line 599 of file qwizard.cpp.
| QWizardHeader * QWizardPrivate::headerWidget = nullptr |
Definition at line 608 of file qwizard.cpp.
Referenced by recreateLayout(), updateLayout(), and updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::help |
Definition at line 601 of file qwizard.cpp.
| QList< int > QWizardPrivate::history |
Definition at line 575 of file qwizard.cpp.
| QWizardLayoutInfo QWizardPrivate::layoutInfo |
Definition at line 581 of file qwizard.cpp.
| QGridLayout * QWizardPrivate::mainLayout = nullptr |
Definition at line 618 of file qwizard.cpp.
| int QWizardPrivate::maximumHeight = QWIDGETSIZE_MAX |
Definition at line 633 of file qwizard.cpp.
| int QWizardPrivate::maximumWidth = QWIDGETSIZE_MAX |
Definition at line 632 of file qwizard.cpp.
| int QWizardPrivate::minimumHeight = 0 |
Definition at line 631 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| int QWizardPrivate::minimumWidth = 0 |
Definition at line 630 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::next |
Definition at line 597 of file qwizard.cpp.
| QWizard::WizardOptions QWizardPrivate::opts |
Definition at line 585 of file qwizard.cpp.
Definition at line 611 of file qwizard.cpp.
| PageMap QWizardPrivate::pageMap |
Definition at line 571 of file qwizard.cpp.
| QVBoxLayout * QWizardPrivate::pageVBoxLayout = nullptr |
Definition at line 616 of file qwizard.cpp.
Definition at line 606 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 607 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 610 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage().
| int QWizardPrivate::start = -1 |
Definition at line 576 of file qwizard.cpp.
| bool QWizardPrivate::startSetByUser = false |
Definition at line 577 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::subTitleFmt = Qt::AutoText |
Definition at line 590 of file qwizard.cpp.
Definition at line 613 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::titleFmt = Qt::AutoText |
Definition at line 589 of file qwizard.cpp.
Definition at line 612 of file qwizard.cpp.
| QWatermarkLabel * QWizardPrivate::watermarkLabel = nullptr |
Definition at line 609 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
| QWizard::WizardStyle QWizardPrivate::wizStyle = QWizard::ClassicStyle |
Definition at line 584 of file qwizard.cpp.