70 void addContentTo(std::string
const &sheetName,
int coord, librevenge::RVNGPropertyList &propList)
const;
72 void addStyleTo(librevenge::RVNGPropertyList &propList)
const;
74 friend std::ostream &
operator<<(std::ostream &o,
Axis const &axis);
99 void addContentTo(librevenge::RVNGPropertyList &propList)
const;
101 void addStyleTo(librevenge::RVNGPropertyList &propList, std::shared_ptr<MWAWFontConverter> fontConverter)
const;
126 void addContentTo(std::string
const &sheetName, librevenge::RVNGPropertyList &propList)
const;
128 void addStyleTo(librevenge::RVNGPropertyList &propList)
const;
152 void addContentTo(std::string
const &sheetName, librevenge::RVNGPropertyList &propList)
const;
154 void addStyleTo(librevenge::RVNGPropertyList &propList, std::shared_ptr<MWAWFontConverter> fontConverter)
const;
200 void add(
int coord, Axis
const &axis);
202 Axis
const &
getAxis(
int coord)
const;
216 void add(Series
const &series);
224 void add(TextZone
const &textZone);
friend std::ostream & operator<<(std::ostream &o, TextZone const &zone)
operator<<
Definition: MWAWChart.cxx:640
a legend in a chart
Definition: MWAWChart.hxx:87
MWAWEntry m_textEntry
the text entry
Definition: MWAWChart.hxx:166
Type m_type
the type
Definition: MWAWChart.hxx:134
Type
the text type
Definition: MWAWChart.hxx:143
Type
the series type
Definition: MWAWChart.hxx:120
MWAWFont m_font
the zone format
Definition: MWAWChart.hxx:168
Definition: MWAWChart.hxx:145
Internal: the subdocument of a MWAWChart.
Definition: MWAWChart.cxx:61
Internal: the structures of a MWAWChart.
Definition: MWAWChart.cxx:57
ContentType
the text content type
Definition: MWAWChart.hxx:145
void addStyleTo(librevenge::RVNGPropertyList &propList) const
add style to the propList
Definition: MWAWChart.cxx:539
Axis const & getAxis(int coord) const
return an axis (corresponding to a coord)
Definition: MWAWChart.cxx:140
Definition: MWAWChart.hxx:120
ContentType m_contentType
the content type
Definition: MWAWChart.hxx:160
std::shared_ptr< MWAWListener > MWAWListenerPtr
a smart pointer of MWAWListener
Definition: libmwaw_internal.hxx:549
bool m_autoPosition
automatic position
Definition: MWAWChart.hxx:107
virtual ~Series()
destructor
Definition: MWAWChart.cxx:489
void addContentTo(std::string const &sheetName, int coord, librevenge::RVNGPropertyList &propList) const
add content to the propList
Definition: MWAWChart.cxx:346
std::shared_ptr< MWAWSpreadsheetListener > MWAWSpreadsheetListenerPtr
a smart pointer of MWAWSpreadsheetListener
Definition: libmwaw_internal.hxx:559
Legend m_legend
the legend
Definition: MWAWChart.hxx:244
bool m_showGrid
show or not the grid
Definition: MWAWChart.hxx:78
static std::string getSeriesTypeName(Type type)
returns a string corresponding to a series type
Definition: MWAWChart.cxx:493
void addStyleTo(librevenge::RVNGPropertyList &propList, std::shared_ptr< MWAWFontConverter > fontConverter) const
add to the propList
Definition: MWAWChart.cxx:634
std::string m_sheetName
the sheet name
Definition: MWAWChart.hxx:234
a series in a chart
Definition: MWAWChart.hxx:118
Definition: MWAWChart.hxx:64
MWAWVec2f m_position
the position in points
Definition: MWAWChart.hxx:111
TextZone()
constructor
Definition: MWAWChart.cxx:583
Axis()
constructor
Definition: MWAWChart.cxx:332
a structure used to define a picture style
Definition: MWAWGraphicStyle.hxx:47
~TextZone()
destructor
Definition: MWAWChart.cxx:595
Definition: MWAWChart.hxx:120
void setDataType(Series::Type type, bool dataStacked)
sets the chart type
Definition: MWAWChart.hxx:183
bool m_showLabel
show or not the label
Definition: MWAWChart.hxx:80
namespace used to regroup all libwpd functions, enumerations which we have redefined for internal usa...
Definition: libmwaw_internal.cxx:50
MWAWGraphicStyle m_style
the graphic style
Definition: MWAWChart.hxx:138
Definition: MWAWChart.hxx:120
Definition: MWAWChart.hxx:64
std::vector< Series > m_seriesList
the list of series
Definition: MWAWChart.hxx:246
friend std::ostream & operator<<(std::ostream &o, Series const &series)
operator<<
Definition: MWAWChart.cxx:544
Type
the axis content
Definition: MWAWChart.hxx:64
void setDimension(MWAWVec2f const &dim)
return the chart dimension
Definition: MWAWChart.hxx:195
bool getTextZone(TextZone::Type type, TextZone &textZone)
returns a textzone content(if set)
Definition: MWAWChart.cxx:154
Definition: MWAWChart.hxx:120
void addContentTo(librevenge::RVNGPropertyList &propList) const
add content to the propList
Definition: MWAWChart.cxx:424
MWAWChart & operator=(MWAWChart const &orig)=delete
Definition: MWAWChart.hxx:64
Legend()
constructor
Definition: MWAWChart.hxx:89
~Axis()
destructor
Definition: MWAWChart.cxx:342
a axis in a chart
Definition: MWAWChart.hxx:62
Class to store font.
Definition: MWAWFont.hxx:43
void addContentTo(std::string const &sheetName, librevenge::RVNGPropertyList &propList) const
add content to the propList
Definition: MWAWChart.cxx:518
MWAWFont m_font
the font
Definition: MWAWChart.hxx:113
Definition: MWAWChart.hxx:120
MWAWVec2f m_dim
the chart dimension in point
Definition: MWAWChart.hxx:236
Definition: MWAWChart.hxx:143
MWAWVec2< float > MWAWVec2f
MWAWVec2 of float.
Definition: libmwaw_internal.hxx:838
Definition: MWAWChart.hxx:120
MWAWGraphicStyle m_style
the graphic style
Definition: MWAWChart.hxx:84
void sendChart(MWAWSpreadsheetListenerPtr &listener, librevenge::RVNGSpreadsheetInterface *interface)
send the chart to the listener
Definition: MWAWChart.cxx:176
Series::Type m_type
the chart type (if no series)
Definition: MWAWChart.hxx:238
Type m_type
the sequence type
Definition: MWAWChart.hxx:76
Definition: MWAWChart.hxx:143
Definition: MWAWChart.hxx:143
void sendTextZoneContent(TextZone::Type type, MWAWListenerPtr &listener)
sends a textzone content
Definition: MWAWChart.cxx:162
bool m_dataStacked
a flag to know if the data are stacked or not
Definition: MWAWChart.hxx:240
void addStyleTo(librevenge::RVNGPropertyList &propList) const
add style to the propList
Definition: MWAWChart.cxx:378
void addStyleTo(librevenge::RVNGPropertyList &propList, std::shared_ptr< MWAWFontConverter > fontConverter) const
add style to the propList
Definition: MWAWChart.cxx:444
friend std::ostream & operator<<(std::ostream &o, Axis const &axis)
operator<<
Definition: MWAWChart.cxx:388
Definition: MWAWChart.hxx:143
Series()
constructor
Definition: MWAWChart.cxx:480
void set(Legend const &legend)
set the legend
Definition: MWAWChart.hxx:205
MWAWGraphicStyle m_style
the graphic style
Definition: MWAWChart.hxx:170
std::map< TextZone::Type, TextZone > m_textZoneMap
a map text zone type to text zone
Definition: MWAWChart.hxx:248
virtual void sendContent(TextZone const &zone, MWAWListenerPtr &listener)=0
send the zone content (called when the zone is of text type)
bool m_show
show or not the legend
Definition: MWAWChart.hxx:105
MWAWVec2i m_cell
the cell position ( for title and subtitle )
Definition: MWAWChart.hxx:164
void add(int coord, Axis const &axis)
adds an axis (corresponding to a coord)
Definition: MWAWChart.cxx:131
Definition: libmwaw_internal.hxx:178
void addContentTo(std::string const &sheetName, librevenge::RVNGPropertyList &propList) const
add content to the propList
Definition: MWAWChart.cxx:599
Legend const & getLegend() const
return the legend
Definition: MWAWChart.hxx:210
std::vector< Series > const & getSeries() const
return the list of series
Definition: MWAWChart.hxx:218
std::shared_ptr< MWAWFontConverter > MWAWFontConverterPtr
a smart pointer of MWAWFontConverter
Definition: libmwaw_internal.hxx:539
Axis m_axis[4]
the x,y,z and a bad axis
Definition: MWAWChart.hxx:242
virtual ~MWAWChart()
the destructor
Definition: MWAWChart.cxx:127
friend std::ostream & operator<<(std::ostream &o, Legend const &legend)
operator<<
Definition: MWAWChart.cxx:451
Definition: MWAWChart.hxx:145
MWAWVec2f const & getDimension() const
return the chart dimension
Definition: MWAWChart.hxx:190
int m_relativePosition
the automatic position libmwaw::LeftBit|...
Definition: MWAWChart.hxx:109
MWAWFontConverterPtr m_fontConverter
the font converter
Definition: MWAWChart.hxx:250
Definition: MWAWChart.hxx:120
a text zone a chart
Definition: MWAWChart.hxx:141
Definition: MWAWChart.hxx:64
MWAWChart(std::string const &sheetName, MWAWFontConverterPtr const &fontConverter, MWAWVec2f const &dim=MWAWVec2f())
the constructor
Definition: MWAWChart.cxx:115
Type m_type
the zone type
Definition: MWAWChart.hxx:158
basic class to store an entry in a file This contained :
Definition: MWAWEntry.hxx:46
MWAWVec2f m_position
the position in the zone
Definition: MWAWChart.hxx:162
MWAWBox2i m_labelRange
the label range if defined
Definition: MWAWChart.hxx:82
MWAWGraphicStyle m_style
the graphic style
Definition: MWAWChart.hxx:115
a class used to store a chart associated to a spreadsheet ....
Definition: MWAWChart.hxx:57
Definition: MWAWChart.hxx:143
Definition: MWAWChart.hxx:64
MWAWBox2i m_range
the data range
Definition: MWAWChart.hxx:136