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
QSSGSceneDesc::Property Struct Reference

#include <qssgscenedesc_p.h>

+ Collaboration diagram for QSSGSceneDesc::Property:

Public Types

enum class  Type { Static , Dynamic }
 

Public Member Functions

 ~Property ()
 

Public Attributes

QVariant value
 
QByteArray name
 
QSSGSceneDesc::PropertyCallcall = nullptr
 
Type type = Type::Static
 

Detailed Description

Definition at line 103 of file qssgscenedesc_p.h.

Member Enumeration Documentation

◆ Type

enum class QSSGSceneDesc::Property::Type
strong
Enumerator
Static 
Dynamic 

Definition at line 106 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ ~Property()

Property::~Property ( )
inline

Definition at line 113 of file qssgscenedesc_p.h.

References call, and QSSGSceneDesc::destructValue().

+ Here is the call graph for this function:

Member Data Documentation

◆ call

◆ name

◆ type

Type QSSGSceneDesc::Property::type = Type::Static

Definition at line 110 of file qssgscenedesc_p.h.

Referenced by QSSGSceneDesc::setProperty().

◆ value


The documentation for this struct was generated from the following file: