a legend in a chart More...
#include <WKSChart.h>
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 libwps::LeftBit|... | |
Vec2f | m_position |
the position in points | |
WPSFont | m_font |
the font | |
WPSGraphicStyle | m_style |
the graphic style | |
Friends | |
std::ostream & | operator<< (std::ostream &o, Legend const &legend) |
operator<< | |
a legend in a chart
|
inline |
constructor
void WKSChart::Legend::addContentTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add content to the propList
Referenced by WKSChart::sendChart().
void WKSChart::Legend::addStyleTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add style to the propList
Referenced by WKSChart::sendChart().
|
friend |
operator<<
bool WKSChart::Legend::m_autoPosition |
automatic position
Referenced by LotusChart::updateChart().
WPSFont WKSChart::Legend::m_font |
the font
Vec2f WKSChart::Legend::m_position |
the position in points
int WKSChart::Legend::m_relativePosition |
the automatic position libwps::LeftBit|...
Referenced by LotusChart::updateChart().
bool WKSChart::Legend::m_show |
show or not the legend
Referenced by WKSChart::sendChart(), and LotusChart::updateChart().
WPSGraphicStyle WKSChart::Legend::m_style |
the graphic style