Internal: virtual class to store a Sdr graphic attribute. More...
Public Member Functions | |
SdrGraphicAttribute (int id) | |
constructor More... | |
~SdrGraphicAttribute () | |
destructor More... | |
virtual std::string | print () const |
basic print function More... | |
void | updateStyle (StarState &state, STOFFListenerPtr listener) const |
try to update the style More... | |
![]() | |
SdrGraphic (int id) | |
constructor More... | |
~SdrGraphic () | |
destructor More... | |
std::string | getName () const |
return the object name More... | |
void | updateStyle (StarState &state, STOFFListenerPtr) const |
try to update the graphic style More... | |
![]() | |
Graphic (int id) | |
constructor More... | |
virtual | ~Graphic () |
destructor More... | |
virtual bool | send (STOFFListenerPtr, STOFFPosition const &, StarObject &, bool) |
try to send the graphic to the listener More... | |
Public Attributes | |
std::vector< shared_ptr < StarItem > > | m_itemList |
the list of star item More... | |
librevenge::RVNGString | m_sheetStyle |
the sheet style name More... | |
![]() | |
STOFFBox2i | m_bdbox |
the bdbox More... | |
int | m_layerId |
the layer id More... | |
STOFFVec2i | m_anchorPosition |
the anchor position More... | |
std::vector< GluePoint > | m_polygon |
a polygon More... | |
bool | m_flags [6] |
a list of flag More... | |
![]() | |
int | m_identifier |
the type More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, SdrGraphicAttribute const &graph) |
print object data More... | |
Additional Inherited Members | |
![]() | |
static shared_ptr< StarItemPool > | getPool (StarObject &object) |
return a pool corresponding to an object More... | |
Internal: virtual class to store a Sdr graphic attribute.
|
inlineexplicit |
constructor
StarObjectSmallGraphicInternal::SdrGraphicAttribute::~SdrGraphicAttribute | ( | ) |
destructor
|
inlinevirtual |
basic print function
Reimplemented from StarObjectSmallGraphicInternal::SdrGraphic.
Reimplemented in StarObjectSmallGraphicInternal::SdrGraphicUno, StarObjectSmallGraphicInternal::SdrGraphicPath, StarObjectSmallGraphicInternal::SdrGraphicOLE, StarObjectSmallGraphicInternal::SdrGraphicMeasure, StarObjectSmallGraphicInternal::SdrGraphicGraph, StarObjectSmallGraphicInternal::SdrGraphicEdge, StarObjectSmallGraphicInternal::SdrGraphicCircle, StarObjectSmallGraphicInternal::SdrGraphicCaption, StarObjectSmallGraphicInternal::SdrGraphicRect, and StarObjectSmallGraphicInternal::SdrGraphicText.
Referenced by StarObjectSmallGraphicInternal::SdrGraphicText::print().
|
inline |
try to update the style
Referenced by StarObjectSmallGraphicInternal::SdrGraphicRect::send(), StarObjectSmallGraphicInternal::SdrGraphicCaption::send(), StarObjectSmallGraphicInternal::SdrGraphicEdge::send(), StarObjectSmallGraphicInternal::SdrGraphicOLE::send(), StarObjectSmallGraphicInternal::SdrGraphicPath::send(), StarObjectSmallGraphicInternal::SdrGraphicText::sendTextZone(), StarObjectSmallGraphicInternal::SdrGraphicCircle::updateStyle(), StarObjectSmallGraphicInternal::SdrGraphicGraph::updateStyle(), and StarObjectSmallGraphicInternal::SdrGraphicMeasure::updateStyle().
|
friend |
print object data
std::vector<shared_ptr<StarItem> > StarObjectSmallGraphicInternal::SdrGraphicAttribute::m_itemList |
the list of star item
Referenced by StarObjectSmallGraphic::readSVDRObjectAttrib(), and updateStyle().
librevenge::RVNGString StarObjectSmallGraphicInternal::SdrGraphicAttribute::m_sheetStyle |
the sheet style name
Referenced by StarObjectSmallGraphic::readSVDRObjectAttrib(), and updateStyle().