#include <epicsdoubleinput.h>
Definition at line 9 of file epicsdoubleinput.h.
EpicsDoubleInput::EpicsDoubleInput |
( |
EpicsDouble * |
var, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
Definition at line 9 of file epicsdoubleinput.cpp.
10 : QDoubleSpinBox(parent),
13 qRegisterMetaType<dbr_gr_double>();
16 connect(
m_EpicsDouble, SIGNAL(valueChanged(
double)),
this, SLOT(setValue(
double)));
17 connect(
m_EpicsDouble, SIGNAL(valueGraphicChanged(dbr_gr_double)),
20 printf(
"EpicsDoubleInput::EpicsDoubleInput (%s -> %g)\n",
EpicsDoubleInput::~EpicsDoubleInput |
( |
| ) |
|
|
virtual |
void EpicsDoubleInput::changeEpicsDouble |
( |
| ) |
|
|
slot |
void EpicsDoubleInput::setGraphicValue |
( |
dbr_gr_double |
val | ) |
|
|
slot |
Definition at line 36 of file epicsdoubleinput.cpp.
38 double lowlim = val.lower_disp_limit;
39 double hilim = val.upper_disp_limit;
The documentation for this class was generated from the following files: