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 | |
Series (Series const &)=default | |
virtual | ~Series () |
destructor | |
void | addContentTo (std::string const &sheetName, librevenge::RVNGPropertyList &propList) const |
add content to the propList | |
void | addStyleTo (librevenge::RVNGPropertyList &propList) const |
add style to the propList | |
Static Public Member Functions | |
static std::string | getSeriesTypeName (Type type) |
returns a string corresponding to a series type | |
Public Attributes | |
Type | m_type |
the type | |
MWAWBox2i | m_range |
the data range | |
MWAWGraphicStyle | m_style |
the graphic style | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Series const &series) |
operator<< | |
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 BeagleWksSSParser::readChart().
MWAWGraphicStyle MWAWChart::Series::m_style |
the graphic style
Referenced by BeagleWksSSParser::readChart(), and Series().
Type MWAWChart::Series::m_type |
the type
Referenced by BeagleWksSSParser::readChart().