Internal: virtual class to store a Sdr graphic edge. More...
Classes | |
struct | Information |
the information record More... | |
Public Member Functions | |
SdrGraphicEdge () | |
constructor | |
~SdrGraphicEdge () | |
destructor | |
virtual std::string | print () const |
basic print function | |
bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool) |
try to send the graphic to the listener | |
Public Attributes | |
std::vector< STOFFVec2i > | m_edgePolygon |
the edge polygon | |
std::vector< int > | m_edgePolygonFlags |
the edge polygon flags | |
shared_ptr< StarItem > | m_edgeItem |
the edge attributes | |
Information | m_info |
the information record | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicEdge const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic edge.
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicEdge::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicText.
bool StarObjectSmallGraphicInternal::SdrGraphicEdge::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | |||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicEdge const & | graph | ||
) | [friend] |
print object data
the edge attributes
the edge polygon
Referenced by StarObjectSmallGraphic::readSVDRObjectEdge(), and send().
std::vector<int> StarObjectSmallGraphicInternal::SdrGraphicEdge::m_edgePolygonFlags |
the edge polygon flags
Referenced by StarObjectSmallGraphic::readSVDRObjectEdge(), and send().
the information record