Internal: the subdocument of a MSKGraph. More...
Public Types | |
enum | Type { RBILZone, Chart, Empty, Group, Table, TextBox, TextBoxv4 } |
Public Member Functions | |
SubDocument (MSKGraph &pars, MWAWInputStreamPtr input, Type type, int zoneId) | |
SubDocument (MSKGraph &pars, MWAWInputStreamPtr input, Type type, MWAWEntry const &entry, std::string frame=std::string("")) | |
virtual | ~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 | |
void | parseGraphic (MWAWGraphicListenerPtr &listener, libmwaw::SubDocumentType type) |
the graphic parser function | |
Protected Attributes | |
MSKGraph * | m_graphParser |
the graph parser | |
Type | m_type |
the type | |
int | m_id |
the subdocument id | |
std::string | m_frame |
the frame name: for textv4 | |
Private Member Functions | |
SubDocument (SubDocument const &orig) | |
SubDocument & | operator= (SubDocument const &orig) |
Internal: the subdocument of a MSKGraph.
MSKGraphInternal::SubDocument::SubDocument | ( | MSKGraph & | pars, |
MWAWInputStreamPtr | input, | ||
Type | type, | ||
int | zoneId | ||
) | [inline] |
MSKGraphInternal::SubDocument::SubDocument | ( | MSKGraph & | pars, |
MWAWInputStreamPtr | input, | ||
Type | type, | ||
MWAWEntry const & | entry, | ||
std::string | frame = std::string("") |
||
) | [inline] |
virtual MSKGraphInternal::SubDocument::~SubDocument | ( | ) | [inline, virtual] |
destructor
MSKGraphInternal::SubDocument::SubDocument | ( | SubDocument const & | orig | ) | [private] |
bool MSKGraphInternal::SubDocument::operator!= | ( | MWAWSubDocument const & | doc | ) | const [virtual] |
SubDocument& MSKGraphInternal::SubDocument::operator= | ( | SubDocument const & | orig | ) | [private] |
virtual bool MSKGraphInternal::SubDocument::operator== | ( | MWAWSubDocument const & | doc | ) | const [inline, virtual] |
operator!==
Reimplemented from MWAWSubDocument.
void MSKGraphInternal::SubDocument::parse | ( | MWAWContentListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the parser function
Implements MWAWSubDocument.
void MSKGraphInternal::SubDocument::parseGraphic | ( | MWAWGraphicListenerPtr & | listener, |
libmwaw::SubDocumentType | type | ||
) | [virtual] |
the graphic parser function
Reimplemented from MWAWSubDocument.
std::string MSKGraphInternal::SubDocument::m_frame [protected] |
the frame name: for textv4
Referenced by operator!=(), and parse().
MSKGraph* MSKGraphInternal::SubDocument::m_graphParser [protected] |
the graph parser
Referenced by operator!=(), parse(), and parseGraphic().
int MSKGraphInternal::SubDocument::m_id [protected] |
the subdocument id
Referenced by operator!=(), parse(), and parseGraphic().
Type MSKGraphInternal::SubDocument::m_type [protected] |
the type
Referenced by operator!=(), parse(), and parseGraphic().