Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qpkmhandler.cpp File Reference
#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().