MsWksGraphInternal::SubDocument Class Reference

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

Inheritance diagram for MsWksGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

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

MsWksGraphm_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 MsWksGraph.


Member Enumeration Documentation

Enumerator:
RBILZone 
Chart 
Empty 
Group 
Table 
TextBox 
TextBoxv4 

Constructor & Destructor Documentation

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


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

the frame name: for textv4

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

the graph parser

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

the subdocument id

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

the type

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


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