qmca
0.0.20
|
#include <powersupplygroup.h>
Public Member Functions | |
PowerSupplyGroup (QObject *parent) | |
virtual | ~PowerSupplyGroup () |
void | append (EpicsPowerSupply *hvps) |
Private Attributes | |
QList< EpicsPowerSupply * > | m_PowerSupplyList |
Definition at line 9 of file powersupplygroup.h.
PowerSupplyGroup::PowerSupplyGroup | ( | QObject * | parent | ) |
Definition at line 4 of file powersupplygroup.cpp.
|
virtual |
Definition at line 9 of file powersupplygroup.cpp.
References m_PowerSupplyList.
void PowerSupplyGroup::append | ( | EpicsPowerSupply * | hvps | ) |
Definition at line 16 of file powersupplygroup.cpp.
References m_PowerSupplyList.
|
private |
Definition at line 20 of file powersupplygroup.h.
Referenced by append(), and ~PowerSupplyGroup().