#include <EmmaBaseApp.h>
Inheritance diagram for Emma::BaseApp:

Public Member Functions | |
| virtual Fusion::ResultType | destroyBaseApp () |
| A client should call this last. | |
| virtual IInstance * | createInstance (const Fusion::UTF8String &filename) |
| This method creates a new instance of Emma. | |
| virtual Fusion::ResultType | destroyInstance (IInstance *) |
| This cleans up the resources used by this instance. | |
Static Public Member Functions | |
| static IBaseApp * | createBaseApp (const Fusion::UTF8String &appPath) |
| Creates the singleton application object and returns. | |
| static AudioManager * | getAudioManager () |
Friends | |
| class | IBaseApp |
Classes | |
| class | MyThread |
|
|
Creates the singleton application object and returns.
Reimplemented from Emma::IBaseApp. |
|
|
This method creates a new instance of Emma.
Implements Emma::IBaseApp. |
|
|
A client should call this last.
Implements Emma::IBaseApp. |
|
|
This cleans up the resources used by this instance.
Implements Emma::IBaseApp. |
|
|
|
|
|
|
1.4.3