Internal: the basic shape of a GWGraph. More...
Public Member Functions | |
FrameShape (Frame const &frame) | |
constructor | |
virtual Type | getType () const |
return the frame type | |
virtual void | print (std::ostream &o) const |
print function | |
void | updateStyle (MWAWGraphicStyle &style) const |
update the style | |
Public Attributes | |
MWAWGraphicShape | m_shape |
the shape | |
int | m_lineArrow |
the line arrow style (in v1) | |
int | m_lineFormat |
the line format? | |
Private Member Functions | |
FrameShape (FrameShape const &) | |
FrameShape & | operator= (FrameShape const &) |
Internal: the basic shape of a GWGraph.
GWGraphInternal::FrameShape::FrameShape | ( | Frame const & | frame | ) | [inline] |
constructor
GWGraphInternal::FrameShape::FrameShape | ( | FrameShape const & | ) | [private] |
virtual Type GWGraphInternal::FrameShape::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GWGraphInternal::Frame.
FrameShape& GWGraphInternal::FrameShape::operator= | ( | FrameShape const & | ) | [private] |
virtual void GWGraphInternal::FrameShape::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print function
Reimplemented from GWGraphInternal::Frame.
void GWGraphInternal::FrameShape::updateStyle | ( | MWAWGraphicStyle & | style | ) | const [inline] |
update the style
Referenced by GWGraph::sendGroup(), GWGraph::sendGroupChild(), and GWGraph::sendShape().
the line arrow style (in v1)
Referenced by print(), GWGraph::readFrameHeader(), and updateStyle().
the line format?
Referenced by print(), and GWGraph::readFrameHeader().
the shape
Referenced by GWGraph::readFrameExtraData(), GWGraph::readFrameHeader(), GWGraph::sendGroup(), GWGraph::sendGroupChild(), GWGraph::sendShape(), and updateStyle().