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
qquickcontainer.cpp File Reference

(2451ff25a531a2427825726f4b5f015fb01d2663)

#include "qquickcontainer_p.h"
#include "qquickcontainer_p_p.h"
#include <QtQuick/private/qquickflickable_p.h>
#include "moc_qquickcontainer_p.cpp"
+ Include dependency graph for qquickcontainer.cpp:

Go to the source code of this file.

Functions

static QT_BEGIN_NAMESPACE QQuickItemeffectiveContentItem (QQuickItem *item)
 Abstract base type providing functionality common to containers.
 

Function Documentation

◆ effectiveContentItem()

static QT_BEGIN_NAMESPACE QQuickItem * effectiveContentItem ( QQuickItem * item)
static

Abstract base type providing functionality common to containers.

\qmltype Container
\inherits Control

! \instantiates QQuickContainer \inqmlmodule QtQuick.Controls

Since
5.7

Container is the base type of container-like user interface controls that allow dynamic insertion and removal of items.

Definition at line 154 of file qquickcontainer.cpp.

References QQuickFlickable::contentItem, and item.

Referenced by QQuickContainerPrivate::contentData_append(), QQuickContainer::contentItemChange(), QQuickContainerPrivate::insertItem(), and QQuickContainerPrivate::reorderItems().

+ Here is the caller graph for this function: