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
QSGTextureReader Class Reference

#include <qsgtexturereader_p.h>

+ Collaboration diagram for QSGTextureReader:

Public Member Functions

 QSGTextureReader (QIODevice *device, const QString &fileName=QString())
 
 ~QSGTextureReader ()
 
QQuickTextureFactoryread ()
 
bool isTexture ()
 

Static Public Member Functions

static QList< QByteArraysupportedFileFormats ()
 

Detailed Description

Definition at line 28 of file qsgtexturereader_p.h.

Constructor & Destructor Documentation

◆ QSGTextureReader()

QT_BEGIN_NAMESPACE QSGTextureReader::QSGTextureReader ( QIODevice * device,
const QString & fileName = QString() )

Definition at line 11 of file qsgtexturereader.cpp.

References device, and fileName.

◆ ~QSGTextureReader()

QSGTextureReader::~QSGTextureReader ( )

Definition at line 16 of file qsgtexturereader.cpp.

Member Function Documentation

◆ isTexture()

bool QSGTextureReader::isTexture ( )

Definition at line 33 of file qsgtexturereader.cpp.

References QTextureFileReader::canRead().

+ Here is the call graph for this function:

◆ read()

QQuickTextureFactory * QSGTextureReader::read ( )

Definition at line 21 of file qsgtexturereader.cpp.

References QTextureFileReader::read().

+ Here is the call graph for this function:

◆ supportedFileFormats()

QList< QByteArray > QSGTextureReader::supportedFileFormats ( )
static

Definition at line 38 of file qsgtexturereader.cpp.

References QTextureFileReader::supportedFileFormats().

Referenced by BackendSupport::BackendSupport().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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