CS::EditorApp::iInterfaceWrapperManager Struct Reference
Manages the interface wrappers. More...
#include <ieditor/interfacewrappermanager.h>
Inheritance diagram for CS::EditorApp::iInterfaceWrapperManager:

Public Member Functions | |
| virtual iInterfaceWrapperFactory * | GetFactory (scfInterfaceID interface_id)=0 |
| Get the interface wrapper factory associated with the specified interface. | |
| virtual void | Register (iInterfaceWrapperFactory *wrapper)=0 |
| Register an interface wrapper factory with the interface it wraps. | |
Detailed Description
Manages the interface wrappers.
Definition at line 33 of file interfacewrappermanager.h.
Member Function Documentation
| virtual iInterfaceWrapperFactory* CS::EditorApp::iInterfaceWrapperManager::GetFactory | ( | scfInterfaceID | interface_id | ) | [pure virtual] |
Get the interface wrapper factory associated with the specified interface.
| virtual void CS::EditorApp::iInterfaceWrapperManager::Register | ( | iInterfaceWrapperFactory * | wrapper | ) | [pure virtual] |
Register an interface wrapper factory with the interface it wraps.
The documentation for this struct was generated from the following file:
- ieditor/interfacewrappermanager.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
