Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
e40d8829
Commit
e40d8829
authored
Dec 22, 2005
by
Berk Geveci
Browse files
ENH: Added new events for proxy registration and unregistration (ParaView)
parent
69689b9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Common/vtkCommand.cxx
View file @
e40d8829
...
...
@@ -84,6 +84,8 @@ static const char *vtkCommandEventStrings[] = {
"DomainModifiedEvent"
,
"PropertyModifiedEvent"
,
"UpdateEvent"
,
"RegisterEvent"
,
"UnRegisterEvent"
,
NULL
};
...
...
Common/vtkCommand.h
View file @
e40d8829
...
...
@@ -164,6 +164,8 @@ public:
DomainModifiedEvent
,
PropertyModifiedEvent
,
UpdateEvent
,
RegisterEvent
,
UnRegisterEvent
,
UserEvent
=
1000
};
//ETX
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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