|
VTK
|
The vtkQtChartStyleBoolean class is the interface for series boolean options. More...
#include <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. | |
The vtkQtChartStyleBoolean class is the interface for series boolean options.
Definition at line 36 of file vtkQtChartStyleBoolean.h.
| 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. |
1.7.5.1