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

The vtkQtChartStylePen class is the interface for series pen options. More...

#include <vtkQtChartStylePen.h>

Inheritance diagram for vtkQtChartStylePen:
[legend]

Public Member Functions

 vtkQtChartStylePen (QObject *parent=0)
 Creates a chart style pen.
 
virtual ~vtkQtChartStylePen ()
 
virtual QPen getStylePen (int index) const =0
 Gets the pen for the given style index.
 

Detailed Description

The vtkQtChartStylePen class is the interface for series pen options.

Definition at line 37 of file vtkQtChartStylePen.h.

Constructor & Destructor Documentation

vtkQtChartStylePen::vtkQtChartStylePen ( QObject *  parent = 0)

Creates a chart style pen.

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

Definition at line 46 of file vtkQtChartStylePen.h.

Member Function Documentation

virtual QPen vtkQtChartStylePen::getStylePen ( int  index) const
pure virtual

Gets the pen for the given style index.

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

Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenGenerator.


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