Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquicksplitview.cpp File Reference
#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 "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 884 of file qquicksplitview.cpp.

References QQuickSplitViewAttachedPrivate::m_isMaximumHeightSet, and QQuickSplitViewAttachedPrivate::m_maximumHeight.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetMaximumHeight().

+ Here is the caller graph for this function:

◆ effectiveMaximumWidth()

qreal effectiveMaximumWidth ( const QQuickSplitViewAttachedPrivate attachedPrivate)

Definition at line 878 of file qquicksplitview.cpp.

References QQuickSplitViewAttachedPrivate::m_isMaximumWidthSet, and QQuickSplitViewAttachedPrivate::m_maximumWidth.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetMaximumWidth().

+ Here is the caller graph for this function:

◆ effectiveMinimumHeight()

qreal effectiveMinimumHeight ( const QQuickSplitViewAttachedPrivate attachedPrivate)

Definition at line 859 of file qquicksplitview.cpp.

References QQuickSplitViewAttachedPrivate::m_isMinimumHeightSet, and QQuickSplitViewAttachedPrivate::m_minimumHeight.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetMinimumHeight().

+ Here is the caller graph for this function:

◆ effectiveMinimumWidth()

qreal effectiveMinimumWidth ( const QQuickSplitViewAttachedPrivate attachedPrivate)

Definition at line 854 of file qquicksplitview.cpp.

References QQuickSplitViewAttachedPrivate::m_isMinimumWidthSet, and QQuickSplitViewAttachedPrivate::m_minimumWidth.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetMinimumWidth().

+ Here is the caller graph for this function:

◆ effectivePreferredHeight()

qreal effectivePreferredHeight ( const QQuickSplitViewAttachedPrivate attachedPrivate,
const QQuickItemPrivate itemPrivate 
)

Definition at line 871 of file qquicksplitview.cpp.

References QQuickItemPrivate::implicitHeight, QQuickSplitViewAttachedPrivate::m_isPreferredHeightSet, and QQuickSplitViewAttachedPrivate::m_preferredHeight.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetPreferredHeight().

+ Here is the caller graph for this function:

◆ effectivePreferredWidth()

qreal effectivePreferredWidth ( const QQuickSplitViewAttachedPrivate attachedPrivate,
const QQuickItemPrivate itemPrivate 
)

Definition at line 864 of file qquicksplitview.cpp.

References QQuickItemPrivate::implicitWidth, QQuickSplitViewAttachedPrivate::m_isPreferredWidthSet, and QQuickSplitViewAttachedPrivate::m_preferredWidth.

Referenced by QQuickSplitViewPrivate::effectiveSizeData(), and QQuickSplitViewAttached::resetPreferredWidth().

+ Here is the caller graph for this function: