Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Michael Migliore
VTK
Commits
488bb356
Commit
488bb356
authored
Jan 09, 2009
by
Utkarsh Ayachit
⛰
Browse files
ENH: Added some events for Selection.
parent
e04e247d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/vtkCommand.cxx
View file @
488bb356
...
...
@@ -95,6 +95,7 @@ static const char *vtkCommandEventStrings[] = {
"UpdatePropertyEvent"
,
"ViewProgressEvent"
,
"UpdateDataEvent"
,
"CurrentChangedEvent"
,
NULL
};
...
...
Common/vtkCommand.h
View file @
488bb356
...
...
@@ -335,6 +335,7 @@ public:
UpdatePropertyEvent
,
ViewProgressEvent
,
UpdateDataEvent
,
CurrentChangedEvent
,
UserEvent
=
1000
};
//ETX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment