Internal: the simple form of a MSKGraph ( 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 MSKGraph ( line, rect, ...)
MSKGraphInternal::BasicShape::BasicShape | ( | Zone const & | z | ) | [inline] |
constructor
MSKGraphInternal::BasicShape::BasicShape | ( | BasicShape const & | ) | [private] |
MWAWGraphicStyle MSKGraphInternal::BasicShape::getStyle | ( | ) | const [inline] |
return the shape type
Referenced by MSKGraph::send(), MSKGraph::sendGroup(), and MSKGraph::sendGroupChild().
virtual float MSKGraphInternal::BasicShape::needExtraBorderWidth | ( | ) | const [inline, virtual] |
return the extra border size
Reimplemented from MSKGraphInternal::Zone.
BasicShape& MSKGraphInternal::BasicShape::operator= | ( | BasicShape const & | ) | [private] |
virtual void MSKGraphInternal::BasicShape::print | ( | std::ostream & | o | ) | const [inline, virtual] |
operator<<
Reimplemented from MSKGraphInternal::Zone.
virtual Type MSKGraphInternal::BasicShape::type | ( | ) | const [inline, virtual] |
return the type
Reimplemented from MSKGraphInternal::Zone.
the basic shape
Referenced by MSKGraph::getEntryPicture(), needExtraBorderWidth(), print(), MSKGraph::send(), MSKGraph::sendGroup(), and MSKGraph::sendGroupChild().