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

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. More...
 
virtual ~vtkQtChartStyleAxesCorner ()
 
virtual vtkQtChartLayer::AxesCorner getStyleAxesCorner (int index) const =0
 Gets the axes corner for the given style index. More...
 

Detailed Description

The vtkQtChartStyleAxesCorner class is the interface for series axes corner options.

Definition at line 37 of file vtkQtChartStyleAxesCorner.h.

Constructor & Destructor Documentation

vtkQtChartStyleAxesCorner::vtkQtChartStyleAxesCorner ( QObject *  parent = 0)

Creates a chart style axes corner.

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

Definition at line 46 of file vtkQtChartStyleAxesCorner.h.

Member Function Documentation

virtual vtkQtChartLayer::AxesCorner vtkQtChartStyleAxesCorner::getStyleAxesCorner ( int  index) const
pure virtual

Gets the axes corner for the given style index.

Parameters
indexThe style index.
Returns
The axes corner for the given style index.

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