STOFFChart::Axis Struct Reference

a axis in a chart More...

#include <STOFFChart.hxx>

Public Types

enum  Type {
  A_None, A_Numeric, A_Logarithmic, A_Sequence,
  A_Sequence_Skip_Empty
}
 the axis content More...
 

Public Member Functions

 Axis ()
 constructor More...
 
 ~Axis ()
 destructor More...
 
void addContentTo (librevenge::RVNGString const &sheetName, int coord, librevenge::RVNGPropertyList &propList) const
 add content to the propList More...
 
void addStyleTo (librevenge::RVNGPropertyList &propList) const
 add style to the propList More...
 

Public Attributes

Type m_type
 the sequence type More...
 
bool m_showGrid
 show or not the grid More...
 
bool m_showLabel
 show or not the label More...
 
STOFFBox2i m_labelRange
 the label range if defined More...
 

Friends

std::ostream & operator<< (std::ostream &o, Axis const &axis)
 operator<< More...
 

Detailed Description

a axis in a chart

Member Enumeration Documentation

the axis content

Enumerator
A_None 
A_Numeric 
A_Logarithmic 
A_Sequence 
A_Sequence_Skip_Empty 

Constructor & Destructor Documentation

STOFFChart::Axis::Axis ( )

constructor

STOFFChart::Axis::~Axis ( )

destructor

Member Function Documentation

void STOFFChart::Axis::addContentTo ( librevenge::RVNGString const &  sheetName,
int  coord,
librevenge::RVNGPropertyList &  propList 
) const

add content to the propList

Referenced by STOFFChart::sendChart().

void STOFFChart::Axis::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::Axis const &  axis 
)
friend

operator<<

Member Data Documentation

STOFFBox2i STOFFChart::Axis::m_labelRange

the label range if defined

Referenced by addContentTo(), and operator<<().

bool STOFFChart::Axis::m_showGrid

show or not the grid

Referenced by addContentTo(), and operator<<().

bool STOFFChart::Axis::m_showLabel

show or not the label

Referenced by addContentTo(), addStyleTo(), and operator<<().

Type STOFFChart::Axis::m_type

the sequence type

Referenced by addContentTo(), addStyleTo(), and operator<<().


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

Generated on Thu Mar 10 2016 10:00:13 for libstaroffice by doxygen 1.8.11