VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkQtStatisticalBoxChartView Class Reference

Wraps a vtkQtStatisticalBoxChart into a VTK view. More...

#include <vtkQtStatisticalBoxChartView.h>

Inheritance diagram for vtkQtStatisticalBoxChartView:
Inheritance graph
[legend]
Collaboration diagram for vtkQtStatisticalBoxChartView:
Collaboration graph
[legend]

List of all members.

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 SetOutlierFormat (const char *format)
void SetOutlineStyle (int outline)
void SetBoxWidthFraction (float fraction)
virtual void AddChartSelectionHandlers (vtkQtChartMouseSelection *selector)
virtual
vtkQtChartSeriesModelCollection
GetChartSeriesModel ()
virtual vtkQtChartSeriesLayerGetChartSeriesLayer ()
virtual vtkQtChartSeriesOptionsGetChartSeriesOptions (int series)

Static Public Member Functions

static
vtkQtStatisticalBoxChartView
New ()
static int IsTypeOf (const char *type)
static
vtkQtStatisticalBoxChartView
SafeDownCast (vtkObject *o)

Protected Member Functions

 vtkQtStatisticalBoxChartView ()
 ~vtkQtStatisticalBoxChartView ()

Protected Attributes

vtkQtStatisticalBoxChartBoxChart
vtkQtChartSeriesModelCollectionBoxModel

Detailed Description

Wraps a vtkQtStatisticalBoxChart into a VTK view.

Examples:
vtkQtStatisticalBoxChartView (Examples)
Tests:
vtkQtStatisticalBoxChartView (Tests)

Definition at line 41 of file vtkQtStatisticalBoxChartView.h.


Member Typedef Documentation

Reimplemented from vtkQtChartView.

Definition at line 47 of file vtkQtStatisticalBoxChartView.h.


Constructor & Destructor Documentation

vtkQtStatisticalBoxChartView::vtkQtStatisticalBoxChartView ( ) [protected]
vtkQtStatisticalBoxChartView::~vtkQtStatisticalBoxChartView ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

Definition at line 82 of file vtkQtStatisticalBoxChartView.h.

Definition at line 83 of file vtkQtStatisticalBoxChartView.h.


The documentation for this class was generated from the following file: