15 #include <boost/bind.hpp>
17 #include "TEveManager.h"
40 m_colorManager(iColorM)
78 iManager->newItem(it->second);
93 for(std::vector<boost::shared_ptr<FWViewManagerBase> >::iterator itVM =
m_viewManagers.begin();
96 (*itVM)->newItem(iItem);
103 std::map<std::string, const FWEventItem*>::iterator itr =
116 for(std::vector<boost::shared_ptr<FWViewManagerBase> >::const_iterator itVM =
m_viewManagers.begin();
128 gEve->DisableRedraw();
129 for ( std::vector<boost::shared_ptr<FWViewManagerBase> >::iterator
i =
m_viewManagers.begin();
137 for ( std::vector<boost::shared_ptr<FWViewManagerBase> >::iterator
i =
m_viewManagers.begin();
140 gEve->EnableRedraw();
void registerEventItem(const FWEventItem *iItem)
void removeEventItem(const FWEventItem *iItem)
const std::string & name() const
FWItemChangeSignal goingToBeDestroyed_
void insert(const FWTypeToRepresentations &)
FWTypeToRepresentations supportedTypesAndRepresentations() const
FWModelChangeManager * m_changeManager
FWViewManagerManager(FWModelChangeManager *, FWColorManager *)
std::map< std::string, const FWEventItem * > m_typeToItems
void add(boost::shared_ptr< FWViewManagerBase >)
FWColorManager * m_colorManager
std::vector< boost::shared_ptr< FWViewManagerBase > > m_viewManagers
virtual ~FWViewManagerManager()