#include <vtkQtChartStyleAxesCorner.h>
Definition at line 37 of file vtkQtChartStyleAxesCorner.h.
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. |
vtkQtChartStyleAxesCorner::vtkQtChartStyleAxesCorner | ( | QObject * | parent = 0 |
) |
Creates a chart style axes corner.
parent | The parent object. |
virtual vtkQtChartStyleAxesCorner::~vtkQtChartStyleAxesCorner | ( | ) | [inline, virtual] |
Definition at line 46 of file vtkQtChartStyleAxesCorner.h.
virtual vtkQtChartLayer::AxesCorner vtkQtChartStyleAxesCorner::getStyleAxesCorner | ( | int | index | ) | const [pure virtual] |
Gets the axes corner for the given style index.
index | The style index. |