a series in a chart More...
#include <MWAWChart.hxx>
| Public Types | |
| enum | Type { S_Area, S_Bar, S_Column, S_Line, S_Pie, S_Scatter, S_Stock } | 
| the series type  More... | |
| Public Member Functions | |
| Series () | |
| constructor  More... | |
| Series (Series const &)=default | |
| virtual | ~Series () | 
| destructor  More... | |
| void | addContentTo (std::string const &sheetName, librevenge::RVNGPropertyList &propList) const | 
| add content to the propList  More... | |
| void | addStyleTo (librevenge::RVNGPropertyList &propList) const | 
| add style to the propList  More... | |
| Static Public Member Functions | |
| static std::string | getSeriesTypeName (Type type) | 
| returns a string corresponding to a series type  More... | |
| Public Attributes | |
| Type | m_type | 
| the type  More... | |
| MWAWBox2i | m_range | 
| the data range  More... | |
| MWAWGraphicStyle | m_style | 
| the graphic style  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, Series const &series) | 
| operator<<  More... | |
a series in a chart
| MWAWChart::Series::Series | ( | ) | 
constructor
| 
 | default | 
| 
 | virtual | 
destructor
| void MWAWChart::Series::addContentTo | ( | std::string const & | sheetName, | 
| librevenge::RVNGPropertyList & | propList | ||
| ) | const | 
add content to the propList
| void MWAWChart::Series::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
add style to the propList
| 
 | static | 
returns a string corresponding to a series type
Referenced by MWAWChart::sendChart().
| 
 | friend | 
operator<<
| MWAWBox2i MWAWChart::Series::m_range | 
the data range
Referenced by operator<<(), and BeagleWksSSParser::readChart().
| MWAWGraphicStyle MWAWChart::Series::m_style | 
the graphic style
Referenced by operator<<(), BeagleWksSSParser::readChart(), and Series().
| Type MWAWChart::Series::m_type | 
the type
Referenced by operator<<(), and BeagleWksSSParser::readChart().