20 #ifndef vtkWin32HardwareWindow_h
21 #define vtkWin32HardwareWindow_h
24 #include "vtkRenderingUIModule.h"
25 #include "vtkWindows.h"
27 VTK_ABI_NAMESPACE_BEGIN
create a window for renderers to draw into
a simple class to control print indentation
represents a window in a windows GUI
HINSTANCE GetApplicationInstance()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetPosition(int, int) override
Set the position of the window.
void * GetGenericDisplayId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
HINSTANCE ApplicationInstance
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.
void SetWindowId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
void SetParentId(void *) override
These are window system independent methods that are used to help interface vtkWindow to native windo...
static vtkWin32HardwareWindow * New()
void * GetGenericParentId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
~vtkWin32HardwareWindow() override
void * GetGenericWindowId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
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).