Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

vtkQtRenderWindowInteractor Class Reference

a Qt event driven interface for a vtkQtRenderWindow. More...

#include <vtkQtRenderWindowInteractor.h>

Inheritance diagram for vtkQtRenderWindowInteractor

Inheritance graph

[legend]
List of all members.

Public Methods

 vtkQtRenderWindowInteractor ()
 ~vtkQtRenderWindowInteractor ()
virtual const char* GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream& os, vtkIndent indent)
void Start ()
void SetRenderWindow (vtkQtRenderWindow*)
int CreateTimer (int timertype)
int DestroyTimer (void)
void ExitCallback ()

Static Public Methods

vtkQtRenderWindowInteractor* New ()
int IsTypeOf (const char *type)
vtkQtRenderWindowInteractor* SafeDownCast (vtkObject *o)

Protected Methods

void mousePressEvent (QMouseEvent*)
void mouseReleaseEvent (QMouseEvent*)
void mouseMoveEvent (QMouseEvent*)
void keyPressEvent (QKeyEvent*)
void keyReleaseEvent (QKeyEvent*)

Protected Slots

void timer ()

Detailed Description

a Qt event driven interface for a vtkQtRenderWindow.

Date: 2000/04/15 18:57:45
Revision: 1.3

vtkQtRenderWindowInteractor is a convenience object that provides event bindings to common graphics functions. For example, camera and actor functions such as zoom-in/zoom-out, azimuth, roll, and pan. It is one of the window system specific subclasses of vtkRenderWindowInteractor. Please see vtkRenderWindowInteractor documentation for event bindings.

See also:
vtkRenderWindowInteractor vtkQtRenderWindow


The documentation for this class was generated from the following file:
Generated at Tue Sep 26 18:34:00 2000 for Grid Edit by doxygen1.2.0 written by Dimitri van Heesch, © 1997-2000