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

(438096371c32ea6fdcd31d6d4ad2b6d3f29fab71)

#include "qpkmhandler_p.h"
#include "qtexturefiledata_p.h"
#include <QFile>
#include <QDebug>
#include <QSize>
#include <qendian.h>
+ Include dependency graph for qpkmhandler.cpp:

Go to the source code of this file.

Classes

struct  PkmType
 

Variables

static QT_BEGIN_NAMESPACE const int qpkmh_headerSize = 16
 
static constexpr PkmType typeMap [5]
 

Variable Documentation

◆ qpkmh_headerSize

QT_BEGIN_NAMESPACE const int qpkmh_headerSize = 16
static

Definition at line 16 of file qpkmhandler.cpp.

Referenced by QPkmHandler::read().

◆ typeMap

constexpr PkmType typeMap[5]
staticconstexpr
Initial value:
= {
{ 0x8D64, 8 },
{ 0x9274, 8 },
{ 0, 0 },
{ 0x9278, 16},
{ 0x9276, 8 }
}

Definition at line 24 of file qpkmhandler.cpp.

Referenced by QPkmHandler::read().