VTK
Public Member Functions | List of all members
vtkQtChartStyleBrush Class Referenceabstract

The vtkQtChartStyleBrush class is the interface for series brush options. More...

#include <vtkQtChartStyleBrush.h>

Inheritance diagram for vtkQtChartStyleBrush:
[legend]

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.
 

Detailed Description

The vtkQtChartStyleBrush class is the interface for series brush options.

Definition at line 37 of file vtkQtChartStyleBrush.h.

Constructor & Destructor Documentation

vtkQtChartStyleBrush::vtkQtChartStyleBrush ( QObject *  parent = 0)

Creates a chart style brush.

Parameters
parentThe parent object.
virtual vtkQtChartStyleBrush::~vtkQtChartStyleBrush ( )
inlinevirtual

Definition at line 46 of file vtkQtChartStyleBrush.h.

Member Function Documentation

virtual QBrush vtkQtChartStyleBrush::getStyleBrush ( int  index) const
pure virtual

Gets the brush for the given style index.

Parameters
indexThe style index.
Returns
The brush for the given style index.

Implemented in vtkQtChartBrushGenerator, and vtkQtChartColorGenerator.


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