#include <vtkInteractorStyleSwitch.h>
Inheritance diagram for vtkInteractorStyleSwitch:


Public Methods | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | OnLeftButtonDown (int ctrl, int shift, int x, int y) |
| void | OnLeftButtonUp (int ctrl, int shift, int x, int y) |
| void | OnMiddleButtonDown (int ctrl, int shift, int x, int y) |
| void | OnMiddleButtonUp (int ctrl, int shift, int x, int y) |
| void | OnRightButtonDown (int ctrl, int shift, int x, int y) |
| void | OnRightButtonUp (int ctrl, int shift, int x, int y) |
| void | OnMouseMove (int ctrl, int shift, int x, int y) |
| void | OnChar (int ctrl, int shift, char keycode, int repeatcount) |
| void | SetInteractor (vtkRenderWindowInteractor *iren) |
| void | OnTimer () |
| void | SetTrackballModeToTrackball () |
| void | SetTrackballModeToJoystick () |
| void | SetActorModeToCamera () |
| void | SetActorModeToActor () |
Static Public Methods | |
| vtkInteractorStyleSwitch * | New () |
| int | IsTypeOf (const char *type) |
| vtkInteractorStyleSwitch * | SafeDownCast (vtkObject *o) |
Protected Methods | |
| vtkInteractorStyleSwitch () | |
| ~vtkInteractorStyleSwitch () | |
| vtkInteractorStyleSwitch (const vtkInteractorStyleSwitch &) | |
| void | operator= (const vtkInteractorStyleSwitch &) |
Protected Attributes | |
| vtkInteractorStyleJoystickActor * | JoystickActor |
| vtkInteractorStyleJoystickCamera * | JoystickCamera |
| vtkInteractorStyleTrackballActor * | TrackballActor |
| vtkInteractorStyleTrackballCamera * | TrackballCamera |
| int | JoystickOrTrackball |
| int | CameraOrActor |
|
|
|
|
|
|
|
|
Definition at line 92 of file vtkInteractorStyleSwitch.h. |
|
|
This class must be supplied with a vtkRenderWindowInteractor wrapper or parent. This class should not normally be instantiated by application programmers. Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
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 vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
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 vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
Generic event bindings must be overridden in subclasses Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
||||||||||||||||||||
|
OnChar implements keyboard functions, but subclasses can override this behavior Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
Set/Get the Interactor wrapper being controlled by this object. Reimplemented from vtkInteractorStyle. |
|
|
OnTimer calls RotateCamera, RotateActor etc which should be overridden by style subclasses. Reimplemented from vtkInteractorStyle. Reimplemented in vtkInteractorStyleUser. |
|
|
Definition at line 78 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 80 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 82 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 84 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 93 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 95 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 96 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 97 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 98 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 100 of file vtkInteractorStyleSwitch.h. |
|
|
Definition at line 101 of file vtkInteractorStyleSwitch.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001