Rabbit Remote Control
0.0.36
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
c
d
e
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
c
d
e
g
i
l
n
o
p
q
r
s
t
v
w
~
Variables
Enumerations
Enumerator
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
Plugins
WakeOnLan
FrmWakeOnLan.h
1
#ifndef FRMWAKEONLAN_H
2
#define FRMWAKEONLAN_H
3
4
#include <QWidget>
5
6
#include "WakeOnLanModel.h"
7
8
namespace
Ui
{
9
class
CFrmWakeOnLan
;
10
}
11
12
class
CFrmWakeOnLan
:
public
QWidget
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
CFrmWakeOnLan
(
CWakeOnLanModel
* pModel,
18
QWidget *parent =
nullptr
);
19
~CFrmWakeOnLan
();
20
QModelIndex GetCurrentIndex();
21
QModelIndexList GetSelect();
22
public
Q_SLOTS:
23
void
slotRemoveRow();
24
Q_SIGNALS:
30
void
sigViewerFocusIn
(QWidget* pView);
31
private
:
32
Ui::CFrmWakeOnLan *ui;
33
34
// QObject interface
35
public
:
36
virtual
bool
eventFilter(QObject *watched, QEvent *event)
override
;
37
};
12
class
CFrmWakeOnLan
:
public
QWidget {
…
};
38
39
#endif
// FRMWAKEONLAN_H
CFrmWakeOnLan
Definition
FrmWakeOnLan.h:13
CFrmWakeOnLan::sigViewerFocusIn
void sigViewerFocusIn(QWidget *pView)
The view is focus.
CWakeOnLanModel
Definition
WakeOnLanModel.h:11
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力