#include <SVTK_GenericRenderWindowInteractor.h>

Public Member Functions | |
| vtkTypeMacro (QVTK_GenericRenderWindowInteractor, vtkGenericRenderWindowInteractor) virtual int CreateTimer(int) | |
| Starts the QTimer instance on defined microseconds. More... | |
| virtual int | DestroyTimer () |
| Stops the QTimer instance. More... | |
Static Public Member Functions | |
| static QVTK_GenericRenderWindowInteractor * | New () |
Protected Slots | |
| void | OnTimeOut () |
| The slot connects to QTimer::timeout signal to invoke vtkCommand::TimerEvent. More... | |
Protected Member Functions | |
| QVTK_GenericRenderWindowInteractor () | |
| Instatiate QTimer. More... | |
| ~QVTK_GenericRenderWindowInteractor () | |
| Destroy the instance of QTimer. More... | |
Protected Attributes | |
| QTimer * | myTimer |
| Qt timer device. More... | |
Introduction of the class is intended to implement Qt based #CreateTimer and DestroyTimer functionality. The class intendes to implement platform indepenedant subclass of vtkRenderWindowInteractor. This is done by usage of Qt library.
|
protected |
Instatiate QTimer.
|
protected |
Destroy the instance of QTimer.
Destructor
|
virtual |
Stops the QTimer instance.
Stops the QTimer instance
|
static |
|
protectedslot |
The slot connects to QTimer::timeout signal to invoke vtkCommand::TimerEvent.
The slot connects to QTimer::timeout signal to invoke vtkCommand::TimerEvent
| QVTK_GenericRenderWindowInteractor::vtkTypeMacro | ( | QVTK_GenericRenderWindowInteractor | , |
| vtkGenericRenderWindowInteractor | |||
| ) |
Starts the QTimer instance on defined microseconds.
|
protected |
Qt timer device.