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


Signals | |
| void | logLevelChanged (const QString &logLevel) |
| void | configFileChanged (const QString &configFile) |
| void | startProcessRequested () |
| void | stopProcessRequested () |
| void | clearSettingsRequested () |
Public Member Functions | |
| IpcServer (QObject *parent, const QString &serverName, const QString &typeName) | |
| ~IpcServer () override | |
| void | listen () |
| void | broadcastCommand (const QString &command, const QString &args="") |
Protected Member Functions | |
| void | writeToClientSocket (QLocalSocket *&clientSocket, const QString &message) const |
|
explicit |
|
override |
| void deskflow::core::ipc::IpcServer::broadcastCommand | ( | const QString & | command, |
| const QString & | args = "" ) |
|
signal |
|
signal |
| void deskflow::core::ipc::IpcServer::listen | ( | ) |
|
signal |
|
signal |
|
signal |
|
protected |
! Write a message to the client socket and append a newline character.
| clientSocket | The client socket to write to. |
| message | The message to write (without trailing newline). |