Internal: virtual class to store a Sdr graphic path. More...
Public Member Functions | |
SdrGraphicPath (int id) | |
constructor | |
bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool) |
try to send the graphic to the listener | |
virtual std::string | print () const |
basic print function | |
Public Attributes | |
std::vector < StarGraphicStruct::StarPolygon > | m_pathPolygons |
the path polygon | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicPath const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic path.
StarObjectSmallGraphicInternal::SdrGraphicPath::SdrGraphicPath | ( | int | id | ) | [inline, explicit] |
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicPath::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicText.
bool StarObjectSmallGraphicInternal::SdrGraphicPath::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | inMasterPage | ||
) | [virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicPath const & | graph | ||
) | [friend] |
print object data
std::vector<StarGraphicStruct::StarPolygon> StarObjectSmallGraphicInternal::SdrGraphicPath::m_pathPolygons |
the path polygon
Referenced by StarObjectSmallGraphic::readSVDRObjectPath(), and send().