ClarisWksGraphInternal::Zone Struct Reference

Internal: the generic structure used to store a zone of a ClarisWksGraph. More...

Inheritance diagram for ClarisWksGraphInternal::Zone:
ClarisWksGraphInternal::ZonePict ClarisWksGraphInternal::ZoneShape ClarisWksGraphInternal::ZoneUnknown ClarisWksGraphInternal::ZoneZone

Public Types

enum  Type {
  T_Zone, T_Shape, T_Picture, T_Chart,
  T_DataBox, T_Unknown, T_Line, T_Rect,
  T_RectOval, T_Oval, T_Arc, T_Poly,
  T_Pict, T_QTim, T_Movie
}
 the list of types More...
 

Public Member Functions

 Zone ()
 constructor More...
 
virtual ~Zone ()
 destructor More...
 
Box2f getBdBox () const
 return the zone bdbox More...
 
virtual Type getType () const
 return the main type More...
 
virtual Type getSubType () const
 return the subtype More...
 
virtual int getNumData () const
 return the number of data to define this zone in the file More...
 
virtual void print (std::ostream &) const
 print the data contains More...
 
virtual
ClarisWksStruct::DSET::Child 
getChild () const
 return a child corresponding to this zone More...
 

Public Attributes

int m_page
 the page (checkme: or frame linked ) More...
 
Box2f m_box
 the bdbox More...
 
Style m_style
 the style More...
 

Friends

std::ostream & operator<< (std::ostream &o, Zone const &zone)
 operator<< More...
 

Detailed Description

Internal: the generic structure used to store a zone of a ClarisWksGraph.

Member Enumeration Documentation

the list of types

Enumerator
T_Zone 
T_Shape 
T_Picture 
T_Chart 
T_DataBox 
T_Unknown 
T_Line 
T_Rect 
T_RectOval 
T_Oval 
T_Arc 
T_Poly 
T_Pict 
T_QTim 
T_Movie 

Constructor & Destructor Documentation

ClarisWksGraphInternal::Zone::Zone ( )
inline

constructor

virtual ClarisWksGraphInternal::Zone::~Zone ( )
inlinevirtual

destructor

Member Function Documentation

Box2f ClarisWksGraphInternal::Zone::getBdBox ( ) const
inline
virtual ClarisWksStruct::DSET::Child ClarisWksGraphInternal::Zone::getChild ( ) const
inlinevirtual
virtual int ClarisWksGraphInternal::Zone::getNumData ( ) const
inlinevirtual

return the number of data to define this zone in the file

Reimplemented in ClarisWksGraphInternal::ZoneUnknown, ClarisWksGraphInternal::ZonePict, and ClarisWksGraphInternal::ZoneShape.

virtual Type ClarisWksGraphInternal::Zone::getSubType ( ) const
inlinevirtual
virtual void ClarisWksGraphInternal::Zone::print ( std::ostream &  ) const
inlinevirtual

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
Zone const &  zone 
)
friend

operator<<

Member Data Documentation

int ClarisWksGraphInternal::Zone::m_page

the page (checkme: or frame linked )

Referenced by ClarisWksGraph::numPages(), ClarisWksGraph::sendGroup(), and ClarisWksGraph::updateInformation().


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

Generated on Wed Jun 7 2017 22:16:28 for libmwaw by doxygen 1.8.8