mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
refs #313 Application context acts as com layer between settings and InputManager
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user