vtkQtStatisticalBoxChartSeriesOptions Class Reference

#include <vtkQtStatisticalBoxChartSeriesOptions.h>

Inheritance diagram for vtkQtStatisticalBoxChartSeriesOptions:

Inheritance graph
[legend]
Collaboration diagram for vtkQtStatisticalBoxChartSeriesOptions:

Collaboration graph
[legend]

List of all members.


Detailed Description

The vtkQtStatisticalBoxChartSeriesOptions class stores the options for a statistical box chart series.

Definition at line 38 of file vtkQtStatisticalBoxChartSeriesOptions.h.


Signals

void pointMarkerChanged ()
 Emitted when the point marker style or size has changed.

Public Member Functions

 vtkQtStatisticalBoxChartSeriesOptions (QObject *parent=0)
 Creates a statistical box chart series options object.
virtual ~vtkQtStatisticalBoxChartSeriesOptions ()
virtual void setStyle (int style, vtkQtChartStyleGenerator *generator)
 Sets the style generator index for the series.
vtkQtPointMarker::MarkerStyle getMarkerStyle () const
 Gets the series marker style.
void setMarkerStyle (vtkQtPointMarker::MarkerStyle style)
 Sets the series marker style.
const QSizeF & getMarkerSize () const
 Gets the marker size for the series.
void setMarkerSize (const QSizeF &size)
 Sets the marker size for the series.

Protected Attributes

vtkQtPointMarker::MarkerStyle PointStyle
 Stores the marker style.
QSizeF * PointSize
 Stores the marker size.

Constructor & Destructor Documentation

vtkQtStatisticalBoxChartSeriesOptions::vtkQtStatisticalBoxChartSeriesOptions ( QObject *  parent = 0  ) 

Creates a statistical box chart series options object.

Parameters:
parent The parent object.

virtual vtkQtStatisticalBoxChartSeriesOptions::~vtkQtStatisticalBoxChartSeriesOptions (  )  [virtual]


Member Function Documentation

virtual void vtkQtStatisticalBoxChartSeriesOptions::setStyle ( int  style,
vtkQtChartStyleGenerator generator 
) [virtual]

Sets the style generator index for the series.

This method uses the style generator to assign the initial brush for the series.

Parameters:
style The style index for the generator.
generator The style generator to use.

Reimplemented from vtkQtChartSeriesOptions.

vtkQtPointMarker::MarkerStyle vtkQtStatisticalBoxChartSeriesOptions::getMarkerStyle (  )  const

Gets the series marker style.

Returns:
The series marker style.

void vtkQtStatisticalBoxChartSeriesOptions::setMarkerStyle ( vtkQtPointMarker::MarkerStyle  style  ) 

Sets the series marker style.

Parameters:
style The new series marker style.

const QSizeF& vtkQtStatisticalBoxChartSeriesOptions::getMarkerSize (  )  const

Gets the marker size for the series.

Returns:
A reference to the series marker size.

void vtkQtStatisticalBoxChartSeriesOptions::setMarkerSize ( const QSizeF &  size  ) 

Sets the marker size for the series.

Parameters:
size The new series marker size.

void vtkQtStatisticalBoxChartSeriesOptions::pointMarkerChanged (  )  [signal]

Emitted when the point marker style or size has changed.


Member Data Documentation

Stores the marker style.

Definition at line 87 of file vtkQtStatisticalBoxChartSeriesOptions.h.

Stores the marker size.

Definition at line 88 of file vtkQtStatisticalBoxChartSeriesOptions.h.


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

Generated on Wed Jun 3 19:29:04 2009 for VTK by  doxygen 1.5.6