32 #ifndef vtkWin32RenderWindowInteractor_h
33 #define vtkWin32RenderWindowInteractor_h
37 #include "vtkWindows.h"
74 vtkSetMacro(InstallMessageProc,
int);
75 vtkGetMacro(InstallMessageProc,
int);
76 vtkBooleanMacro(InstallMessageProc,
int);
92 virtual void OnMouseMove (HWND wnd, UINT nFlags,
int X,
int Y);
93 virtual void OnNCMouseMove(HWND wnd, UINT nFlags,
int X,
int Y);
94 virtual void OnRButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
95 virtual void OnRButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
96 virtual void OnMButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
97 virtual void OnMButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
98 virtual void OnLButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
99 virtual void OnLButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
100 virtual void OnSize (HWND wnd, UINT nType,
int X,
int Y);
101 virtual void OnTimer (HWND wnd, UINT nIDEvent);
102 virtual void OnKeyDown (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
103 virtual void OnKeyUp (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
104 virtual void OnChar (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
105 virtual void OnMouseWheelForward (HWND wnd, UINT nFlags,
int X,
int Y);
106 virtual void OnMouseWheelBackward(HWND wnd, UINT nFlags,
int X,
int Y);
107 virtual void OnFocus(HWND wnd, UINT nFlags);
108 virtual void OnKillFocus(HWND wnd, UINT nFlags);
117 static void SetClassExitMethod(
void (*f)(
void *),
void *arg);
118 static void SetClassExitMethodArgDelete(
void (*f)(
void *));
140 static void (*ClassExitMethod)(
void *);
141 static void (*ClassExitMethodArgDelete)(
void *);
Implementation of vtkTDxDevice on Windows.
virtual int InternalDestroyTimer(int platformTimerId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
implements Win32 specific functions required by vtkRenderWindowInteractor.
virtual void Initialize()
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
static void * ClassExitMethodArg
a simple class to control print indentation
virtual void ExitCallback()
virtual void StartEventLoop()
#define VTKRENDERINGOPENGL_EXPORT
virtual void TerminateApp(void)