a axis in a chart More...
#include <MWAWChart.hxx>
Public Types | |
| enum | Type { A_None, A_Numeric, A_Logarithmic, A_Sequence, A_Sequence_Skip_Empty } |
| the axis content More... | |
Public Member Functions | |
| Axis () | |
| constructor | |
| ~Axis () | |
| destructor | |
| void | addContentTo (std::string const &sheetName, int coord, librevenge::RVNGPropertyList &propList) const |
| add content to the propList | |
| void | addStyleTo (librevenge::RVNGPropertyList &propList) const |
| add style to the propList | |
Public Attributes | |
| Type | m_type |
| the sequence type | |
| bool | m_showGrid |
| show or not the grid | |
| bool | m_showLabel |
| show or not the label | |
| MWAWBox2i | m_labelRange |
| the label range if defined | |
| MWAWGraphicStyle | m_style |
| the graphic style | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Axis const &axis) |
| operator<< | |
a axis in a chart
constructor
destructor
| void MWAWChart::Axis::addContentTo | ( | std::string const & | sheetName, |
| int | coord, | ||
| librevenge::RVNGPropertyList & | propList | ||
| ) | const |
add content to the propList
Referenced by MWAWChart::sendChart().
| void MWAWChart::Axis::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
Referenced by MWAWChart::sendChart().
| std::ostream& operator<< | ( | std::ostream & | o, |
| MWAWChart::Axis const & | axis | ||
| ) | [friend] |
operator<<
the label range if defined
Referenced by operator<<().
show or not the grid
Referenced by operator<<(), and BeagleWksSSParser::readChart().
show or not the label
Referenced by operator<<(), and BeagleWksSSParser::readChart().
the graphic style
Referenced by Axis(), and operator<<().
the sequence type
Referenced by operator<<(), and BeagleWksSSParser::readChart().