![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qssgscenedesc_p.h>
Public Types | |
| enum class | Type { Static , Dynamic } |
Public Member Functions | |
| ~Property () | |
Public Attributes | |
| QVariant | value |
| QByteArray | name |
| QSSGSceneDesc::PropertyCall * | call = nullptr |
| Type | type = Type::Static |
Definition at line 104 of file qssgscenedesc_p.h.
|
strong |
| Enumerator | |
|---|---|
| Static | |
| Dynamic | |
Definition at line 107 of file qssgscenedesc_p.h.
|
inline |
Definition at line 114 of file qssgscenedesc_p.h.
| QSSGSceneDesc::PropertyCall* QSSGSceneDesc::Property::call = nullptr |
| QByteArray QSSGSceneDesc::Property::name |
Definition at line 109 of file qssgscenedesc_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Type QSSGSceneDesc::Property::type = Type::Static |
Definition at line 111 of file qssgscenedesc_p.h.
| QVariant QSSGSceneDesc::Property::value |
Definition at line 108 of file qssgscenedesc_p.h.