![]() |
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 205 of file qssgdataref_p.h.
| using QSSGByteView = QSSGDataView<quint8> |
Definition at line 108 of file qssgdataref_p.h.
|
inline |
Definition at line 214 of file qssgdataref_p.h.
|
inline |
Definition at line 226 of file qssgdataref_p.h.
|
inline |
Definition at line 140 of file qssgdataref_p.h.
|
inline |
Definition at line 135 of file qssgdataref_p.h.
|
inline |
Definition at line 129 of file qssgdataref_p.h.
|
inline |
Definition at line 123 of file qssgdataref_p.h.
|
inline |
Definition at line 152 of file qssgdataref_p.h.
|
inline |
Definition at line 208 of file qssgdataref_p.h.
|
inline |
Definition at line 220 of file qssgdataref_p.h.
|
inline |
Definition at line 117 of file qssgdataref_p.h.
|
inline |
Definition at line 111 of file qssgdataref_p.h.
|
inline |
Definition at line 146 of file qssgdataref_p.h.