a legend in a chart More...
#include <MWAWChart.hxx>
Public Member Functions | |
| Legend () | |
| constructor | |
| void | addContentTo (librevenge::RVNGPropertyList &propList) const |
| add content to the propList | |
| void | addStyleTo (librevenge::RVNGPropertyList &propList, shared_ptr< MWAWFontConverter > fontConverter) 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 libmwaw::LeftBit|... | |
| MWAWVec2f | m_position |
| the position in points | |
| MWAWFont | m_font |
| the font | |
| MWAWGraphicStyle | m_style |
| the graphic style | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Legend const &legend) |
| operator<< | |
a legend in a chart
| MWAWChart::Legend::Legend | ( | ) | [inline] |
constructor
| void MWAWChart::Legend::addContentTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add content to the propList
Referenced by MWAWChart::sendChart().
| void MWAWChart::Legend::addStyleTo | ( | librevenge::RVNGPropertyList & | propList, |
| shared_ptr< MWAWFontConverter > | fontConverter | ||
| ) | const |
add style to the propList
Referenced by MWAWChart::sendChart().
| std::ostream& operator<< | ( | std::ostream & | o, |
| MWAWChart::Legend const & | legend | ||
| ) | [friend] |
operator<<
automatic position
Referenced by operator<<().
the font
the position in points
Referenced by operator<<().
the automatic position libmwaw::LeftBit|...
Referenced by operator<<().
show or not the legend
Referenced by operator<<(), BeagleWksSSParser::readChart(), and MWAWChart::sendChart().
the graphic style
Referenced by operator<<().