![]() |
Qt 6.x
The Qt SDK
|
#include <qsgtexturereader_p.h>
Public Member Functions | |
QSGTextureReader (QIODevice *device, const QString &fileName=QString()) | |
~QSGTextureReader () | |
QQuickTextureFactory * | read () |
bool | isTexture () |
Static Public Member Functions | |
static QList< QByteArray > | supportedFileFormats () |
Definition at line 28 of file qsgtexturereader_p.h.
QT_BEGIN_NAMESPACE QSGTextureReader::QSGTextureReader | ( | QIODevice * | device, |
const QString & | fileName = QString() |
||
) |
Definition at line 11 of file qsgtexturereader.cpp.
QSGTextureReader::~QSGTextureReader | ( | ) |
Definition at line 16 of file qsgtexturereader.cpp.
bool QSGTextureReader::isTexture | ( | ) |
Definition at line 33 of file qsgtexturereader.cpp.
References QTextureFileReader::canRead().
Referenced by createPixmapDataSync().
QQuickTextureFactory * QSGTextureReader::read | ( | ) |
Definition at line 21 of file qsgtexturereader.cpp.
References QTextureFileData::isValid(), and QTextureFileReader::read().
Referenced by createPixmapDataSync().
|
static |
Definition at line 38 of file qsgtexturereader.cpp.
References QTextureFileReader::supportedFileFormats().
Referenced by BackendSupport::BackendSupport().