![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtexturefilehandler_p.h>
Public Member Functions | |
QTextureFileHandler (QIODevice *device, const QByteArray &logName=QByteArray()) | |
virtual | ~QTextureFileHandler () |
virtual QTextureFileData | read ()=0 |
QIODevice * | device () const |
QByteArray | logName () const |
Definition at line 22 of file qtexturefilehandler_p.h.
|
inline |
Definition at line 25 of file qtexturefilehandler_p.h.
|
virtualdefault |
|
inline |
Definition at line 33 of file qtexturefilehandler_p.h.
|
inline |
Definition at line 34 of file qtexturefilehandler_p.h.
|
pure virtual |
Implemented in QAstcHandler, QKtxHandler, and QPkmHandler.