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

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

Constructor.

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

Constructor.

Parameters
strokeThe line's stroke
te::qt::widgets::TimeSeriesStyle::~TimeSeriesStyle ( )

Destructor.

Member Function Documentation

void te::qt::widgets::TimeSeriesStyle::adjustSymbol ( )
private
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.
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.
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

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: