Internal: the structure used to store a PICT. More...
Public Member Functions | |
ZonePict (Zone const &z) | |
constructor | |
~ZonePict () final | |
destructor | |
void | print (std::ostream &o) const final |
print the data | |
Type | getType () const final |
return the main type T_Picture | |
Type | getSubType () const final |
return the sub type | |
int | getNumData () const final |
return the number of data in a file | |
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_type |
the sub type | |
MWAWEntry | m_entries [2] |
the picture entry followed by a ps entry or ole entry ( if defined) | |
![]() | |
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: the structure used to store a PICT.
|
inlineexplicit |
constructor
|
final |
destructor
|
inlinefinalvirtual |
return a child corresponding to this zone
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the number of data in a file
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the sub type
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
return the main type T_Picture
Reimplemented from ClarisDrawGraphInternal::Zone.
|
inlinefinalvirtual |
print the data
Reimplemented from ClarisDrawGraphInternal::Zone.
MWAWEntry ClarisDrawGraphInternal::ZonePict::m_entries[2] |
the picture entry followed by a ps entry or ole entry ( if defined)
Type ClarisDrawGraphInternal::ZonePict::m_type |
the sub type