#include <vtkQtChartStyleBrush.h>
Definition at line 37 of file vtkQtChartStyleBrush.h.
Public Member Functions | |
vtkQtChartStyleBrush (QObject *parent=0) | |
Creates a chart style brush. | |
virtual | ~vtkQtChartStyleBrush () |
virtual QBrush | getStyleBrush (int index) const =0 |
Gets the brush for the given style index. |
vtkQtChartStyleBrush::vtkQtChartStyleBrush | ( | QObject * | parent = 0 |
) |
Creates a chart style brush.
parent | The parent object. |
virtual vtkQtChartStyleBrush::~vtkQtChartStyleBrush | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartStyleBrush.h.
virtual QBrush vtkQtChartStyleBrush::getStyleBrush | ( | int | index | ) | const [pure virtual] |
Gets the brush for the given style index.
index | The style index. |
Implemented in vtkQtChartBrushGenerator, and vtkQtChartColorGenerator.