#include <vtkQuartzRenderWindowInteractor.h>
Inheritance diagram for vtkQuartzRenderWindowInteractor:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | Initialize () |
virtual void | Start () |
void | TerminateApp (void) |
virtual void | ExitCallback () |
int | GetButtonDown () |
void | SetButtonDown (int button) |
virtual void | Enable () |
virtual void | Disable () |
virtual void | SetInstallMessageProc (int) |
virtual int | GetInstallMessageProc () |
virtual void | InstallMessageProcOn () |
virtual void | InstallMessageProcOff () |
int | CreateTimer (int timertype) |
int | DestroyTimer (void) |
virtual void | OnRButtonDown (void *wnd, int nFlags, int X, int Y) |
virtual void | OnRButtonUp (void *wnd, int nFlags, int X, int Y) |
virtual void | OnMButtonDown (void *wnd, int nFlags, int X, int Y) |
virtual void | OnMButtonUp (void *wnd, int nFlags, int X, int Y) |
virtual void | OnLButtonDown (void *wnd, int nFlags, int X, int Y) |
virtual void | OnLButtonUp (void *wnd, int nFlags, int X, int Y) |
virtual void | OnSize (void *wnd, int nType, int X, int Y) |
virtual void | OnTimer (void *wnd, int nIDEvent) |
virtual void | OnChar (void *wnd, int nChar, int nRepCnt, int nFlags) |
Static Public Methods | |
vtkQuartzRenderWindowInteractor * | New () |
int | IsTypeOf (const char *type) |
vtkQuartzRenderWindowInteractor * | SafeDownCast (vtkObject *o) |
void | SetClassExitMethod (void(*f)(void *), void *arg) |
void | SetClassExitMethodArgDelete (void(*f)(void *)) |
Protected Methods | |
vtkQuartzRenderWindowInteractor () | |
~vtkQuartzRenderWindowInteractor () | |
Protected Attributes | |
void * | WindowId |
void * | ApplicationId |
int | TimerId |
void * | OldProc |
int | InstallMessageProc |
int | whichButtonDown |
Static Protected Attributes | |
void(* | ClassExitMethod )(void *) |
void(* | ClassExitMethodArgDelete )(void *) |
void * | ClassExitMethodArg |
By default the interactor installs a MessageProc callback which intercepts windows' messages to the window and controls interactions by routing them to the InteractoStyle classes. MFC or BCB programs can prevent this and instead directly route any mouse/key messages into the event bindings by setting InstallMessageProc to false. This provides a minimal "Mapped" mode of interaction
Definition at line 80 of file vtkQuartzRenderWindowInteractor.h.
|
|
|
|
|
Construct object so that light follows camera motion. Reimplemented from vtkRenderWindowInteractor. |
|
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 vtkRenderWindowInteractor. |
|
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 vtkRenderWindowInteractor. |
|
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 vtkRenderWindowInteractor. |
|
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 vtkRenderWindowInteractor. |
|
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. |
|
Initialize the even handler Reimplemented from vtkRenderWindowInteractor. |
|
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed. Reimplemented from vtkRenderWindowInteractor. |
|
Enable/Disable interactions. By default interactors are enabled when initialized. Initialize() must be called prior to enabling/disabling interaction. These methods are used when a window/widget is being shared by multiple renderers and interactors. This allows a "modal" display where one interactor is active when its data is to be displayed and all other interactors associated with the widget are disabled when their data is not displayed. Reimplemented from vtkRenderWindowInteractor. |
|
This will start up the event loop and never return. If you call this method it will loop processing events until the application is exited. Reimplemented from vtkRenderWindowInteractor. |
|
By default the interactor installs a MessageProc callback which intercepts windows messages to the window and controls interactions. MFC or BCB programs can prevent this and instead directly route any mouse/key messages into the event bindings by setting InstallMessgeProc to false. |
|
By default the interactor installs a MessageProc callback which intercepts windows messages to the window and controls interactions. MFC or BCB programs can prevent this and instead directly route any mouse/key messages into the event bindings by setting InstallMessgeProc to false. |
|
By default the interactor installs a MessageProc callback which intercepts windows messages to the window and controls interactions. MFC or BCB programs can prevent this and instead directly route any mouse/key messages into the event bindings by setting InstallMessgeProc to false. |
|
By default the interactor installs a MessageProc callback which intercepts windows messages to the window and controls interactions. MFC or BCB programs can prevent this and instead directly route any mouse/key messages into the event bindings by setting InstallMessgeProc to false. |
|
Quartz specific application terminate, calls ClassExitMethod then calls PostQuitMessage(0) to terminate app. An application can Specify ExitMethod for alternative behaviour (i.e. suppresion of keyboard exit) Reimplemented from vtkRenderWindowInteractor. |
|
Quartz timer methods Reimplemented from vtkRenderWindowInteractor. |
|
Quartz timer methods Reimplemented from vtkRenderWindowInteractor. |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Various methods that a Quartz window can redirect to this class to be handled. virtual void OnMouseMove (void *wnd, int nFlags, int X, int Y); |
|
Methods to set the default exit method for the class. This method is only used if no instance level ExitMethod has been defined. It is provided as a means to control how an interactor is exited given the various language bindings (tcl, Quartz, etc.). |
|
Methods to set the default exit method for the class. This method is only used if no instance level ExitMethod has been defined. It is provided as a means to control how an interactor is exited given the various language bindings (tcl, Quartz, etc.). |
|
These methods correspond to the the Exit, User and Pick callbacks. They allow for the Style to invoke them. Reimplemented from vtkRenderWindowInteractor. |
|
|
|
|
|
Definition at line 168 of file vtkQuartzRenderWindowInteractor.h. |
|
Definition at line 169 of file vtkQuartzRenderWindowInteractor.h. |
|
Definition at line 170 of file vtkQuartzRenderWindowInteractor.h. |
|
Definition at line 171 of file vtkQuartzRenderWindowInteractor.h. |
|
Definition at line 172 of file vtkQuartzRenderWindowInteractor.h. |
|
Definition at line 173 of file vtkQuartzRenderWindowInteractor.h. |
|
Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. tcl, java, Quartz) |
|
Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. tcl, java, Quartz) |
|
Class variables so an exit method can be defined for this class (used to set different exit methods for various language bindings, i.e. tcl, java, Quartz) Definition at line 182 of file vtkQuartzRenderWindowInteractor.h. |