#include <PMDParser.h>
|
| void | parseGlobalInfo (const PMDRecordContainer &container) |
| |
| void | parseFonts () |
| |
| void | parseColors () |
| |
| void | parsePages (const PMDRecordContainer &container) |
| |
| void | parseShapes (uint16_t seqNum, unsigned pageID) |
| |
| void | parseLine (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parseTextBox (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parseRectangle (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parsePolygon (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parseEllipse (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parseBitmap (const PMDRecordContainer &container, unsigned recordIndex, unsigned pageID) |
| |
| void | parseHeader (uint32_t *tocOffset, uint16_t *tocLength) |
| |
| unsigned | readNextRecordFromTableOfContents (unsigned seqNum) |
| |
| void | parseTableOfContents (uint32_t offset, uint16_t length) |
| |
| std::vector< PMDRecordContainer > | getRecordsBySeqNum (const uint16_t seqNum) |
| |
| std::vector< PMDRecordContainer > | getRecordsByRecType (const uint16_t recType) |
| |
| const PMDRecordContainer & | getSingleRecordBySeqNum (const uint16_t seqNum) const |
| |
| void | parseXforms () |
| |
| const PMDXForm & | getXForm (const uint32_t xFormId) const |
| |
| PMDParser & | operator= (const PMDParser &) |
| |
| | PMDParser (const PMDParser &) |
| |
| libpagemaker::PMDParser::PMDParser |
( |
const PMDParser & |
| ) |
|
|
private |
| libpagemaker::PMDParser::PMDParser |
( |
librevenge::RVNGInputStream * |
input, |
|
|
PMDCollector * |
collector |
|
) |
| |
| std::vector< PMDRecordContainer > libpagemaker::PMDParser::getRecordsByRecType |
( |
const uint16_t |
recType | ) |
|
|
private |
| std::vector< PMDRecordContainer > libpagemaker::PMDParser::getRecordsBySeqNum |
( |
const uint16_t |
seqNum | ) |
|
|
private |
| const PMDRecordContainer & libpagemaker::PMDParser::getSingleRecordBySeqNum |
( |
const uint16_t |
seqNum | ) |
const |
|
private |
| const PMDXForm & libpagemaker::PMDParser::getXForm |
( |
const uint32_t |
xFormId | ) |
const |
|
private |
| void libpagemaker::PMDParser::parse |
( |
| ) |
|
| void libpagemaker::PMDParser::parseBitmap |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseColors |
( |
| ) |
|
|
private |
| void libpagemaker::PMDParser::parseEllipse |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseFonts |
( |
| ) |
|
|
private |
| void libpagemaker::PMDParser::parseHeader |
( |
uint32_t * |
tocOffset, |
|
|
uint16_t * |
tocLength |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseLine |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parsePolygon |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseRectangle |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseShapes |
( |
uint16_t |
seqNum, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseTableOfContents |
( |
uint32_t |
offset, |
|
|
uint16_t |
length |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseTextBox |
( |
const PMDRecordContainer & |
container, |
|
|
unsigned |
recordIndex, |
|
|
unsigned |
pageID |
|
) |
| |
|
private |
| void libpagemaker::PMDParser::parseXforms |
( |
| ) |
|
|
private |
| unsigned libpagemaker::PMDParser::readNextRecordFromTableOfContents |
( |
unsigned |
seqNum | ) |
|
|
private |
| bool libpagemaker::PMDParser::m_bigEndian |
|
private |
Referenced by parseBitmap(), parseColors(), parseEllipse(), parseGlobalInfo(), parseHeader(), parseLine(), parsePages(), parsePolygon(), parseRectangle(), parseTextBox(), parseXforms(), and readNextRecordFromTableOfContents().
| librevenge::RVNGInputStream* libpagemaker::PMDParser::m_input |
|
private |
Referenced by parseBitmap(), parseColors(), parseEllipse(), parseFonts(), parseGlobalInfo(), parseHeader(), parseLine(), parsePages(), parsePolygon(), parseRectangle(), parseShapes(), parseTableOfContents(), parseTextBox(), parseXforms(), and readNextRecordFromTableOfContents().
| std::map<uint16_t, std::vector<unsigned> > libpagemaker::PMDParser::m_records |
|
private |
| std::map<uint32_t, PMDXForm> libpagemaker::PMDParser::m_xFormMap |
|
private |
The documentation for this class was generated from the following files: