Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquicksplitview.cpp File Reference

(e11637d28f33d5e4c4d1d09fd23ef4364151d625)

#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 897 of file qquicksplitview.cpp.

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

+ Here is the caller graph for this function:

◆ effectiveMaximumWidth()

qreal effectiveMaximumWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 891 of file qquicksplitview.cpp.

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

+ Here is the caller graph for this function:

◆ effectiveMinimumHeight()

qreal effectiveMinimumHeight ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 872 of file qquicksplitview.cpp.

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

+ Here is the caller graph for this function:

◆ effectiveMinimumWidth()

qreal effectiveMinimumWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 867 of file qquicksplitview.cpp.

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 884 of file qquicksplitview.cpp.

References QQuickItemPrivate::implicitHeight.

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 877 of file qquicksplitview.cpp.

References QQuickItemPrivate::implicitWidth.

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

+ Here is the caller graph for this function: