The application state interface.
More...
#include "murl_i_app_state.h"
Inherited by Murl::Core::AppState.
The application state interface.
The application state object contains all necessary engine interfaces for for initializing an application.
IApp interface methods gets an instance of the IAppState object by parameter.
◆ GetLogicFactory()
Get the logic object factory.
- Returns
- The logic object factory.
◆ GetPlatformConfiguration()
Get the platform configuration object.
- Returns
- The configuration object.
◆ GetEngineConfiguration()
Get the engine configuration object.
- Returns
- The configuration object.
◆ GetAppConfiguration()
Get the app configuration object.
- Returns
- The configuration object.
◆ GetDeviceHandler()
Get the device handler object.
- Returns
- The device handler object.
◆ GetFileInterface()
Get the file interface object.
- Returns
- The file interface object.
◆ GetNetFactory()
Get the net object factory.
- Returns
- The net object factory.
◆ GetGraphFactory()
Get the graph object factory.
- Returns
- The graph object factory.
◆ GetLoader()
virtual ILoader* Murl::IAppState::GetLoader |
( |
| ) |
const |
|
pure virtual |
Get the package loader object.
- Returns
- The package loader object.
The documentation for this interface was generated from the following file: