refs #313 Application context acts as com layer between settings and InputManager

This commit is contained in:
Roland Winklmeier
2014-08-04 20:40:30 +02:00
parent 88e7a38796
commit 1adfd16ec9
3 changed files with 29 additions and 3 deletions

View File

@@ -26,6 +26,8 @@
namespace BlackCore
{
class CInputManager;
/*!
* Application context interface
*/
@@ -148,6 +150,9 @@ namespace BlackCore
//! Remote enabled version of file exists
virtual bool existsFile(const QString &fileName) = 0;
void changeSettings(uint typeValue);
private:
//! All contexts, used with messageHandler
static QList<IContextApplication *> s_contexts;