ClarisDrawGraphInternal::Zone Struct Reference

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

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

Public Types

enum  Type {
  T_Zone, T_Pict, T_Shape, T_Unknown,
  T_Line, T_Rect, T_RectOval, T_Oval,
  T_Arc, T_Poly, T_Connector
}
 the list of types More...
 

Public Member Functions

 Zone ()
 constructor More...
 
 Zone (Zone const &)=default
 
virtual ~Zone ()
 destructor More...
 
MWAWBox2f 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...
 
virtual int getZoneId () const
 returns the id of the reference zone More...
 

Public Attributes

int m_zoneType
 the zone type More...
 
int m_flag
 the zone main flag More...
 
int m_page
 the page (checkme: or frame linked ) More...
 
MWAWBox2f m_box
 the bdbox More...
 
int m_ordering
 the ordering 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 ClarisDrawGraph.

Member Enumeration Documentation

◆ Type

the list of types

Enumerator
T_Zone 
T_Pict 
T_Shape 
T_Unknown 
T_Line 
T_Rect 
T_RectOval 
T_Oval 
T_Arc 
T_Poly 
T_Connector 

Constructor & Destructor Documentation

◆ Zone() [1/2]

ClarisDrawGraphInternal::Zone::Zone ( )
inline

constructor

◆ Zone() [2/2]

ClarisDrawGraphInternal::Zone::Zone ( Zone const &  )
default

◆ ~Zone()

ClarisDrawGraphInternal::Zone::~Zone ( )
virtual

destructor

Member Function Documentation

◆ getBdBox()

MWAWBox2f ClarisDrawGraphInternal::Zone::getBdBox ( ) const
inline

return the zone bdbox

Referenced by ClarisDrawGraph::readShape(), and ClarisDrawGraph::sendShape().

◆ getChild()

virtual ClarisWksStruct::DSET::Child ClarisDrawGraphInternal::Zone::getChild ( ) const
inlinevirtual

◆ getNumData()

virtual int ClarisDrawGraphInternal::Zone::getNumData ( ) const
inlinevirtual

◆ getSubType()

virtual Type ClarisDrawGraphInternal::Zone::getSubType ( ) const
inlinevirtual

◆ getType()

virtual Type ClarisDrawGraphInternal::Zone::getType ( ) const
inlinevirtual

◆ getZoneId()

virtual int ClarisDrawGraphInternal::Zone::getZoneId ( ) const
inlinevirtual

returns the id of the reference zone

Reimplemented in ClarisDrawGraphInternal::ZoneZone.

◆ print()

virtual void ClarisDrawGraphInternal::Zone::print ( std::ostream &  ) const
inlinevirtual

Friends And Related Function Documentation

◆ operator<<

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

operator<<

Member Data Documentation

◆ m_box

◆ m_flag

int ClarisDrawGraphInternal::Zone::m_flag

the zone main flag

Referenced by ClarisDrawGraph::readGroupDef().

◆ m_ordering

int ClarisDrawGraphInternal::Zone::m_ordering

the ordering

Referenced by ClarisDrawGraph::readGroupDef().

◆ m_page

int ClarisDrawGraphInternal::Zone::m_page

the page (checkme: or frame linked )

◆ m_style

Style ClarisDrawGraphInternal::Zone::m_style

◆ m_zoneType

int ClarisDrawGraphInternal::Zone::m_zoneType

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

Generated on Fri Sep 18 2020 18:14:52 for libmwaw by doxygen 1.8.20