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

(b1ee7061ba77a7f5dc4148129bb2083f5c28e039)

#include "qquickstackview_p_p.h"
#include "qquickstackelement_p_p.h"
#include <QtCore/qscopedvaluerollback.h>
#include <QtQml/qqmlinfo.h>
#include <QtQml/qqmllist.h>
#include <QtQml/private/qv4qmlcontext_p.h>
#include <QtQml/private/qv4qobjectwrapper_p.h>
#include <QtQml/private/qv4variantobject_p.h>
#include <QtQml/private/qv4urlobject_p.h>
#include <QtQuick/private/qquickanimation_p.h>
#include <QtQuick/private/qquicktransition_p.h>
Include dependency graph for qquickstackview_p.cpp:

Go to the source code of this file.

Functions

static bool initProperties (QQuickStackElement *element, const QV4::Value &props, QQmlV4FunctionPtr args)
static QUrl resolvedUrl (const QUrl &url, const QQmlRefPointer< QQmlContextData > &context)
static QString resolvedUrl (const QString &str, const QQmlRefPointer< QQmlContextData > &context)

Function Documentation

◆ initProperties()

bool initProperties ( QQuickStackElement * element,
const QV4::Value & props,
QQmlV4FunctionPtr args )
static

Definition at line 53 of file qquickstackview_p.cpp.

◆ resolvedUrl() [1/2]

QString resolvedUrl ( const QString & str,
const QQmlRefPointer< QQmlContextData > & context )
static

Definition at line 180 of file qquickstackview_p.cpp.

◆ resolvedUrl() [2/2]

QUrl resolvedUrl ( const QUrl & url,
const QQmlRefPointer< QQmlContextData > & context )
static

Definition at line 173 of file qquickstackview_p.cpp.