![]() |
Deskflow 1.26.0.207
Keyboard and mouse sharing utility
|
#include <CoreIpcServer.h>


Public Member Functions | |
| CoreIpcServer (QObject *parent) | |
| Public Member Functions inherited from deskflow::core::ipc::IpcServer | |
| IpcServer (QObject *parent, const QString &serverName, const QString &typeName) | |
| ~IpcServer () override | |
| void | listen () |
| void | broadcastCommand (const QString &command, const QString &args="") |
Static Public Member Functions | |
| static CoreIpcServer & | instance () |
Additional Inherited Members | |
| Signals inherited from deskflow::core::ipc::IpcServer | |
| void | logLevelChanged (const QString &logLevel) |
| void | configFileChanged (const QString &configFile) |
| void | startProcessRequested () |
| void | stopProcessRequested () |
| void | clearSettingsRequested () |
| Protected Member Functions inherited from deskflow::core::ipc::IpcServer | |
| void | writeToClientSocket (QLocalSocket *&clientSocket, const QString &message) const |
|
explicit |
|
static |