Internal: virtual class to store a Sdr graphic rectangle. More...
Public Member Functions | |
SdrGraphicRect (int id) | |
constructor | |
~SdrGraphicRect () | |
destructor | |
bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool inMasterPage) |
try to send the graphic to the listener | |
virtual std::string | print () const |
basic print function | |
Public Attributes | |
int | m_eckRag |
the eckRag? | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicRect const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic rectangle.
StarObjectSmallGraphicInternal::SdrGraphicRect::SdrGraphicRect | ( | int | id | ) | [inline, explicit] |
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicRect::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphicText.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicUno, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicCircle, and StarObjectSmallGraphicInternal::SdrGraphicCaption.
bool StarObjectSmallGraphicInternal::SdrGraphicRect::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | inMasterPage | ||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicCircle, and StarObjectSmallGraphicInternal::SdrGraphicCaption.
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicRect const & | graph | ||
) | [friend] |
print object data
the eckRag?
Referenced by StarObjectSmallGraphic::readSVDRObjectRect().