Functions | |
bool | checkString (const DataPointer &start, int length) |
QString | codepageStringCombination (const DataPointer &start, int length) |
QString | fixedString (const DataPointer &start, int length) |
int | readBigEndianInt1 (const DataPointer &start) |
int | readBigEndianInt2 (const DataPointer &start) |
int | readBigEndianInt3 (const DataPointer &start) |
int | readBigEndianInt4 (const DataPointer &start) |
QString | bcdbyte (unsigned char start) |
QString | hexByte (unsigned char start) |
QString bcdbyte | ( | unsigned char | start | ) |
References hexByte().
Referenced by BcdMonthYear::toString(), and BcdDate::toString().
bool checkString | ( | const DataPointer & | start, |
int | length | ||
) |
References generate::length.
Referenced by codepageStringCombination(), and fixedString().
QString codepageStringCombination | ( | const DataPointer & | start, |
int | length | ||
) |
References checkString(), and DataPointer::toPointer().
Referenced by fixedString().
QString fixedString | ( | const DataPointer & | start, |
int | length | ||
) |
References checkString(), codepageStringCombination(), generate::length, and DataPointer::toPointer().
QString hexByte | ( | unsigned char | start | ) |
Referenced by bcdbyte(), VuUnknownBlock::className(), and VuUnknownBlock::title().
int readBigEndianInt1 | ( | const DataPointer & | start | ) |
Referenced by vuBlockFactory().
int readBigEndianInt2 | ( | const DataPointer & | start | ) |
Referenced by CardBlock::CardBlock(), cardBlockFactory(), and TopLevelBlock::title().
int readBigEndianInt3 | ( | const DataPointer & | start | ) |
int readBigEndianInt4 | ( | const DataPointer & | start | ) |
Referenced by TimeReal::TimeReal().