qmca
0.0.20
|
#include <powersupplycontrolpanel.h>
Public Member Functions | |
PowerSupplyControlPanel (QWidget *parent) | |
virtual | ~PowerSupplyControlPanel () |
void | append (EpicsPowerSupply *hvps) |
Private Attributes | |
QGridLayout * | m_GridLayout |
QList< EpicsPowerSupply * > | m_PowerSupplyList |
Definition at line 12 of file powersupplycontrolpanel.h.
PowerSupplyControlPanel::PowerSupplyControlPanel | ( | QWidget * | parent | ) |
Definition at line 8 of file powersupplycontrolpanel.cpp.
References m_GridLayout.
|
virtual |
Definition at line 23 of file powersupplycontrolpanel.cpp.
void PowerSupplyControlPanel::append | ( | EpicsPowerSupply * | hvps | ) |
Definition at line 27 of file powersupplycontrolpanel.cpp.
References EpicsPowerSupply::enabled(), m_GridLayout, m_PowerSupplyList, EpicsObject::pvName(), and EpicsPowerSupply::voltage().
|
private |
Definition at line 23 of file powersupplycontrolpanel.h.
Referenced by append(), and PowerSupplyControlPanel().
|
private |
Definition at line 24 of file powersupplycontrolpanel.h.
Referenced by append().