Internal: the subdocument of a WPS8Text. More...
Public Member Functions | |
SubDocument (WPXInputStreamPtr input, WPS8Text &pars, WPSEntry const &entry) | |
constructor for a note/endnote entry More... | |
SubDocument (WPXInputStreamPtr input, WPXString const &text) | |
constructor for a comment entry More... | |
~SubDocument () | |
destructor More... | |
virtual bool | operator== (WPSSubDocumentPtr const &doc) const |
operator== More... | |
void | parse (WPSContentListenerPtr &listener, libwps::SubDocumentType type) |
the parser function More... | |
![]() | |
WPSSubDocument (WPXInputStreamPtr &input, WPSParser *parser, int id=0) | |
constructor More... | |
virtual | ~WPSSubDocument () |
destructor More... | |
WPXInputStreamPtr & | getInput () |
returns the input More... | |
WPSParser * | parser () const |
returns the parser More... | |
int | id () const |
get the identificator More... | |
void | setId (int i) |
set the identificator More... | |
bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const |
Public Attributes | |
WPS8Text * | m_textParser |
WPSEntry | m_entry |
WPXString | m_text |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Additional Inherited Members | |
![]() | |
WPXInputStreamPtr | m_input |
WPSParser * | m_parser |
int | m_id |
Internal: the subdocument of a WPS8Text.
|
inline |
constructor for a note/endnote entry
|
inline |
constructor for a comment entry
|
inline |
destructor
|
private |
|
private |
|
inlinevirtual |
operator==
Reimplemented from WPSSubDocument.
|
virtual |
the parser function
Implements WPSSubDocument.
WPSEntry WPS8TextInternal::SubDocument::m_entry |
Referenced by operator==(), and parse().
WPXString WPS8TextInternal::SubDocument::m_text |
Referenced by operator==(), and parse().
WPS8Text* WPS8TextInternal::SubDocument::m_textParser |
Referenced by operator==(), and parse().