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 191 of file VP1Prioritiser.cxx.
|
virtual |
double VP1Prioritiser::beginTiming_Refresh | ( | IVP1System * | s | ) |
Definition at line 242 of file VP1Prioritiser.cxx.
|
slot |
Definition at line 305 of file VP1Prioritiser.cxx.
|
slot |
Definition at line 319 of file VP1Prioritiser.cxx.
double VP1Prioritiser::elapsedTiming_Refresh | ( | ) |
Definition at line 253 of file VP1Prioritiser.cxx.
double VP1Prioritiser::endTiming_Refresh | ( | ) |
Definition at line 259 of file VP1Prioritiser.cxx.
double VP1Prioritiser::estimateRemainingCalcTime | ( | ) | const |
Definition at line 230 of file VP1Prioritiser.cxx.
QList< IVP1System * > VP1Prioritiser::getSystemsToEraseByPriority | ( | ) |
Definition at line 218 of file VP1Prioritiser.cxx.
IVP1System * VP1Prioritiser::nextErasedActiveSystemByPriority | ( | ) |
Definition at line 208 of file VP1Prioritiser.cxx.
|
private |
|
slot |
Definition at line 289 of file VP1Prioritiser.cxx.
|
private |
Definition at line 46 of file VP1Prioritiser.h.