Internal: the subdocument of a MSK4Parser. More...
Public Types | |
enum | Type { Unknown, MN } |
type of an entry stored in textId More... | |
Public Member Functions | |
SubDocument (MSK4Zone *pars, MWAWInputStreamPtr input, int ntId) | |
constructor for a note with identificator ntId | |
SubDocument (MSK4Zone *pars, MWAWInputStreamPtr input, MWAWEntry const &entry) | |
constructor for a text/frame entry | |
~SubDocument () | |
destructor | |
virtual bool | operator!= (MWAWSubDocument const &doc) const |
operator!= | |
virtual bool | operator== (MWAWSubDocument const &doc) const |
operator== | |
void | parse (MWAWContentListenerPtr &listener, libmwaw::SubDocumentType type) |
the parser function | |
Protected Attributes | |
int | m_noteId |
the note identificator |
Internal: the subdocument of a MSK4Parser.
MSK4ParserInternal::SubDocument::SubDocument | ( | MSK4Zone * | pars, |
MWAWInputStreamPtr | input, | ||
int | ntId | ||
) | [inline] |
constructor for a note with identificator ntId
MSK4ParserInternal::SubDocument::SubDocument | ( | MSK4Zone * | pars, |
MWAWInputStreamPtr | input, | ||
MWAWEntry const & | entry | ||
) | [inline] |
constructor for a text/frame entry
MSK4ParserInternal::SubDocument::~SubDocument | ( | ) | [inline] |
destructor
bool MSK4ParserInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
virtual bool MSK4ParserInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator==
Reimplemented from MWAWSubDocument.
void MSK4ParserInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
int MSK4ParserInternal::SubDocument::m_noteId [protected] |
the note identificator
Referenced by operator!=(), and parse().