te::qt::widgets::HistogramStyle Class Reference

#include <HistogramStyle.h>

Public Member Functions

HistogramStyleclone ()
 Returns a pointer to a clone of this HistogramStyle. More...
 
te::se::FillgetFill ()
 Returns a pointer to the histogram bar's fill. More...
 
te::se::StrokegetStroke ()
 Returns a pointer to the histogram bar's stroke. More...
 
 HistogramStyle ()
 Constructor. More...
 
 HistogramStyle (te::se::Fill *fill, te::se::Stroke *stroke)
 Constructor. More...
 
void setFill (te::se::Fill *newFill)
 It sets the histogram bar's fill. More...
 
void setStroke (te::se::Stroke *newStroke)
 It sets the histogram bar's stroke. More...
 
 ~HistogramStyle ()
 Destructor. More...
 

Private Member Functions

void adjustSymbol ()
 

Private Attributes

te::se::Fillm_fill
 The bar's fill . More...
 
te::se::Strokem_stroke
 The bar's stroke. More...
 

Detailed Description

Definition at line 49 of file HistogramStyle.h.

Constructor & Destructor Documentation

te::qt::widgets::HistogramStyle::HistogramStyle ( )

Constructor.

te::qt::widgets::HistogramStyle::HistogramStyle ( te::se::Fill fill,
te::se::Stroke stroke 
)

Constructor.

Parameters
fillThe histogram bar's fill
strokeThe histogram bar's stroke
te::qt::widgets::HistogramStyle::~HistogramStyle ( )

Destructor.

Member Function Documentation

void te::qt::widgets::HistogramStyle::adjustSymbol ( )
private
HistogramStyle* te::qt::widgets::HistogramStyle::clone ( )

Returns a pointer to a clone of this HistogramStyle.

Returns
A HistogramStyle type clone of this HistogramStyle.
Note
The caller will take ownership of the returned pointer.
te::se::Fill* te::qt::widgets::HistogramStyle::getFill ( )

Returns a pointer to the histogram bar's fill.

Returns
A Fill type pointer to the histogram bar's fill.
Note
The caller will not take ownership of the returned pointer.
te::se::Stroke* te::qt::widgets::HistogramStyle::getStroke ( )

Returns a pointer to the histogram bar's stroke.

Returns
A Fill type pointer to the histogram bar's stroke.
Note
The caller will not take ownership of the returned pointer.
void te::qt::widgets::HistogramStyle::setFill ( te::se::Fill newFill)

It sets the histogram bar's fill.

Parameters
newFillThe new fill.
Note
It will take ownership of the given pointer
void te::qt::widgets::HistogramStyle::setStroke ( te::se::Stroke newStroke)

It sets the histogram bar's stroke.

Parameters
newStrokeThe new stroke.
Note
It will take ownership of the given pointer

Member Data Documentation

te::se::Fill* te::qt::widgets::HistogramStyle::m_fill
private

The bar's fill .

Definition at line 118 of file HistogramStyle.h.

te::se::Stroke* te::qt::widgets::HistogramStyle::m_stroke
private

The bar's stroke.

Definition at line 119 of file HistogramStyle.h.


The documentation for this class was generated from the following file: