Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquick3dviewport.cpp File Reference
#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 <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 45 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 278 of file qquick3dviewport.cpp.

References QQmlListProperty< T >::append, QQuick3DObjectPrivate::data(), 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 301 of file qquick3dviewport.cpp.

References QQmlListProperty< T >::at, QQuick3DObjectPrivate::data(), 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 308 of file qquick3dviewport.cpp.

References QQmlListProperty< T >::clear, QQuick3DObjectPrivate::data(), 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 292 of file qquick3dviewport.cpp.

References QQmlListProperty< T >::count, QQuick3DObjectPrivate::data(), QQuick3DObjectPrivate::get(), and QQuick3DViewport::scene.

+ Here is the call graph for this function: