Internal: the simple form of a MsWksGraph ( line, rect, ...) More...
Public Member Functions | |
| BasicShape (Zone const &z) | |
| constructor | |
| virtual Type | type () const |
| return the type | |
| virtual void | print (std::ostream &o) const |
| operator<< | |
| virtual float | needExtraBorderWidth () const |
| return the extra border size | |
| MWAWGraphicStyle | getStyle () const |
| return the shape type | |
Public Attributes | |
| MWAWGraphicShape | m_shape |
| the basic shape | |
Private Member Functions | |
| BasicShape (BasicShape const &) | |
| BasicShape & | operator= (BasicShape const &) |
Internal: the simple form of a MsWksGraph ( line, rect, ...)
| MsWksGraphInternal::BasicShape::BasicShape | ( | Zone const & | z | ) | [inline] |
constructor
| MsWksGraphInternal::BasicShape::BasicShape | ( | BasicShape const & | ) | [private] |
| MWAWGraphicStyle MsWksGraphInternal::BasicShape::getStyle | ( | ) | const [inline] |
return the shape type
Referenced by MsWksGraph::send(), MsWksGraph::sendGroup(), and MsWksGraph::sendGroupChild().
| virtual float MsWksGraphInternal::BasicShape::needExtraBorderWidth | ( | ) | const [inline, virtual] |
return the extra border size
Reimplemented from MsWksGraphInternal::Zone.
| BasicShape& MsWksGraphInternal::BasicShape::operator= | ( | BasicShape const & | ) | [private] |
| virtual void MsWksGraphInternal::BasicShape::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MsWksGraphInternal::Zone.
| virtual Type MsWksGraphInternal::BasicShape::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MsWksGraphInternal::Zone.
the basic shape
Referenced by MsWksGraph::getEntryPicture(), needExtraBorderWidth(), print(), MsWksGraph::send(), MsWksGraph::sendGroup(), and MsWksGraph::sendGroupChild().