Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicksplitview.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquicksplitview_p.h"
#include "qquicksplitview_p_p.h"
#include "qquickcontentitem_p.h"
#include <QtCore/qdebug.h>
#include <QtCore/qloggingcategory.h>
#include <QtCore/qcborarray.h>
#include <QtCore/qcbormap.h>
#include <QtCore/qcborvalue.h>
#include <QtQml/QQmlInfo>
#include <QtQml/qqmlcomponent.h>
#include "moc_qquicksplitview_p.cpp"
Include dependency graph for qquicksplitview.cpp:

Go to the source code of this file.

Functions

qreal effectiveMinimumWidth (const QQuickSplitViewAttachedPrivate *attachedPrivate)
qreal effectiveMinimumHeight (const QQuickSplitViewAttachedPrivate *attachedPrivate)
qreal effectivePreferredWidth (const QQuickSplitViewAttachedPrivate *attachedPrivate, const QQuickItemPrivate *itemPrivate)
qreal effectivePreferredHeight (const QQuickSplitViewAttachedPrivate *attachedPrivate, const QQuickItemPrivate *itemPrivate)
qreal effectiveMaximumWidth (const QQuickSplitViewAttachedPrivate *attachedPrivate)
qreal effectiveMaximumHeight (const QQuickSplitViewAttachedPrivate *attachedPrivate)

Function Documentation

◆ effectiveMaximumHeight()

qreal effectiveMaximumHeight ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 899 of file qquicksplitview.cpp.

◆ effectiveMaximumWidth()

qreal effectiveMaximumWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 893 of file qquicksplitview.cpp.

◆ effectiveMinimumHeight()

qreal effectiveMinimumHeight ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

◆ effectiveMinimumWidth()

qreal effectiveMinimumWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

◆ effectivePreferredHeight()

qreal effectivePreferredHeight ( const QQuickSplitViewAttachedPrivate * attachedPrivate,
const QQuickItemPrivate * itemPrivate )

◆ effectivePreferredWidth()

qreal effectivePreferredWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate,
const QQuickItemPrivate * itemPrivate )