Internal: virtual class to store a SCHU graphic. More...
Public Member Functions | |
SCHUGraphic (int id) | |
constructor | |
~SCHUGraphic () final | |
destructor | |
std::string | getName () const final |
return the object name | |
std::string | print () const final |
basic print function | |
bool | send (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object, bool inMasterPage) final |
try to send the graphic to the listener | |
![]() | |
SDRUserData (int id=-1) | |
std::string | getName () const override |
return the object name | |
std::string | print () const override |
basic print function | |
![]() | |
Graphic (int id) | |
constructor | |
virtual | ~Graphic () |
destructor | |
Public Attributes | |
int | m_id |
the id | |
int | m_adjust |
the adjust data | |
int | m_orientation |
the orientation | |
int | m_column |
the column | |
int | m_row |
the row | |
double | m_factor |
the factor | |
std::shared_ptr< SdrGraphicGroup > | m_group |
the group node | |
![]() | |
int | m_identifier |
the type | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SCHUGraphic const &graph) |
print object data | |
Internal: virtual class to store a SCHU graphic.
|
inlineexplicit |
constructor
|
final |
destructor
|
inlinefinalvirtual |
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
|
inlinefinalvirtual |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
|
inlinefinalvirtual |
try to send the graphic to the listener
Reimplemented from StarObjectSmallGraphicInternal::Graphic.
|
friend |
print object data
int StarObjectSmallGraphicInternal::SCHUGraphic::m_adjust |
the adjust data
int StarObjectSmallGraphicInternal::SCHUGraphic::m_column |
the column
double StarObjectSmallGraphicInternal::SCHUGraphic::m_factor |
the factor
std::shared_ptr<SdrGraphicGroup> StarObjectSmallGraphicInternal::SCHUGraphic::m_group |
the group node
Referenced by send().
int StarObjectSmallGraphicInternal::SCHUGraphic::m_id |
the id
int StarObjectSmallGraphicInternal::SCHUGraphic::m_orientation |
the orientation
int StarObjectSmallGraphicInternal::SCHUGraphic::m_row |
the row