Contains a list of App instances.
More...
#include <AppInstanceManager.h>
List of all members.
Detailed Description
Contains a list of App instances.
Each App registers itself with the one AppInstanceManager, and the AppInstanceManager will then delete the App when it has been closed, by catching the "hide" signal. You should not need to use this class directly.
Member Typedef Documentation
Constructor & Destructor Documentation
Bakery::AppInstanceManager::AppInstanceManager |
( |
| ) |
|
virtual Bakery::AppInstanceManager::~AppInstanceManager |
( |
| ) |
|
|
virtual |
Member Function Documentation
virtual void Bakery::AppInstanceManager::add_app |
( |
App * |
pApp | ) |
|
|
virtual |
virtual void Bakery::AppInstanceManager::cancel_close_all |
( |
| ) |
|
|
virtual |
virtual void Bakery::AppInstanceManager::close_all |
( |
| ) |
|
|
virtual |
virtual unsigned int Bakery::AppInstanceManager::get_app_count |
( |
| ) |
const |
|
virtual |
virtual void Bakery::AppInstanceManager::on_app_hide |
( |
App * |
pApp | ) |
|
|
protectedvirtual |
Member Data Documentation
bool Bakery::AppInstanceManager::m_bExiting |
|
protected |
The documentation for this class was generated from the following file: