Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Client
Hook.h
1
// Author: Kang Lin <kl222@126.com>
2
3
#ifndef CHOOK_H
4
#define CHOOK_H
5
6
#include <QObject>
7
13
class
CHook
:
public
QObject
14
{
15
16
public
:
17
explicit
CHook
(QObject *parent =
nullptr
);
18
virtual
~CHook
();
19
20
static
CHook
* GetHook(QObject *parent =
nullptr
);
21
22
virtual
int
RegisterKeyboard() = 0;
23
virtual
int
UnRegisterKeyboard() = 0;
24
};
25
26
#endif
// CHOOK_H
CHook
The class is the HOOK abstract class.
Definition
Hook.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力