![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpkmhandler_p.h>
Public Member Functions | |
~QPkmHandler () override | |
QTextureFileData | read () override |
QTextureFileHandler (QIODevice *device, const QByteArray &logName=QByteArray()) | |
Public Member Functions inherited from QTextureFileHandler | |
QTextureFileHandler (QIODevice *device, const QByteArray &logName=QByteArray()) | |
virtual | ~QTextureFileHandler () |
QIODevice * | device () const |
QByteArray | logName () const |
Static Public Member Functions | |
static bool | canRead (const QByteArray &suffix, const QByteArray &block) |
Definition at line 23 of file qpkmhandler_p.h.
|
overridedefault |
|
static |
Definition at line 35 of file qpkmhandler.cpp.
|
inline |
Definition at line 26 of file qtexturefilehandler_p.h.
|
overridevirtual |