11#ifndef vtkWin32HardwareWindow_h
12#define vtkWin32HardwareWindow_h
15#include "vtkRenderingUIModule.h"
16#include "vtkWindows.h"
19VTK_ABI_NAMESPACE_BEGIN
89 virtual LRESULT
MessageProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
91 static LRESULT APIENTRY
WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
a simple class to control print indentation
HINSTANCE GetApplicationInstance()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void * GetGenericDisplayId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetPosition(int, int) override
Set the position of the window.
void ShowCursor() override
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to di...
HINSTANCE ApplicationInstance
void HideCursor() override
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to di...
void SetDisplayId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetSize(int, int) override
Set the size of the window in pixels.
static vtkWin32HardwareWindow * New()
static LRESULT APIENTRY WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
void SetWindowId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
virtual LRESULT MessageProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
void SetParentId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void * GetGenericWindowId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
~vtkWin32HardwareWindow() override
void * GetGenericParentId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetCursorPosition(int x, int y) override
Hide or Show the mouse cursor, it is nice to be able to hide the default cursor if you want VTK to di...
void SetCurrentCursor(int) override
Change the shape of the cursor.
virtual void SetPosition(int x, int y)
Set the position (x and y) of the rendering window in screen coordinates (in pixels).
virtual void SetSize(int width, int height)
Set the size (width and height) of the rendering window in screen coordinates (in pixels).