Rabbit Remote Control
0.0.34
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
TigerVnc
Client
DlgGetUserPasswordVNC.h
1
#ifndef DLGGETUSERPASSWORD_H
2
#define DLGGETUSERPASSWORD_H
3
4
#include <QDialog>
5
#include "ConnecterVnc.h"
6
7
namespace
Ui
{
8
class
CDlgGetPasswordVNC
;
9
}
10
11
class
CDlgGetPasswordVNC
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
CDlgGetPasswordVNC
(QWidget *parent =
nullptr
);
17
virtual
~CDlgGetPasswordVNC
();
18
CDlgGetPasswordVNC
(
const
CDlgGetPasswordVNC
& dlg);
19
20
Q_INVOKABLE
void
SetContext(
void
* pContext);
21
Q_INVOKABLE
void
SetConnecter(
CConnecter
*pConnecter);
22
23
private
slots:
24
void
on_pbOK_clicked();
25
void
on_pbCancel_clicked();
26
27
private
:
28
Ui::CDlgGetPasswordVNC *ui;
29
CConnecterVnc
* m_pConnecter;
30
CParameterVnc
* m_pParameter;
31
};
11
class
CDlgGetPasswordVNC
:
public
QDialog {
…
};
32
Q_DECLARE_METATYPE(
CDlgGetPasswordVNC
)
33
34
#endif
// DLGGETUSERPASSWORD_H
CConnecterVnc
Definition
ConnecterVnc.h:12
CConnecter
Connecter interface.
Definition
Connecter.h:62
CDlgGetPasswordVNC
Definition
DlgGetUserPasswordVNC.h:12
CParameterVnc
Definition
ParameterVnc.h:8
Ui
Definition
FrmFullScreenToolBar.h:14
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力