ERIS CORE

◆ getInstance()

static AppManager* AppManager::getInstance ( )
inlinestatic

Definition at line 66 of file AppManager.h.

67  {
68  if (NULL==obj) {
69 
70  obj = new AppManager(); //create the object instance if not yet available
71  }
72  return obj;
73  }
AppManager()
Construct a new App Manager:: App Manager object using a private constructor (lazy singleton pattern)
Definition: AppManager.cpp:48
static AppManager * obj
singleton AppManager object is initalized on first call to AppManager::getInstance()
Definition: AppManager.h:36

References AppManager(), and obj.

Referenced by SvcSerialCommandInterface::SvcSerialCommandInterface(), AppBaseClass::~AppBaseClass(), audioDirectorConnectCallback(), audioDirectorDisconnectAllCallback(), audioDirectorDisconnectCallback(), audioDirectorGetArbWaveFormCallback(), audioDirectorGetFunctionListCallback(), audioDirectorGetTypeInstanceCountCallback(), audioDirectorGetTypeListCallback(), bltCallback(), bltFBCallback(), bltInPlaceCallback(), bltInPlaceFBCallback(), dataDictReadCallback(), dataDictReadFloatCallback(), dataDictUpdateCallback(), dataDictUpdateFloatCallback(), drawDisablePixelOp(), drawEnablePixelOp(), drawFillCallback(), drawLineCallback(), drawUseSDFileSystem(), drawUseWrenFileSystem(), fileAvailableCallback(), fileCloseCallback(), fileFlushCallback(), fileIsDirectoryCallback(), fileIsOpenCallback(), fileNameCallback(), fileOpenNextCallback(), filePeekCallback(), filePositionCallback(), fileReadBytesCallback(), fileReadCallback(), fileRewindDirectoryCallback(), fileSeekCallback(), fileSizeCallback(), fileTruncateCallback(), fileWriteCallback(), fsExistsCallback(), fsFormat(), fsimportFromSD(), fsMkdirCallback(), fsOpenCallback(), fsRemoveCallback(), fsRenameCallback(), fsRmdirCallback(), fsTotalSizeCallback(), fsUsedSizeCallback(), AppBaseClass::getFocus(), getFocusCallback(), getImageSizeCallback(), getPixelCallback(), getSourceForModule(), handleClockCallback(), handleControlChangeCallback(), handleNoteOffCallback(), handleNoteOnCallback(), handleProgramChangeCallback(), loadImageCallback(), loadImageSurfaceCallback(), loadModuleComplete(), loop(), printCallback(), printWithFontCallback(), AppBaseClass::releasePopUp(), releasePopUpCallback(), AppBaseClass::requestPopUp(), requestPopUpCallback(), restartVMCallback(), AppBaseClass::returnFocus(), returnFocusCallback(), AppBaseClass::selfRegister(), sendMessageCallback(), setClockSpeedCallback(), setCursorCallback(), setDimensionCallback(), setPixelCallback(), setPositionCallback(), setTextColorCallback(), setWidgetDimensionCallback(), setWidgetPositionCallback(), SvcSerialCommandInterface::update(), and writeFn().

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