#include <vtkQtChartStylePen.h>

Definition at line 37 of file vtkQtChartStylePen.h.
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. | |
| vtkQtChartStylePen::vtkQtChartStylePen | ( | QObject * | parent = 0 |
) |
Creates a chart style pen.
| parent | The parent object. |
| virtual vtkQtChartStylePen::~vtkQtChartStylePen | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartStylePen.h.
| virtual QPen vtkQtChartStylePen::getStylePen | ( | int | index | ) | const [pure virtual] |
Gets the pen for the given style index.
| index | The style index. |
Implemented in vtkQtChartColorStyleGenerator, and vtkQtChartPenGenerator.
1.5.6