27 #include "../../../se/Fill.h" 
   28 #include "../../../se/Stroke.h" 
   52   style->
setFill(this->getFill()->clone());
 
   53   style->
setStroke(this->getStroke()->clone());
 
HistogramStyle * clone()
Returns a pointer to a clone of this HistogramStyle. 
 
void setStroke(te::se::Stroke *newStroke)
It sets the histogram bar's stroke. 
 
A Fill specifies the pattern for filling an area geometry. 
 
te::se::Fill * m_fill
The bar's fill . 
 
~HistogramStyle()
Destructor. 
 
HistogramStyle()
Constructor. 
 
A Stroke specifies the appearance of a linear geometry. 
 
A class used to define the style of a histogram's chart. 
 
te::se::Stroke * m_stroke
The bar's stroke. 
 
void setFill(te::se::Fill *newFill)
It sets the histogram bar's fill. 
 
te::se::Fill * getFill()
Returns a pointer to the histogram bar's fill. 
 
te::se::Stroke * getStroke()
Returns a pointer to the histogram bar's stroke.