VTK
|
#include <vtkContextScene.h>
Public Types | |
enum | { LEFT_BUTTON = 0, MIDDLE_BUTTON, RIGHT_BUTTON } |
Public Attributes | |
vtkVector2f | Pos |
vtkVector2f | ScenePos |
vtkVector2i | ScreenPos |
vtkVector2f | LastPos |
vtkVector2f | LastScenePos |
vtkVector2i | LastScreenPos |
int | Button |
Data structure to store context scene mouse events to be passed to items.
Definition at line 226 of file vtkContextScene.h.
anonymous enum |
Enumeration of mouse buttons.
Definition at line 231 of file vtkContextScene.h.
Position of the mouse in item coordinate system.
Definition at line 239 of file vtkContextScene.h.
Position of the mouse the scene coordinate system.
Definition at line 242 of file vtkContextScene.h.
Position of the mouse in screen coordinates
Definition at line 245 of file vtkContextScene.h.
`Pos' at the previous mouse event.
Definition at line 248 of file vtkContextScene.h.
`ScenePos'at the previous mouse event.
Definition at line 251 of file vtkContextScene.h.
`ScreenPos' at the previous mouse event.
Definition at line 254 of file vtkContextScene.h.
Mouse button that was pressed, using the anonymous enumeration.
Definition at line 257 of file vtkContextScene.h.