VTK
|
Wraps a vtkQtStatisticalBoxChart into a VTK view. More...
#include <vtkQtStatisticalBoxChartView.h>
Wraps a vtkQtStatisticalBoxChart into a VTK view.
Definition at line 41 of file vtkQtStatisticalBoxChartView.h.
Reimplemented from vtkQtChartView.
Definition at line 47 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 | ) |
Sets the box help format.
void vtkQtStatisticalBoxChartView::SetOutlierFormat | ( | const char * | format | ) |
Sets the outlier help format.
void vtkQtStatisticalBoxChartView::SetOutlineStyle | ( | int | outline | ) |
Sets the box outline style.
void vtkQtStatisticalBoxChartView::SetBoxWidthFraction | ( | float | fraction | ) |
Sets the box width fraction.
virtual void vtkQtStatisticalBoxChartView::AddChartSelectionHandlers | ( | vtkQtChartMouseSelection * | selector | ) | [virtual] |
Adds box chart selection handlers to the mouse selection.
Reimplemented from vtkQtChartView.
virtual vtkQtChartSeriesModelCollection* vtkQtStatisticalBoxChartView::GetChartSeriesModel | ( | ) | [virtual] |
Gets the statistical box chart series model.
Implements vtkQtChartView.
virtual vtkQtChartSeriesLayer* vtkQtStatisticalBoxChartView::GetChartSeriesLayer | ( | ) | [virtual] |
Gets the chart series layer
Implements vtkQtChartView.
virtual vtkQtChartSeriesOptions* vtkQtStatisticalBoxChartView::GetChartSeriesOptions | ( | int | series | ) | [virtual] |
Gets the statistical box chart series options.
Implements vtkQtChartView.
Definition at line 82 of file vtkQtStatisticalBoxChartView.h.
Definition at line 83 of file vtkQtStatisticalBoxChartView.h.