![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstackview_p.h>
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) |
Input from the user that is turned into QQuickStackElements.
This was added to support the QML-compiler-friendly pushElement[s] functions.
Definition at line 38 of file qquickstackview_p.h.
|
default |
QT_BEGIN_NAMESPACE QQuickStackViewArg::QQuickStackViewArg | ( | QQuickItem * | item | ) |
Definition at line 21 of file qquickstackview.cpp.
QQuickStackViewArg::QQuickStackViewArg | ( | const QUrl & | url | ) |
Definition at line 26 of file qquickstackview.cpp.
QQuickStackViewArg::QQuickStackViewArg | ( | QQmlComponent * | component | ) |
Definition at line 31 of file qquickstackview.cpp.
QQuickStackViewArg::QQuickStackViewArg | ( | const QVariantMap & | properties | ) |
Definition at line 36 of file qquickstackview.cpp.
|
friend |
Definition at line 42 of file qquickstackview.cpp.
|
friend |
Definition at line 57 of file qquickstackview_p.h.
|
friend |
Definition at line 56 of file qquickstackview_p.h.