![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickApplicationWindowPrivate:
Collaboration diagram for QQuickApplicationWindowPrivate:Static Public Member Functions | |
| static QQuickApplicationWindowPrivate * | get (QQuickApplicationWindow *window) |
| static void | contentData_append (QQmlListProperty< QObject > *prop, QObject *obj) |
Static Public Member Functions inherited from QQuickWindowPrivate | |
| static QQuickWindowPrivate * | get (QQuickWindow *c) |
| static const QQuickWindowPrivate * | get (const QQuickWindow *c) |
| static bool | dragOverThreshold (qreal d, Qt::Axis axis, const QEventPoint *tp, int startDragThreshold=-1) |
| static bool | dragOverThreshold (qreal d, Qt::Axis axis, QMouseEvent *event, int startDragThreshold=-1) |
| static void | data_append (QQmlListProperty< QObject > *, QObject *) |
| \qmlproperty list<QtObject> Window::data \qmldefault | |
| static qsizetype | data_count (QQmlListProperty< QObject > *) |
| static QObject * | data_at (QQmlListProperty< QObject > *, qsizetype) |
| static void | data_clear (QQmlListProperty< QObject > *) |
| static void | data_replace (QQmlListProperty< QObject > *, qsizetype, QObject *) |
| static void | data_removeLast (QQmlListProperty< QObject > *) |
| static void | rhiCreationFailureMessage (const QString &backendName, QString *translatedMessage, QString *untranslatedMessage) |
| static void | emitBeforeRenderPassRecording (void *ud) |
| static void | emitAfterRenderPassRecording (void *ud) |
Static Public Member Functions inherited from QWindowPrivate | |
| static QWindowPrivate * | get (QWindow *window) |
| static Qt::WindowState | effectiveState (Qt::WindowStates) |
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) |
Additional Inherited Members | |
Public Types inherited from QQuickWindowPrivate | |
| enum | CustomEvents { FullUpdateRequest = QEvent::User + 1 , TriggerContextCreationFailure = QEvent::User + 2 } |
| enum | TextureFromNativeTextureFlag { NativeTextureIsExternalOES = 0x01 } |
Public Types inherited from QWindowPrivate | |
| enum | PositionPolicy { WindowFrameInclusive , WindowFrameExclusive } |
| enum | SiblingPosition { PositionTop , PositionBottom } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
| using | ConnectionDataPointer = QExplicitlySharedDataPointer< ConnectionData > |
Static Public Attributes inherited from QQuickWindowPrivate | |
| static bool | defaultAlphaBuffer = false |
| static QQuickWindow::TextRenderType | textRenderType = QQuickWindow::QtTextRendering |
Protected Member Functions inherited from QQuickPaletteProviderPrivateBase< QQuickWindow, QQuickWindowPrivate > | |
| void | setCurrentColorGroup () |
Definition at line 90 of file qquickapplicationwindow.cpp.
|
inline |
Definition at line 97 of file qquickapplicationwindow.cpp.
| void QQuickApplicationWindowPrivate::_q_updateActiveFocus | ( | ) |
Definition at line 260 of file qquickapplicationwindow.cpp.
References findActiveFocusControl(), and setActiveFocusControl().
Here is the call graph for this function:| void QQuickApplicationWindowPrivate::cancelBackground | ( | ) |
Definition at line 284 of file qquickapplicationwindow.cpp.
References backgroundName(), and quickCancelDeferred().
Here is the call graph for this function:| QQmlListProperty< QObject > QQuickApplicationWindowPrivate::contentData | ( | ) |
\qmlproperty list<QtObject> QtQuick.Controls::ApplicationWindow::contentData \qmldefault
This default property holds the list of all objects declared as children of the window.
The data property allows you to freely mix visual children, resources and other windows in an ApplicationWindow.
If you assign an Item to the contentData list, it becomes a child of the window's contentItem, so that it appears inside the window. The item's parent will be the window's \l contentItem.
It should not generally be necessary to refer to the contentData property, as it is the default property for ApplicationWindow and thus all child items are automatically assigned to this property.
Definition at line 505 of file qquickapplicationwindow.cpp.
References contentData_append(), QQuickItemPrivate::data_at(), QQuickItemPrivate::data_clear(), and QQuickItemPrivate::data_count().
Here is the call graph for this function:
|
static |
Definition at line 275 of file qquickapplicationwindow.cpp.
References QQmlListProperty< T >::data, QQuickItemPrivate::data_append(), QQuickPopupPrivate::get(), and QQuickPopupPrivate::setWindow().
Referenced by contentData().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements QQuickAbstractPaletteProvider.
Definition at line 133 of file qquickapplicationwindow.cpp.
References QQuickTheme::palette(), and QQuickTheme::System.
Here is the call graph for this function:Definition at line 290 of file qquickapplicationwindow.cpp.
References background, backgroundName(), QQuickWindowQmlImplPrivate::complete, quickBeginDeferred(), quickCompleteDeferred(), and QQuickUntypedDeferredPointer::wasExecuted().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 102 of file qquickapplicationwindow.cpp.
References window().
Referenced by QQuickApplicationWindowAttachedPrivate::windowChange().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 201 of file qquickapplicationwindow.cpp.
References item, Q_UNUSED, and relayout().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 221 of file qquickapplicationwindow.cpp.
References item, Q_UNUSED, and relayout().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 215 of file qquickapplicationwindow.cpp.
References item, Q_UNUSED, and relayout().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from QQuickItemChangeListener.
Definition at line 209 of file qquickapplicationwindow.cpp.
References item, Q_UNUSED, and relayout().
Here is the call graph for this function:| void QQuickApplicationWindowPrivate::relayout | ( | ) |
Definition at line 168 of file qquickapplicationwindow.cpp.
References background, QQuickWindowQmlImplPrivate::complete, footer, QQuickItemPrivate::get(), header, QQuickItem::height, insideRelayout, QQuickItem::isVisible(), layoutItem(), menuBar, qFuzzyIsNull(), QQuickItem::setHeight(), QQuickItem::setWidth(), QQuickItem::setY(), QQuickItem::width, QQuickItem::x, and QQuickItem::y.
Referenced by itemGeometryChanged(), itemImplicitHeightChanged(), itemImplicitWidthChanged(), and itemVisibilityChanged().
Here is the call graph for this function:
Here is the caller graph for this function:| void QQuickApplicationWindowPrivate::resolveFont | ( | ) |
Definition at line 243 of file qquickapplicationwindow.cpp.
References font, QQuickTheme::font(), QFont::resolve(), setFont_helper(), and QQuickTheme::System.
Here is the call graph for this function:| void QQuickApplicationWindowPrivate::setActiveFocusControl | ( | QQuickItem * | item | ) |
Definition at line 266 of file qquickapplicationwindow.cpp.
References activeFocusControl, and emit.
Referenced by _q_updateActiveFocus().
Here is the caller graph for this function:Definition at line 118 of file qquickapplicationwindow.cpp.
References font, and QFont::resolveMask().
Referenced by resolveFont().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Updates children palettes. The default implementation invokes inheritPalette for all visual children.
This function is also called when palette is changed (signal changed() is emitted).
Reimplemented from QQuickPaletteProviderPrivateBase< QQuickWindow, QQuickWindowPrivate >.
Definition at line 134 of file qquickapplicationwindow.cpp.
References QQuickPopupPrivate::get(), QQuickWindowPrivate::updateChildrenPalettes(), and QQuickPopupPrivate::updateContentPalettes().
Here is the call graph for this function:Definition at line 227 of file qquickapplicationwindow.cpp.
References emit, font, QQuickControlPrivate::get(), and QQuickControlPrivate::updateFontRecur().
Here is the call graph for this function:
|
inlineoverridevirtual |
Reimplemented from QWindowPrivate.
Definition at line 115 of file qquickapplicationwindow.cpp.
References QQuickPaletteProviderPrivateBase< QQuickWindow, QQuickWindowPrivate >::defaultPalette().
Here is the call graph for this function:| QQuickItem* QQuickApplicationWindowPrivate::activeFocusControl = nullptr |
Definition at line 151 of file qquickapplicationwindow.cpp.
Referenced by setActiveFocusControl().
| QQuickItem* QQuickApplicationWindowPrivate::appWindowContentItem = nullptr |
Definition at line 145 of file qquickapplicationwindow.cpp.
| QQuickDeferredPointer<QQuickItem> QQuickApplicationWindowPrivate::background |
Definition at line 144 of file qquickapplicationwindow.cpp.
Referenced by executeBackground(), and relayout().
| QFont QQuickApplicationWindowPrivate::font |
Definition at line 149 of file qquickapplicationwindow.cpp.
Referenced by resolveFont(), and updateFont().
| QQuickItem* QQuickApplicationWindowPrivate::footer = nullptr |
Definition at line 148 of file qquickapplicationwindow.cpp.
Referenced by relayout().
| QQuickItem* QQuickApplicationWindowPrivate::header = nullptr |
Definition at line 147 of file qquickapplicationwindow.cpp.
Referenced by relayout().
| bool QQuickApplicationWindowPrivate::insideRelayout = false |
Definition at line 152 of file qquickapplicationwindow.cpp.
Referenced by relayout().
| QLocale QQuickApplicationWindowPrivate::locale |
Definition at line 150 of file qquickapplicationwindow.cpp.
| QQuickItem* QQuickApplicationWindowPrivate::menuBar = nullptr |
Definition at line 146 of file qquickapplicationwindow.cpp.
Referenced by relayout().