CS::EditorApp::iEditorObjectChangeListener Struct Reference
Implement this if you're interested in knowing when an editor object is changed. More...
#include <ieditor/editorobject.h>
Inheritance diagram for CS::EditorApp::iEditorObjectChangeListener:

Public Member Functions | |
| virtual void | OnObjectChanged (iEditorObject *obj)=0 |
| Called after an object has been changed. | |
Detailed Description
Implement this if you're interested in knowing when an editor object is changed.
This is useful for views wanting to know when to update themselves.
Definition at line 51 of file editorobject.h.
Member Function Documentation
| virtual void CS::EditorApp::iEditorObjectChangeListener::OnObjectChanged | ( | iEditorObject * | obj | ) | [pure virtual] |
Called after an object has been changed.
The documentation for this struct was generated from the following file:
- ieditor/editorobject.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
