![]() |
![]() |
#include <Fireworks/Core/interface/FWGeometryTableViewManager.h>
Public Member Functions | |
FWViewBase * | buildView (TEveWindowSlot *iParent, const std::string &type) |
virtual void | colorsChanged () |
FWGeometryTableViewManager (FWGUIManager *, std::string fileName) | |
TList * | getListOfVolumes () const |
TGeoNode * | getTopTGeoNode () |
virtual void | newItem (const FWEventItem *) |
virtual FWTypeToRepresentations | supportedTypesAndRepresentations () const |
virtual | ~FWGeometryTableViewManager () |
![]() | |
void | colorsChangedSlot () |
const fireworks::Context & | context () const |
virtual void | eventBegin () |
virtual void | eventEnd () |
void | modelChangesComingSlot () |
void | modelChangesDoneSlot () |
void | setChangeManager (FWModelChangeManager *iCM) |
void | setColorManager (FWColorManager *iCM) |
virtual void | setContext (const fireworks::Context *x) |
virtual | ~FWViewManagerBase () |
Static Public Member Functions | |
static TGeoManager * | getGeoMangeur () |
Protected Member Functions | |
virtual void | modelChangesComing () |
virtual void | modelChangesDone () |
![]() | |
FWModelChangeManager & | changeManager () const |
FWColorManager & | colorManager () const |
void * | createInstanceOf (const TClass *iBaseClass, const char *iNameOfClass) |
FWViewManagerBase () | |
Protected Attributes | |
std::vector< boost::shared_ptr < FWGeometryTableView > > | m_views |
Private Member Functions | |
void | beingDestroyed (const FWViewBase *iView) |
FWGeometryTableViewManager (const FWGeometryTableViewManager &) | |
void | initGeoManager () |
const FWGeometryTableViewManager & | operator= (const FWGeometryTableViewManager &) |
Private Attributes | |
std::string | m_fileName |
Static Private Attributes | |
static TGeoManager * | s_geoManager = 0 |
Description: [one line class summary]
Usage: <usage>
Definition at line 30 of file FWGeometryTableViewManager.h.
FWGeometryTableViewManager::FWGeometryTableViewManager | ( | FWGUIManager * | iGUIMgr, |
std::string | fileName | ||
) |
Definition at line 29 of file FWGeometryTableViewManager.cc.
References buildView(), f, FWViewType::idToName(), FWViewType::kGeometryTable, and FWGUIManager::registerViewBuilder().
|
virtual |
Definition at line 38 of file FWGeometryTableViewManager.cc.
|
private |
|
private |
Definition at line 59 of file FWGeometryTableViewManager.cc.
References m_views.
Referenced by buildView().
class FWViewBase * FWGeometryTableViewManager::buildView | ( | TEveWindowSlot * | iParent, |
const std::string & | type | ||
) |
Definition at line 44 of file FWGeometryTableViewManager.cc.
References beingDestroyed(), FWViewManagerBase::colorManager(), initGeoManager(), m_views, and s_geoManager.
Referenced by FWGeometryTableViewManager().
|
virtual |
Implements FWViewManagerBase.
Definition at line 70 of file FWGeometryTableViewManager.cc.
References m_views.
|
inlinestatic |
Definition at line 46 of file FWGeometryTableViewManager.h.
References s_geoManager.
Referenced by FWGeoTopNode::Paint(), FWGeometryTableManager::setVisibility(), and FWGeometryTableManager::setVisibilityChld().
TList* FWGeometryTableViewManager::getListOfVolumes | ( | ) | const |
TGeoNode* FWGeometryTableViewManager::getTopTGeoNode | ( | ) |
|
private |
Definition at line 80 of file FWGeometryTableViewManager.cc.
References mergeVDriftHistosByStation::file, fwLog, fwlog::kError, m_fileName, and s_geoManager.
Referenced by buildView().
|
inlineprotectedvirtual |
called when models have changed and so the display must be updated
Implements FWViewManagerBase.
Definition at line 50 of file FWGeometryTableViewManager.h.
|
inlineprotectedvirtual |
|
inlinevirtual |
|
private |
|
inlinevirtual |
|
private |
Definition at line 61 of file FWGeometryTableViewManager.h.
Referenced by initGeoManager().
|
protected |
Definition at line 53 of file FWGeometryTableViewManager.h.
Referenced by beingDestroyed(), buildView(), and colorsChanged().
|
staticprivate |
Definition at line 60 of file FWGeometryTableViewManager.h.
Referenced by buildView(), getGeoMangeur(), and initGeoManager().