File: vtkObject_EventFragments.cmake

package info (click to toggle)
activiz.net 1%3A1.0~git20111214-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,280 kB
  • ctags: 5,957
  • sloc: cs: 28,767; python: 915; cpp: 130; makefile: 35; sh: 11
file content (77 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# Everything except for "NoEvent" and "UserEvent"...
#
SET(vtkObject_EventFragments
  AbortCheck
  AnimationCueTick
  Any
  Char
  Configure
  ConnectionClosed
  ConnectionCreated
  CreateTimer
  CursorChanged
  Delete
  DestroyTimer
  Disable
  DomainModified
  Enable
  EndAnimationCue
  End
  EndInteraction
  EndPick
  EndWindowLevel
  Enter
  Error
  ExecuteInformation
  Exit
  Expose
  Interaction
  KeyPress
  KeyRelease
  Leave
  LeftButtonPress
  LeftButtonRelease
  MiddleButtonPress
  MiddleButtonRelease
  Modified
  MouseMove
  MouseWheelBackward
  MouseWheelForward
  Pick
  PlacePoint
  PlaceWidget
  Progress
  PropertyModified
  Register
  Render
  RenderWindowMessage
  ResetCameraClippingRange
  ResetCamera
  ResetWindowLevel
  RightButtonPress
  RightButtonRelease
  SelectionChanged
  SetOutput
  StartAnimationCue
  Start
  StartInteraction
  StartPick
  StartWindowLevel
  Timer
  UnRegister
  Update
  UpdateInformation
  UpdateProperty
  VolumeMapperComputeGradientsEnd
  VolumeMapperComputeGradientsProgress
  VolumeMapperComputeGradientsStart
  VolumeMapperRenderEnd
  VolumeMapperRenderProgress
  VolumeMapperRenderStart
  Warning
  WidgetActivate
  WidgetModified
  WidgetValueChanged
  WindowLevel
  WrongTag
  )