39 std::shared_ptr<FWTriggerTableView>
view;
46 view->setProcessList(&(
context().metadataManager()->processNamesInJob()));
49 m_views.push_back(std::shared_ptr<FWTriggerTableView>(
view));
58 if (
it->get() == iView) {
86 (*it)->setProcessList(&(
context().metadataManager()->processNamesInJob()));
std::vector< std::shared_ptr< FWTriggerTableView > > m_views
void beingDestroyed(const FWViewBase *)
FWColorManager & colorManager() const
FWViewBase * buildView(TEveWindowSlot *iParent, const std::string &type)
void colorsChanged() override
void registerViewBuilder(const std::string &iName, ViewBuildFunctor &iBuilder)
static std::string sName[kTypeSize]
FWTriggerTableViewManager()
std::function< FWViewBase *(TEveWindowSlot *, const std::string &)> ViewBuildFunctor
static const std::string & idToName(int)
~FWTriggerTableViewManager() override
const fireworks::Context & context() const