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