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