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