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

Wraps a vtkQtLineChart into a VTK view. More...

#include <vtkQtLineChartView.h>

Inheritance diagram for vtkQtLineChartView:
Inheritance graph
[legend]
Collaboration diagram for vtkQtLineChartView:
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)
virtual void AddChartSelectionHandlers (vtkQtChartMouseSelection *selector)
virtual
vtkQtChartSeriesModelCollection
GetChartSeriesModel ()
virtual vtkQtChartSeriesLayerGetChartSeriesLayer ()
virtual vtkQtChartSeriesOptionsGetChartSeriesOptions (int series)

Static Public Member Functions

static vtkQtLineChartViewNew ()
static int IsTypeOf (const char *type)
static vtkQtLineChartViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkQtLineChartView ()
 ~vtkQtLineChartView ()

Protected Attributes

vtkQtLineChartLineChart
vtkQtChartSeriesModelCollectionLineModel

Detailed Description

Wraps a vtkQtLineChart into a VTK view.

vtkQtLineChartView is a type vtkQtChartView designed for line charts.

See also:
vtkQtChartView
Examples:
vtkQtLineChartView (Examples)
Tests:
vtkQtLineChartView (Tests)

Definition at line 45 of file vtkQtLineChartView.h.


Member Typedef Documentation

Reimplemented from vtkQtChartView.

Definition at line 51 of file vtkQtLineChartView.h.


Constructor & Destructor Documentation

vtkQtLineChartView::vtkQtLineChartView ( ) [protected]
vtkQtLineChartView::~vtkQtLineChartView ( ) [protected]

Member Function Documentation

static vtkQtLineChartView* vtkQtLineChartView::New ( ) [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkView.

virtual const char* vtkQtLineChartView::GetClassName ( ) [virtual]

Reimplemented from vtkQtChartView.

static int vtkQtLineChartView::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 vtkQtLineChartView::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 vtkQtLineChartView* vtkQtLineChartView::SafeDownCast ( vtkObject o) [static]

Reimplemented from vtkQtChartView.

void vtkQtLineChartView::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 vtkQtLineChartView::Update ( ) [virtual]

Updates the view.

Reimplemented from vtkQtChartView.

void vtkQtLineChartView::SetHelpFormat ( const char *  format)

Sets the bar chart help format.

virtual void vtkQtLineChartView::AddChartSelectionHandlers ( vtkQtChartMouseSelection selector) [virtual]

Adds line chart selection handlers to the mouse selection.

Reimplemented from vtkQtChartView.

virtual vtkQtChartSeriesModelCollection* vtkQtLineChartView::GetChartSeriesModel ( ) [virtual]

Gets the line chart series model.

Implements vtkQtChartView.

virtual vtkQtChartSeriesLayer* vtkQtLineChartView::GetChartSeriesLayer ( ) [virtual]

Gets the chart series layer

Implements vtkQtChartView.

virtual vtkQtChartSeriesOptions* vtkQtLineChartView::GetChartSeriesOptions ( int  series) [virtual]

Gets the series options.

Implements vtkQtChartView.


Member Data Documentation

Definition at line 76 of file vtkQtLineChartView.h.

Definition at line 77 of file vtkQtLineChartView.h.


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