|
玉兔远程控制 0.1.0-bate5
|
The class is the HOOK abstract class. 更多...
#include <Hook.h>


Public 成员函数 | |
| virtual int | RegisterKeyboard () |
| virtual int | UnRegisterKeyboard () |
| virtual bool | eventFilter (QObject *watched, QEvent *event) override |
静态 Public 成员函数 | |
| static CHook * | GetHook (CParameterPlugin *pPara, QObject *parent=nullptr) |
| static bool | RunCommand (const QString &program, const QStringList &args=QStringList(), int timeout=5000) |
Protected 成员函数 | |
| CHook (CParameterPlugin *pPara, QObject *parent=nullptr) | |
| virtual int | OnRegisterKeyboard () |
| virtual int | OnUnRegisterKeyboard () |
| virtual int | OnDisableDesktopShortcuts () |
| virtual int | OnRestoreDesktopShortcuts () |
Protected 属性 | |
| CParameterPlugin * | m_pParameterPlugin |
Private 属性 | |
| bool | m_bScript |
| CDesktopShortcutManager | m_DesktopShortcutsManager |
The class is the HOOK abstract class.
Call CHook::GetHook get a instance of the class.
|
overridevirtual |
|
static |
|
static |
|
private |
|
protected |