![]() |
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 514 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 519 of file qwizard.cpp.
| typedef QMap<int, QWizardPage *> QWizardPrivate::PageMap |
Definition at line 519 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 521 of file qwizard.cpp.
| Enumerator | |
|---|---|
| Backward | |
| Forward | |
| Backward | |
| Forward | |
Definition at line 521 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1617 of file qwizard.cpp.
| void QWizardPrivate::_q_emitCustomButtonClicked | ( | ) |
Definition at line 1680 of file qwizard.cpp.
| void QWizardPrivate::_q_updateButtonStates | ( | ) |
Definition at line 1629 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 731 of file qwizard.cpp.
| void QWizardPrivate::addField | ( | const QWizardField & | field | ) |
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
Definition at line 1505 of file qwizard.cpp.
| bool QWizardPrivate::buttonLayoutContains | ( | QWizard::WizardButton | which | ) |
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
Definition at line 717 of file qwizard.cpp.
Referenced by reset().
| void QWizardPrivate::cleanupPagesNotInHistory | ( | ) |
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
Definition at line 1393 of file qwizard.cpp.
| void QWizardPrivate::connectButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::disableUpdates | ( | ) |
Definition at line 1599 of file qwizard.cpp.
References antiFlickerWidget, and disableUpdatesCount.
Referenced by _q_updateButtonStates(), switchToPage(), and updateLayout().
| void QWizardPrivate::disableUpdates | ( | ) |
| void QWizardPrivate::enableUpdates | ( | ) |
Definition at line 1608 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 1364 of file qwizard.cpp.
| bool QWizardPrivate::ensureButton | ( | QWizard::WizardButton | which | ) | const |
| void QWizardPrivate::init | ( | ) |
Definition at line 653 of file qwizard.cpp.
References updateButtonLayout().
| void QWizardPrivate::init | ( | ) |
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
Definition at line 1590 of file qwizard.cpp.
Referenced by buttonDefaultText().
| bool QWizardPrivate::isVistaThemeEnabled | ( | ) | const |
| QWizardLayoutInfo QWizardPrivate::layoutInfoForCurrentPage | ( | ) |
Definition at line 868 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 929 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 753 of file qwizard.cpp.
| void QWizardPrivate::removeFieldAt | ( | int | index | ) |
| void QWizardPrivate::reset | ( | ) |
Definition at line 699 of file qwizard.cpp.
References cleanupPagesNotInHistory(), and current.
| void QWizardPrivate::reset | ( | ) |
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1472 of file qwizard.cpp.
References _q_updateButtonStates(), and QPainter::QWidget.
| void QWizardPrivate::setButtonLayout | ( | const QWizard::WizardButton * | array, |
| int | size ) |
Definition at line 1707 of file qwizard.cpp.
Definition at line 768 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 1432 of file qwizard.cpp.
References buttonsHaveCustomLayout.
Referenced by init().
| void QWizardPrivate::updateButtonLayout | ( | ) |
| void QWizardPrivate::updateButtonTexts | ( | ) |
Definition at line 1403 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| void QWizardPrivate::updateButtonTexts | ( | ) |
| void QWizardPrivate::updateCurrentPage | ( | ) |
Definition at line 1324 of file qwizard.cpp.
References _q_updateButtonStates(), canContinue, canFinish, and updateButtonTexts().
| void QWizardPrivate::updateCurrentPage | ( | ) |
| void QWizardPrivate::updateLayout | ( | ) |
Definition at line 1203 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 1288 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 1264 of file qwizard.cpp.
Referenced by switchToPage().
| void QWizardPrivate::updatePalette | ( | ) |
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
Definition at line 1510 of file qwizard.cpp.
References updateLayout().
| void QWizardPrivate::updatePixmap | ( | QWizard::WizardPixmap | which | ) |
| union { ... } QWizardPrivate |
| QWizardAntiFlickerWidget * QWizardPrivate::antiFlickerWidget = nullptr |
Definition at line 594 of file qwizard.cpp.
Referenced by disableUpdates(), enableUpdates(), and recreateLayout().
| QAbstractButton* QWizardPrivate::back |
Definition at line 585 of file qwizard.cpp.
| QWizardRuler * QWizardPrivate::bottomRuler = nullptr |
Definition at line 603 of file qwizard.cpp.
Referenced by recreateLayout().
| struct { ... } QWizardPrivate::btn |
|
mutable |
Definition at line 592 of file qwizard.cpp.
Definition at line 575 of file qwizard.cpp.
| QHBoxLayout * QWizardPrivate::buttonLayout = nullptr |
Definition at line 606 of file qwizard.cpp.
| QList< QWizard::WizardButton > QWizardPrivate::buttonsCustomLayout |
Definition at line 577 of file qwizard.cpp.
| bool QWizardPrivate::buttonsHaveCustomLayout = false |
Definition at line 576 of file qwizard.cpp.
Referenced by updateButtonLayout().
| QAbstractButton* QWizardPrivate::cancel |
Definition at line 589 of file qwizard.cpp.
| bool QWizardPrivate::canContinue = false |
Definition at line 568 of file qwizard.cpp.
Referenced by updateCurrentPage().
| bool QWizardPrivate::canFinish = false |
Definition at line 569 of file qwizard.cpp.
Referenced by switchToPage(), and updateCurrentPage().
| QAbstractButton* QWizardPrivate::commit |
Definition at line 587 of file qwizard.cpp.
| int QWizardPrivate::current = -1 |
Definition at line 567 of file qwizard.cpp.
Referenced by reset(), and switchToPage().
|
mutable |
Definition at line 580 of file qwizard.cpp.
| QList< QWizardDefaultProperty > QWizardPrivate::defaultPropertyTable |
Definition at line 563 of file qwizard.cpp.
| int QWizardPrivate::disableUpdatesCount = 0 |
Definition at line 571 of file qwizard.cpp.
Referenced by disableUpdates(), and enableUpdates().
Definition at line 562 of file qwizard.cpp.
| QList< QWizardField > QWizardPrivate::fields |
Definition at line 561 of file qwizard.cpp.
| QAbstractButton* QWizardPrivate::finish |
Definition at line 588 of file qwizard.cpp.
| QWizardHeader * QWizardPrivate::headerWidget = nullptr |
Definition at line 597 of file qwizard.cpp.
Referenced by recreateLayout(), updateLayout(), and updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::help |
Definition at line 590 of file qwizard.cpp.
| QList< int > QWizardPrivate::history |
Definition at line 564 of file qwizard.cpp.
| QWizardLayoutInfo QWizardPrivate::layoutInfo |
Definition at line 570 of file qwizard.cpp.
| QGridLayout * QWizardPrivate::mainLayout = nullptr |
Definition at line 607 of file qwizard.cpp.
| int QWizardPrivate::maximumHeight = QWIDGETSIZE_MAX |
Definition at line 622 of file qwizard.cpp.
| int QWizardPrivate::maximumWidth = QWIDGETSIZE_MAX |
Definition at line 621 of file qwizard.cpp.
| int QWizardPrivate::minimumHeight = 0 |
Definition at line 620 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| int QWizardPrivate::minimumWidth = 0 |
Definition at line 619 of file qwizard.cpp.
Referenced by updateMinMaxSizes().
| QAbstractButton* QWizardPrivate::next |
Definition at line 586 of file qwizard.cpp.
| QWizard::WizardOptions QWizardPrivate::opts |
Definition at line 574 of file qwizard.cpp.
Definition at line 600 of file qwizard.cpp.
| PageMap QWizardPrivate::pageMap |
Definition at line 560 of file qwizard.cpp.
| QVBoxLayout * QWizardPrivate::pageVBoxLayout = nullptr |
Definition at line 605 of file qwizard.cpp.
Definition at line 595 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 596 of file qwizard.cpp.
Referenced by recreateLayout().
Definition at line 599 of file qwizard.cpp.
Referenced by layoutInfoForCurrentPage().
| int QWizardPrivate::start = -1 |
Definition at line 565 of file qwizard.cpp.
| bool QWizardPrivate::startSetByUser = false |
Definition at line 566 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::subTitleFmt = Qt::AutoText |
Definition at line 579 of file qwizard.cpp.
Definition at line 602 of file qwizard.cpp.
| Qt::TextFormat QWizardPrivate::titleFmt = Qt::AutoText |
Definition at line 578 of file qwizard.cpp.
Definition at line 601 of file qwizard.cpp.
| QWatermarkLabel * QWizardPrivate::watermarkLabel = nullptr |
Definition at line 598 of file qwizard.cpp.
Referenced by recreateLayout(), and updateLayout().
| QWizard::WizardStyle QWizardPrivate::wizStyle = QWizard::ClassicStyle |
Definition at line 573 of file qwizard.cpp.