VTK  9.6.20260201
vtkWindow.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkObject.h"
#include "vtkWrappingHints.h"
Include dependency graph for vtkWindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkWindow
 window superclass for vtkRenderWindow More...
 

Macros

#define VTK_CURSOR_DEFAULT   0
 
#define VTK_CURSOR_ARROW   1
 
#define VTK_CURSOR_SIZENE   2
 
#define VTK_CURSOR_SIZENW   3
 
#define VTK_CURSOR_SIZESW   4
 
#define VTK_CURSOR_SIZESE   5
 
#define VTK_CURSOR_SIZENS   6
 
#define VTK_CURSOR_SIZEWE   7
 
#define VTK_CURSOR_SIZEALL   8
 
#define VTK_CURSOR_HAND   9
 
#define VTK_CURSOR_CROSSHAIR   10
 
#define VTK_CURSOR_CUSTOM   11
 

Macro Definition Documentation

◆ VTK_CURSOR_DEFAULT

#define VTK_CURSOR_DEFAULT   0

Definition at line 47 of file vtkWindow.h.

◆ VTK_CURSOR_ARROW

#define VTK_CURSOR_ARROW   1

Definition at line 48 of file vtkWindow.h.

◆ VTK_CURSOR_SIZENE

#define VTK_CURSOR_SIZENE   2

Definition at line 49 of file vtkWindow.h.

◆ VTK_CURSOR_SIZENW

#define VTK_CURSOR_SIZENW   3

Definition at line 50 of file vtkWindow.h.

◆ VTK_CURSOR_SIZESW

#define VTK_CURSOR_SIZESW   4

Definition at line 51 of file vtkWindow.h.

◆ VTK_CURSOR_SIZESE

#define VTK_CURSOR_SIZESE   5

Definition at line 52 of file vtkWindow.h.

◆ VTK_CURSOR_SIZENS

#define VTK_CURSOR_SIZENS   6

Definition at line 53 of file vtkWindow.h.

◆ VTK_CURSOR_SIZEWE

#define VTK_CURSOR_SIZEWE   7

Definition at line 54 of file vtkWindow.h.

◆ VTK_CURSOR_SIZEALL

#define VTK_CURSOR_SIZEALL   8

Definition at line 55 of file vtkWindow.h.

◆ VTK_CURSOR_HAND

#define VTK_CURSOR_HAND   9

Definition at line 56 of file vtkWindow.h.

◆ VTK_CURSOR_CROSSHAIR

#define VTK_CURSOR_CROSSHAIR   10

Definition at line 57 of file vtkWindow.h.

◆ VTK_CURSOR_CUSTOM

#define VTK_CURSOR_CUSTOM   11

Definition at line 58 of file vtkWindow.h.