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