Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Channel
ICE
FrmParameterICE.h
1
2
3
#ifndef CFRMPARAMETERICE_H
4
#define CFRMPARAMETERICE_H
5
6
#include <QWidget>
7
#include "ParameterICE.h"
8
9
namespace
Ui
{
10
class
CFrmParameterICE
;
11
}
12
23
class
CFrmParameterICE
:
public
QWidget
24
{
25
Q_OBJECT
26
27
public
:
28
explicit
CFrmParameterICE
(
CParameterICE
*para =
nullptr
,
29
QWidget* parent =
nullptr
);
30
virtual
~CFrmParameterICE
();
31
33
public
Q_SLOTS:
37
void
slotAccept
();
39
40
private
slots:
41
void
slotConnected
();
42
void
slotDisconnected();
43
void
slotError(
int
nError,
const
QString& szError);
44
45
void
on_cbEnableICE_stateChanged(
int
arg1);
46
void
on_pbConnect_clicked(
bool
checked);
47
void
on_leSignalName_editingFinished();
48
49
private
:
50
void
Init();
51
void
EnableCompone(
bool
bEnable);
52
void
SetConnectButton(
bool
bConnected);
53
54
Ui::CFrmParameterICE *ui;
55
CParameterICE
* m_pParameters;
56
};
57
58
#endif
// CFRMPARAMETERICE_H
CFrmParameterICE
Set parameter dialog.
Definition
FrmParameterICE.h:24
CFrmParameterICE::slotConnected
void slotConnected()
[Accept parameters]
Definition
FrmParameterICE.cpp:128
CFrmParameterICE::slotAccept
void slotAccept()
[Accept parameters]
Definition
FrmParameterICE.cpp:46
CParameterICE
ICE parameter helper class.
Definition
ParameterICE.h:20
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力