StarObjectChartInternal::Chart Class Referencefinal

the chart of a StarObjectChart More...

Inheritance diagram for StarObjectChartInternal::Chart:
STOFFChart

Public Member Functions

 Chart ()
 constructor More...
 
- Public Member Functions inherited from STOFFChart
 STOFFChart (STOFFVec2f const &dim=STOFFVec2f())
 the constructor More...
 
virtual ~STOFFChart ()
 the destructor More...
 
void sendChart (STOFFSpreadsheetListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface)
 send the chart to the listener More...
 
void setGridColor (STOFFColor const &color)
 set the grid color More...
 
AxisgetAxis (int coord)
 return an axis (corresponding to a coord) More...
 
Axis const & getAxis (int coord) const
 return an axis (corresponding to a coord) More...
 
Legend const & getLegend () const
 returns the legend More...
 
LegendgetLegend ()
 returns the legend More...
 
SeriegetSerie (int id, bool create)
 return a serie More...
 
std::map< int, Serie > const & getIdSerieMap () const
 returns the list of defined series More...
 
TextZonegetTextZone (TextZone::Type type, bool create=false)
 returns a textzone content More...
 

Protected Member Functions

void sendContent (TextZone const &zone, STOFFListenerPtr &listener) const final
 send the zone content (called when the zone is of text type) More...
 
- Protected Member Functions inherited from STOFFChart
void sendTextZoneContent (TextZone::Type type, STOFFListenerPtr &listener) const
 sends a textzone content More...
 

Additional Inherited Members

- Public Attributes inherited from STOFFChart
STOFFVec2f m_dimension
 the chart dimension in point More...
 
Serie::Type m_type
 the chart type (if no series) More...
 
bool m_dataStacked
 a flag to know if the data are stacked or not More...
 
bool m_dataPercentStacked
 a flag to know if the data are percent stacked or not More...
 
bool m_dataVertical
 a flag to know if the data are vertical (for bar) More...
 
bool m_is3D
 a flag to know if the graphic is 3D More...
 
bool m_is3DDeep
 a flag to know if real 3D or 2D-extended More...
 
STOFFGraphicStyle m_style
 the chart style More...
 
librevenge::RVNGString m_name
 the chart name More...
 
STOFFBox2f m_plotAreaPosition
 the plot area dimension in percent More...
 
STOFFGraphicStyle m_plotAreaStyle
 the ploat area style More...
 
STOFFBox2f m_legendPosition
 the legend dimension in percent More...
 
STOFFGraphicStyle m_floorStyle
 floor More...
 
STOFFGraphicStyle m_wallStyle
 wall More...
 
- Protected Attributes inherited from STOFFChart
STOFFColor m_gridColor
 the grid color More...
 
Axis m_axis [5]
 the x,y,y-second,z and a bad axis More...
 
Legend m_legend
 the legend More...
 
std::map< int, Seriem_serieMap
 the list of series More...
 
std::map< TextZone::Type, TextZonem_textZoneMap
 a map text zone type to text zone More...
 

Detailed Description

the chart of a StarObjectChart

Constructor & Destructor Documentation

◆ Chart()

StarObjectChartInternal::Chart::Chart ( )
inline

constructor

Member Function Documentation

◆ sendContent()

void StarObjectChartInternal::Chart::sendContent ( Chart::TextZone const &  zone,
STOFFListenerPtr listener 
) const
finalprotectedvirtual

send the zone content (called when the zone is of text type)

Implements STOFFChart.


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

Generated on Sun Mar 24 2019 23:33:16 for libstaroffice by doxygen 1.8.15