VTK
Public Member Functions
vtkQtChartStyleSize Class Reference

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

#include <vtkQtChartStyleSize.h>

List of all members.

Public Member Functions

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

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 ( ) [inline, virtual]

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: