vtkQtStackedChartOptions Class Reference

#include <vtkQtStackedChartOptions.h>

Collaboration diagram for vtkQtStackedChartOptions:

Collaboration graph
[legend]

List of all members.


Detailed Description

The vtkQtStackedChartOptions class stores the stacked chart options.

Definition at line 38 of file vtkQtStackedChartOptions.h.


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.

Constructor & Destructor Documentation

vtkQtStackedChartOptions::vtkQtStackedChartOptions ( QObject *  parent = 0  ) 

Creates a stacked chart options instance.

Parameters:
parent The parent object.

vtkQtStackedChartOptions::vtkQtStackedChartOptions ( const vtkQtStackedChartOptions other  ) 

Makes a copy of another stacked chart options instance.

Parameters:
other The 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:
axes The 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:
normalized True 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:
gradient True 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:
other The 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:

Generated on Mon Sep 27 18:45:10 2010 for VTK by  doxygen 1.5.6