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

(f9d7a3692bcbf1ce79755b212649dc6c432c88ec)

#include "qquick3dviewport_p.h"
#include "qquick3dsceneenvironment_p.h"
#include "qquick3dscenemanager_p.h"
#include "qquick3dtexture_p.h"
#include "qquick3dscenerenderer_p.h"
#include "qquick3dscenerootnode_p.h"
#include "qquick3dcamera_p.h"
#include "qquick3dmodel_p.h"
#include "qquick3drenderstats_p.h"
#include "qquick3ditem2d_p.h"
#include "qquick3ddefaultmaterial_p.h"
#include "qquick3dprincipledmaterial_p.h"
#include "qquick3dcustommaterial_p.h"
#include "qquick3dspecularglossymaterial_p.h"
#include <QtQuick3DRuntimeRender/private/qssgrenderlayer_p.h>
#include <QtQuick3DRuntimeRender/private/qssglayerrenderdata_p.h>
#include <QtQuick3DUtils/private/qssgassert_p.h>
#include <qsgtextureprovider.h>
#include <QSGSimpleTextureNode>
#include <QSGRendererInterface>
#include <QQuickWindow>
#include <QtQuick/private/qquickitem_p.h>
#include <QtQuick/private/qquickpointerhandler_p.h>
#include <QtQml>
#include <QtGui/private/qeventpoint_p.h>
#include <QtCore/private/qnumeric_p.h>
#include <QtCore/qpointer.h>
#include <optional>
+ Include dependency graph for qquick3dviewport.cpp:

Go to the source code of this file.

Classes

struct  ViewportTransformHelper
 
class  QQuick3DExtensionListHelper
 
class  CleanupJob
 

Functions

static QT_BEGIN_NAMESPACE bool isforceInputHandlingSet ()
 
static void ssgn_append (QQmlListProperty< QObject > *property, QObject *obj)
 
static qsizetype ssgn_count (QQmlListProperty< QObject > *property)
 
static QObjectssgn_at (QQmlListProperty< QObject > *property, qsizetype i)
 
static void ssgn_clear (QQmlListProperty< QObject > *property)
 

Function Documentation

◆ isforceInputHandlingSet()

static QT_BEGIN_NAMESPACE bool isforceInputHandlingSet ( )
static

Definition at line 46 of file qquick3dviewport.cpp.

References qEnvironmentVariableIntValue().

Referenced by QQuick3DViewport::QQuick3DViewport(), and QQuick3DViewport::updatePaintNode().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ssgn_append()

static void ssgn_append ( QQmlListProperty< QObject > * property,
QObject * obj )
static

Definition at line 304 of file qquick3dviewport.cpp.

References QQuickItemPrivate::data_append(), QQuick3DObjectPrivate::get(), property, and QQuick3DViewport::scene.

+ Here is the call graph for this function:

◆ ssgn_at()

static QObject * ssgn_at ( QQmlListProperty< QObject > * property,
qsizetype i )
static

Definition at line 327 of file qquick3dviewport.cpp.

References QQuick3DObjectPrivate::get(), i, and QQuick3DViewport::scene.

+ Here is the call graph for this function:

◆ ssgn_clear()

static void ssgn_clear ( QQmlListProperty< QObject > * property)
static

Definition at line 334 of file qquick3dviewport.cpp.

References QQuick3DObjectPrivate::get(), and QQuick3DViewport::scene.

+ Here is the call graph for this function:

◆ ssgn_count()

static qsizetype ssgn_count ( QQmlListProperty< QObject > * property)
static

Definition at line 318 of file qquick3dviewport.cpp.

References QQuick3DObjectPrivate::get(), and QQuick3DViewport::scene.

+ Here is the call graph for this function: