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

◆ HistogramStyle() [1/2]

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

Constructor.

◆ HistogramStyle() [2/2]

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

◆ ~HistogramStyle()

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

Destructor.

Member Function Documentation

◆ adjustSymbol()

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

◆ clone()

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.

◆ getFill()

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.

◆ getStroke()

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.

◆ setFill()

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

◆ setStroke()

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

◆ m_fill

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

The bar's fill .

Definition at line 118 of file HistogramStyle.h.

◆ m_stroke

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: