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


Public Types | |
| enum class | InitResult { Installed , Uninstalled , StartDaemon , ShowHelp , ArgsError , FatalError } |
Public Member Functions | |
| DaemonApp (IEventQueue &events) | |
| ~DaemonApp () override | |
| InitResult | init (int argc, char **argv) |
| void | run (QThread &daemonThread) |
| void | setForeground () |
| void | initLogging () |
| void | connectIpcServer (const deskflow::core::ipc::DaemonIpcServer *ipcServer) const |
Static Public Member Functions | |
| static QString | logFilename () |
|
strong |
|
explicit |
|
overridedefault |
| void DaemonApp::connectIpcServer | ( | const deskflow::core::ipc::DaemonIpcServer * | ipcServer | ) | const |
| InitResult DaemonApp::init | ( | int | argc, |
| char ** | argv ) |
| void DaemonApp::initLogging | ( | ) |
|
static |
| void DaemonApp::run | ( | QThread & | daemonThread | ) |
| void DaemonApp::setForeground | ( | ) |