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


Signals | |
| void | logPathReceived (const QString &logPath) |
| Signals inherited from deskflow::gui::ipc::IpcClient | |
| void | connected () |
| void | connectionFailed () |
| void | serverShutdown () |
| void | versionMismatch () |
Public Member Functions | |
| DaemonIpcClient (QObject *parent=nullptr) | |
| void | sendLogLevel (const QString &logLevel) |
| void | sendConfigFile (const QString &configFile) |
| void | sendStartProcess () |
| void | sendStopProcess () |
| void | sendClearSettings () |
| void | requestLogPath () |
| Public Member Functions inherited from deskflow::gui::ipc::IpcClient | |
| IpcClient (QObject *parent, const QString &socketName, const QString &typeName) | |
| void | connectToServer () |
| void | disconnectFromServer () |
| bool | isConnected () const |
Protected Member Functions | |
| void | processCommand (const QString &command, const QStringList &parts) override |
| Protected Member Functions inherited from deskflow::gui::ipc::IpcClient | |
| void | sendMessage (const QString &message) |
|
explicit |
|
signal |
|
overrideprotectedvirtual |
Reimplemented from deskflow::gui::ipc::IpcClient.
| void deskflow::gui::ipc::DaemonIpcClient::requestLogPath | ( | ) |
| void deskflow::gui::ipc::DaemonIpcClient::sendClearSettings | ( | ) |
| void deskflow::gui::ipc::DaemonIpcClient::sendConfigFile | ( | const QString & | configFile | ) |
| void deskflow::gui::ipc::DaemonIpcClient::sendLogLevel | ( | const QString & | logLevel | ) |
| void deskflow::gui::ipc::DaemonIpcClient::sendStartProcess | ( | ) |
| void deskflow::gui::ipc::DaemonIpcClient::sendStopProcess | ( | ) |