#include <vtkQtAnnotationView.h>


vtkQtAnnotationView is a VTK view using an underlying QTableView.
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 vtkQtAnnotationView * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkQtAnnotationView * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkQtAnnotationView () | |
| ~vtkQtAnnotationView () | |
| 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.
| 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] |
| 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.5.6