VTK
|
Wraps a vtkQtStackedChart into a VTK view. More...
#include <vtkQtStackedChartView.h>
Public Types | |
typedef vtkQtChartView | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Update () |
void | SetHelpFormat (const char *format) |
void | SetSumNormalized (bool normalized) |
void | SetGradientDisplayed (bool gradient) |
virtual void | AddChartSelectionHandlers (vtkQtChartMouseSelection *selector) |
virtual vtkQtChartSeriesLayer * | GetChartSeriesLayer () |
virtual vtkQtChartSeriesModelCollection * | GetChartSeriesModel () |
virtual vtkQtChartSeriesOptions * | GetChartSeriesOptions (int series) |
Static Public Member Functions | |
static vtkQtStackedChartView * | New () |
static int | IsTypeOf (const char *type) |
static vtkQtStackedChartView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkQtStackedChartView () | |
~vtkQtStackedChartView () | |
Protected Attributes | |
vtkQtStackedChart * | StackedChart |
vtkQtChartSeriesModelCollection * | StackedModel |
Wraps a vtkQtStackedChart into a VTK view.
Definition at line 41 of file vtkQtStackedChartView.h.
Reimplemented from vtkQtChartView.
Definition at line 47 of file vtkQtStackedChartView.h.
vtkQtStackedChartView::vtkQtStackedChartView | ( | ) | [protected] |
vtkQtStackedChartView::~vtkQtStackedChartView | ( | ) | [protected] |
static vtkQtStackedChartView* vtkQtStackedChartView::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkView.
virtual const char* vtkQtStackedChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtChartView.
static int vtkQtStackedChartView::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartView.
virtual int vtkQtStackedChartView::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkQtChartView.
static vtkQtStackedChartView* vtkQtStackedChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtChartView.
void vtkQtStackedChartView::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkQtChartView.
virtual void vtkQtStackedChartView::Update | ( | ) | [virtual] |
Updates the view.
Reimplemented from vtkQtChartView.
void vtkQtStackedChartView::SetHelpFormat | ( | const char * | format | ) |
Sets the stacked chart help format.
void vtkQtStackedChartView::SetSumNormalized | ( | bool | normalized | ) |
Sets whether or not the stacked chart sumation is normalized.
void vtkQtStackedChartView::SetGradientDisplayed | ( | bool | gradient | ) |
Sets whether or not the stacked chart is drawn with a gradient.
virtual void vtkQtStackedChartView::AddChartSelectionHandlers | ( | vtkQtChartMouseSelection * | selector | ) | [virtual] |
Adds stacked chart selection handlers to the mouse selection.
Reimplemented from vtkQtChartView.
virtual vtkQtChartSeriesLayer* vtkQtStackedChartView::GetChartSeriesLayer | ( | ) | [virtual] |
Gets the chart series layer
Implements vtkQtChartView.
virtual vtkQtChartSeriesModelCollection* vtkQtStackedChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the stacked chart series model.
Implements vtkQtChartView.
virtual vtkQtChartSeriesOptions* vtkQtStackedChartView::GetChartSeriesOptions | ( | int | series | ) | [virtual] |
Gets the stacked chart series options.
Implements vtkQtChartView.
vtkQtStackedChart* vtkQtStackedChartView::StackedChart [protected] |
Definition at line 79 of file vtkQtStackedChartView.h.
Definition at line 80 of file vtkQtStackedChartView.h.