VTK
Public Member Functions | List of all members
vtkQtChartStyleBoolean Class Referenceabstract

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.
 
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 ( )
inlinevirtual

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: