Internal: virtual class to store a Sdr graphic edge. More...
Public Member Functions | |
SdrGraphicMeasure () | |
constructor | |
~SdrGraphicMeasure () | |
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 | |
void | updateStyle (StarState &state, STOFFListenerPtr listener) const |
try to update the style | |
Public Attributes | |
STOFFVec2i | m_measurePoints [2] |
the points | |
bool | m_overwritten |
overwritten flag | |
shared_ptr< StarItem > | m_measureItem |
the measure attributes | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicMeasure const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic edge.
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicMeasure::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicText.
bool StarObjectSmallGraphicInternal::SdrGraphicMeasure::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | |||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
void StarObjectSmallGraphicInternal::SdrGraphicMeasure::updateStyle | ( | StarState & | state, |
STOFFListenerPtr | listener | ||
) | const [inline] |
try to update the style
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicAttribute.
Referenced by send().
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicMeasure const & | graph | ||
) | [friend] |
print object data
the measure attributes
Referenced by StarObjectSmallGraphic::readSVDRObjectMeasure(), and updateStyle().
the points
Referenced by StarObjectSmallGraphic::readSVDRObjectMeasure(), and send().
overwritten flag
Referenced by StarObjectSmallGraphic::readSVDRObjectMeasure().