50 using namespace XDISPLIB;
51 using namespace XMEASLIB;
61 , m_pNumeric(pNumeric)
80 ui.m_qLcdNumber_Value->display(m_pNumeric->getValue());
88 ui.m_qLabel_Caption->setText(m_pNumeric->getName());
89 ui.m_qLabel_Unit->setText(m_pNumeric->getUnit());
The Subject class provides the base class of every subject of the observer design pattern...
Contains the declaration of the Numeric class.