#include <vtkQtBarChartView.h>
vtkQtBarChartView is a type vtkQtChartView designed for line charts.
Definition at line 45 of file vtkQtBarChartView.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 | SetOutlineStyle (int outline) |
void | SetBarGroupFraction (float fraction) |
void | SetBarWidthFraction (float fraction) |
virtual void | AddChartSelectionHandlers (vtkQtChartMouseSelection *selector) |
virtual vtkQtChartSeriesModelCollection * | GetChartSeriesModel () |
virtual vtkQtChartSeriesLayer * | GetChartSeriesLayer () |
virtual vtkQtChartSeriesOptions * | GetChartSeriesOptions (int series) |
Static Public Member Functions | |
static vtkQtBarChartView * | New () |
static int | IsTypeOf (const char *type) |
static vtkQtBarChartView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkQtBarChartView () | |
~vtkQtBarChartView () | |
Protected Attributes | |
vtkQtBarChart * | BarChart |
vtkQtChartSeriesModelCollection * | BarModel |
vtkQtBarChartView::vtkQtBarChartView | ( | ) | [protected] |
vtkQtBarChartView::~vtkQtBarChartView | ( | ) | [protected] |
static vtkQtBarChartView* vtkQtBarChartView::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkView.
virtual const char* vtkQtBarChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtChartView.
static int vtkQtBarChartView::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 vtkQtBarChartView::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 vtkQtBarChartView* vtkQtBarChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtChartView.
void vtkQtBarChartView::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 vtkQtBarChartView::Update | ( | ) | [virtual] |
Updates the view.
Reimplemented from vtkQtChartView.
void vtkQtBarChartView::SetHelpFormat | ( | const char * | format | ) |
Sets the bar chart help format.
void vtkQtBarChartView::SetOutlineStyle | ( | int | outline | ) |
Sets the bar outline style.
void vtkQtBarChartView::SetBarGroupFraction | ( | float | fraction | ) |
Sets the bar group width fraction.
void vtkQtBarChartView::SetBarWidthFraction | ( | float | fraction | ) |
Sets the bar width fraction.
virtual void vtkQtBarChartView::AddChartSelectionHandlers | ( | vtkQtChartMouseSelection * | selector | ) | [virtual] |
Adds bar chart selection handlers to the mouse selection.
Reimplemented from vtkQtChartView.
virtual vtkQtChartSeriesModelCollection* vtkQtBarChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the bar chart series model.
Implements vtkQtChartView.
virtual vtkQtChartSeriesLayer* vtkQtBarChartView::GetChartSeriesLayer | ( | ) | [virtual] |
Gets the chart series layer
Implements vtkQtChartView.
virtual vtkQtChartSeriesOptions* vtkQtBarChartView::GetChartSeriesOptions | ( | int | series | ) | [virtual] |
Gets the series options.
Implements vtkQtChartView.
vtkQtBarChart* vtkQtBarChartView::BarChart [protected] |
Definition at line 85 of file vtkQtBarChartView.h.
Definition at line 86 of file vtkQtBarChartView.h.