|
VTK
|
A VTK view that displays the annotations on its annotation link. More...
#include <vtkQtAnnotationView.h>


Public Types | |
| typedef vtkQtView | Superclass |
Public Member Functions | |
| virtual int | IsA (const char *type) |
| vtkQtAnnotationView * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual QWidget * | GetWidget () |
| virtual void | Update () |
Static Public Member Functions | |
| static vtkQtAnnotationView * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkQtAnnotationView * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const |
| vtkQtAnnotationView () | |
| ~vtkQtAnnotationView () | |
A VTK view that displays the annotations on its annotation link.
vtkQtAnnotationView is a VTK view using an underlying QTableView.
Definition at line 46 of file vtkQtAnnotationView.h.
Reimplemented from vtkQtView.
Definition at line 52 of file vtkQtAnnotationView.h.
| vtkQtAnnotationView::vtkQtAnnotationView | ( | ) | [protected] |
| vtkQtAnnotationView::~vtkQtAnnotationView | ( | ) | [protected] |
| static vtkQtAnnotationView* vtkQtAnnotationView::New | ( | ) | [static] |
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.
| static vtkQtAnnotationView* vtkQtAnnotationView::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkQtView.
| virtual vtkObjectBase* vtkQtAnnotationView::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkQtView.
Reimplemented from vtkQtView.
| void vtkQtAnnotationView::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
| 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.
1.8.0