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

(21c23839ee291eec03616cf3e036441d670922e1)

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

◆ effectiveMaximumWidth()

qreal effectiveMaximumWidth ( const QQuickSplitViewAttachedPrivate * attachedPrivate)

Definition at line 892 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 )