27 #include "../../../se/Fill.h" 
   28 #include "../../../se/Stroke.h" 
   49   m_titleFont(titleFont),
 
   53   m_gridChecked(gridChecked),
 
   83   m_titleFont = newTitleFont;
 
  113   m_axisFont = newAxisFont;
 
  137   m_stroke = newStroke;
 
  147   m_backColor = newColor;
 
  152   return m_gridChecked;
 
  157   m_gridChecked = newGridChecked;
 
A Fill specifies the pattern for filling an area geometry. 
 
QString & getAxisX()
Returns a reference to the style's x axis label. 
 
QString & getTitle()
Returns a reference to the style's Title. 
 
void setAxisFont(QFont newAxisFont)
It sets the axis' font. 
 
void setStroke(te::se::Stroke *newStroke)
It sets the style's stroke. 
 
void setTitleFont(QFont newTitleFont)
It sets the title's font. 
 
bool m_gridChecked
The boolean used to decide if the chart will have a background grid . 
 
void setGridChecked(bool newGridChecked)
It sets the boolean used to decided weather to display the grid or not. 
 
QString m_axisX
The chart X axis' label. 
 
A Stroke specifies the appearance of a linear geometry. 
 
QString m_title
The chart's title. 
 
void setAxisX(QString newAxisX)
It sets the style's x axis label. 
 
te::se::Stroke * getStroke()
Returns a pointer to the style's stroke. 
 
void setFill(te::se::Fill *newFill)
It sets the style's fill. 
 
QColor & getColor()
Returns a reference to the style's color. 
 
QFont m_axisFont
The axis' font. 
 
QFont & getAxisFont()
Returns a reference to the axis' font. 
 
void setTitle(QString newTitle)
It sets the style's title. 
 
bool getGridChecked()
Returns true if the grid is to be displayed, otherwise returns false. 
 
te::se::Fill * m_fill
The chart's fill. 
 
void setColor(QColor newColor)
It sets the style's color. 
 
te::se::Fill * getFill()
Returns a pointer to the style's fill. 
 
void setAxisY(QString newAxisY)
It sets the style's y axis label. 
 
QFont & getTitleFont()
Returns a reference to the title's font. 
 
QColor m_backColor
The chart's background color. 
 
te::se::Stroke * m_stroke
The chart's stroke. 
 
A class used to define a chartDisplay's style. 
 
QFont m_titleFont
The title's font. 
 
QString m_axisY
The chart Y axis' label. 
 
QString & getAxisY()
Returns a reference to the style's y axis label.