#include <WP42ContentListener.h>
Inheritance diagram for WP42ContentListener:
Public Member Functions | |
WP42ContentListener (std::list< WPXPageSpan > &pageList, std::vector< WP42SubDocument * > &subDocuments, WPXHLListenerImpl *listenerImpl) | |
~WP42ContentListener () | |
void | startDocument () |
void | insertCharacter (const uint16_t character) |
void | insertTab (const uint8_t tabType, float tabPosition) |
void | insertBreak (const uint8_t breakType) |
void | insertEOL () |
void | attributeChange (const bool isOn, const uint8_t attribute) |
void | marginReset (const uint8_t leftMargin, const uint8_t rightMargin) |
void | headerFooterGroup (const uint8_t headerFooterDefinition, WP42SubDocument *subDocument) |
void | suppressPageCharacteristics (const uint8_t) |
void | endDocument () |
Protected Member Functions | |
void | _handleSubDocument (const WPXSubDocument *subDocument, const bool isHeaderFooter, 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 |
|
|
|
|
|
|
|
Implements WPXContentListener. |
|
Implements WPXContentListener. |
|
Implements WPXContentListener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
|
|
Implements WP42Listener. |
|
Implements WP42Listener. |
|
|
|
|