![]() |
ATLAS Offline Software
|
#include <VP1Prioritiser.h>
Classes | |
| class | Imp |
Public Slots | |
| void | visibleChannelsChanged (const QSet< IVP1ChannelWidget * > &vis, const QSet< IVP1ChannelWidget * > &soonvis, const double &soonvisbonus) |
| void | channelCreated (IVP1ChannelWidget *) |
| void | channelUncreated (IVP1ChannelWidget *) |
Public Member Functions | |
| VP1Prioritiser (QObject *parent) | |
| virtual | ~VP1Prioritiser () |
| double | beginTiming_Refresh (IVP1System *) |
| double | elapsedTiming_Refresh () |
| double | endTiming_Refresh () |
| IVP1System * | nextErasedActiveSystemByPriority () |
| QList< IVP1System * > | getSystemsToEraseByPriority () |
| double | estimateRemainingCalcTime () const |
Private Member Functions | |
| void | setupSysItr (IVP1ChannelWidget *cw) |
Private Attributes | |
| Imp * | m_d |
Definition at line 22 of file VP1Prioritiser.h.
| VP1Prioritiser::VP1Prioritiser | ( | QObject * | parent | ) |
Definition at line 194 of file VP1Prioritiser.cxx.
|
virtual |
Definition at line 204 of file VP1Prioritiser.cxx.
| double VP1Prioritiser::beginTiming_Refresh | ( | IVP1System * | s | ) |
Definition at line 245 of file VP1Prioritiser.cxx.
|
slot |
Definition at line 308 of file VP1Prioritiser.cxx.
|
slot |
Definition at line 322 of file VP1Prioritiser.cxx.
| double VP1Prioritiser::elapsedTiming_Refresh | ( | ) |
Definition at line 256 of file VP1Prioritiser.cxx.
| double VP1Prioritiser::endTiming_Refresh | ( | ) |
| double VP1Prioritiser::estimateRemainingCalcTime | ( | ) | const |
Definition at line 233 of file VP1Prioritiser.cxx.
| QList< IVP1System * > VP1Prioritiser::getSystemsToEraseByPriority | ( | ) |
Definition at line 221 of file VP1Prioritiser.cxx.
| IVP1System * VP1Prioritiser::nextErasedActiveSystemByPriority | ( | ) |
Definition at line 211 of file VP1Prioritiser.cxx.
|
private |
Definition at line 274 of file VP1Prioritiser.cxx.
|
slot |
|
private |
Definition at line 46 of file VP1Prioritiser.h.