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

The vtkQtChartStyleMarker class is the interface for series marker style options. More...

#include <vtkQtChartStyleMarker.h>

Inherits QObject.

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.
 

Detailed Description

The vtkQtChartStyleMarker class is the interface for series marker style options.

Definition at line 37 of file vtkQtChartStyleMarker.h.

Constructor & Destructor Documentation

vtkQtChartStyleMarker::vtkQtChartStyleMarker ( QObject *  parent = 0)

Creates a chart style marker.

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

Definition at line 46 of file vtkQtChartStyleMarker.h.

Member Function Documentation

virtual vtkQtPointMarker::MarkerStyle vtkQtChartStyleMarker::getStyleMarker ( int  index) const
pure virtual

Gets the marker style for the given style index.

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

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