Rabbit Remote Control 0.0.35
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
CHookWindows Class Reference
Inheritance diagram for CHookWindows:
CHook

Public Member Functions

 CHookWindows (CParameterClient *pParaClient, QObject *parent=nullptr)
 
virtual int RegisterKeyboard () override
 
virtual int UnRegisterKeyboard () override
 
- Public Member Functions inherited from CHook
virtual bool eventFilter (QObject *watched, QEvent *event) override
 

Private Member Functions

void DisableTaskManager (bool flag)
 

Static Private Member Functions

static LRESULT CALLBACK keyboardHookProc (INT code, WPARAM wparam, LPARAM lparam)
 

Private Attributes

HHOOK m_hKeyboard
 

Additional Inherited Members

- Static Public Member Functions inherited from CHook
static CHookGetHook (CParameterClient *pParaClient, QObject *parent=nullptr)
 
- Protected Member Functions inherited from CHook
 CHook (CParameterClient *pParaClient, QObject *parent=nullptr)
 
- Protected Attributes inherited from CHook
CParameterClientm_pParameterClient
 

Detailed Description

Definition at line 7 of file HookWindows.h.

Constructor & Destructor Documentation

◆ ~CHookWindows()

CHookWindows::~CHookWindows ( )
virtual

Definition at line 20 of file HookWindows.cpp.

Member Function Documentation

◆ DisableTaskManager()

void CHookWindows::DisableTaskManager ( bool  flag)
private

Definition at line 218 of file HookWindows.cpp.

◆ keyboardHookProc()

LRESULT CALLBACK CHookWindows::keyboardHookProc ( INT  code,
WPARAM  wparam,
LPARAM  lparam 
)
staticprivate

Definition at line 26 of file HookWindows.cpp.

◆ RegisterKeyboard()

int CHookWindows::RegisterKeyboard ( )
overridevirtual

Reimplemented from CHook.

Definition at line 123 of file HookWindows.cpp.

◆ UnRegisterKeyboard()

int CHookWindows::UnRegisterKeyboard ( )
overridevirtual

Reimplemented from CHook.

Definition at line 161 of file HookWindows.cpp.

Member Data Documentation

◆ m_hKeyboard

HHOOK CHookWindows::m_hKeyboard
private

Definition at line 20 of file HookWindows.h.


The documentation for this class was generated from the following files: