ERIS CORE

◆ selfRegister()

void AppBaseClass::selfRegister ( )
protectedinherited

self register the instance with the AppManager

Definition at line 56 of file AppBaseClass.cpp.

56 {AppManager::getInstance()->registerApp(this); }//self register on construction
void registerApp(AppBaseClass *app)
provides an interface for apps to register themselves with the AppManager once registered the AppMan...
Definition: AppManager.cpp:550
static AppManager * getInstance()
Definition: AppManager.h:66

References AppManager::getInstance(), and AppManager::registerApp().

Referenced by AppBaseClass::AppBaseClass().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: