mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T231, Ref T236, Ref T238 made command parsing function mandatory for contexts
* we can send commands to any context * to send to all contexts use the facade * application relays to facade
This commit is contained in:
@@ -205,6 +205,9 @@ namespace BlackCore
|
||||
//! Remote enabled version of file exists
|
||||
virtual bool existsFile(const QString &fileName) const = 0;
|
||||
|
||||
//! Forward to facade
|
||||
virtual bool parseCommandLine(const QString &commandLine, const BlackMisc::CIdentifier &originator) override;
|
||||
|
||||
//! The HTML help for dot commands
|
||||
virtual QString dotCommandsHtmlHelp() const = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user