vtkGenericRenderWindowInteractor Class Reference
#include <vtkGenericRenderWindowInteractor.h>
Inheritance diagram for vtkGenericRenderWindowInteractor:
[legend]Collaboration diagram for vtkGenericRenderWindowInteractor:
[legend]List of all members.
Detailed Description
platform-independent programmable render window interactor.
vtkGenericRenderWindowInteractor provides a way to translate native mouse and keyboard events into vtk Events. By calling the methods on this class, vtk events will be invoked. This will allow scripting languages to use vtkInteractorStyles and 3D widgets.
- Events:
- vtkCommand::KeyPressEvent vtkCommand::ConfigureEvent vtkCommand::MouseWheelBackwardEvent vtkCommand::KeyReleaseEvent vtkCommand::MiddleButtonPressEvent vtkCommand::DestroyTimerEvent vtkCommand::EnterEvent vtkCommand::RightButtonPressEvent vtkCommand::MiddleButtonReleaseEvent vtkCommand::CharEvent vtkCommand::MouseMoveEvent vtkCommand::ExitEvent vtkCommand::MouseWheelForwardEvent vtkCommand::ExposeEvent vtkCommand::CreateTimerEvent vtkCommand::LeftButtonPressEvent vtkCommand::TimerEvent vtkCommand::RightButtonReleaseEvent vtkCommand::LeaveEvent vtkCommand::LeftButtonReleaseEvent
- Created by:
-
- CVS contributions (if > 5%):
- Hoffman, Bill (84%)
- Barre, Sebastien (8%)
- Malaterre, Mathieu (7%)
- CVS logs (CVSweb):
.cxx (/Rendering/vtkGenericRenderWindowInteractor
.cxx)
.h (/Rendering/vtkGenericRenderWindowInteractor
.h)
Definition at line 45 of file vtkGenericRenderWindowInteractor.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkGenericRenderWindowInteractor::vtkGenericRenderWindowInteractor |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkRenderWindowInteractor. |
virtual const char* vtkGenericRenderWindowInteractor::GetClassName |
( |
|
) |
[virtual] |
|
int vtkGenericRenderWindowInteractor::IsTypeOf |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkRenderWindowInteractor. |
virtual int vtkGenericRenderWindowInteractor::IsA |
( |
const char * |
type |
) |
[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 vtkTypeRevisionMacro found in vtkSetGet.h.
Reimplemented from vtkRenderWindowInteractor. |
void vtkGenericRenderWindowInteractor::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 vtkRenderWindowInteractor. |
virtual void vtkGenericRenderWindowInteractor::MouseMoveEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::RightButtonPressEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::RightButtonReleaseEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::LeftButtonPressEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::LeftButtonReleaseEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::MiddleButtonPressEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::MiddleButtonReleaseEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::MouseWheelForwardEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::MouseWheelBackwardEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::ExposeEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::ConfigureEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::EnterEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::LeaveEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::TimerEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::KeyPressEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::KeyReleaseEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::CharEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual void vtkGenericRenderWindowInteractor::ExitEvent |
( |
|
) |
[virtual] |
|
|
Fire various events, SetEventInformation should be called just prior to calling any of these methods. This methods will Invoke the corresponding vtk event. |
virtual int vtkGenericRenderWindowInteractor::CreateTimer |
( |
int |
|
) |
[virtual] |
|
|
Allow users of the class to add callbacks to handle the creation and destruction of timers. CreateTimer should create a timer event of 10 milliseconds, and at the end of that time, it should call TimerEvent on this class.
Reimplemented from vtkRenderWindowInteractor. |
virtual int vtkGenericRenderWindowInteractor::DestroyTimer |
( |
|
) |
[virtual] |
|
|
Allow users of the class to add callbacks to handle the creation and destruction of timers. CreateTimer should create a timer event of 10 milliseconds, and at the end of that time, it should call TimerEvent on this class.
Reimplemented from vtkRenderWindowInteractor. |
The documentation for this class was generated from the following file: