CS::EditorApp::iMapListener Struct Reference
Listens for map actions. More...
#include <ieditor/editor.h>
Inheritance diagram for CS::EditorApp::iMapListener:

Public Member Functions | |
| virtual void | OnLibraryLoaded (const char *path, const char *filename, iCollection *collection)=0 |
| Called after library is loaded. | |
| virtual void | OnMapLoaded (const char *path, const char *filename)=0 |
| Called after map is loaded. | |
Detailed Description
Listens for map actions.
Definition at line 43 of file editor.h.
Member Function Documentation
| virtual void CS::EditorApp::iMapListener::OnLibraryLoaded | ( | const char * | path, | |
| const char * | filename, | |||
| iCollection * | collection | |||
| ) | [pure virtual] |
Called after library is loaded.
| virtual void CS::EditorApp::iMapListener::OnMapLoaded | ( | const char * | path, | |
| const char * | filename | |||
| ) | [pure virtual] |
Called after map is loaded.
The documentation for this struct was generated from the following file:
- ieditor/editor.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
