|
VTK
|
The vtkQtChartStyleBrush class is the interface for series brush options. More...
#include <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. | |
The vtkQtChartStyleBrush class is the interface for series brush options.
Definition at line 37 of file vtkQtChartStyleBrush.h.
| vtkQtChartStyleBrush::vtkQtChartStyleBrush | ( | QObject * | parent = 0 | ) |
Creates a chart style brush.
| parent | The parent object. |
|
inlinevirtual |
Definition at line 46 of file vtkQtChartStyleBrush.h.
|
pure virtual |
Gets the brush for the given style index.
| index | The style index. |
Implemented in vtkQtChartBrushGenerator, and vtkQtChartColorGenerator.
1.8.1