MSKGraphInternal::SubDocument Class Reference

Internal: the subdocument of a MSKGraph. More...

Inheritance diagram for MSKGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

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

MSKGraphm_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)
SubDocumentoperator= (SubDocument const &orig)

Detailed Description

Internal: the subdocument of a MSKGraph.


Member Enumeration Documentation

Enumerator:
RBILZone 
Chart 
Empty 
Group 
Table 
TextBox 
TextBoxv4 

Constructor & Destructor Documentation

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


Member Function Documentation

bool MSKGraphInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const [virtual]

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

SubDocument& MSKGraphInternal::SubDocument::operator= ( SubDocument const &  orig) [private]
virtual bool MSKGraphInternal::SubDocument::operator== ( MWAWSubDocument const &  doc) const [inline, virtual]

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.

the graphic parser function

Reimplemented from MWAWSubDocument.


Member Data Documentation

std::string MSKGraphInternal::SubDocument::m_frame [protected]

the frame name: for textv4

Referenced by operator!=(), and parse().

the graph parser

Referenced by operator!=(), parse(), and parseGraphic().

the subdocument id

Referenced by operator!=(), parse(), and parseGraphic().


The documentation for this class was generated from the following file: