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


Public Types | |
| enum class | Error { AddressMissing , StartFailed } |
Signals | |
| void | error (deskflow::gui::CoreProcess::Error error) |
| void | logLine (const QString &line) |
| void | connectionStateChanged (deskflow::core::ConnectionState state) |
| void | processStateChanged (deskflow::core::ProcessState state) |
| void | secureSocket (bool enabled) |
| void | daemonIpcClientConnectionFailed () |
| void | connectedClientsChanged (const QStringList &clients) |
| void | securityLevelChanged (QString securityLevel) |
| void | unrecognisedClient (const QString &clientName) |
| void | connectionRefused (deskflow::core::ConnectionRefusal reason) |
| void | retryIn (int seconds) |
| void | peerFingerprint (const QString &fingerprint) |
| void | missingKeyboardLayouts (const QString &layouts) |
Public Member Functions | |
| CoreProcess (const ServerConfig &serverConfig) | |
| void | start (std::optional< ProcessMode > processMode=std::nullopt) |
| void | stop (std::optional< ProcessMode > processMode=std::nullopt) |
| void | restart () |
| void | cleanup () |
| void | applyLogLevel () |
| void | clearSettings () |
| void | retryDaemon () |
| Settings::CoreMode | mode () const |
| QString | secureSocketVersion () const |
| bool | isStarted () const |
| ProcessState | processState () const |
| ConnectionState | connectionState () const |
| void | setAddress (const QString &address) |
| void | setMode (Settings::CoreMode mode) |
|
strong |
|
explicit |
| void deskflow::gui::CoreProcess::applyLogLevel | ( | ) |
| void deskflow::gui::CoreProcess::cleanup | ( | ) |
| void deskflow::gui::CoreProcess::clearSettings | ( | ) |
|
signal |
|
signal |
|
inline |
|
signal |
|
signal |
|
signal |
|
inline |
|
signal |
|
signal |
|
inline |
|
signal |
|
inline |
|
signal |
| void deskflow::gui::CoreProcess::restart | ( | ) |
| void deskflow::gui::CoreProcess::retryDaemon | ( | ) |
|
signal |
|
signal |
|
inline |
|
signal |
|
inline |
|
inline |
| void deskflow::gui::CoreProcess::start | ( | std::optional< ProcessMode > | processMode = std::nullopt | ) |
| void deskflow::gui::CoreProcess::stop | ( | std::optional< ProcessMode > | processMode = std::nullopt | ) |
|
signal |