Starting near beginning of CONTENTS stream, there is an index to various types of pages in the document. More...
#include <WPS8.h>
Public Member Functions | |
| Zone () | |
| virtual | ~Zone () |
| uint32_t const & | begin () const |
| uint32_t | end () const |
| uint32_t const & | length () const |
| void | setBegin (uint32_t pos) |
| void | setLength (uint32_t _length) |
| void | setEnd (uint32_t _end) |
| bool | valid () const |
Protected Attributes | |
| uint32_t | m_offset |
| uint32_t | m_length |
Starting near beginning of CONTENTS stream, there is an index to various types of pages in the document.
| WPS8Parser::Zone::Zone | ( | ) | [inline] |
| virtual WPS8Parser::Zone::~Zone | ( | ) | [inline, virtual] |
| uint32_t const& WPS8Parser::Zone::begin | ( | ) | const [inline] |
| uint32_t WPS8Parser::Zone::end | ( | ) | const [inline] |
Referenced by WPS8Parser::parseHeaderIndexEntry(), WPS8Parser::readFontsTable(), and WPS8Parser::sendNote().
| uint32_t const& WPS8Parser::Zone::length | ( | ) | const [inline] |
Referenced by WPS8Parser::parse().
| void WPS8Parser::Zone::setBegin | ( | uint32_t | pos | ) | [inline] |
Referenced by WPS8Parser::parseHeaderIndexEntry(), and WPS8Parser::readStreams().
| void WPS8Parser::Zone::setEnd | ( | uint32_t | _end | ) | [inline] |
| void WPS8Parser::Zone::setLength | ( | uint32_t | _length | ) | [inline] |
Referenced by WPS8Parser::parseHeaderIndexEntry(), and WPS8Parser::readStreams().
| bool WPS8Parser::Zone::valid | ( | ) | const [inline] |
uint32_t WPS8Parser::Zone::m_length [protected] |
Referenced by end(), length(), setEnd(), setLength(), and valid().
uint32_t WPS8Parser::Zone::m_offset [protected] |
Referenced by begin(), end(), setBegin(), setEnd(), and valid().