#include <FWTriggerTableViewManager.h>
Public Member Functions | |
void | addTo (FWConfiguration &) const override |
FWViewBase * | buildView (TEveWindowSlot *iParent, const std::string &type) |
FWTriggerTableViewManager (FWGUIManager *) | |
void | newItem (const FWEventItem *) override |
void | setFrom (const FWConfiguration &) override |
FWTypeToRepresentations | supportedTypesAndRepresentations () const override |
~FWTriggerTableViewManager () override | |
Public Member Functions inherited from FWViewManagerBase | |
void | colorsChangedSlot () |
const fireworks::Context & | context () const |
virtual void | eventBegin () |
void | modelChangesComingSlot () |
void | modelChangesDoneSlot () |
void | setChangeManager (FWModelChangeManager *iCM) |
void | setColorManager (FWColorManager *iCM) |
virtual void | setContext (const fireworks::Context *x) |
virtual | ~FWViewManagerBase () |
Public Member Functions inherited from FWConfigurable | |
FWConfigurable () | |
virtual | ~FWConfigurable () |
Protected Member Functions | |
void | colorsChanged () override |
void | eventEnd () override |
FWTriggerTableViewManager () | |
void | modelChangesComing () override |
void | modelChangesDone () override |
void | updateProcessList () |
Protected Member Functions inherited from FWViewManagerBase | |
FWModelChangeManager & | changeManager () const |
FWColorManager & | colorManager () const |
void * | createInstanceOf (const TClass *iBaseClass, const char *iNameOfClass) |
FWViewManagerBase () | |
Protected Attributes | |
std::vector< std::shared_ptr< FWTriggerTableView > > | m_views |
Private Member Functions | |
void | beingDestroyed (const FWViewBase *) |
FWTriggerTableViewManager (const FWTriggerTableViewManager &) | |
const FWTriggerTableViewManager & | operator= (const FWTriggerTableViewManager &) |
Definition at line 21 of file FWTriggerTableViewManager.h.
FWTriggerTableViewManager::FWTriggerTableViewManager | ( | FWGUIManager * | iGUIMgr | ) |
Definition at line 30 of file FWTriggerTableViewManager.cc.
References buildView(), f, FWViewType::idToName(), FWViewType::kTableHLT, FWViewType::kTableL1, and FWGUIManager::registerViewBuilder().
|
override |
Definition at line 40 of file FWTriggerTableViewManager.cc.
|
protected |
|
private |
|
inlineoverridevirtual |
|
private |
Definition at line 64 of file FWTriggerTableViewManager.cc.
References m_views.
Referenced by buildView().
class FWViewBase * FWTriggerTableViewManager::buildView | ( | TEveWindowSlot * | iParent, |
const std::string & | type | ||
) |
Definition at line 45 of file FWTriggerTableViewManager.cc.
References beingDestroyed(), FWViewManagerBase::colorManager(), FWViewManagerBase::context(), FWViewType::kTableHLT, m_views, and FWViewType::sName.
Referenced by FWTriggerTableViewManager().
|
overrideprotectedvirtual |
Implements FWViewManagerBase.
Definition at line 78 of file FWTriggerTableViewManager.cc.
References FWViewManagerBase::colorManager(), and m_views.
|
overrideprotectedvirtual |
Reimplemented from FWViewManagerBase.
Definition at line 89 of file FWTriggerTableViewManager.cc.
References m_views.
|
inlineoverrideprotectedvirtual |
called when models have changed and so the display must be updated
Implements FWViewManagerBase.
Definition at line 43 of file FWTriggerTableViewManager.h.
|
inlineoverrideprotectedvirtual |
|
inlineoverridevirtual |
|
private |
|
inlineoverridevirtual |
Implements FWConfigurable.
Definition at line 34 of file FWTriggerTableViewManager.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverridevirtual |
|
protected |
Definition at line 100 of file FWTriggerTableViewManager.cc.
References FWViewManagerBase::context(), and m_views.
|
protected |
Definition at line 51 of file FWTriggerTableViewManager.h.
Referenced by beingDestroyed(), buildView(), colorsChanged(), eventEnd(), and updateProcessList().