VTK
|
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... | |
The vtkQtChartStyleSize class is the interface for series size options.
Definition at line 37 of file vtkQtChartStyleSize.h.
vtkQtChartStyleSize::vtkQtChartStyleSize | ( | QObject * | parent = 0 ) |
Creates a chart style size.
parent | The parent object. |
|
inlinevirtual |
Definition at line 46 of file vtkQtChartStyleSize.h.
|
pure virtual |
Gets the size for the given style index.
index | The style index. |