Signals | Public Member Functions | Protected Attributes

vtkQtStatisticalBoxChartSeriesOptions Class Reference

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

#include <vtkQtStatisticalBoxChartSeriesOptions.h>

Inheritance diagram for vtkQtStatisticalBoxChartSeriesOptions:
Inheritance graph
[legend]
Collaboration diagram for vtkQtStatisticalBoxChartSeriesOptions:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

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

Definition at line 38 of file vtkQtStatisticalBoxChartSeriesOptions.h.


Constructor & Destructor Documentation

vtkQtStatisticalBoxChartSeriesOptions::vtkQtStatisticalBoxChartSeriesOptions ( QObject *  parent = 0 )

Creates a statistical box chart series options object.

Parameters:
parentThe parent object.
virtual vtkQtStatisticalBoxChartSeriesOptions::~vtkQtStatisticalBoxChartSeriesOptions (  ) [virtual]

Member Function Documentation

const QSizeF& vtkQtStatisticalBoxChartSeriesOptions::getMarkerSize (  ) const

Gets the marker size for the series.

Returns:
A reference to the series marker size.
vtkQtPointMarker::MarkerStyle vtkQtStatisticalBoxChartSeriesOptions::getMarkerStyle (  ) const

Gets the series marker style.

Returns:
The series marker style.
void vtkQtStatisticalBoxChartSeriesOptions::pointMarkerChanged (  ) [signal]

Emitted when the point marker style or size has changed.

void vtkQtStatisticalBoxChartSeriesOptions::setMarkerSize ( const QSizeF &  size )

Sets the marker size for the series.

Parameters:
sizeThe new series marker size.
void vtkQtStatisticalBoxChartSeriesOptions::setMarkerStyle ( vtkQtPointMarker::MarkerStyle  style )

Sets the series marker style.

Parameters:
styleThe new series marker style.
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:
styleThe style index for the generator.
generatorThe style generator to use.

Reimplemented from vtkQtChartSeriesOptions.


Member Data Documentation

Stores the marker size.

Definition at line 88 of file vtkQtStatisticalBoxChartSeriesOptions.h.

Stores the marker style.

Definition at line 87 of file vtkQtStatisticalBoxChartSeriesOptions.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines