a series in a chart More...
#include <STOFFChart.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... | |
virtual | ~Series () |
destructor More... | |
void | addContentTo (librevenge::RVNGString 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 librevenge::RVNGString | getSeriesTypeName (Type type) |
returns a string corresponding to a series type More... | |
Public Attributes | |
Type | m_type |
the type More... | |
STOFFBox2i | m_range |
the data range More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Series const &series) |
operator<< More... | |
a series in a chart
STOFFChart::Series::Series | ( | ) |
constructor
|
virtual |
destructor
void STOFFChart::Series::addContentTo | ( | librevenge::RVNGString const & | sheetName, |
librevenge::RVNGPropertyList & | propList | ||
) | const |
add content to the propList
void STOFFChart::Series::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
|
static |
returns a string corresponding to a series type
Referenced by addContentTo(), and STOFFChart::sendChart().
|
friend |
operator<<
STOFFBox2i STOFFChart::Series::m_range |
the data range
Referenced by addContentTo(), and operator<<().
Type STOFFChart::Series::m_type |
the type
Referenced by addContentTo(), and operator<<().