StarObjectSmallGraphicInternal::SCHUGraphic Class Referencefinal

Internal: virtual class to store a SCHU graphic. More...

Inheritance diagram for StarObjectSmallGraphicInternal::SCHUGraphic:
StarObjectSmallGraphicInternal::SDRUserData StarObjectSmallGraphicInternal::Graphic

Public Member Functions

 SCHUGraphic (int id)
 constructor More...
 
 ~SCHUGraphic () final
 destructor More...
 
std::string getName () const final
 return the object name More...
 
std::string print () const final
 basic print function More...
 
bool send (STOFFListenerPtr &listener, STOFFFrameStyle const &pos, StarObject &object, bool inMasterPage) final
 try to send the graphic to the listener More...
 
- Public Member Functions inherited from StarObjectSmallGraphicInternal::SDRUserData
 SDRUserData (int id=-1)
 
- Public Member Functions inherited from StarObjectSmallGraphicInternal::Graphic
 Graphic (int id)
 constructor More...
 
virtual ~Graphic ()
 destructor More...
 

Public Attributes

int m_id
 the id More...
 
int m_adjust
 the adjust data More...
 
int m_orientation
 the orientation More...
 
int m_column
 the column More...
 
int m_row
 the row More...
 
double m_factor
 the factor More...
 
std::shared_ptr< SdrGraphicGroupm_group
 the group node More...
 
- Public Attributes inherited from StarObjectSmallGraphicInternal::Graphic
int m_identifier
 the type More...
 

Friends

std::ostream & operator<< (std::ostream &o, SCHUGraphic const &graph)
 print object data More...
 

Detailed Description

Internal: virtual class to store a SCHU graphic.

Constructor & Destructor Documentation

◆ SCHUGraphic()

StarObjectSmallGraphicInternal::SCHUGraphic::SCHUGraphic ( int  id)
inlineexplicit

constructor

◆ ~SCHUGraphic()

StarObjectSmallGraphicInternal::SCHUGraphic::~SCHUGraphic ( )
final

destructor

Member Function Documentation

◆ getName()

std::string StarObjectSmallGraphicInternal::SCHUGraphic::getName ( ) const
inlinefinalvirtual

return the object name

Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.

◆ print()

std::string StarObjectSmallGraphicInternal::SCHUGraphic::print ( ) const
inlinefinalvirtual

basic print function

Reimplemented from StarObjectSmallGraphicInternal::SDRUserData.

◆ send()

bool StarObjectSmallGraphicInternal::SCHUGraphic::send ( STOFFListenerPtr listener,
STOFFFrameStyle const &  pos,
StarObject object,
bool  inMasterPage 
)
inlinefinalvirtual

try to send the graphic to the listener

Reimplemented from StarObjectSmallGraphicInternal::Graphic.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  o,
SCHUGraphic const &  graph 
)
friend

print object data

Member Data Documentation

◆ m_adjust

int StarObjectSmallGraphicInternal::SCHUGraphic::m_adjust

the adjust data

◆ m_column

int StarObjectSmallGraphicInternal::SCHUGraphic::m_column

the column

◆ m_factor

double StarObjectSmallGraphicInternal::SCHUGraphic::m_factor

the factor

◆ m_group

std::shared_ptr<SdrGraphicGroup> StarObjectSmallGraphicInternal::SCHUGraphic::m_group

the group node

Referenced by send().

◆ m_id

int StarObjectSmallGraphicInternal::SCHUGraphic::m_id

the id

◆ m_orientation

int StarObjectSmallGraphicInternal::SCHUGraphic::m_orientation

the orientation

◆ m_row

int StarObjectSmallGraphicInternal::SCHUGraphic::m_row

the row


The documentation for this class was generated from the following file:

Generated on Mon Jan 20 2020 23:02:22 for libstaroffice by doxygen 1.8.16