VTK
Public Member Functions
vtkQtChartStyleSeriesColors Class Reference

The vtkQtChartStyleSeriesColors class is the interface for multi-colored series options. More...

#include <vtkQtChartStyleSeriesColors.h>

List of all members.

Public Member Functions

 vtkQtChartStyleSeriesColors (QObject *parent=0)
 Creates a chart style series colors.
virtual ~vtkQtChartStyleSeriesColors ()
virtual vtkQtChartSeriesColorsgetStyleColors (int index) const =0
 Gets the series colors for the given style index.

Detailed Description

The vtkQtChartStyleSeriesColors class is the interface for multi-colored series options.

Definition at line 37 of file vtkQtChartStyleSeriesColors.h.


Constructor & Destructor Documentation

vtkQtChartStyleSeriesColors::vtkQtChartStyleSeriesColors ( QObject *  parent = 0)

Creates a chart style series colors.

Parameters:
parentThe parent object.
virtual vtkQtChartStyleSeriesColors::~vtkQtChartStyleSeriesColors ( ) [inline, virtual]

Definition at line 46 of file vtkQtChartStyleSeriesColors.h.


Member Function Documentation

virtual vtkQtChartSeriesColors* vtkQtChartStyleSeriesColors::getStyleColors ( int  index) const [pure virtual]

Gets the series colors for the given style index.

Parameters:
indexThe style index.
Returns:
A pointer to the series colors object.

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