#include <IpcServer.h>
◆ IpcServer()
| deskflow::core::ipc::IpcServer::IpcServer |
( |
QObject * | parent, |
|
|
const QString & | serverName, |
|
|
const QString & | typeName ) |
|
explicit |
◆ ~IpcServer()
| deskflow::core::ipc::IpcServer::~IpcServer |
( |
| ) |
|
|
override |
◆ broadcastCommand()
| void deskflow::core::ipc::IpcServer::broadcastCommand |
( |
const QString & | command, |
|
|
const QString & | args = "" ) |
◆ clearSettingsRequested
| void deskflow::core::ipc::IpcServer::clearSettingsRequested |
( |
| ) |
|
|
signal |
◆ commandChanged
| void deskflow::core::ipc::IpcServer::commandChanged |
( |
const QString & | command | ) |
|
|
signal |
◆ elevateModeChanged
| void deskflow::core::ipc::IpcServer::elevateModeChanged |
( |
bool | elevate | ) |
|
|
signal |
◆ listen()
| void deskflow::core::ipc::IpcServer::listen |
( |
| ) |
|
◆ logLevelChanged
| void deskflow::core::ipc::IpcServer::logLevelChanged |
( |
const QString & | logLevel | ) |
|
|
signal |
◆ startProcessRequested
| void deskflow::core::ipc::IpcServer::startProcessRequested |
( |
| ) |
|
|
signal |
◆ stopProcessRequested
| void deskflow::core::ipc::IpcServer::stopProcessRequested |
( |
| ) |
|
|
signal |
◆ writeToClientSocket()
| void deskflow::core::ipc::IpcServer::writeToClientSocket |
( |
QLocalSocket *& | clientSocket, |
|
|
const QString & | message ) const |
|
protected |
! Write a message to the client socket and append a newline character.
- Parameters
-
| clientSocket | The client socket to write to. |
| message | The message to write (without trailing newline). |
The documentation for this class was generated from the following files: