VTK
|
The vtkQtChartStyleAxesCorner class is the interface for series axes corner options. More...
#include <vtkQtChartStyleAxesCorner.h>
Inherits QObject.
Public Member Functions | |
vtkQtChartStyleAxesCorner (QObject *parent=0) | |
Creates a chart style axes corner. | |
virtual | ~vtkQtChartStyleAxesCorner () |
virtual vtkQtChartLayer::AxesCorner | getStyleAxesCorner (int index) const =0 |
Gets the axes corner for the given style index. | |
The vtkQtChartStyleAxesCorner class is the interface for series axes corner options.
Definition at line 37 of file vtkQtChartStyleAxesCorner.h.
vtkQtChartStyleAxesCorner::vtkQtChartStyleAxesCorner | ( | QObject * | parent = 0 | ) |
Creates a chart style axes corner.
parent | The parent object. |
|
inlinevirtual |
Definition at line 46 of file vtkQtChartStyleAxesCorner.h.
|
pure virtual |
Gets the axes corner for the given style index.
index | The style index. |