LotusChartInternal::Chart Class Referencefinal

the chart of a Lotus Pro Dos More...

Inheritance diagram for LotusChartInternal::Chart:
WKSChart

Classes

struct  SerieFormat
 wk3 serie format More...
 

Public Member Functions

 Chart (LotusChart &parser, std::shared_ptr< WPSStream > const &stream)
 constructor More...
 
void sendContent (TextZone const &zone, WPSListenerPtr &listener) const final
 send the zone content (called when the zone is of text type) More...
 
- Public Member Functions inherited from WKSChart
 WKSChart (Vec2f const &dim=Vec2f())
 the constructor More...
 
virtual ~WKSChart ()
 the destructor More...
 
void sendChart (WKSContentListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface) const
 send the chart to the listener More...
 
void setGridColor (WPSColor 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...
 

Public Attributes

int m_fileType
 the chart type More...
 
bool m_hasLegend
 a flag to know if we have some legend More...
 
bool m_fileSerieStyles
 a flag to know if we have seen some serie style More...
 
SerieFormat m_serieFormats [6]
 the series format More...
 
- Public Attributes inherited from WKSChart
Vec2f 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...
 
WPSGraphicStyle m_style
 the chart style More...
 
librevenge::RVNGString m_name
 the chart name More...
 
WPSBox2f m_plotAreaPosition
 the plot area dimension in percent More...
 
WPSGraphicStyle m_plotAreaStyle
 the ploat area style More...
 
WPSBox2f m_legendPosition
 the legend dimension in percent More...
 
WPSGraphicStyle m_floorStyle
 floor More...
 
WPSGraphicStyle m_wallStyle
 wall More...
 

Protected Attributes

LotusChartm_parser
 the parser More...
 
std::shared_ptr< WPSStreamm_stream
 the input stream More...
 
- Protected Attributes inherited from WKSChart
WPSColor 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...
 

Additional Inherited Members

- Protected Member Functions inherited from WKSChart
void sendTextZoneContent (TextZone::Type type, WPSListenerPtr listener) const
 sends a textzone content More...
 

Detailed Description

the chart of a Lotus Pro Dos

Constructor & Destructor Documentation

◆ Chart()

LotusChartInternal::Chart::Chart ( LotusChart parser,
std::shared_ptr< WPSStream > const &  stream 
)
inlineexplicit

constructor

Member Function Documentation

◆ sendContent()

void LotusChartInternal::Chart::sendContent ( TextZone const &  zone,
WPSListenerPtr listener 
) const
finalvirtual

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

Implements WKSChart.

Member Data Documentation

◆ m_fileSerieStyles

bool LotusChartInternal::Chart::m_fileSerieStyles

a flag to know if we have seen some serie style

Referenced by LotusChart::updateChart().

◆ m_fileType

int LotusChartInternal::Chart::m_fileType

the chart type

Referenced by LotusChart::updateChart().

◆ m_hasLegend

bool LotusChartInternal::Chart::m_hasLegend

a flag to know if we have some legend

Referenced by LotusChart::updateChart().

◆ m_parser

LotusChart& LotusChartInternal::Chart::m_parser
protected

the parser

Referenced by sendContent().

◆ m_serieFormats

SerieFormat LotusChartInternal::Chart::m_serieFormats[6]

the series format

Referenced by LotusChart::updateChart().

◆ m_stream

std::shared_ptr<WPSStream> LotusChartInternal::Chart::m_stream
protected

the input stream

Referenced by sendContent().


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

Generated on Fri May 27 2022 03:07:01 for libwps by doxygen 1.8.14