STOFFChart::Legend Struct Reference

a legend in a chart More...

#include <STOFFChart.hxx>

List of all members.

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<<

Detailed Description

a legend in a chart


Constructor & Destructor Documentation

constructor


Member Function Documentation

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().


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  o,
STOFFChart::Legend const &  legend 
) [friend]

operator<<


Member Data Documentation

automatic position

Referenced by operator<<().

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().


The documentation for this struct was generated from the following files: