MWAWChart::Legend Struct Reference

a legend in a chart More...

#include <MWAWChart.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, 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<<

Detailed Description

a legend in a chart


Constructor & Destructor Documentation

constructor


Member Function Documentation

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


Friends And Related Function Documentation

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

operator<<


Member Data Documentation

automatic position

Referenced by operator<<().

the position in points

Referenced by operator<<().

the automatic position libmwaw::LeftBit|...

Referenced by operator<<().

the graphic style

Referenced by operator<<().


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