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
QQuickStackViewArg Class Reference

#include <qquickstackview_p.h>

+ Collaboration diagram for QQuickStackViewArg:

Public Member Functions

 QQuickStackViewArg ()=default
 
Q_INVOKABLE QQuickStackViewArg (QQuickItem *item)
 
Q_INVOKABLE QQuickStackViewArg (const QUrl &url)
 
Q_INVOKABLE QQuickStackViewArg (QQmlComponent *component)
 
Q_INVOKABLE QQuickStackViewArg (const QVariantMap &properties)
 

Friends

class QQuickStackViewPrivate
 
class QQuickStackElement
 
QDebug operator<< (QDebug debug, const QQuickStackViewArg &arg)
 

Detailed Description

Input from the user that is turned into QQuickStackElements.

This was added to support the QML-compiler-friendly pushElement[s] functions.

Definition at line 37 of file qquickstackview_p.h.

Constructor & Destructor Documentation

◆ QQuickStackViewArg() [1/5]

QQuickStackViewArg::QQuickStackViewArg ( )
default

◆ QQuickStackViewArg() [2/5]

QT_BEGIN_NAMESPACE QQuickStackViewArg::QQuickStackViewArg ( QQuickItem * item)

Definition at line 21 of file qquickstackview.cpp.

◆ QQuickStackViewArg() [3/5]

QQuickStackViewArg::QQuickStackViewArg ( const QUrl & url)

Definition at line 26 of file qquickstackview.cpp.

◆ QQuickStackViewArg() [4/5]

QQuickStackViewArg::QQuickStackViewArg ( QQmlComponent * component)

Definition at line 31 of file qquickstackview.cpp.

◆ QQuickStackViewArg() [5/5]

QQuickStackViewArg::QQuickStackViewArg ( const QVariantMap & properties)

Definition at line 36 of file qquickstackview.cpp.

Friends And Related Symbol Documentation

◆ operator<<

QDebug operator<< ( QDebug debug,
const QQuickStackViewArg & arg )
friend

Definition at line 42 of file qquickstackview.cpp.

◆ QQuickStackElement

friend class QQuickStackElement
friend

Definition at line 56 of file qquickstackview_p.h.

◆ QQuickStackViewPrivate

friend class QQuickStackViewPrivate
friend

Definition at line 55 of file qquickstackview_p.h.


The documentation for this class was generated from the following files: