![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQuick3DUtils/private/qtquick3dutilsglobal_p.h>#include <QtCore/qlist.h>#include <QtCore/qbytearray.h>Go to the source code of this file.
Classes | |
| struct | QSSGDataView< T > |
| struct | QSSGDataView< quint8 > |
| struct | QSSGDataRef< T > |
Typedefs | |
| using | QSSGByteView = QSSGDataView<quint8> |
| using | QSSGByteRef = QSSGDataRef<quint8> |
Functions | |
| template<typename T> | |
| QSSGDataView< T > | toDataView (const T &type) |
| template<typename T> | |
| QSSGDataView< T > | toDataView (const QList< T > &type) |
| template<typename T> | |
| QSSGByteView | toByteView (const T &type) |
| template<typename T> | |
| QSSGByteView | toByteView (const QList< T > &type) |
| template<> | |
| QSSGByteView | toByteView (const QByteArray &type) |
| QSSGByteView | toByteView (const char *str) |
| template<typename T> | |
| QSSGDataView< T > | toDataView (const T *type, qsizetype count) |
| template<typename T> | |
| QSSGByteView | toByteView (const T *type, qsizetype count) |
| template<typename T> | |
| QSSGDataRef< T > | toDataRef (T &type) |
| template<typename T> | |
| QSSGByteRef | toByteRef (T &type) |
| template<typename T> | |
| QSSGDataRef< T > | toDataRef (T *type, qsizetype count) |
| template<typename T> | |
| QSSGByteRef | toByteRef (T *type, qsizetype count) |
| using QSSGByteRef = QSSGDataRef<quint8> |
Definition at line 203 of file qssgdataref_p.h.
| using QSSGByteView = QSSGDataView<quint8> |
Definition at line 106 of file qssgdataref_p.h.
|
inline |
Definition at line 212 of file qssgdataref_p.h.
|
inline |
Definition at line 224 of file qssgdataref_p.h.
|
inline |
Definition at line 138 of file qssgdataref_p.h.
|
inline |
Definition at line 133 of file qssgdataref_p.h.
|
inline |
Definition at line 127 of file qssgdataref_p.h.
|
inline |
Definition at line 121 of file qssgdataref_p.h.
|
inline |
Definition at line 150 of file qssgdataref_p.h.
|
inline |
Definition at line 206 of file qssgdataref_p.h.
|
inline |
Definition at line 218 of file qssgdataref_p.h.
|
inline |
Definition at line 115 of file qssgdataref_p.h.
|
inline |
Definition at line 109 of file qssgdataref_p.h.
|
inline |
Definition at line 144 of file qssgdataref_p.h.