Internal: virtual class to store a Sdr graphic group. More...
Public Member Functions | |
SdrGraphicGroup (int id) | |
constructor | |
~SdrGraphicGroup () | |
destructor | |
virtual std::string | print () const |
basic print function | |
bool | send (STOFFListenerPtr listener, STOFFPosition const &pos, StarObject &object, bool inMasterPage) |
try to send the graphic to the listener | |
Public Attributes | |
librevenge::RVNGString | m_groupName |
the group name | |
std::vector< shared_ptr < StarObjectSmallGraphic > > | m_child |
the child | |
STOFFVec2i | m_refPoint |
the ref point | |
bool | m_hasRefPoint |
flag to know if we use the ref point | |
int | m_groupDrehWink |
the dreh wink: rotation? | |
int | m_groupShearWink |
the shear wink | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicGroup const &graph) |
print object data |
Internal: virtual class to store a Sdr graphic group.
StarObjectSmallGraphicInternal::SdrGraphicGroup::SdrGraphicGroup | ( | int | id | ) | [inline, explicit] |
constructor
virtual std::string StarObjectSmallGraphicInternal::SdrGraphicGroup::print | ( | ) | const [inline, virtual] |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphic.
bool StarObjectSmallGraphicInternal::SdrGraphicGroup::send | ( | STOFFListenerPtr | listener, |
STOFFPosition const & | pos, | ||
StarObject & | object, | ||
bool | inMasterPage | ||
) | [inline, virtual] |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
std::ostream& operator<< | ( | std::ostream & | o, |
SdrGraphicGroup const & | graph | ||
) | [friend] |
print object data
std::vector<shared_ptr<StarObjectSmallGraphic> > StarObjectSmallGraphicInternal::SdrGraphicGroup::m_child |
the child
Referenced by send().
the dreh wink: rotation?
librevenge::RVNGString StarObjectSmallGraphicInternal::SdrGraphicGroup::m_groupName |
the group name
Referenced by StarObjectSmallGraphic::readSVDRObjectGroup().
the shear wink
flag to know if we use the ref point
Referenced by StarObjectSmallGraphic::readSVDRObjectGroup().
the ref point
Referenced by StarObjectSmallGraphic::readSVDRObjectGroup().