#include <FWTriggerTableViewManager.h>
Public Member Functions | |
void | addTo (FWConfiguration &) const |
FWViewBase * | buildView (TEveWindowSlot *iParent, const std::string &type) |
FWTriggerTableViewManager (FWGUIManager *) | |
virtual void | newItem (const FWEventItem *) |
void | setFrom (const FWConfiguration &) |
virtual FWTypeToRepresentations | supportedTypesAndRepresentations () const |
virtual | ~FWTriggerTableViewManager () |
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 | |
virtual void | colorsChanged () |
virtual void | eventEnd () |
FWTriggerTableViewManager () | |
virtual void | modelChangesComing () |
virtual void | modelChangesDone () |
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().
|
virtual |
Definition at line 40 of file FWTriggerTableViewManager.cc.
|
protected |
|
private |
|
inlinevirtual |
|
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().
|
protectedvirtual |
Implements FWViewManagerBase.
Definition at line 78 of file FWTriggerTableViewManager.cc.
References FWViewManagerBase::colorManager(), and m_views.
|
protectedvirtual |
Reimplemented from FWViewManagerBase.
Definition at line 89 of file FWTriggerTableViewManager.cc.
References m_views.
|
inlineprotectedvirtual |
called when models have changed and so the display must be updated
Implements FWViewManagerBase.
Definition at line 43 of file FWTriggerTableViewManager.h.
|
inlineprotectedvirtual |
|
inlinevirtual |
|
private |
|
inlinevirtual |
|
inlinevirtual |
|
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().