a legend in a chart More...
#include <STOFFChart.hxx>
| Public Member Functions | |
| Legend () | |
| constructor | |
| void | addContentTo (librevenge::RVNGPropertyList &propList) const | 
| add content to the propList | |
| void | addStyleTo (librevenge::RVNGPropertyList &propList) const | 
| add style to the propList | |
| Public Attributes | |
| bool | m_show | 
| show or not the legend | |
| bool | m_autoPosition | 
| automatic position | |
| int | m_relativePosition | 
| the automatic position libstoff::LeftBit|... | |
| STOFFVec2f | m_position | 
| the position in points | |
| STOFFFont | m_font | 
| the font | |
| STOFFGraphicStyle | m_style | 
| the graphic style | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, STOFFChart::Legend const &legend) | 
| operator<< | |
a legend in a chart
| 
 | inline | 
constructor
| void STOFFChart::Legend::addContentTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
add content to the propList
| void STOFFChart::Legend::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const | 
add style to the propList
| 
 | friend | 
operator<<
| bool STOFFChart::Legend::m_autoPosition | 
automatic position
Referenced by addContentTo(), addStyleTo(), Legend(), and operator<<.
| STOFFFont STOFFChart::Legend::m_font | 
the font
Referenced by addStyleTo(), and Legend().
| STOFFVec2f STOFFChart::Legend::m_position | 
the position in points
Referenced by addContentTo(), Legend(), and operator<<.
| int STOFFChart::Legend::m_relativePosition | 
the automatic position libstoff::LeftBit|...
Referenced by addContentTo(), Legend(), and operator<<.
| bool STOFFChart::Legend::m_show | 
show or not the legend
Referenced by Legend(), and operator<<.
| STOFFGraphicStyle STOFFChart::Legend::m_style | 
the graphic style
Referenced by addStyleTo(), Legend(), and operator<<.