NSGraphInternal::SubDocument Class Reference

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

Inheritance diagram for NSGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Member Functions

 SubDocument (NSGraph &pars, MWAWInputStreamPtr input, int id, MWAWPosition const &pos, WPXPropertyList const &extras)
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

Protected Attributes

NSGraphm_graphParser
 the graph parser
int m_id
 the pict id
MWAWPosition m_position
 the pict position
WPXPropertyList m_extras
 the property list

Private Member Functions

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

Detailed Description

Internal: the subdocument of a NSGraph.


Constructor & Destructor Documentation

NSGraphInternal::SubDocument::SubDocument ( NSGraph pars,
MWAWInputStreamPtr  input,
int  id,
MWAWPosition const &  pos,
WPXPropertyList const &  extras 
) [inline]
virtual NSGraphInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.


Member Data Documentation

WPXPropertyList NSGraphInternal::SubDocument::m_extras [protected]

the property list

Referenced by parse().

the graph parser

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

the pict id

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

the pict position

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


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