qpidctrl
0.7.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
qpidctrl-code
qlakeshoredevicedialog.h
Go to the documentation of this file.
1
#ifndef QLAKESHOREDEVICEDIALOG_H
2
#define QLAKESHOREDEVICEDIALOG_H
3
4
#include <QDialog>
5
#include "
qlakeshoredevice-ptr.h
"
6
7
namespace
Ui {
8
class
QLakeshoreDeviceDialog
;
9
}
10
11
class
QLakeshoreDeviceDialog
:
public
QDialog
12
{
13
Q_OBJECT
14
15
public
:
16
explicit
QLakeshoreDeviceDialog
(
QLakeshoreDeviceWPtr
device);
17
~QLakeshoreDeviceDialog
();
18
19
public
slots:
20
void
accept
();
21
22
private
:
23
Ui::QLakeshoreDeviceDialog *
ui
;
24
QLakeshoreDeviceWPtr
m_Device
;
25
};
26
27
#endif // QLAKESHOREDEVICEDIALOG_H
QLakeshoreDeviceDialog::ui
Ui::QLakeshoreDeviceDialog * ui
Definition:
qlakeshoredevicedialog.h:23
QLakeshoreDeviceDialog
Definition:
qlakeshoredevicedialog.h:11
QLakeshoreDeviceDialog::m_Device
QLakeshoreDeviceWPtr m_Device
Definition:
qlakeshoredevicedialog.h:24
QLakeshoreDeviceDialog::QLakeshoreDeviceDialog
QLakeshoreDeviceDialog(QLakeshoreDeviceWPtr device)
Definition:
qlakeshoredevicedialog.cpp:6
QLakeshoreDeviceDialog::accept
void accept()
Definition:
qlakeshoredevicedialog.cpp:25
QLakeshoreDeviceDialog::~QLakeshoreDeviceDialog
~QLakeshoreDeviceDialog()
Definition:
qlakeshoredevicedialog.cpp:20
QLakeshoreDeviceWPtr
QWeakPointer< QLakeshoreDevice > QLakeshoreDeviceWPtr
Definition:
qlakeshoredevice-ptr.h:9
qlakeshoredevice-ptr.h
Generated by
1.8.6