#include <WP42ContentListener.h>

Public Member Functions | |
| WP42ContentListener (std::list< WPXPageSpan > &pageList, std::vector< WP42SubDocument * > &subDocuments, WPXDocumentInterface *documentInterface) | |
| ~WP42ContentListener () | |
| void | startDocument () |
| void | startSubDocument () |
| void | insertCharacter (uint16_t character) |
| void | insertTab (uint8_t tabType, float tabPosition) |
| void | insertBreak (uint8_t breakType) |
| void | insertEOL () |
| void | attributeChange (bool isOn, uint8_t attribute) |
| void | marginReset (uint8_t leftMargin, uint8_t rightMargin) |
| void | headerFooterGroup (uint8_t headerFooterDefinition, WP42SubDocument *subDocument) |
| void | suppressPageCharacteristics (uint8_t) |
| void | endDocument () |
| void | endSubDocument () |
Protected Member Functions | |
| void | _handleSubDocument (const WPXSubDocument *subDocument, WPXSubDocumentType subDocumentType, WPXTableList tableList, int nextTableIndice=0) |
| void | _flushText () |
| void | _changeList () |
Private Member Functions | |
| WP42ContentListener (const WP42ContentListener &) | |
| WP42ContentListener & | operator= (const WP42ContentListener &) |
Private Attributes | |
| WP42ContentParsingState * | m_parseState |
| std::vector< WP42SubDocument * > & | m_subDocuments |
| WP42ContentListener::WP42ContentListener | ( | std::list< WPXPageSpan > & | pageList, | |
| std::vector< WP42SubDocument * > & | subDocuments, | |||
| WPXDocumentInterface * | documentInterface | |||
| ) |
| WP42ContentListener::~WP42ContentListener | ( | ) |
| WP42ContentListener::WP42ContentListener | ( | const WP42ContentListener & | ) | [private] |
| void WP42ContentListener::startDocument | ( | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::startSubDocument | ( | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::insertCharacter | ( | uint16_t | character | ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::insertTab | ( | uint8_t | tabType, | |
| float | tabPosition | |||
| ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::insertBreak | ( | uint8_t | breakType | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::insertEOL | ( | ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::attributeChange | ( | bool | isOn, | |
| uint8_t | attribute | |||
| ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::marginReset | ( | uint8_t | leftMargin, | |
| uint8_t | rightMargin | |||
| ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::headerFooterGroup | ( | uint8_t | headerFooterDefinition, | |
| WP42SubDocument * | subDocument | |||
| ) | [virtual] |
Implements WP42Listener.
| void WP42ContentListener::suppressPageCharacteristics | ( | uint8_t | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::endDocument | ( | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::endSubDocument | ( | ) | [inline, virtual] |
Implements WP42Listener.
| void WP42ContentListener::_handleSubDocument | ( | const WPXSubDocument * | subDocument, | |
| WPXSubDocumentType | subDocumentType, | |||
| WPXTableList | tableList, | |||
| int | nextTableIndice = 0 | |||
| ) | [protected, virtual] |
Implements WPXContentListener.
| void WP42ContentListener::_flushText | ( | ) | [protected, virtual] |
Implements WPXContentListener.
| void WP42ContentListener::_changeList | ( | ) | [inline, protected, virtual] |
Implements WPXContentListener.
| WP42ContentListener& WP42ContentListener::operator= | ( | const WP42ContentListener & | ) | [private] |
std::vector<WP42SubDocument *>& WP42ContentListener::m_subDocuments [private] |