ERIS CORE

◆ releasePopUp()

void AppBaseClass::releasePopUp ( )
protectedinherited

gives up popup

Definition at line 95 of file AppBaseClass.cpp.

95  {
96  if(!has_pop) return;
97  has_pop = false;
99  _updatePosition();
100  return;
101 }
void _updatePosition()
bool releasePopUp()
provides an interface for apps to release pop up focus
Definition: AppManager.cpp:407
static AppManager * getInstance()
Definition: AppManager.h:66

References AppBaseClass::_updatePosition(), AppManager::getInstance(), AppBaseClass::has_pop, and AppManager::releasePopUp().

Referenced by AppCQT::onTouch(), AppScope::onTouch(), and AppWren::releasePopUp().

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