VTK
|
The vtkQtChartStyleBoolean class is the interface for series boolean options. More...
#include <vtkQtChartStyleBoolean.h>
Inherits QObject.
Public Member Functions | |
vtkQtChartStyleBoolean (QObject *parent=0) | |
Creates a chart style boolean. More... | |
virtual | ~vtkQtChartStyleBoolean () |
virtual bool | getStyleBoolean (int index) const =0 |
Gets the boolean for the given style index. More... | |
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. |
|
inlinevirtual |
Definition at line 45 of file vtkQtChartStyleBoolean.h.
|
pure virtual |
Gets the boolean for the given style index.
index | The style index. |