ClarisDrawGraphInternal::ZoneShape Struct Reference

Internal: small class to store a basic graphic zone of a ClarisDrawGraph. More...

Inheritance diagram for ClarisDrawGraphInternal::ZoneShape:
ClarisDrawGraphInternal::Zone

Public Member Functions

 ZoneShape (Zone const &z, Type type)
 constructor More...
 
virtual void print (std::ostream &o) const
 print the data More...
 
virtual Type getType () const
 return the main type More...
 
virtual Type getSubType () const
 return the sub type More...
 
virtual int getNumData () const
 return the number of data More...
 
virtual
ClarisWksStruct::DSET::Child 
getChild () const
 return a child corresponding to this zone More...
 
- Public Member Functions inherited from ClarisDrawGraphInternal::Zone
 Zone ()
 constructor More...
 
virtual ~Zone ()
 destructor More...
 
MWAWBox2f getBdBox () const
 return the zone bdbox More...
 
virtual int getZoneId () const
 returns the id of the reference zone More...
 

Public Attributes

Type m_type
 the sub type More...
 
MWAWGraphicShape m_shape
 the shape More...
 
bool m_autosize
 true if autosize is set More...
 
- Public Attributes inherited from ClarisDrawGraphInternal::Zone
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...
 

Additional Inherited Members

- Public Types inherited from ClarisDrawGraphInternal::Zone
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...
 

Detailed Description

Internal: small class to store a basic graphic zone of a ClarisDrawGraph.

Constructor & Destructor Documentation

ClarisDrawGraphInternal::ZoneShape::ZoneShape ( Zone const &  z,
Type  type 
)
inline

constructor

Member Function Documentation

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

return a child corresponding to this zone

Reimplemented from ClarisDrawGraphInternal::Zone.

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

return the number of data

Reimplemented from ClarisDrawGraphInternal::Zone.

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

return the sub type

Reimplemented from ClarisDrawGraphInternal::Zone.

Referenced by ClarisDrawGraph::readShape().

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

return the main type

Reimplemented from ClarisDrawGraphInternal::Zone.

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

print the data

Reimplemented from ClarisDrawGraphInternal::Zone.

Member Data Documentation

bool ClarisDrawGraphInternal::ZoneShape::m_autosize

true if autosize is set

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

MWAWGraphicShape ClarisDrawGraphInternal::ZoneShape::m_shape
Type ClarisDrawGraphInternal::ZoneShape::m_type

the sub type

Referenced by getNumData(), and getSubType().


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

Generated on Thu Jul 9 2015 20:26:40 for libmwaw by doxygen 1.8.8