HMWKGraphInternal::SubDocument Class Reference

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

Inheritance diagram for HMWKGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Types

enum  Type {
  Picture, FrameInFrame, Group, Text,
  UnformattedTable, EmptyPicture
}
 the document type More...

Public Member Functions

 SubDocument (HMWKGraph &pars, MWAWInputStreamPtr input, Type type, long id, long subId=0)
 constructor
 SubDocument (HMWKGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, long subId=0)
 constructor
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

HMWKGraphm_graphParser
 the graph parser
Type m_type
 the zone type
long m_id
 the zone id
long m_subId
 the zone subId ( for table cell )
MWAWPosition m_pos
 the position in a frame

Private Member Functions

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

Detailed Description

Internal: the subdocument of a HMWKGraph.


Member Enumeration Documentation

the document type

Enumerator:
Picture 
FrameInFrame 
Group 
Text 
UnformattedTable 
EmptyPicture 

Constructor & Destructor Documentation

HMWKGraphInternal::SubDocument::SubDocument ( HMWKGraph pars,
MWAWInputStreamPtr  input,
Type  type,
long  id,
long  subId = 0 
) [inline]

constructor

HMWKGraphInternal::SubDocument::SubDocument ( HMWKGraph pars,
MWAWInputStreamPtr  input,
MWAWPosition  pos,
Type  type,
long  id,
long  subId = 0 
) [inline]

constructor

virtual HMWKGraphInternal::SubDocument::~SubDocument ( ) [inline, virtual]

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

SubDocument& HMWKGraphInternal::SubDocument::operator= ( SubDocument const &  orig) [private]
virtual bool HMWKGraphInternal::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

the zone id

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

the position in a frame

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

the zone subId ( for table cell )

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

the zone type

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


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