VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkQtAnnotationView Class Reference

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

#include <vtkQtAnnotationView.h>

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

List of all members.

Public Types

typedef vtkQtView Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkQtAnnotationViewNewInstance () const
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 (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkQtAnnotationView ()
 ~vtkQtAnnotationView ()

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 46 of file vtkQtAnnotationView.h.


Member Typedef Documentation

Reimplemented from vtkQtView.

Definition at line 52 of file vtkQtAnnotationView.h.


Constructor & Destructor Documentation


Member Function Documentation

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

Reimplemented from vtkView.

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.

Reimplemented from vtkQtView.

virtual vtkObjectBase* vtkQtAnnotationView::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkQtView.

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: