#include <vtkQtChartSeriesColors.h>
Definition at line 37 of file vtkQtChartSeriesColors.h.
Public Member Functions | |
vtkQtChartSeriesColors (QObject *parent=0) | |
Creates a chart series colors object. | |
virtual | ~vtkQtChartSeriesColors () |
virtual void | getBrush (int index, int total, QBrush &brush) const =0 |
Gets the brush for the given index of a series. |
vtkQtChartSeriesColors::vtkQtChartSeriesColors | ( | QObject * | parent = 0 |
) |
Creates a chart series colors object.
parent | The parent object. |
virtual vtkQtChartSeriesColors::~vtkQtChartSeriesColors | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartSeriesColors.h.
virtual void vtkQtChartSeriesColors::getBrush | ( | int | index, | |
int | total, | |||
QBrush & | brush | |||
) | const [pure virtual] |
Gets the brush for the given index of a series.
index | The index in the series items. | |
total | The total number of items in the series. | |
brush | Used to return the brush for the given index. |
Implemented in vtkQtChartSeriesHueRange.