#include <vtkQtStatisticalBoxChartSeriesOptions.h>
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. |
vtkQtStatisticalBoxChartSeriesOptions::vtkQtStatisticalBoxChartSeriesOptions | ( | QObject * | parent = 0 |
) |
Creates a statistical box chart series options object.
parent | The parent object. |
virtual vtkQtStatisticalBoxChartSeriesOptions::~vtkQtStatisticalBoxChartSeriesOptions | ( | ) | [virtual] |
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.
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.
void vtkQtStatisticalBoxChartSeriesOptions::setMarkerStyle | ( | vtkQtPointMarker::MarkerStyle | style | ) |
Sets the series marker style.
style | The new series marker style. |
const QSizeF& vtkQtStatisticalBoxChartSeriesOptions::getMarkerSize | ( | ) | const |
Gets the marker size for the series.
void vtkQtStatisticalBoxChartSeriesOptions::setMarkerSize | ( | const QSizeF & | size | ) |
Sets the marker size for the series.
size | The new series marker size. |
void vtkQtStatisticalBoxChartSeriesOptions::pointMarkerChanged | ( | ) | [signal] |
Emitted when the point marker style or size has changed.
QSizeF* vtkQtStatisticalBoxChartSeriesOptions::PointSize [protected] |