qmca
0.0.20
|
#include <epicsintegercheckbox.h>
Public Slots | |
void | changeEpicsInteger () |
void | setValue (int val) |
Public Member Functions | |
EpicsIntegerCheckBox (EpicsInteger *var, QWidget *parent=0) | |
virtual | ~EpicsIntegerCheckBox () |
int | value () |
Private Attributes | |
EpicsInteger * | m_EpicsInteger |
Definition at line 9 of file epicsintegercheckbox.h.
EpicsIntegerCheckBox::EpicsIntegerCheckBox | ( | EpicsInteger * | var, |
QWidget * | parent = 0 |
||
) |
Definition at line 4 of file epicsintegercheckbox.cpp.
References changeEpicsInteger(), m_EpicsInteger, setValue(), EpicsObject::toolTip(), and EpicsInteger::value().
|
virtual |
Definition at line 15 of file epicsintegercheckbox.cpp.
|
slot |
Definition at line 24 of file epicsintegercheckbox.cpp.
References m_EpicsInteger, and value().
Referenced by EpicsIntegerCheckBox().
|
slot |
Definition at line 29 of file epicsintegercheckbox.cpp.
Referenced by EpicsIntegerCheckBox().
int EpicsIntegerCheckBox::value | ( | ) |
Definition at line 19 of file epicsintegercheckbox.cpp.
Referenced by changeEpicsInteger().
|
private |
Definition at line 24 of file epicsintegercheckbox.h.
Referenced by changeEpicsInteger(), and EpicsIntegerCheckBox().