Internal: the basic shape of a GreatWksGraph. 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 GreatWksGraph.
| GreatWksGraphInternal::FrameShape::FrameShape | ( | Frame const & | frame | ) | [inline] |
constructor
| GreatWksGraphInternal::FrameShape::FrameShape | ( | FrameShape const & | ) | [private] |
| virtual Type GreatWksGraphInternal::FrameShape::getType | ( | ) | const [inline, virtual] |
return the frame type
Reimplemented from GreatWksGraphInternal::Frame.
| FrameShape& GreatWksGraphInternal::FrameShape::operator= | ( | FrameShape const & | ) | [private] |
| virtual void GreatWksGraphInternal::FrameShape::print | ( | std::ostream & | o | ) | const [inline, virtual] |
print function
Reimplemented from GreatWksGraphInternal::Frame.
| void GreatWksGraphInternal::FrameShape::updateStyle | ( | MWAWGraphicStyle & | style | ) | const [inline] |
update the style
Referenced by GreatWksGraph::sendGroup(), GreatWksGraph::sendGroupChild(), and GreatWksGraph::sendShape().
the line arrow style (in v1)
Referenced by print(), GreatWksGraph::readFrameHeader(), and updateStyle().
the line format?
Referenced by print(), and GreatWksGraph::readFrameHeader().