![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QByteArray | readKey (const IndexKey &indexKey) const |
bool | writeHeader () const |
bool | writeData (const QString &key, QSSGLightmapIODataTag tag, const QByteArray &data) |
bool | writeFooter () |
bool | decodeHeaders () |
QList< std::pair< QString, QSSGLightmapIODataTag > > | getKeys () const |
QByteArray | readKey (const IndexKey &indexKey) const |
bool | writeHeader () const |
bool | writeData (const QString &key, QSSGLightmapIODataTag tag, const QByteArray &data) |
bool | writeFooter () |
bool | decodeHeaders () |
QList< std::pair< QString, QSSGLightmapIODataTag > > | getKeys () const |
Public Attributes | |
QSharedPointer< QIODevice > | stream |
QMap< IndexKey, IndexEntry > | entries |
qint64 | entryCount = -1 |
qint64 | indexOffset = -1 |
qint64 | fileVersion = -1 |
qint64 | fileSize = -1 |
Definition at line 32 of file qssglightmapio.cpp.
bool QSSGLightmapIOPrivate::decodeHeaders | ( | ) |
Definition at line 113 of file qssglightmapio.cpp.
bool QSSGLightmapIOPrivate::decodeHeaders | ( | ) |
QList< std::pair< QString, QSSGLightmapIODataTag > > QSSGLightmapIOPrivate::getKeys | ( | ) | const |
Definition at line 387 of file qssglightmapio.cpp.
QList< std::pair< QString, QSSGLightmapIODataTag > > QSSGLightmapIOPrivate::getKeys | ( | ) | const |
QByteArray QSSGLightmapIOPrivate::readKey | ( | const IndexKey & | indexKey | ) | const |
Definition at line 296 of file qssglightmapio.cpp.
References IndexEntry::dataTag.
QByteArray QSSGLightmapIOPrivate::readKey | ( | const IndexKey & | indexKey | ) | const |
bool QSSGLightmapIOPrivate::writeData | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QByteArray & | data ) |
Definition at line 225 of file qssglightmapio.cpp.
References IndexEntry::dataTag.
bool QSSGLightmapIOPrivate::writeData | ( | const QString & | key, |
QSSGLightmapIODataTag | tag, | ||
const QByteArray & | data ) |
bool QSSGLightmapIOPrivate::writeFooter | ( | ) |
Definition at line 250 of file qssglightmapio.cpp.
bool QSSGLightmapIOPrivate::writeFooter | ( | ) |
bool QSSGLightmapIOPrivate::writeHeader | ( | ) | const |
Definition at line 189 of file qssglightmapio.cpp.
bool QSSGLightmapIOPrivate::writeHeader | ( | ) | const |
QMap< IndexKey, IndexEntry > QSSGLightmapIOPrivate::entries |
Definition at line 42 of file qssglightmapio.cpp.
qint64 QSSGLightmapIOPrivate::entryCount = -1 |
Definition at line 43 of file qssglightmapio.cpp.
qint64 QSSGLightmapIOPrivate::fileSize = -1 |
Definition at line 46 of file qssglightmapio.cpp.
qint64 QSSGLightmapIOPrivate::fileVersion = -1 |
Definition at line 45 of file qssglightmapio.cpp.
qint64 QSSGLightmapIOPrivate::indexOffset = -1 |
Definition at line 44 of file qssglightmapio.cpp.
QSharedPointer< QIODevice > QSSGLightmapIOPrivate::stream |
Definition at line 41 of file qssglightmapio.cpp.