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


Signals | |
| void | connected () |
| void | connectionFailed () |
| void | serverShutdown () |
| void | versionMismatch () |
Public Member Functions | |
| IpcClient (QObject *parent, const QString &socketName, const QString &typeName) | |
| void | connectToServer () |
| void | disconnectFromServer () |
| bool | isConnected () const |
Protected Member Functions | |
| virtual void | processCommand (const QString &command, const QStringList &parts) |
| void | sendMessage (const QString &message) |
|
explicit |
|
signal |
|
signal |
| void deskflow::gui::ipc::IpcClient::connectToServer | ( | ) |
| void deskflow::gui::ipc::IpcClient::disconnectFromServer | ( | ) |
|
inline |
|
inlineprotectedvirtual |
Reimplemented in deskflow::gui::ipc::CoreIpcClient, and deskflow::gui::ipc::DaemonIpcClient.
|
protected |
|
signal |
|
signal |