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