Internal: the graphic zone of a GWGraph. More...
Public Types | |
enum | Type { T_BAD, T_BASIC, T_GROUP, T_PICTURE, T_TEXT, T_UNSET } |
the frame type More... | |
Public Member Functions | |
Frame () | |
constructor More... | |
virtual | ~Frame () |
destructor More... | |
virtual Type | getType () const |
return the frame type More... | |
virtual void | print (std::ostream &o) const |
a virtual print function More... | |
Public Attributes | |
int | m_type |
the zone type More... | |
int | m_styleId |
the style identifier More... | |
int | m_parent |
the parent identifier More... | |
int | m_order |
the z order More... | |
long | m_dataSize |
the data size ( if know) More... | |
Box2f | m_box |
the zone bdbox More... | |
int | m_page |
the page More... | |
std::string | m_extra |
extra data More... | |
bool | m_parsed |
true if the frame is send More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Frame const &zone) |
operator<< More... | |
Internal: the graphic zone of a GWGraph.
|
inline |
constructor
|
inlinevirtual |
destructor
|
inlinevirtual |
return the frame type
Reimplemented in GWGraphInternal::FrameText, GWGraphInternal::FramePicture, GWGraphInternal::FrameGroup, GWGraphInternal::FrameShape, and GWGraphInternal::FrameBad.
Referenced by GWGraph::readFrameExtraData().
|
inlinevirtual |
a virtual print function
Reimplemented in GWGraphInternal::FrameText, GWGraphInternal::FramePicture, GWGraphInternal::FrameGroup, and GWGraphInternal::FrameShape.
Referenced by GWGraphInternal::FrameShape::print(), GWGraphInternal::FrameGroup::print(), GWGraphInternal::FramePicture::print(), and GWGraphInternal::FrameText::print().
|
friend |
operator<<
Box2f GWGraphInternal::Frame::m_box |
the zone bdbox
Referenced by print(), GWGraph::readFrameHeader(), and GWGraph::sendGroupChild().
long GWGraphInternal::Frame::m_dataSize |
the data size ( if know)
Referenced by print(), GWGraph::readFrameExtraData(), and GWGraph::readFrameHeader().
std::string GWGraphInternal::Frame::m_extra |
extra data
Referenced by print().
int GWGraphInternal::Frame::m_order |
the z order
Referenced by print(), and GWGraph::readFrameHeader().
int GWGraphInternal::Frame::m_page |
the page
Referenced by GWGraph::canCreateGraphic(), print(), and GWGraph::sendGroupChild().
int GWGraphInternal::Frame::m_parent |
the parent identifier
Referenced by print(), and GWGraph::readFrameHeader().
|
mutable |
true if the frame is send
int GWGraphInternal::Frame::m_styleId |
the style identifier
Referenced by print(), GWGraph::readFrameHeader(), GWGraph::sendShape(), and GWGraph::sendTextbox().
int GWGraphInternal::Frame::m_type |
the zone type
Referenced by print(), GWGraph::readFrameExtraData(), and GWGraph::readFrameHeader().