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


Classes | |
| class | XNoEiSupport |
| struct | LoopErrorCode |
Public Member Functions | |
| App (IEventQueue *events, const QString &processName) | |
| App (App const &)=delete | |
| App (App &&)=delete | |
| ~App () override | |
| App & | operator= (App const &)=delete |
| App & | operator= (App &&)=delete |
| virtual void | parseArgs ()=0 |
| virtual void | loadConfig ()=0 |
| virtual bool | loadConfig (const QString &filename)=0 |
| void | setByeFunc (void(*bye)(int)) override |
| void | bye (int error) override |
| IEventQueue * | getEvents () const override |
| ARCH_APP_UTIL & | appUtil () |
| void | run (QThread &coreThread) |
| void | quit () const |
| void | setupFileLogging () |
| void | loggingFilterWarning () const |
| void | initApp () override |
| void | setEvents (EventQueue &events) |
| void | setSocketMultiplexer (std::unique_ptr< SocketMultiplexer > &&sm) |
| SocketMultiplexer * | getSocketMultiplexer () const |
| QString | processName () const |
| void | handleScreenError () const |
| void | updateExitCode (int errorCode) |
| int | getExitCode () const |
Static Public Member Functions | |
| static App & | instance () |
Protected Member Functions | |
| void | runEventsLoop (const void *) |
|
explicit |
|
delete |
|
delete |
|
override |
|
inline |
|
inlineoverridevirtual |
Implements IApp.
|
inlineoverridevirtual |
Implements IApp.
|
inline |
|
inline |
| void App::handleScreenError | ( | ) | const |
|
overridevirtual |
Implements IApp.
|
inlinestatic |
|
pure virtual |
| void App::loggingFilterWarning | ( | ) | const |
|
inline |
| void App::quit | ( | ) | const |
| void App::run | ( | QThread & | coreThread | ) |
|
protected |
|
inlineoverridevirtual |
Implements IApp.
|
inline |
|
inline |
| void App::setupFileLogging | ( | ) |
|
inline |