![]() |
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 519 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 524 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 524 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 526 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 526 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1623 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1686 of file qwizard.cpp.
| void QWizardPrivate::_q_updateButtonStates | ( | ) |
Definition at line 1635 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 737 of file qwizard.cpp.
| void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
Definition at line 1511 of file qwizard.cpp.
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
Definition at line 723 of file qwizard.cpp.
Referenced by reset().
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1399 of file qwizard.cpp.
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::disableUpdates | ( | ) |
Definition at line 1605 of file qwizard.cpp.
References antiFlickerWidget, and disableUpdatesCount.
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
| void QWizardPrivate::disableUpdates | ( | ) |
| void QWizardPrivate::enableUpdates | ( | ) |
Definition at line 1614 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 1370 of file qwizard.cpp.
| bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::init | ( | ) |
Definition at line 659 of file qwizard.cpp.
References updateButtonLayout().
| void QWizardPrivate::init | ( | ) |
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
Definition at line 1596 of file qwizard.cpp.
Referenced by buttonDefaultText().
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
| QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
Definition at line 874 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 935 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 759 of file qwizard.cpp.
| void QWizardPrivate::removeFieldAt | ( | int | index | ) |
| void QWizardPrivate::reset | ( | ) |
Definition at line 705 of file qwizard.cpp.
References cleanupPagesNotInHistory(), and current.
| void QWizardPrivate::reset | ( | ) |
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1478 of file qwizard.cpp.
References _q_updateButtonStates(), and QPainter::QWidget.
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1713 of file qwizard.cpp.
Definition at line 774 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 1438 of file qwizard.cpp.
References buttonsHaveCustomLayout.
Referenced by init().
| void QWizardPrivate::updateButtonLayout | ( | ) |
| void QWizardPrivate::updateButtonTexts | ( | ) |
Definition at line 1409 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| void QWizardPrivate::updateButtonTexts | ( | ) |
| void QWizardPrivate::updateCurrentPage | ( | ) |
Definition at line 1330 of file qwizard.cpp.
References _q_updateButtonStates(), canContinue, canFinish, and updateButtonTexts().
| void QWizardPrivate::updateCurrentPage | ( | ) |
| void QWizardPrivate::updateLayout | ( | ) |
Definition at line 1209 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 1294 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 1270 of file qwizard.cpp.
Referenced by switchToPage().
| void QWizardPrivate::updatePalette | ( | ) |
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
Definition at line 1516 of file qwizard.cpp.
References updateLayout().
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
| union { ... } QWizardPrivate |
| QWizardAntiFlickerWidget * QWizardPrivate::antiFlickerWidget = nullptr |
Definition at line 600 of file qwizard.cpp.
Referenced by disableUpdates(), enableUpdates(), and recreateLayout().
| QAbstractButton* QWizardPrivate::back |
Definition at line 591 of file qwizard.cpp.
| QWizard::BannerSizePolicy QWizardPrivate::bannerSizePolicy = QWizard::BannerSizePolicy::NoStretch |
Definition at line 585 of file qwizard.cpp.
| QWizardRuler * QWizardPrivate::bottomRuler = nullptr |
Definition at line 609 of file qwizard.cpp.
Referenced by recreateLayout().
| struct { ... } QWizardPrivate::btn |
|
mutable |
Definition at line 598 of file qwizard.cpp.
Definition at line 580 of file qwizard.cpp.
| QHBoxLayout * QWizardPrivate::buttonLayout = nullptr |
Definition at line 612 of file qwizard.cpp.
| QList< QWizard::WizardButton > QWizardPrivate::buttonsCustomLayout |
Definition at line 582 of file qwizard.cpp.
| bool QWizardPrivate::buttonsHaveCustomLayout = false |
Definition at line 581 of file qwizard.cpp.
Referenced by updateButtonLayout().
| QAbstractButton* QWizardPrivate::cancel |
Definition at line 595 of file qwizard.cpp.
| bool QWizardPrivate::canContinue = false |
Definition at line 573 of file qwizard.cpp.
Referenced by updateCurrentPage().
| bool QWizardPrivate::canFinish = false |
Definition at line 574 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| QAbstractButton* QWizardPrivate::commit |
Definition at line 593 of file qwizard.cpp.
| int QWizardPrivate::current = -1 |
Definition at line 572 of file qwizard.cpp.
Referenced by reset(), and switchToPage().
|
mutable |
Definition at line 586 of file qwizard.cpp.
| QList< QWizardDefaultProperty > QWizardPrivate::defaultPropertyTable |
Definition at line 568 of file qwizard.cpp.
| int QWizardPrivate::disableUpdatesCount = 0 |
Definition at line 576 of file qwizard.cpp.
Referenced by disableUpdates(), and enableUpdates().
Definition at line 567 of file qwizard.cpp.
| QList< QWizardField > QWizardPrivate::fields |
Definition at line 566 of file qwizard.cpp.
| QAbstractButton* QWizardPrivate::finish |
Definition at line 594 of file qwizard.cpp.
| QWizardHeader * QWizardPrivate::headerWidget = nullptr |
Definition at line 603 of file qwizard.cpp.
Referenced by recreateLayout(), and updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::help |
Definition at line 596 of file qwizard.cpp.
| QList< int > QWizardPrivate::history |
Definition at line 569 of file qwizard.cpp.
| QWizardLayoutInfo QWizardPrivate::layoutInfo |
Definition at line 575 of file qwizard.cpp.
| QGridLayout * QWizardPrivate::mainLayout = nullptr |
Definition at line 613 of file qwizard.cpp.
| int QWizardPrivate::maximumHeight = QWIDGETSIZE_MAX |
Definition at line 628 of file qwizard.cpp.
| int QWizardPrivate::maximumWidth = QWIDGETSIZE_MAX |
Definition at line 627 of file qwizard.cpp.
| int QWizardPrivate::minimumHeight = 0 |
Definition at line 626 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| int QWizardPrivate::minimumWidth = 0 |
Definition at line 625 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::next |
Definition at line 592 of file qwizard.cpp.
| QWizard::WizardOptions QWizardPrivate::opts |
Definition at line 579 of file qwizard.cpp.
| QFrame * QWizardPrivate::pageFrame = nullptr |
Definition at line 606 of file qwizard.cpp.
| PageMap QWizardPrivate::pageMap |
Definition at line 565 of file qwizard.cpp.
| QVBoxLayout * QWizardPrivate::pageVBoxLayout = nullptr |
Definition at line 611 of file qwizard.cpp.
| QWidget * QWizardPrivate::placeholderWidget1 = nullptr |
Definition at line 601 of file qwizard.cpp.
Referenced by recreateLayout().
| QWidget * QWizardPrivate::placeholderWidget2 = nullptr |
Definition at line 602 of file qwizard.cpp.
Referenced by recreateLayout().
| QWidget * QWizardPrivate::sideWidget = nullptr |
Definition at line 605 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage().
| int QWizardPrivate::start = -1 |
Definition at line 570 of file qwizard.cpp.
| bool QWizardPrivate::startSetByUser = false |
Definition at line 571 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::subTitleFmt = Qt::AutoText |
Definition at line 584 of file qwizard.cpp.
| QLabel * QWizardPrivate::subTitleLabel = nullptr |
Definition at line 608 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::titleFmt = Qt::AutoText |
Definition at line 583 of file qwizard.cpp.
| QLabel * QWizardPrivate::titleLabel = nullptr |
Definition at line 607 of file qwizard.cpp.
| QWatermarkLabel * QWizardPrivate::watermarkLabel = nullptr |
Definition at line 604 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
| QWizard::WizardStyle QWizardPrivate::wizStyle = QWizard::ClassicStyle |
Definition at line 578 of file qwizard.cpp.