a class used to store a chart associated to a spreadsheet .... More...
#include <STOFFChart.hxx>
Classes | |
struct | Axis |
struct | Legend |
a legend in a chart More... | |
struct | Position |
a cell position More... | |
struct | Serie |
a serie in a chart More... | |
struct | TextZone |
a text zone a chart More... | |
Public Member Functions | |
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... | |
virtual void | sendContent (TextZone const &zone, STOFFListenerPtr &listener) const =0 |
send the zone content (called when the zone is of text type) More... | |
void | setGridColor (STOFFColor const &color) |
set the grid color More... | |
Axis & | getAxis (int coord) |
return an axis (corresponding to a coord) More... | |
const Axis & | getAxis (int coord) const |
return an axis (corresponding to a coord) More... | |
const Legend & | getLegend () const |
returns the legend More... | |
Legend & | getLegend () |
returns the legend More... | |
Serie * | getSerie (int id, bool create) |
return a serie More... | |
const std::map< int, Serie > & | getIdSerieMap () const |
returns the list of defined series More... | |
TextZone * | getTextZone (TextZone::Type type, bool create=false) |
returns a textzone content More... | |
Public Attributes | |
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 Member Functions | |
void | sendTextZoneContent (TextZone::Type type, STOFFListenerPtr &listener) const |
sends a textzone content More... | |
Protected Attributes | |
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, Serie > | m_serieMap |
the list of series More... | |
std::map< TextZone::Type, TextZone > | m_textZoneMap |
a map text zone type to text zone More... | |
Private Member Functions | |
STOFFChart (STOFFChart const &orig)=delete | |
STOFFChart & | operator= (STOFFChart const &orig)=delete |
Friends | |
class | STOFFChartInternal::SubDocument |
a class used to store a chart associated to a spreadsheet ....
STOFFChart::STOFFChart | ( | STOFFVec2f const & | dim = STOFFVec2f() | ) |
the constructor
|
virtual |
the destructor
|
explicitprivatedelete |
STOFFChart::Axis & STOFFChart::getAxis | ( | int | coord | ) |
return an axis (corresponding to a coord)
const STOFFChart::Axis & STOFFChart::getAxis | ( | int | coord | ) | const |
return an axis (corresponding to a coord)
|
inline |
returns the list of defined series
|
inline |
returns the legend
|
inline |
returns the legend
STOFFChart::Serie * STOFFChart::getSerie | ( | int | id, |
bool | create | ||
) |
return a serie
STOFFChart::TextZone * STOFFChart::getTextZone | ( | TextZone::Type | type, |
bool | create = false |
||
) |
returns a textzone content
|
privatedelete |
void STOFFChart::sendChart | ( | STOFFSpreadsheetListenerPtr & | listener, |
librevenge::RVNGSpreadsheetInterface * | interface | ||
) |
send the chart to the listener
Referenced by STOFFSpreadsheetListener::insertChart().
|
pure virtual |
send the zone content (called when the zone is of text type)
Implemented in StarObjectChartInternal::Chart.
Referenced by sendTextZoneContent().
|
protected |
sends a textzone content
Referenced by STOFFChartInternal::SubDocument::parse().
|
inline |
set the grid color
|
friend |
|
protected |
the x,y,y-second,z and a bad axis
Referenced by getAxis(), and sendChart().
bool STOFFChart::m_dataPercentStacked |
a flag to know if the data are percent stacked or not
Referenced by sendChart().
bool STOFFChart::m_dataStacked |
a flag to know if the data are stacked or not
Referenced by sendChart().
bool STOFFChart::m_dataVertical |
a flag to know if the data are vertical (for bar)
Referenced by sendChart().
STOFFVec2f STOFFChart::m_dimension |
the chart dimension in point
Referenced by sendChart().
STOFFGraphicStyle STOFFChart::m_floorStyle |
floor
Referenced by sendChart().
|
protected |
the grid color
Referenced by setGridColor().
bool STOFFChart::m_is3D |
a flag to know if the graphic is 3D
Referenced by sendChart().
bool STOFFChart::m_is3DDeep |
a flag to know if real 3D or 2D-extended
Referenced by sendChart().
|
protected |
the legend
Referenced by getLegend(), and sendChart().
STOFFBox2f STOFFChart::m_legendPosition |
the legend dimension in percent
Referenced by sendChart().
librevenge::RVNGString STOFFChart::m_name |
the chart name
STOFFBox2f STOFFChart::m_plotAreaPosition |
the plot area dimension in percent
Referenced by sendChart().
STOFFGraphicStyle STOFFChart::m_plotAreaStyle |
the ploat area style
Referenced by sendChart().
|
protected |
the list of series
Referenced by getIdSerieMap(), getSerie(), and sendChart().
STOFFGraphicStyle STOFFChart::m_style |
the chart style
Referenced by STOFFChart::Axis::addStyleTo(), STOFFChart::Legend::addStyleTo(), STOFFChart::Serie::addStyleTo(), STOFFChart::TextZone::addStyleTo(), and sendChart().
|
protected |
a map text zone type to text zone
Referenced by getTextZone(), sendChart(), and sendTextZoneContent().
Serie::Type STOFFChart::m_type |
the chart type (if no series)
Referenced by STOFFChart::Axis::addContentTo(), STOFFChart::Serie::addContentTo(), STOFFChart::TextZone::addContentTo(), STOFFChart::Axis::addStyleTo(), and sendChart().
STOFFGraphicStyle STOFFChart::m_wallStyle |
wall
Referenced by sendChart().