ff7tk  1.0.0.16
Work with Final Fantasy 7 game data
Public Member Functions | Static Public Member Functions | List of all members
PsfFile Class Reference

#include <PsfFile.h>

Public Member Functions

 PsfFile ()
 
 PsfFile (const QByteArray &data, const PsfTags &tags)
 
bool open (const QByteArray &data)
 
QByteArray save () const
 
const QByteArray & data () const
 
QByteArray & data ()
 
const QByteArray & special () const
 
const PsfTagstags () const
 
PsfTagstags ()
 
QByteArray akao () const
 

Static Public Member Functions

static PsfFile fromAkao (const QByteArray &akaoData, const PsfTags &tags)
 

Constructor & Destructor Documentation

◆ PsfFile() [1/2]

PsfFile::PsfFile ( )

◆ PsfFile() [2/2]

PsfFile::PsfFile ( const QByteArray &  data,
const PsfTags tags 
)

Member Function Documentation

◆ akao()

QByteArray PsfFile::akao ( ) const

◆ data() [1/2]

QByteArray& PsfFile::data ( )
inline

◆ data() [2/2]

const QByteArray& PsfFile::data ( ) const
inline

◆ fromAkao()

PsfFile PsfFile::fromAkao ( const QByteArray &  akaoData,
const PsfTags tags 
)
static

◆ open()

bool PsfFile::open ( const QByteArray &  data)

◆ save()

QByteArray PsfFile::save ( ) const

◆ special()

const QByteArray& PsfFile::special ( ) const
inline

◆ tags() [1/2]

PsfTags& PsfFile::tags ( )
inline

◆ tags() [2/2]

const PsfTags& PsfFile::tags ( ) const
inline

The documentation for this class was generated from the following files: