qpidctrl  0.7.1
Public Slots | Public Member Functions | Private Attributes | List of all members
QLakeshoreDeviceDialog Class Reference

#include <qlakeshoredevicedialog.h>

Inheritance diagram for QLakeshoreDeviceDialog:
Inheritance graph

Public Slots

void accept ()
 

Public Member Functions

 QLakeshoreDeviceDialog (QLakeshoreDeviceWPtr device)
 
 ~QLakeshoreDeviceDialog ()
 

Private Attributes

Ui::QLakeshoreDeviceDialog * ui
 
QLakeshoreDeviceWPtr m_Device
 

Detailed Description

Definition at line 11 of file qlakeshoredevicedialog.h.

Constructor & Destructor Documentation

QLakeshoreDeviceDialog::QLakeshoreDeviceDialog ( QLakeshoreDeviceWPtr  device)
explicit

Definition at line 6 of file qlakeshoredevicedialog.cpp.

References m_Device, and ui.

6  :
7  QDialog(),
8  ui(new Ui::QLakeshoreDeviceDialog),
9  m_Device(device)
10 {
11  ui->setupUi(this);
12 
14 
15  if (dev) {
16  ui->m_PidDeviceSettings->setDevice(dev);
17  }
18 }
Ui::QLakeshoreDeviceDialog * ui
QLakeshoreDeviceWPtr m_Device
QSharedPointer< QLakeshoreDevice > QLakeshoreDevicePtr
QLakeshoreDeviceDialog::~QLakeshoreDeviceDialog ( )

Definition at line 20 of file qlakeshoredevicedialog.cpp.

References ui.

21 {
22  delete ui;
23 }
Ui::QLakeshoreDeviceDialog * ui

Member Function Documentation

void QLakeshoreDeviceDialog::accept ( )
slot

Definition at line 25 of file qlakeshoredevicedialog.cpp.

References DEBUG_LAKESHORE, m_Device, and ui.

26 {
28 
29  if (dev) {
30  if (qcepDebug(DEBUG_LAKESHORE)) {
31  dev->printMessage("QLakeshoreDeviceDialog::accept");
32  }
33 
34  ui->m_PidDeviceSettings->accept();
35  }
36 
37  QDialog::accept();
38 }
Ui::QLakeshoreDeviceDialog * ui
QLakeshoreDeviceWPtr m_Device
QSharedPointer< QLakeshoreDevice > QLakeshoreDevicePtr

Member Data Documentation

QLakeshoreDeviceWPtr QLakeshoreDeviceDialog::m_Device
private

Definition at line 24 of file qlakeshoredevicedialog.h.

Referenced by accept(), and QLakeshoreDeviceDialog().

Ui::QLakeshoreDeviceDialog* QLakeshoreDeviceDialog::ui
private

The documentation for this class was generated from the following files: