MWAWChart::Legend Struct Reference

a legend in a chart More...

#include <MWAWChart.hxx>

Public Member Functions

 Legend ()
 constructor More...
 
void addContentTo (librevenge::RVNGPropertyList &propList) const
 add content to the propList More...
 
void addStyleTo (librevenge::RVNGPropertyList &propList, shared_ptr< MWAWFontConverter > fontConverter) 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 libmwaw::LeftBit|... More...
 
MWAWVec2f m_position
 the position in points More...
 
MWAWFont m_font
 the font More...
 
MWAWGraphicStyle m_style
 the graphic style More...
 

Friends

std::ostream & operator<< (std::ostream &o, Legend const &legend)
 operator<< More...
 

Detailed Description

a legend in a chart

Constructor & Destructor Documentation

MWAWChart::Legend::Legend ( )
inline

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

bool MWAWChart::Legend::m_autoPosition

automatic position

Referenced by operator<<().

MWAWFont MWAWChart::Legend::m_font

the font

MWAWVec2f MWAWChart::Legend::m_position

the position in points

Referenced by operator<<().

int MWAWChart::Legend::m_relativePosition

the automatic position libmwaw::LeftBit|...

Referenced by operator<<().

bool MWAWChart::Legend::m_show

show or not the legend

Referenced by operator<<(), BeagleWksSSParser::readChart(), and MWAWChart::sendChart().

MWAWGraphicStyle MWAWChart::Legend::m_style

the graphic style

Referenced by operator<<().


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

Generated on Thu Jul 9 2015 20:26:38 for libmwaw by doxygen 1.8.8