qmca
0.0.20
Main Page
Classes
Files
File List
File Members
qmca
epicsintegerinput.h
Go to the documentation of this file.
1
#ifndef EPICSINTEGERINPUT_H
2
#define EPICSINTEGERINPUT_H
3
4
#include <QSpinBox>
5
6
class
EpicsInteger
;
7
8
class
EpicsIntegerInput
:
public
QSpinBox
9
{
10
Q_OBJECT;
11
12
public
:
13
EpicsIntegerInput
(
EpicsInteger
*var, QWidget *parent=0);
14
virtual
~EpicsIntegerInput
();
15
16
public
slots:
17
void
changeEpicsInteger
();
18
19
private
:
20
EpicsInteger
*
m_EpicsInteger
;
21
};
22
23
#endif
EpicsIntegerInput::m_EpicsInteger
EpicsInteger * m_EpicsInteger
Definition:
epicsintegerinput.h:20
EpicsIntegerInput
Definition:
epicsintegerinput.h:8
EpicsIntegerInput::EpicsIntegerInput
EpicsIntegerInput(EpicsInteger *var, QWidget *parent=0)
Definition:
epicsintegerinput.cpp:6
EpicsInteger
Definition:
epicsinteger.h:7
EpicsIntegerInput::changeEpicsInteger
void changeEpicsInteger()
Definition:
epicsintegerinput.cpp:24
EpicsIntegerInput::~EpicsIntegerInput
virtual ~EpicsIntegerInput()
Definition:
epicsintegerinput.cpp:20
Generated by
1.8.6