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
qtexturefiledata.cpp File Reference

(df9d882d41b741fef7c5beeddb0abe9d904443d8)

#include "QtGui/qimage.h"
#include "qtexturefiledata_p.h"
#include <QtCore/qsize.h>
#include <QtCore/qvarlengtharray.h>
#include <QtCore/qmap.h>
+ Include dependency graph for qtexturefiledata.cpp:

Go to the source code of this file.

Classes

class  QTextureFileDataPrivate
 

Functions

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY (lcQtGuiTextureIO, "qt.gui.textureio")
 
static QByteArray glFormatName (quint32 fmt)
 
QDebug operator<< (QDebug dbg, const QTextureFileData &d)
 

Variables

constexpr size_t MAX_FACES = 6
 

Function Documentation

◆ glFormatName()

static QByteArray glFormatName ( quint32 fmt)
static

Definition at line 305 of file qtexturefiledata.cpp.

References fmt, QByteArray::number(), and QByteArray().

+ Here is the call graph for this function:

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QTextureFileData & d )

Definition at line 310 of file qtexturefiledata.cpp.

◆ Q_LOGGING_CATEGORY()

QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY ( lcQtGuiTextureIO ,
"qt.gui.textureio"  )

Variable Documentation

◆ MAX_FACES

constexpr size_t MAX_FACES = 6
constexpr

Definition at line 14 of file qtexturefiledata.cpp.