#include <WP5SpecialHeaderIndex.h>
Public Member Functions | |
| WP5SpecialHeaderIndex (librevenge::RVNGInputStream *input, WPXEncryption *encryption) | |
| unsigned short | getType () const |
| unsigned short | getNumOfIndexes () const |
| unsigned short | getIndexBlockSize () const |
| unsigned | getNextBlockOffset () const |
Protected Member Functions | |
| void | _read (librevenge::RVNGInputStream *input, WPXEncryption *encryption) |
Private Attributes | |
| unsigned short | m_type |
| unsigned short | m_numOfIndexes |
| unsigned short | m_indexBlockSize |
| unsigned | m_nextBlockOffset |
| WP5SpecialHeaderIndex::WP5SpecialHeaderIndex | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) |
| void WP5SpecialHeaderIndex::_read | ( | librevenge::RVNGInputStream * | input, |
| WPXEncryption * | encryption | ||
| ) | [protected] |
Referenced by WP5SpecialHeaderIndex().
| unsigned short WP5SpecialHeaderIndex::getIndexBlockSize | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
| unsigned WP5SpecialHeaderIndex::getNextBlockOffset | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
| unsigned short WP5SpecialHeaderIndex::getNumOfIndexes | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
| unsigned short WP5SpecialHeaderIndex::getType | ( | ) | const [inline] |
Referenced by WP5PrefixData::WP5PrefixData().
unsigned short WP5SpecialHeaderIndex::m_indexBlockSize [private] |
Referenced by _read(), and getIndexBlockSize().
unsigned WP5SpecialHeaderIndex::m_nextBlockOffset [private] |
Referenced by _read(), and getNextBlockOffset().
unsigned short WP5SpecialHeaderIndex::m_numOfIndexes [private] |
Referenced by _read(), and getNumOfIndexes().
unsigned short WP5SpecialHeaderIndex::m_type [private] |