Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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.

◆ ~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.

◆ read()

QQuickTextureFactory * QSGTextureReader::read ( )

Definition at line 21 of file qsgtexturereader.cpp.

◆ supportedFileFormats()

QList< QByteArray > QSGTextureReader::supportedFileFormats ( )
static

Definition at line 38 of file qsgtexturereader.cpp.


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