Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QTextureFileHandler Class Referenceabstract

#include <qtexturefilehandler_p.h>

+ Inheritance diagram for QTextureFileHandler:
+ Collaboration diagram for QTextureFileHandler:

Public Member Functions

 QTextureFileHandler (QIODevice *device, const QByteArray &logName=QByteArray())
 
virtual ~QTextureFileHandler ()
 
virtual QTextureFileData read ()=0
 
QIODevicedevice () const
 
QByteArray logName () const
 

Detailed Description

Definition at line 22 of file qtexturefilehandler_p.h.

Constructor & Destructor Documentation

◆ QTextureFileHandler()

QTextureFileHandler::QTextureFileHandler ( QIODevice * device,
const QByteArray & logName = QByteArray() )
inline

Definition at line 25 of file qtexturefilehandler_p.h.

References QByteArray::isEmpty(), logName(), and QByteArrayLiteral.

+ Here is the call graph for this function:

◆ ~QTextureFileHandler()

QT_BEGIN_NAMESPACE QTextureFileHandler::~QTextureFileHandler ( )
virtualdefault

Member Function Documentation

◆ device()

QIODevice * QTextureFileHandler::device ( ) const
inline

Definition at line 33 of file qtexturefilehandler_p.h.

Referenced by QAstcHandler::read(), QKtxHandler::read(), and QPkmHandler::read().

+ Here is the caller graph for this function:

◆ logName()

QByteArray QTextureFileHandler::logName ( ) const
inline

Definition at line 34 of file qtexturefilehandler_p.h.

Referenced by QTextureFileHandler(), QAstcHandler::read(), QKtxHandler::read(), and QPkmHandler::read().

+ Here is the caller graph for this function:

◆ read()

virtual QTextureFileData QTextureFileHandler::read ( )
pure virtual

Implemented in QAstcHandler, QKtxHandler, and QPkmHandler.

Referenced by QTextureFileReader::read().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: