Internal: structure to store a link to a zone of a ClarisDrawGraph. More...
Public Member Functions | |
ZoneZone (Zone const &z, Type fileType) | |
constructor | |
~ZoneZone () final | |
destructor | |
bool | isANote () const |
return true if the zone is a note | |
bool | isLinked () const |
check if we need to send the frame is linked to another frmae | |
bool | addFrameName (MWAWGraphicStyle &style) const |
add the frame name if needed | |
void | print (std::ostream &o) const final |
print the zone | |
Type | getType () const final |
return the main type Zone | |
Type | getSubType () const final |
return the sub type Zone | |
int | getNumData () const final |
return the number of data to define this zone in the file | |
int | getZoneId () const final |
returns the id of the reference zone | |
ClarisWksStruct::DSET::Child | getChild () const final |
return a child corresponding to this zone | |
![]() | |
Zone () | |
constructor | |
Zone (Zone const &)=default | |
virtual | ~Zone () |
destructor | |
MWAWBox2f | getBdBox () const |
return the zone bdbox | |
virtual Type | getType () const |
return the main type | |
virtual Type | getSubType () const |
return the subtype | |
virtual int | getNumData () const |
return the number of data to define this zone in the file | |
virtual void | print (std::ostream &) const |
print the data contains | |
virtual ClarisWksStruct::DSET::Child | getChild () const |
return a child corresponding to this zone | |
virtual int | getZoneId () const |
returns the id of the reference zone | |
Public Attributes | |
Type | m_subType |
the file type ( zone or zone2 ) | |
int | m_id |
the zoneId | |
int | m_subId |
the zoneSubId: can be page/column/frame linked number | |
int | m_frameId |
the frame id (for a linked frame) | |
int | m_frameSubId |
the frame sub id (for a linked frame) | |
bool | m_frameLast |
true if this is the last frame of a frame zone | |
int | m_transformationId |
the transformation id | |
int | m_wrappingSep |
the wrapping separator | |
int | m_flags [9] |
flag | |
![]() | |
int | m_zoneType |
the zone type | |
int | m_flag |
the zone main flag | |
int | m_page |
the page (checkme: or frame linked ) | |
MWAWBox2f | m_box |
the bdbox | |
int | m_ordering |
the ordering | |
Style | m_style |
the style | |
Additional Inherited Members | |
![]() | |
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... | |
Internal: structure to store a link to a zone of a ClarisDrawGraph.
|
final |
destructor
|
inline |
add the frame name if needed
|
inlinefinalvirtual |
return a child corresponding to this zone
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the number of data to define this zone in the file
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the sub type Zone
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the main type Zone
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
returns the id of the reference zone
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inline |
return true if the zone is a note
|
inline |
check if we need to send the frame is linked to another frmae
Referenced by addFrameName().
|
inlinefinalvirtual |
print the zone
Reimplemented from ClarisDrawGraphInternal::Zone.
int ClarisDrawGraphInternal::ZoneZone::m_flags[9] |
flag
Referenced by isANote(), print(), and ZoneZone().
int ClarisDrawGraphInternal::ZoneZone::m_frameId |
the frame id (for a linked frame)
Referenced by addFrameName(), and isLinked().
bool ClarisDrawGraphInternal::ZoneZone::m_frameLast |
true if this is the last frame of a frame zone
Referenced by addFrameName().
int ClarisDrawGraphInternal::ZoneZone::m_frameSubId |
the frame sub id (for a linked frame)
Referenced by addFrameName(), and isLinked().
int ClarisDrawGraphInternal::ZoneZone::m_id |
the zoneId
Referenced by getChild(), getZoneId(), and print().
int ClarisDrawGraphInternal::ZoneZone::m_subId |
the zoneSubId: can be page/column/frame linked number
Referenced by print().
Type ClarisDrawGraphInternal::ZoneZone::m_subType |
the file type ( zone or zone2 )
Referenced by getSubType().
int ClarisDrawGraphInternal::ZoneZone::m_transformationId |
the transformation id
Referenced by print().
int ClarisDrawGraphInternal::ZoneZone::m_wrappingSep |
the wrapping separator
Referenced by print().