a structure used to define a picture shape More...
#include <STOFFGraphicShape.hxx>
Public Types | |
enum | Command { C_Connector, C_Ellipse, C_Path, C_Polygon, C_Polyline, C_Rectangle, C_Unknown } |
an enum used to define the interface command More... | |
Public Member Functions | |
STOFFGraphicShape () | |
constructor More... | |
virtual | ~STOFFGraphicShape () |
virtual destructor More... | |
void | addTo (librevenge::RVNGPropertyList &list) const |
add shape to property list More... | |
Public Attributes | |
Command | m_command |
the command More... | |
STOFFBox2f | m_bdbox |
the shape bdbox in twip More... | |
librevenge::RVNGPropertyList | m_propertyList |
the property More... | |
std::string | m_extra |
extra data More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, STOFFGraphicShape const &sh) |
a print operator More... | |
a structure used to define a picture shape
|
inline |
constructor
|
virtual |
virtual destructor
void STOFFGraphicShape::addTo | ( | librevenge::RVNGPropertyList & | list | ) | const |
add shape to property list
Referenced by STOFFGraphicListener::insertShape(), STOFFTextListener::insertShape(), and STOFFSpreadsheetListener::insertShape().
|
friend |
a print operator
STOFFBox2f STOFFGraphicShape::m_bdbox |
the shape bdbox in twip
Referenced by addTo(), operator<<(), and StarObjectSmallGraphicInternal::SdrGraphicRect::send().
Command STOFFGraphicShape::m_command |
the command
Referenced by STOFFGraphicListener::insertShape(), STOFFTextListener::insertShape(), STOFFSpreadsheetListener::insertShape(), operator<<(), StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCaption::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), StarObjectSmallGraphicInternal::SdrGraphicEdge::send(), StarObjectSmallGraphicInternal::SdrGraphicMeasure::send(), and StarObjectSmallGraphicInternal::SdrGraphicPath::send().
std::string STOFFGraphicShape::m_extra |
extra data
Referenced by operator<<().
librevenge::RVNGPropertyList STOFFGraphicShape::m_propertyList |
the property
Referenced by addTo(), STOFFSpreadsheetListener::insertShape(), operator<<(), StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCaption::send(), StarObjectSmallGraphicInternal::SdrGraphicCircle::send(), StarObjectSmallGraphicInternal::SdrGraphicEdge::send(), StarObjectSmallGraphicInternal::SdrGraphicMeasure::send(), and StarObjectSmallGraphicInternal::SdrGraphicPath::send().