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
QSSGBaseTypeProperty Class Reference

#include <qssgrenderbasetypes_p.h>

Collaboration diagram for QSSGBaseTypeProperty:

Public Member Functions

 QSSGBaseTypeProperty ()=default
 QSSGBaseTypeProperty (const QByteArray &name, const QByteArray &typeName, const QVariant &value, QSSGRenderShaderValue::Type shaderDataType, int pid=-1)

Public Attributes

QByteArray name
QByteArray typeName
QVariant value
QSSGRenderShaderValue::Type shaderDataType
int pid

Detailed Description

Definition at line 399 of file qssgrenderbasetypes_p.h.

Constructor & Destructor Documentation

◆ QSSGBaseTypeProperty() [1/2]

QSSGBaseTypeProperty::QSSGBaseTypeProperty ( )
default

◆ QSSGBaseTypeProperty() [2/2]

QSSGBaseTypeProperty::QSSGBaseTypeProperty ( const QByteArray & name,
const QByteArray & typeName,
const QVariant & value,
QSSGRenderShaderValue::Type shaderDataType,
int pid = -1 )
inline

Definition at line 403 of file qssgrenderbasetypes_p.h.

References QSSGBaseTypeProperty(), pid, and shaderDataType.

Referenced by QSSGBaseTypeProperty().

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

Member Data Documentation

◆ name

QByteArray QSSGBaseTypeProperty::name

◆ pid

int QSSGBaseTypeProperty::pid

Definition at line 410 of file qssgrenderbasetypes_p.h.

Referenced by QSSGBaseTypeProperty().

◆ shaderDataType

QSSGRenderShaderValue::Type QSSGBaseTypeProperty::shaderDataType

Definition at line 409 of file qssgrenderbasetypes_p.h.

Referenced by QSSGBaseTypeProperty().

◆ typeName

QByteArray QSSGBaseTypeProperty::typeName

Definition at line 407 of file qssgrenderbasetypes_p.h.

◆ value

QVariant QSSGBaseTypeProperty::value
mutable

Definition at line 408 of file qssgrenderbasetypes_p.h.


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