![]() |
Qt 6.x
The Qt SDK
|
#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 |
|
static |
Definition at line 305 of file qtexturefiledata.cpp.
References fmt, and QByteArray::number().
Here is the call graph for this function:| QDebug operator<< | ( | QDebug | dbg, |
| const QTextureFileData & | d | ||
| ) |
Definition at line 310 of file qtexturefiledata.cpp.
| QT_BEGIN_NAMESPACE Q_LOGGING_CATEGORY | ( | lcQtGuiTextureIO | , |
| "qt.gui.textureio" | |||
| ) |
|
constexpr |
Definition at line 14 of file qtexturefiledata.cpp.