Rabbit Remote Control 0.0.35
|
The class is the HOOK abstract class. More...
#include <Hook.h>
Public Member Functions | |
virtual int | RegisterKeyboard () |
virtual int | UnRegisterKeyboard () |
virtual bool | eventFilter (QObject *watched, QEvent *event) override |
Static Public Member Functions | |
static CHook * | GetHook (CParameterClient *pParaClient, QObject *parent=nullptr) |
Protected Member Functions | |
CHook (CParameterClient *pParaClient, QObject *parent=nullptr) | |
Protected Attributes | |
CParameterClient * | m_pParameterClient |
The class is the HOOK abstract class.
Call CHook::GetHook get a instance of the class.
|
overridevirtual |
|
static |
|
protected |