CWGraphInternal::SubDocument Class Reference

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

Inheritance diagram for CWGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (CWGraph &pars, MWAWInputStreamPtr input, int zoneId, MWAWPosition pos=MWAWPosition())
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
void parse (MWAWListenerPtr listener, libmwaw::SubDocumentType type, bool asGraphic)
 the main parser function

Public Attributes

CWGraphm_graphParser
 the graph parser

Protected Attributes

int m_id
 the subdocument id
MWAWPosition m_position
 the position if known

Private Member Functions

 SubDocument (SubDocument const &orig)
SubDocumentoperator= (SubDocument const &orig)

Detailed Description

Internal: the subdocument of a CWGraph.


Constructor & Destructor Documentation

CWGraphInternal::SubDocument::SubDocument ( CWGraph pars,
MWAWInputStreamPtr  input,
int  zoneId,
MWAWPosition  pos = MWAWPosition() 
) [inline]
virtual CWGraphInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

virtual bool CWGraphInternal::SubDocument::operator!= ( MWAWSubDocument const &  doc) const [inline, virtual]

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

void CWGraphInternal::SubDocument::parse ( MWAWContentListenerPtr listener,
libmwaw::SubDocumentType  type 
) [inline, virtual]

the parser function

Implements MWAWSubDocument.

Referenced by parseGraphic().

void CWGraphInternal::SubDocument::parse ( MWAWListenerPtr  listener,
libmwaw::SubDocumentType  type,
bool  asGraphic 
)

the main parser function

the graphic parser function

Reimplemented from MWAWSubDocument.


Member Data Documentation

the subdocument id

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

the position if known

Referenced by parse().


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