#include <vtkQtStatisticalBoxChartView.h>
Definition at line 31 of file vtkQtStatisticalBoxChartView.h.
vtkQtStatisticalBoxChartView::vtkQtStatisticalBoxChartView | ( | ) | [protected] |
vtkQtStatisticalBoxChartView::~vtkQtStatisticalBoxChartView | ( | ) | [protected] |
static vtkQtStatisticalBoxChartView* vtkQtStatisticalBoxChartView::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkView.
virtual const char* vtkQtStatisticalBoxChartView::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkQtChartView.
static int vtkQtStatisticalBoxChartView::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 vtkQtStatisticalBoxChartView::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 vtkQtStatisticalBoxChartView* vtkQtStatisticalBoxChartView::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkQtChartView.
void vtkQtStatisticalBoxChartView::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 vtkQtStatisticalBoxChartView::Update | ( | ) | [virtual] |
Updates the view.
Reimplemented from vtkQtChartView.
void vtkQtStatisticalBoxChartView::SetHelpFormat | ( | const char * | format | ) |
void vtkQtStatisticalBoxChartView::SetOutlierFormat | ( | const char * | format | ) |
void vtkQtStatisticalBoxChartView::SetOutlineStyle | ( | int | outline | ) |
void vtkQtStatisticalBoxChartView::SetBoxWidthFraction | ( | float | fraction | ) |
virtual void vtkQtStatisticalBoxChartView::AddChartSelectionHandlers | ( | vtkQtChartMouseSelection * | selector | ) | [virtual] |
Adds chart layer selection handlers to the mouse selection.
Reimplemented from vtkQtChartView.
virtual vtkQtChartSeriesModelCollection* vtkQtStatisticalBoxChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the chart series model.
Implements vtkQtChartView.
virtual vtkQtChartSeriesLayer* vtkQtStatisticalBoxChartView::GetChartSeriesLayer | ( | ) | [virtual] |
Implements vtkQtChartView.
virtual vtkQtChartSeriesOptions* vtkQtStatisticalBoxChartView::GetChartSeriesOptions | ( | int | series | ) | [virtual] |
Gets the series options.
Implements vtkQtChartView.
Definition at line 83 of file vtkQtStatisticalBoxChartView.h.
Definition at line 84 of file vtkQtStatisticalBoxChartView.h.