Interface for handling various application callbacks. More...
#include <iapp_callbacks.h>
Public Member Functions | |
virtual void | reloadFont (bool standaloneMode)=0 |
virtual void | reloadWindows ()=0 |
virtual void | reloadAssetsAndRenderers ()=0 |
virtual void | reloadTablesAndTitle ()=0 |
virtual void | reloadOverlaySettings ()=0 |
virtual ISoundManager * | getSoundManager ()=0 |
Interface for handling various application callbacks.
The IAppCallbacks interface provides a set of pure virtual methods that allow an application to dynamically update or reload different components at runtime.
Methods include:
A virtual destructor is provided to ensure proper cleanup in derived classes.
|
pure virtual |
Implemented in App.
|
pure virtual |
Implemented in App.
|
pure virtual |
Implemented in App.
|
pure virtual |
Implemented in App.
|
pure virtual |
Implemented in App.