32 #ifndef __vtkWin32RenderWindowInteractor_h
33 #define __vtkWin32RenderWindowInteractor_h
97 virtual void OnMouseMove (HWND wnd, UINT nFlags,
int X,
int Y);
98 virtual void OnNCMouseMove(HWND wnd, UINT nFlags,
int X,
int Y);
99 virtual void OnRButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
100 virtual void OnRButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
101 virtual void OnMButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
102 virtual void OnMButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
103 virtual void OnLButtonDown(HWND wnd, UINT nFlags,
int X,
int Y,
int repeat=0);
104 virtual void OnLButtonUp (HWND wnd, UINT nFlags,
int X,
int Y);
105 virtual void OnSize (HWND wnd, UINT nType,
int X,
int Y);
106 virtual void OnTimer (HWND wnd, UINT nIDEvent);
107 virtual void OnKeyDown (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
108 virtual void OnKeyUp (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
109 virtual void OnChar (HWND wnd, UINT nChar, UINT nRepCnt, UINT nFlags);
110 virtual void OnMouseWheelForward (HWND wnd, UINT nFlags,
int X,
int Y);
111 virtual void OnMouseWheelBackward(HWND wnd, UINT nFlags,
int X,
int Y);
112 virtual void OnFocus(HWND wnd, UINT nFlags);
113 virtual void OnKillFocus(HWND wnd, UINT nFlags);
122 static void SetClassExitMethod(
void (*
f)(
void *),
void *arg);
123 static void SetClassExitMethodArgDelete(
void (*
f)(
void *));
145 static void (*ClassExitMethod)(
void *);
146 static void (*ClassExitMethodArgDelete)(
void *);
Implementation of vtkTDxDevice on Windows.
static void * ClassExitMethodArg
virtual int InternalDestroyTimer(int platformTimerId)
void PrintSelf(ostream &os, vtkIndent indent)
virtual int InternalCreateTimer(int timerId, int timerType, unsigned long duration)
#define vtkGetMacro(name, type)
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
implements Win32 specific functions required by vtkRenderWindowInteractor.
#define vtkTypeMacro(thisClass, superclass)
virtual void Initialize()
static vtkRenderWindowInteractor * New()
platform-independent render window interaction including picking and frame rate control.
GLubyte GLubyte GLubyte GLubyte w
a simple class to control print indentation
virtual void ExitCallback()
#define VTKRENDERINGOPENGL_EXPORT
virtual void TerminateApp(void)
#define vtkBooleanMacro(name, type)
#define vtkSetMacro(name, type)