Internal: the structure used to store a PICT or a MOVIE. More...
Public Member Functions | |
ZonePict (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 T_Picture More... | |
virtual Type | getSubType () const |
return the sub type More... | |
virtual int | getNumData () const |
return the number of data in a file More... | |
virtual CWStruct::DSET::Child | getChild () const |
return a child corresponding to this zone More... | |
![]() | |
Zone () | |
constructor More... | |
virtual | ~Zone () |
destructor More... | |
Box2f | getBdBox () const |
return the zone bdbox More... | |
Public Attributes | |
Type | m_type |
the sub type More... | |
MWAWEntry | m_entries [2] |
the picture entry followed by a ps entry or ole entry ( if defined) More... | |
![]() | |
int | m_page |
the page (checkme: or frame linked ) More... | |
Box2f | m_box |
the bdbox More... | |
Style | m_style |
the style More... | |
Additional Inherited Members | |
![]() | |
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... | |
Internal: the structure used to store a PICT or a MOVIE.
|
inlinevirtual |
return a child corresponding to this zone
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
return the number of data in a file
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
|
inlinevirtual |
return the main type T_Picture
Reimplemented from CWGraphInternal::Zone.
|
inlinevirtual |
print the data
Reimplemented from CWGraphInternal::Zone.
MWAWEntry CWGraphInternal::ZonePict::m_entries[2] |
the picture entry followed by a ps entry or ole entry ( if defined)
Referenced by CWGraph::readNamedPict(), CWGraph::readOLE(), CWGraph::readPICT(), CWGraph::readPS(), and CWGraph::sendPicture().
Type CWGraphInternal::ZonePict::m_type |
the sub type
Referenced by getSubType(), and print().