#include <STOFFChart.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 (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_automaticScaling | 
| automatic scaling (or manual) | |
| STOFFVec2f | m_scaling | 
| the minimum, maximum scaling(if manual) | |
| bool | m_showGrid | 
| show or not the grid | |
| bool | m_showLabel | 
| show or not the label | |
| Position | m_labelRanges [2] | 
| the label range if defined | |
| bool | m_showTitle | 
| show or not the title/subtitle | |
| Position | m_titleRange | 
| the title cell range | |
| librevenge::RVNGString | m_title | 
| the title label | |
| librevenge::RVNGString | m_subTitle | 
| the subtitle label | |
| STOFFGraphicStyle | m_style | 
| the graphic style | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, STOFFChart::Axis const &axis) | 
| operator<< | |
| STOFFChart::Axis::Axis | ( | ) | 
constructor
Referenced by Axis().
| STOFFChart::Axis::~Axis | ( | ) | 
destructor
| void STOFFChart::Axis::addContentTo | ( | int | coord, | 
| librevenge::RVNGPropertyList & | propList ) const | 
add content to the propList
| void STOFFChart::Axis::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
add style to the propList
| 
 | friend | 
operator<<
| bool STOFFChart::Axis::m_automaticScaling | 
automatic scaling (or manual)
Referenced by addStyleTo(), Axis(), and operator<<.
| Position STOFFChart::Axis::m_labelRanges[2] | 
the label range if defined
Referenced by addContentTo(), and operator<<.
| STOFFVec2f STOFFChart::Axis::m_scaling | 
the minimum, maximum scaling(if manual)
Referenced by addStyleTo(), Axis(), and operator<<.
| bool STOFFChart::Axis::m_showGrid | 
show or not the grid
Referenced by addContentTo(), Axis(), and operator<<.
| bool STOFFChart::Axis::m_showLabel | 
show or not the label
Referenced by addContentTo(), addStyleTo(), Axis(), and operator<<.
| bool STOFFChart::Axis::m_showTitle | 
show or not the title/subtitle
Referenced by addContentTo(), Axis(), and operator<<.
| STOFFGraphicStyle STOFFChart::Axis::m_style | 
the graphic style
Referenced by addStyleTo(), Axis(), and operator<<.
| librevenge::RVNGString STOFFChart::Axis::m_subTitle | 
the subtitle label
Referenced by addContentTo(), Axis(), and operator<<.
| librevenge::RVNGString STOFFChart::Axis::m_title | 
the title label
Referenced by addContentTo(), Axis(), and operator<<.
| Position STOFFChart::Axis::m_titleRange | 
the title cell range
Referenced by addContentTo(), Axis(), and operator<<.
| Type STOFFChart::Axis::m_type | 
the sequence type
Referenced by addContentTo(), addStyleTo(), Axis(), and operator<<.