Deskflow 1.26.0.134
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
deskflow::gui::ipc::DaemonIpcClient Class Reference

#include <DaemonIpcClient.h>

Inheritance diagram for deskflow::gui::ipc::DaemonIpcClient:
Collaboration diagram for deskflow::gui::ipc::DaemonIpcClient:

Signals

void logPathReceived (const QString &logPath)
Signals inherited from deskflow::gui::ipc::IpcClient
void connected ()
void connectionFailed ()

Public Member Functions

 DaemonIpcClient (QObject *parent=nullptr)
void sendLogLevel (const QString &logLevel)
void sendStartProcess (const QString &command, bool elevate)
void sendStopProcess ()
void sendClearSettings ()
void requestLogPath ()
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)

Constructor & Destructor Documentation

◆ DaemonIpcClient()

deskflow::gui::ipc::DaemonIpcClient::DaemonIpcClient ( QObject * parent = nullptr)
explicit

Member Function Documentation

◆ logPathReceived

void deskflow::gui::ipc::DaemonIpcClient::logPathReceived ( const QString & logPath)
signal

◆ processCommand()

void deskflow::gui::ipc::DaemonIpcClient::processCommand ( const QString & command,
const QStringList & parts )
overrideprotectedvirtual

Reimplemented from deskflow::gui::ipc::IpcClient.

◆ requestLogPath()

void deskflow::gui::ipc::DaemonIpcClient::requestLogPath ( )

◆ sendClearSettings()

void deskflow::gui::ipc::DaemonIpcClient::sendClearSettings ( )

◆ sendLogLevel()

void deskflow::gui::ipc::DaemonIpcClient::sendLogLevel ( const QString & logLevel)

◆ sendStartProcess()

void deskflow::gui::ipc::DaemonIpcClient::sendStartProcess ( const QString & command,
bool elevate )

◆ sendStopProcess()

void deskflow::gui::ipc::DaemonIpcClient::sendStopProcess ( )

The documentation for this class was generated from the following files: