![]() |
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/qfile.h>#include <QtCore/qset.h>#include <QtCore/qmap.h>#include <rhi/qshader.h>Go to the source code of this file.
Classes | |
| class | QQsbCollection |
| struct | QQsbCollection::Entry |
| struct | QQsbCollection::EntryDesc |
| class | QQsbInMemoryCollection |
| class | QQsbIODeviceCollection |
Functions | |
| Q_DECLARE_TYPEINFO (QQsbCollection::Entry, Q_PRIMITIVE_TYPE) | |
| Q_QUICK3DUTILS_EXPORT QDataStream & | operator<< (QDataStream &stream, const QQsbCollection::Entry &entry) |
| Q_QUICK3DUTILS_EXPORT QDataStream & | operator>> (QDataStream &stream, QQsbCollection::Entry &entry) |
| Q_QUICK3DUTILS_EXPORT QDataStream & | operator<< (QDataStream &stream, const QQsbCollection::EntryDesc &entryDesc) |
| Q_QUICK3DUTILS_EXPORT QDataStream & | operator>> (QDataStream &stream, QQsbCollection::EntryDesc &entryDesc) |
| Q_QUICK3DUTILS_EXPORT size_t | qHash (const QQsbCollection::Entry &entry, size_t) |
| Q_QUICK3DUTILS_EXPORT bool | operator== (const QQsbCollection::Entry &l, const QQsbCollection::Entry &r) |
| Q_QUICK3DUTILS_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
| const QQsbCollection::Entry & | entry ) |
Definition at line 16 of file qqsbcollection.cpp.
| Q_QUICK3DUTILS_EXPORT QDataStream & operator<< | ( | QDataStream & | stream, |
| const QQsbCollection::EntryDesc & | entryDesc ) |
Definition at line 40 of file qqsbcollection.cpp.
| Q_QUICK3DUTILS_EXPORT bool operator== | ( | const QQsbCollection::Entry & | l, |
| const QQsbCollection::Entry & | r ) |
Definition at line 35 of file qqsbcollection.cpp.
| Q_QUICK3DUTILS_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QQsbCollection::Entry & | entry ) |
Definition at line 21 of file qqsbcollection.cpp.
| Q_QUICK3DUTILS_EXPORT QDataStream & operator>> | ( | QDataStream & | stream, |
| QQsbCollection::EntryDesc & | entryDesc ) |
Definition at line 48 of file qqsbcollection.cpp.
| Q_DECLARE_TYPEINFO | ( | QQsbCollection::Entry | , |
| Q_PRIMITIVE_TYPE | ) |
| Q_QUICK3DUTILS_EXPORT size_t qHash | ( | const QQsbCollection::Entry & | entry, |
| size_t | ) |
Definition at line 30 of file qqsbcollection.cpp.