xoreos  0.0.5
Namespaces | Enumerations | Variables
gfxfile.cpp File Reference

GFX files are used for the dragonage and dragonage2 guis. More...

#include "src/common/filepath.h"
#include "src/common/deflate.h"
#include "src/common/ustring.h"
#include "src/common/readstream.h"
#include "src/common/encoding.h"
#include "src/common/util.h"
#include "src/aurora/gfxfile.h"
#include "src/aurora/resman.h"
Include dependency graph for gfxfile.cpp:

Go to the source code of this file.

Namespaces

 Aurora
 

Enumerations

enum  Aurora::TagType {
  Aurora::kTagTypeEnd = 0, Aurora::kTagTypeShowFrame = 1, Aurora::kTagTypeDefineShape = 2, Aurora::kTagTypePlaceObject = 4,
  Aurora::kTagTypeRemoveObject = 5, Aurora::kTagTypeSetBackgroundColor = 9, Aurora::kTagTypeDoAction = 12, Aurora::kTagTypeStartSound = 15,
  Aurora::kTagTypeSoundStreamHead = 18, Aurora::kTagTypeSoundStreamBlock = 19, Aurora::kTagTypeDefineShape2 = 22, Aurora::kTagTypePlaceObject2 = 26,
  Aurora::kTagTypeRemoveObject2 = 28, Aurora::kTagTypeDefineShape3 = 32, Aurora::kTagTypeDefineEditText = 37, Aurora::kTagTypeDefineSprite = 39,
  Aurora::kTagTypeFrameLabel = 43, Aurora::kTagTypeSoundStreamHead2 = 45, Aurora::kTagTypeDefineMorphShape = 46, Aurora::kTagTypeExportAssets = 56,
  Aurora::kTagTypeDoInitAction = 59, Aurora::kTagTypeFileAttributes = 69, Aurora::kTagTypePlaceObject3 = 70, Aurora::kTagTypeImportAssets2 = 71,
  Aurora::kTagTypeCSMTextSettings = 74, Aurora::kTagTypeDefineFont3 = 75, Aurora::kTagTypeDefineScalingGrid = 78, Aurora::kTagTypeDefineShape4 = 83,
  Aurora::kTagTypeGFXExporterInfo = 1000, Aurora::kTagTypeGFXDefineExternalImage = 1001, Aurora::kTagTypeGFXDefineExternalImage2 = 1009
}
 

Variables

static const uint32 Aurora::kCFXID = MKTAG('C', 'F', 'X', 0x08)
 

Detailed Description

GFX files are used for the dragonage and dragonage2 guis.

Definition in file gfxfile.cpp.