#include "vtkCommonCoreModule.h"
#include "vtkObject.h"
#include "vtkWrappingHints.h"
Go to the source code of this file.
◆ VTK_CURSOR_DEFAULT
| #define VTK_CURSOR_DEFAULT 0 |
◆ VTK_CURSOR_ARROW
| #define VTK_CURSOR_ARROW 1 |
◆ VTK_CURSOR_SIZENE
| #define VTK_CURSOR_SIZENE 2 |
◆ VTK_CURSOR_SIZENW
| #define VTK_CURSOR_SIZENW 3 |
◆ VTK_CURSOR_SIZESW
| #define VTK_CURSOR_SIZESW 4 |
◆ VTK_CURSOR_SIZESE
| #define VTK_CURSOR_SIZESE 5 |
◆ VTK_CURSOR_SIZENS
| #define VTK_CURSOR_SIZENS 6 |
◆ VTK_CURSOR_SIZEWE
| #define VTK_CURSOR_SIZEWE 7 |
◆ VTK_CURSOR_SIZEALL
| #define VTK_CURSOR_SIZEALL 8 |
◆ VTK_CURSOR_HAND
| #define VTK_CURSOR_HAND 9 |
◆ VTK_CURSOR_CROSSHAIR
| #define VTK_CURSOR_CROSSHAIR 10 |
◆ VTK_CURSOR_CUSTOM
| #define VTK_CURSOR_CUSTOM 11 |