Class which helps gluon libraries to access Attica. More...
#include <atticamanager.h>
Signals | |
void | gotProvider () |
void | failedToFetchProvider () |
Public Member Functions | |
bool | isProviderValid () |
Attica::Provider | provider () |
Friends | |
class | GluonCore::Singleton< AtticaManager > |
Class which helps gluon libraries to access Attica.
This class helps gluon libraries to access Attica so that collaboration actions can be performed.
Definition at line 39 of file atticamanager.h.
void GluonPlayer::AtticaManager::failedToFetchProvider | ( | ) | [signal] |
signal which is emitted when provider failed to loaded
void GluonPlayer::AtticaManager::gotProvider | ( | ) | [signal] |
signal which is emitted when a provider has been loaded
bool AtticaManager::isProviderValid | ( | ) |
Used to check if we have loaded a valid OCS provider
Definition at line 36 of file atticamanager.cpp.
Attica::Provider AtticaManager::provider | ( | ) |
Can be used to access the Attica provider.
Definition at line 41 of file atticamanager.cpp.
friend class GluonCore::Singleton< AtticaManager > [friend] |
Definition at line 56 of file atticamanager.h.