12#ifndef vtkXlibHardwareWindow_h
13#define vtkXlibHardwareWindow_h
16#include "vtkRenderingUIModule.h"
19#include "vtkX11Functions.h"
21VTK_ABI_NAMESPACE_BEGIN
topologically and geometrically regular array of data
a simple class to control print indentation
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...
vtkXVisualInfo * GetDesiredVisualInfo()
void SetParentId(Window)
Sets the parent of the window that WILL BE created.
void * GetGenericWindowId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
Window GetWindowId()
Get this RenderWindow's X window id.
void SetCoverable(vtkTypeBool coverable) override
Set whether this xwindow should be coverable by other windows, as opposed to always on top.
void * GetGenericParentId() 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 PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetWindowName(const char *) override
Set name of window.
void SetWindowInfo(const char *info) override
Set this RenderWindow's X window id to a pre-existing window.
void * GetGenericDisplayId() override
These are window system independent methods that are used to help interface vtkWindow to native windo...
static vtkXlibHardwareWindow * New()
void SetCurrentCursor(int) override
Change the shape of the cursor.
void SetDisplayId(Display *display)
Get/set the X11 display.
bool EnsureDisplay() override
Ensure the X display is opened.
void SetPosition(int, int) override
Set the position of the window.
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 SetIcon(vtkImageData *img) override
For window manager that supports it, set the icon displayed in the taskbar and the title bar.
void SetWindowId(Window)
Set this RenderWindow's X window id to a pre-existing window.
Display * GetDisplayId()
Get/set the X11 display.
#define VTK_MARSHAL_EXCLUDE_REASON_NOT_SUPPORTED
#define VTK_MARSHALEXCLUDE(reason)