Deskflow 1.22.0.197
Keyboard and mouse sharing utility
|
#include <AppUtil.h>
Public Member Functions | |
AppUtil () | |
~AppUtil () override=default | |
void | adoptApp (IApp *app) override |
IApp & | app () const override |
virtual void | exitApp (int code) |
Public Member Functions inherited from IAppUtil | |
virtual int | run (int argc, char **argv)=0 |
virtual void | startNode ()=0 |
virtual std::vector< std::string > | getKeyboardLayoutList ()=0 |
virtual std::string | getCurrentLanguageCode ()=0 |
Public Member Functions inherited from IInterface | |
virtual | ~IInterface ()=default |
Interface destructor does nothing. |
Static Public Member Functions | |
static AppUtil & | instance () |
static void | exitAppStatic (int code) |
AppUtil::AppUtil | ( | ) |
|
overridedefault |
|
inlinevirtual |
Reimplemented in AppUtilWindows.
|
inlinestatic |
|
static |