vtkQtChartView Class Reference

#include <vtkQtChartView.h>

Inheritance diagram for vtkQtChartView:

Inheritance graph
[legend]
Collaboration diagram for vtkQtChartView:

Collaboration graph
[legend]

List of all members.


Detailed Description

Wraps a vtkQtChartArea into a VTK view.

vtkQtChartView is a vtkView which wraps an instance of vtkQtChartArea. This view expects vtkChartRepresentation instances as its representation.

See also:
vtkQtChartRepresentation

Definition at line 44 of file vtkQtChartView.h.


Public Types

typedef vtkView Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void Update ()
virtual void SetChartView (vtkQtChartArea *)
vtkQtChartAreaGetChartView ()

Static Public Member Functions

static vtkQtChartViewNew ()
static int IsTypeOf (const char *type)
static vtkQtChartViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkQtChartView ()
 ~vtkQtChartView ()

Protected Attributes

vtkQtChartAreaChartView
bool IOwnChartView

Member Typedef Documentation

Reimplemented from vtkView.

Definition at line 48 of file vtkQtChartView.h.


Constructor & Destructor Documentation

vtkQtChartView::vtkQtChartView (  )  [protected]

vtkQtChartView::~vtkQtChartView (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkView.

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

Reimplemented from vtkView.

static int vtkQtChartView::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkView.

virtual int vtkQtChartView::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 vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkView.

static vtkQtChartView* vtkQtChartView::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkView.

void vtkQtChartView::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 vtkView.

virtual void vtkQtChartView::SetChartView ( vtkQtChartArea  )  [virtual]

Set and get the underlying Qt view.

vtkQtChartArea* vtkQtChartView::GetChartView (  )  [inline]

Set and get the underlying Qt view.

Definition at line 54 of file vtkQtChartView.h.

virtual void vtkQtChartView::Update (  )  [virtual]

Updates the view.

Reimplemented from vtkView.


Member Data Documentation

Pointer to the view.

Definition at line 65 of file vtkQtChartView.h.

Do I manage the lifetime of the view.

Definition at line 68 of file vtkQtChartView.h.


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

Generated on Wed Jun 3 19:28:46 2009 for VTK by  doxygen 1.5.6