te::qt::widgets::TimeSeriesStyle Class Reference

#include <TimeSeriesStyle.h>

Public Member Functions

TimeSeriesStyleclone ()
 Returns a pointer to a clone of this TimeSeriesStyle. More...
 
te::se::StrokegetStroke ()
 Returns a pointer to the line's stroke. More...
 
void setStroke (te::se::Stroke *newStroke)
 It sets the line's stroke. More...
 
 TimeSeriesStyle ()
 Constructor. More...
 
 TimeSeriesStyle (te::se::Stroke *stroke)
 Constructor. More...
 
 ~TimeSeriesStyle ()
 Destructor. More...
 

Private Member Functions

void adjustSymbol ()
 

Private Attributes

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

Detailed Description

Definition at line 49 of file TimeSeriesStyle.h.

Constructor & Destructor Documentation

◆ TimeSeriesStyle() [1/2]

te::qt::widgets::TimeSeriesStyle::TimeSeriesStyle ( )

Constructor.

◆ TimeSeriesStyle() [2/2]

te::qt::widgets::TimeSeriesStyle::TimeSeriesStyle ( te::se::Stroke stroke)

Constructor.

Parameters
strokeThe line's stroke

◆ ~TimeSeriesStyle()

te::qt::widgets::TimeSeriesStyle::~TimeSeriesStyle ( )

Destructor.

Member Function Documentation

◆ adjustSymbol()

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

◆ clone()

TimeSeriesStyle* te::qt::widgets::TimeSeriesStyle::clone ( )

Returns a pointer to a clone of this TimeSeriesStyle.

Returns
A TimeSeriesStyle type clone of this TimeSeriesStyle.
Note
The caller will take ownership of the returned pointer.

◆ getStroke()

te::se::Stroke* te::qt::widgets::TimeSeriesStyle::getStroke ( )

Returns a pointer to the line's stroke.

Returns
A Fill type pointer to the histogram bar's stroke.
Note
The caller will not take ownership of the returned pointer.

◆ setStroke()

void te::qt::widgets::TimeSeriesStyle::setStroke ( te::se::Stroke newStroke)

It sets the line's stroke.

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

Member Data Documentation

◆ m_stroke

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

The bar's stroke.

Definition at line 102 of file TimeSeriesStyle.h.


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