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


Signals | |
| void | commandReceived (const QString &command, const QString &args) |
| Signals inherited from deskflow::gui::ipc::IpcClient | |
| void | connected () |
| void | connectionFailed () |
Public Member Functions | |
| CoreIpcClient (QObject *parent=nullptr) | |
| 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.