HMWJGraphInternal::SubDocument Class Reference

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

Inheritance diagram for HMWJGraphInternal::SubDocument:
MWAWSubDocument

List of all members.

Public Types

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

Public Member Functions

 SubDocument (HMWJGraph &pars, MWAWInputStreamPtr input, Type type, long id, long firstChar=0)
 constructor
 SubDocument (HMWJGraph &pars, MWAWInputStreamPtr input, MWAWPosition pos, Type type, long id, int firstChar=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 parser function

Protected Attributes

HMWJGraphm_graphParser
 the graph parser
Type m_type
 the zone type
long m_id
 the zone id
long m_firstChar
 the first char position
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 HMWJGraph.


Member Enumeration Documentation

the document type

Enumerator:
FrameInFrame 
Group 
Text 
UnformattedTable 
EmptyPicture 

Constructor & Destructor Documentation

HMWJGraphInternal::SubDocument::SubDocument ( HMWJGraph pars,
MWAWInputStreamPtr  input,
Type  type,
long  id,
long  firstChar = 0 
) [inline]

constructor

HMWJGraphInternal::SubDocument::SubDocument ( HMWJGraph pars,
MWAWInputStreamPtr  input,
MWAWPosition  pos,
Type  type,
long  id,
int  firstChar = 0 
) [inline]

constructor

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

destructor


Member Function Documentation

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

operator!=

Reimplemented from MWAWSubDocument.

Referenced by operator==().

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

operator!==

Reimplemented from MWAWSubDocument.

the parser function

Implements MWAWSubDocument.

the parser function

Reimplemented from MWAWSubDocument.


Member Data Documentation

the first char position

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

the zone id

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

the position in a frame

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

the zone type

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


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