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 | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::SDRUserData | |
| SDRUserData (int id=-1) | |
| std::string | getName () const override | 
| return the object name | |
| std::string | print () const override | 
| basic print function | |
|  Public Member Functions inherited from StarObjectSmallGraphicInternal::Graphic | |
| 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 | |
|  Public Attributes inherited from StarObjectSmallGraphicInternal::Graphic | |
| 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
Referenced by operator<<.
| 
 | final | 
destructor
| 
 | inlinefinalvirtual | 
return the object name
Implements StarObjectSmallGraphicInternal::Graphic.
Referenced by getName(), and operator<<.
| 
 | 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
Referenced by operator<<, and SCHUGraphic().
| int StarObjectSmallGraphicInternal::SCHUGraphic::m_column | 
the column
Referenced by operator<<, and SCHUGraphic().
| double StarObjectSmallGraphicInternal::SCHUGraphic::m_factor | 
the factor
Referenced by operator<<, and SCHUGraphic().
| std::shared_ptr<SdrGraphicGroup> StarObjectSmallGraphicInternal::SCHUGraphic::m_group | 
the group node
Referenced by SCHUGraphic(), and send().
| int StarObjectSmallGraphicInternal::SCHUGraphic::m_id | 
the id
Referenced by operator<<, and SCHUGraphic().
| int StarObjectSmallGraphicInternal::SCHUGraphic::m_orientation | 
the orientation
Referenced by operator<<, and SCHUGraphic().
| int StarObjectSmallGraphicInternal::SCHUGraphic::m_row | 
the row
Referenced by operator<<, and SCHUGraphic().