VTK
Public Member Functions
vtkQtChartStyleBoolean Class Reference

The vtkQtChartStyleBoolean class is the interface for series boolean options. More...

#include <vtkQtChartStyleBoolean.h>

List of all members.

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.

Detailed Description

The vtkQtChartStyleBoolean class is the interface for series boolean options.

Definition at line 36 of file vtkQtChartStyleBoolean.h.


Constructor & Destructor Documentation

vtkQtChartStyleBoolean::vtkQtChartStyleBoolean ( QObject *  parent = 0)

Creates a chart style boolean.

Parameters:
parentThe parent object.
virtual vtkQtChartStyleBoolean::~vtkQtChartStyleBoolean ( ) [inline, virtual]

Definition at line 45 of file vtkQtChartStyleBoolean.h.


Member Function Documentation

virtual bool vtkQtChartStyleBoolean::getStyleBoolean ( int  index) const [pure virtual]

Gets the boolean for the given style index.

Parameters:
indexThe style index.
Returns:
The boolean for the given style index.

The documentation for this class was generated from the following file: