#include <vtkQtChartStyleBoolean.h>
Definition at line 36 of file vtkQtChartStyleBoolean.h.
Public Member Functions | |
vtkQtChartStyleBoolean (QObject *parent=0) | |
Creates a chart style boolean. | |
virtual | ~vtkQtChartStyleBoolean () |
virtual bool | getStyleBoolean (int index) const =0 |
Gets the boolean for the given style index. |
vtkQtChartStyleBoolean::vtkQtChartStyleBoolean | ( | QObject * | parent = 0 |
) |
Creates a chart style boolean.
parent | The parent object. |
virtual vtkQtChartStyleBoolean::~vtkQtChartStyleBoolean | ( | ) | [inline, virtual] |
Definition at line 45 of file vtkQtChartStyleBoolean.h.
virtual bool vtkQtChartStyleBoolean::getStyleBoolean | ( | int | index | ) | const [pure virtual] |
Gets the boolean for the given style index.
index | The style index. |