qmca  0.0.20
Public Member Functions | Private Attributes | List of all members
PowerSupplyGroup Class Reference

#include <powersupplygroup.h>

Inheritance diagram for PowerSupplyGroup:
Inheritance graph

Public Member Functions

 PowerSupplyGroup (QObject *parent)
 
virtual ~PowerSupplyGroup ()
 
void append (EpicsPowerSupply *hvps)
 

Private Attributes

QList< EpicsPowerSupply * > m_PowerSupplyList
 

Detailed Description

Definition at line 9 of file powersupplygroup.h.

Constructor & Destructor Documentation

PowerSupplyGroup::PowerSupplyGroup ( QObject *  parent)

Definition at line 4 of file powersupplygroup.cpp.

5  : QObject(parent)
6 {
7 }
PowerSupplyGroup::~PowerSupplyGroup ( )
virtual

Definition at line 9 of file powersupplygroup.cpp.

References m_PowerSupplyList.

10 {
11  while (!m_PowerSupplyList.isEmpty()) {
12  delete m_PowerSupplyList.takeFirst();
13  }
14 }
QList< EpicsPowerSupply * > m_PowerSupplyList

Member Function Documentation

void PowerSupplyGroup::append ( EpicsPowerSupply hvps)

Definition at line 16 of file powersupplygroup.cpp.

References m_PowerSupplyList.

17 {
18  m_PowerSupplyList.append(hvps);
19 }
QList< EpicsPowerSupply * > m_PowerSupplyList

Member Data Documentation

QList<EpicsPowerSupply*> PowerSupplyGroup::m_PowerSupplyList
private

Definition at line 20 of file powersupplygroup.h.

Referenced by append(), and ~PowerSupplyGroup().


The documentation for this class was generated from the following files: