| enum | Event {
SpaceMouseMoveEvent = vtkCommand::UserEvent + 1000
, SpaceMouseButtonEvent
, PanLeftEvent
, PanRightEvent
,
PanUpEvent
, PanDownEvent
, ZoomInEvent
, ZoomOutEvent
,
RotateLeftEvent
, RotateRightEvent
, RotateUpEvent
, RotateDownEvent
,
PlusSpeedIncrementEvent
, MinusSpeedIncrementEvent
, SetSpeedIncrementEvent
, SetSMDecreaseSpeedEvent
,
SetSMIncreaseSpeedEvent
, SetSMDominantCombinedSwitchEvent
, StartZoom
, StartPan
,
StartRotate
, StartGlobalPan
, StartFitArea
, SetRotateGravity
,
SetRotateSelected
, StartPointSelection
, BBCenterChanged
, RotationPointChanged
,
ChangeRotationPoint
, SetFocalPointGravity
, SetFocalPointSelected
, StartFocalPointSelection
,
FocalPointChanged
, StartInteractiveSelection
, InteractiveSelectionChanged
, InteractiveSelectionFinished
,
OperationFinished
, StopCurrentOperation
, LastEvent
} |