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 | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Legend const &legend) |
| operator<< | |
a legend in a chart
| STOFFChart::Legend::Legend | ( | ) | [inline] |
constructor
| void STOFFChart::Legend::addContentTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add content to the propList
Referenced by STOFFChart::sendChart().
| void STOFFChart::Legend::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
Referenced by STOFFChart::sendChart().
| std::ostream& operator<< | ( | std::ostream & | o, |
| STOFFChart::Legend const & | legend | ||
| ) | [friend] |
operator<<
automatic position
Referenced by operator<<().
the font
the position in points
Referenced by operator<<().
the automatic position libstoff::LeftBit|...
Referenced by operator<<().
show or not the legend
Referenced by operator<<(), and STOFFChart::sendChart().