0.44.0
|
#include <ompfSettings.h>
Public Member Functions | |
uint8 | getTypeIDSize () const |
uint8 | getChunkIDSize () const |
uint8 | getChunkSizeSize () const |
uint8 | getCustomDataSizeSize () const |
uint8 | getStringSizeSize () const |
uint8 | getMajorVersion () const |
uint8 | getMinorVersion () const |
uint8 | getPatchVersion () const |
uint32 | getVersion () const |
bool | setTypeIDSize (uint8 typeIDSize) |
bool | setChunkIDSize (uint8 chunkIDSize) |
bool | setChunkSizeSize (uint8 chunkSizeSize) |
bool | setCustomDataSizeSize (uint8 size) |
bool | setStringSizeSize (uint8 size) |
structure that contains all the settings defined for a specified ompf file in focus
uint8 OMPF::ompfSettings::getChunkIDSize | ( | ) | const |
uint8 OMPF::ompfSettings::getChunkSizeSize | ( | ) | const |
uint8 OMPF::ompfSettings::getCustomDataSizeSize | ( | ) | const |
uint8 OMPF::ompfSettings::getMajorVersion | ( | ) | const |
uint8 OMPF::ompfSettings::getMinorVersion | ( | ) | const |
uint8 OMPF::ompfSettings::getPatchVersion | ( | ) | const |
uint8 OMPF::ompfSettings::getStringSizeSize | ( | ) | const |
uint8 OMPF::ompfSettings::getTypeIDSize | ( | ) | const |
uint32 OMPF::ompfSettings::getVersion | ( | ) | const |
bool OMPF::ompfSettings::setChunkIDSize | ( | uint8 | chunkIDSize | ) |
sets chunk id size
chunkIDSize | the chunk id size |
bool OMPF::ompfSettings::setChunkSizeSize | ( | uint8 | chunkSizeSize | ) |
sets chunk size size
chunkSizeSize | the chunk size size |
bool OMPF::ompfSettings::setCustomDataSizeSize | ( | uint8 | size | ) |
sets custom data size size
size | the custom data size size |
bool OMPF::ompfSettings::setStringSizeSize | ( | uint8 | size | ) |
sets string size size
size | the string size size |
bool OMPF::ompfSettings::setTypeIDSize | ( | uint8 | typeIDSize | ) |
sets type id size
typeIDSize | the type id size |