vtkQtAnnotationView Class Reference

#include <vtkQtAnnotationView.h>

Inheritance diagram for vtkQtAnnotationView:

Inheritance graph
[legend]
Collaboration diagram for vtkQtAnnotationView:

Collaboration graph
[legend]

List of all members.


Detailed Description

A VTK view that displays the annotations on its annotation link.

vtkQtAnnotationView is a VTK view using an underlying QTableView.

Events:
vtkCommand::AnnotationChangedEvent

Definition at line 45 of file vtkQtAnnotationView.h.


Public Types

typedef vtkQtView Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual QWidget * GetWidget ()
virtual void Update ()

Static Public Member Functions

static vtkQtAnnotationViewNew ()
static int IsTypeOf (const char *type)
static vtkQtAnnotationViewSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkQtAnnotationView ()
 ~vtkQtAnnotationView ()

Member Typedef Documentation

Reimplemented from vtkQtView.

Definition at line 51 of file vtkQtAnnotationView.h.


Constructor & Destructor Documentation

vtkQtAnnotationView::vtkQtAnnotationView (  )  [protected]

vtkQtAnnotationView::~vtkQtAnnotationView (  )  [protected]


Member Function Documentation

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

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

Reimplemented from vtkView.

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

Reimplemented from vtkQtView.

static int vtkQtAnnotationView::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 vtkQtView.

virtual int vtkQtAnnotationView::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 vtkQtView.

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

Reimplemented from vtkQtView.

void vtkQtAnnotationView::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 vtkQtView.

virtual QWidget* vtkQtAnnotationView::GetWidget (  )  [virtual]

Get the main container of this view (a QWidget). The application typically places the view with a call to GetWidget(): something like this this->ui->box->layout()->addWidget(this->View->GetWidget());

Implements vtkQtView.

virtual void vtkQtAnnotationView::Update (  )  [virtual]

Updates the view.

Reimplemented from vtkView.


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

Generated on Mon Sep 27 18:43:50 2010 for VTK by  doxygen 1.5.6