#include <vtkQtChartStyleMarker.h>
Definition at line 37 of file vtkQtChartStyleMarker.h.
Public Member Functions | |
vtkQtChartStyleMarker (QObject *parent=0) | |
Creates a chart style marker. | |
virtual | ~vtkQtChartStyleMarker () |
virtual vtkQtPointMarker::MarkerStyle | getStyleMarker (int index) const =0 |
Gets the marker style for the given style index. |
vtkQtChartStyleMarker::vtkQtChartStyleMarker | ( | QObject * | parent = 0 |
) |
Creates a chart style marker.
parent | The parent object. |
virtual vtkQtChartStyleMarker::~vtkQtChartStyleMarker | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartStyleMarker.h.
virtual vtkQtPointMarker::MarkerStyle vtkQtChartStyleMarker::getStyleMarker | ( | int | index | ) | const [pure virtual] |
Gets the marker style for the given style index.
index | The style index. |