The vtkQtChartSeriesOptions class stores the common series drawing options.
More...
#include <vtkQtChartSeriesOptions.h>
List of all members.
Detailed Description
The vtkQtChartSeriesOptions class stores the common series drawing options.
Definition at line 39 of file vtkQtChartSeriesOptions.h.
Constructor & Destructor Documentation
vtkQtChartSeriesOptions::vtkQtChartSeriesOptions |
( |
QObject * |
parent = 0 ) |
|
Creates a series options object.
- Parameters:
-
virtual vtkQtChartSeriesOptions::~vtkQtChartSeriesOptions |
( |
) |
[virtual] |
Member Function Documentation
void vtkQtChartSeriesOptions::brushChanged |
( |
const QBrush & |
brush ) |
[signal] |
Emitted when the series brush option has changed.
- Parameters:
-
brush | The new series brush. |
const QBrush& vtkQtChartSeriesOptions::getBrush |
( |
) |
const |
Gets the series brush.
- Returns:
- A reference to the series brush.
const QPen& vtkQtChartSeriesOptions::getPen |
( |
) |
const |
Gets the series pen.
- Returns:
- A reference to the series pen.
int vtkQtChartSeriesOptions::getStyle |
( |
) |
const [inline] |
Gets the style generator index for the series.
- Returns:
- The style generator index for the series.
Definition at line 57 of file vtkQtChartSeriesOptions.h.
bool vtkQtChartSeriesOptions::isVisible |
( |
) |
const [inline] |
Gets whether or not the series should be visible.
- Returns:
- True if the series should be visible.
Definition at line 73 of file vtkQtChartSeriesOptions.h.
void vtkQtChartSeriesOptions::penChanged |
( |
const QPen & |
pen ) |
[signal] |
Emitted when the series pen option has changed.
- Parameters:
-
void vtkQtChartSeriesOptions::setBrush |
( |
const QBrush & |
brush ) |
|
Sets the series brush.
- Parameters:
-
brush | The new series brush. |
void vtkQtChartSeriesOptions::setPen |
( |
const QPen & |
pen ) |
|
Sets the series pen.
- Parameters:
-
void vtkQtChartSeriesOptions::setVisible |
( |
bool |
visible ) |
|
Sets whether or not the series should be visible.
- Parameters:
-
visible | True if the series should be visible. |
void vtkQtChartSeriesOptions::visibilityChanged |
( |
bool |
visible ) |
[signal] |
Emitted when the series visibility option has changed.
- Parameters:
-
visible | True if the series should be displayed. |
The documentation for this class was generated from the following file: