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
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 104 of file qssgscenedesc_p.h.

Member Enumeration Documentation

◆ Type

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

Definition at line 107 of file qssgscenedesc_p.h.

Constructor & Destructor Documentation

◆ ~Property()

Property::~Property ( )
inline

Definition at line 114 of file qssgscenedesc_p.h.

Member Data Documentation

◆ call

◆ name

QByteArray QSSGSceneDesc::Property::name

◆ type

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

Definition at line 111 of file qssgscenedesc_p.h.

◆ value

QVariant QSSGSceneDesc::Property::value

Definition at line 108 of file qssgscenedesc_p.h.


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