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

The vtkQtChartStyleSize class is the interface for series size options. More...

#include <vtkQtChartStyleSize.h>

Inherits QObject.

Public Member Functions

 vtkQtChartStyleSize (QObject *parent=0)
 Creates a chart style size. More...
 
virtual ~vtkQtChartStyleSize ()
 
virtual QSizeF getStyleSize (int index) const =0
 Gets the size for the given style index. More...
 

Detailed Description

The vtkQtChartStyleSize class is the interface for series size options.

Definition at line 37 of file vtkQtChartStyleSize.h.

Constructor & Destructor Documentation

vtkQtChartStyleSize::vtkQtChartStyleSize ( QObject *  parent = 0)

Creates a chart style size.

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

Definition at line 46 of file vtkQtChartStyleSize.h.

Member Function Documentation

virtual QSizeF vtkQtChartStyleSize::getStyleSize ( int  index) const
pure virtual

Gets the size for the given style index.

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

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