VTK
Signals | Public Member Functions | List of all members
vtkQtStackedChartOptions Class Reference

The vtkQtStackedChartOptions class stores the stacked chart options. More...

#include <vtkQtStackedChartOptions.h>

Inherits QObject.

Signals

void axesCornerChanged ()
 Emitted when the stacked chart axes change.
 
void sumationChanged ()
 Emitted when the sumation normalization changes.
 
void gradientChanged ()
 Emitted when the gradient option changes.
 

Public Member Functions

 vtkQtStackedChartOptions (QObject *parent=0)
 Creates a stacked chart options instance.
 
 vtkQtStackedChartOptions (const vtkQtStackedChartOptions &other)
 Makes a copy of another stacked chart options instance.
 
virtual ~vtkQtStackedChartOptions ()
 
vtkQtChartLayer::AxesCorner getAxesCorner () const
 Gets the pair of axes used by the stacked chart.
 
void setAxesCorner (vtkQtChartLayer::AxesCorner axes)
 Sets the pair of axes used by the stacked chart.
 
bool isSumNormalized () const
 Gets whether or not the sum is normalized.
 
void setSumNormalized (bool normalized)
 Sets whether or not the sum is normalized.
 
bool isGradientDislpayed () const
 Gets whether or not gradients are displayed.
 
void setGradientDisplayed (bool gradient)
 Sets whether or not gradients are displayed.
 
vtkQtChartHelpFormattergetHelpFormat ()
 Gets the chart help text formatter.
 
const vtkQtChartHelpFormattergetHelpFormat () const
 Gets the chart help text formatter.
 
vtkQtStackedChartOptionsoperator= (const vtkQtStackedChartOptions &other)
 Makes a copy of another stacked chart options instance.
 

Detailed Description

The vtkQtStackedChartOptions class stores the stacked chart options.

Definition at line 38 of file vtkQtStackedChartOptions.h.

Constructor & Destructor Documentation

vtkQtStackedChartOptions::vtkQtStackedChartOptions ( QObject *  parent = 0)

Creates a stacked chart options instance.

Parameters
parentThe parent object.
vtkQtStackedChartOptions::vtkQtStackedChartOptions ( const vtkQtStackedChartOptions other)

Makes a copy of another stacked chart options instance.

Parameters
otherThe stacked chart options to copy.
virtual vtkQtStackedChartOptions::~vtkQtStackedChartOptions ( )
virtual

Member Function Documentation

vtkQtChartLayer::AxesCorner vtkQtStackedChartOptions::getAxesCorner ( ) const
inline

Gets the pair of axes used by the stacked chart.

Returns
The pair of axes used by the bar chart.

Definition at line 58 of file vtkQtStackedChartOptions.h.

void vtkQtStackedChartOptions::setAxesCorner ( vtkQtChartLayer::AxesCorner  axes)

Sets the pair of axes used by the stacked chart.

Parameters
axesThe new chart axes.
bool vtkQtStackedChartOptions::isSumNormalized ( ) const
inline

Gets whether or not the sum is normalized.

Returns
True if the sum is normalized.

Definition at line 69 of file vtkQtStackedChartOptions.h.

void vtkQtStackedChartOptions::setSumNormalized ( bool  normalized)

Sets whether or not the sum is normalized.

Parameters
normalizedTrue if the sum should be normalized.
bool vtkQtStackedChartOptions::isGradientDislpayed ( ) const
inline

Gets whether or not gradients are displayed.

Returns
True if the stacked series should be displayed with a gradient.

Definition at line 80 of file vtkQtStackedChartOptions.h.

void vtkQtStackedChartOptions::setGradientDisplayed ( bool  gradient)

Sets whether or not gradients are displayed.

Parameters
gradientTrue if gradients should be displayed.
vtkQtChartHelpFormatter* vtkQtStackedChartOptions::getHelpFormat ( )
inline

Gets the chart help text formatter.

The help text formatter stores the format string. It is also used to generate the help text.

Returns
A pointer to the chart help text formatter.

Definition at line 95 of file vtkQtStackedChartOptions.h.

const vtkQtChartHelpFormatter* vtkQtStackedChartOptions::getHelpFormat ( ) const
inline

Gets the chart help text formatter.

Returns
A pointer to the chart help text formatter.

Definition at line 101 of file vtkQtStackedChartOptions.h.

vtkQtStackedChartOptions& vtkQtStackedChartOptions::operator= ( const vtkQtStackedChartOptions other)

Makes a copy of another stacked chart options instance.

Parameters
otherThe stacked chart options to copy.
Returns
A reference to the object being assigned.
void vtkQtStackedChartOptions::axesCornerChanged ( )
signal

Emitted when the stacked chart axes change.

void vtkQtStackedChartOptions::sumationChanged ( )
signal

Emitted when the sumation normalization changes.

void vtkQtStackedChartOptions::gradientChanged ( )
signal

Emitted when the gradient option changes.


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