CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Private Types | Private Member Functions | Private Attributes | Static Private Attributes
FWGUIManager Class Reference

#include <Fireworks/Core/interface/FWGUIManager.h>

Inheritance diagram for FWGUIManager:
FWConfigurable

Public Types

typedef std::map< std::string,
ViewBuildFunctor
NameToViewBuilder
 
typedef boost::function2
< FWViewBase *, TEveWindowSlot
*, const std::string & > 
ViewBuildFunctor
 

Public Member Functions

void addData ()
 
void addTo (FWConfiguration &) const
 
void checkSubviewAreaIconState (TEveWindow *)
 
void clearStatus ()
 
void connectSubviewAreaSignals (FWGUISubviewArea *)
 
void createEDIFrame ()
 
void createHelpGLPopup ()
 
void createHelpPopup ()
 
TGVerticalFrame * createList (TGCompositeFrame *p)
 
void createModelPopup ()
 
void createShortcutPopup ()
 
ViewMap_i createView (const std::string &iName, TEveWindowSlot *slot=0)
 
void createViews (TEveWindowSlot *slot)
 
void disableNext ()
 
void disablePrevious ()
 
void enableActions (bool enable=true)
 
void eventChangedCallback ()
 
void eventIdChanged ()
 
void evePreTerminate ()
 
void exportAllViews (const std::string &format, int height)
 
void exportImageOfMainView ()
 
void exportImagesOfAllViews ()
 
void filterButtonClicked ()
 
 FWGUIManager (fireworks::Context *ctx, const FWViewManagerManager *iVMMgr, FWNavigatorBase *navigator)
 
CSGActiongetAction (const std::string name)
 
const edm::EventBasegetCurrentEvent () const
 
CmsShowMainFramegetMainFrame () const
 
void initEmpty ()
 
CSGContinuousActionloopAction ()
 
void lumiIdChanged ()
 
void newViewSlot (const std::string &iName)
 
void open3DRegion ()
 
void openEveBrowserForDebugging () const
 
CSGContinuousActionplayEventsAction ()
 
CSGContinuousActionplayEventsBackwardsAction ()
 
void popupViewClosed ()
 
void registerViewBuilder (const std::string &iName, ViewBuildFunctor &iBuilder)
 
void resetWMOffsets ()
 
void runIdChanged ()
 
void setDelayBetweenEvents (Float_t)
 
void setFilterButtonIcon (int)
 
void setFilterButtonText (const char *txt)
 
void setFrom (const FWConfiguration &)
 
void setPlayMode (bool)
 
void setWindowInfoFrom (const FWConfiguration &iFrom, TGMainFrame *iFrame)
 
void showCommonPopup ()
 
void showEDIFrame (int iInfoToShow=-1)
 Allowed values are -1 or ones from FWDataCategories enum. More...
 
void showEventFilterGUI ()
 
void showInvMassDialog ()
 
void showModelPopup ()
 
void showSelectedModelContextMenu (Int_t iGlobalX, Int_t iGlobalY, FWViewContextMenuHandlerBase *iHandler)
 
void showViewPopup ()
 
void subviewDestroy (FWGUISubviewArea *)
 
void subviewDestroyAll ()
 
void subviewInfoSelected (FWGUISubviewArea *)
 
void subviewInfoUnselected (FWGUISubviewArea *)
 
void subviewIsBeingDestroyed (FWGUISubviewArea *)
 
void subviewSwapped (FWGUISubviewArea *)
 
void titleChanged (const char *title)
 
void updateEventFilterEnable (bool)
 
void updateStatus (const char *status)
 
virtual ~FWGUIManager ()
 
- Public Member Functions inherited from FWConfigurable
 FWConfigurable ()
 
virtual ~FWConfigurable ()
 

Static Public Member Functions

static FWGUIManagergetGUIManager ()
 
static TGFrame * makeGUIsubview (TEveCompositeFrame *cp, TGCompositeFrame *parent, Int_t height)
 

Public Attributes

sigc::signal< void, Float_t > changedDelayBetweenEvents_
 
sigc::signal< void > changedEventEntry_
 
sigc::signal< void,
edm::RunNumber_t,
edm::LuminosityBlockNumber_t,
edm::EventNumber_t
changedEventId_
 
sigc::signal< void > changedRunEntry_
 
sigc::signal< void > filterButtonClicked_
 
sigc::signal< void > goingToQuit_
 
sigc::signal< void, const
std::string & > 
loadFromConfigurationFile_
 
sigc::signal< void, const
std::string & > 
loadPartialFromConfigurationFile_
 
sigc::signal< void, const
TGWindow * > 
showEventFilterGUI_
 
sigc::signal< void, const
std::string & > 
writePartialToConfigurationFile_
 
sigc::signal< void, const
std::string & > 
writeToConfigurationFile_
 
sigc::signal< void > writeToPresentConfigurationFile_
 

Private Types

typedef ViewMap_t::iterator ViewMap_i
 
typedef std::map< TEveWindow
*, FWViewBase * > 
ViewMap_t
 

Private Member Functions

void delaySliderChanged (Int_t)
 
void finishUpColorChange ()
 
 FWGUIManager (const FWGUIManager &)
 
TEveWindow * getSwapCandidate ()
 
void measureWMOffsets ()
 
void newItem (const FWEventItem *)
 
const FWGUIManageroperator= (const FWGUIManager &)
 
bool promptForConfigurationFile (std::string &result, enum EFileDialogMode mode)
 
void promptForLoadConfigurationFile ()
 
void promptForPartialLoadConfigurationFile ()
 
void promptForPartialSaveConfigurationFile ()
 
void promptForSaveConfigurationFile ()
 
void savePartialToConfigurationFile ()
 
void setViewPopup (TEveWindow *)
 

Private Attributes

CmsShowMainFramem_cmsShowMainFrame
 
CmsShowCommonPopupm_commonPopup
 
fireworks::Contextm_context
 
FWModelContextMenuHandlerm_contextMenuHandler
 
FWGUIEventDataAdderm_dataAdder
 
FWDetailViewManagerm_detailViewManager
 
CmsShowEDIm_ediFrame
 
TGPopupMenu * m_fileMenu
 
CmsShowHelpPopupm_helpGLPopup
 
CmsShowHelpPopupm_helpPopup
 
FWInvMassDialogm_invMassDialog
 
sigc::connection m_modelChangeConn
 
CmsShowModelPopupm_modelPopup
 
NameToViewBuilder m_nameToViewBuilder
 
FWNavigatorBasem_navigator
 
std::vector< FWViewBase * > m_regionViews
 
CmsShowHelpPopupm_shortcutPopup
 
FWSummaryManagerm_summaryManager
 
std::auto_ptr
< CmsShowTaskExecutor
m_tasks
 
const FWViewManagerManagerm_viewManagerManager
 
ViewMap_t m_viewMap
 
CmsShowViewPopupm_viewPopup
 
TEveWindowPack * m_viewPrimPack
 
TEveWindowPack * m_viewSecPack
 
int m_WMDecorH
 
int m_WMOffsetX
 
int m_WMOffsetY
 

Static Private Attributes

static FWGUIManagerm_guiManager = 0
 

Detailed Description

Description: Manages the GUI

Usage: <usage>

Definition at line 95 of file FWGUIManager.h.

Member Typedef Documentation

typedef std::map<std::string, ViewBuildFunctor > FWGUIManager::NameToViewBuilder

Definition at line 100 of file FWGUIManager.h.

typedef boost::function2<FWViewBase*,TEveWindowSlot*, const std::string& > FWGUIManager::ViewBuildFunctor

Definition at line 99 of file FWGUIManager.h.

typedef ViewMap_t::iterator FWGUIManager::ViewMap_i
private

Definition at line 103 of file FWGUIManager.h.

typedef std::map<TEveWindow*, FWViewBase*> FWGUIManager::ViewMap_t
private

Definition at line 102 of file FWGUIManager.h.

Constructor & Destructor Documentation

FWGUIManager::FWGUIManager ( fireworks::Context ctx,
const FWViewManagerManager iVMMgr,
FWNavigatorBase navigator 
)

Definition at line 104 of file FWGUIManager.cc.

References alignCSCRings::action, CSGAction::activated, addData(), assert(), fireworks::Context::colorManager(), FWColorManager::colorsHaveChangedFinished_, createHelpGLPopup(), createHelpPopup(), CmsShowMainFrame::createNewViewerAction(), createShortcutPopup(), delaySliderChanged(), fireworks::Context::eventItemsManager(), exportImageOfMainView(), exportImagesOfAllViews(), finishUpColorChange(), getAction(), fireworks::Context::getHidePFBuilders(), i, FWViewType::idToName(), FWViewType::kGlimpse, FWViewType::kLegoPFECAL, FWViewType::kRhoPhiPF, FWViewType::kTableHLT, FWViewType::kTypeSize, m_cmsShowMainFrame, m_context, m_contextMenuHandler, CmsShowMainFrame::m_delaySliderListener, m_detailViewManager, CmsShowMainFrame::m_eventEntry, CmsShowMainFrame::m_filterEnableBtn, CmsShowMainFrame::m_filterShowGUIBtn, m_guiManager, CmsShowMainFrame::m_lumiEntry, CmsShowMainFrame::m_runEntry, makeGUIsubview(), measureWMOffsets(), newItem(), FWEventItemsManager::newItem_, newViewSlot(), promptForLoadConfigurationFile(), promptForPartialLoadConfigurationFile(), promptForPartialSaveConfigurationFile(), promptForSaveConfigurationFile(), savePartialToConfigurationFile(), cmsshow::sBackgroundColor, fireworks::Context::selectionManager(), cmsshow::sExportAllImages, cmsshow::sExportImage, cmsshow::sHelp, cmsshow::sHelpGL, showCommonPopup(), showEDIFrame(), showInvMassDialog(), showModelPopup(), showViewPopup(), cmsshow::sKeyboardShort, cmsshow::sLoadConfig, cmsshow::sLoadPartialConfig, cmsshow::sSaveConfig, cmsshow::sSaveConfigAs, cmsshow::sSavePartialConfig, cmsshow::sSavePartialConfigAs, cmsshow::sShowAddCollection, cmsshow::sShowCommonInsp, cmsshow::sShowEventDisplayInsp, cmsshow::sShowInvMassDialog, cmsshow::sShowMainViewCtl, cmsshow::sShowObjInsp, FWColorManager::switchBackground(), FWIntValueListener::valueChanged_, and writeToPresentConfigurationFile_.

106  :
107  m_context(ctx),
108  m_summaryManager(0),
110  m_viewManagerManager(iVMMgr),
112  m_navigator(navigator),
113  m_dataAdder(0),
114  m_ediFrame(0),
115  m_modelPopup(0),
116  m_viewPopup(0),
117  m_commonPopup(0),
118  m_invMassDialog(0),
119  m_helpPopup(0),
120  m_shortcutPopup(0),
121  m_helpGLPopup(0),
124 {
125  m_guiManager = this;
126 
128 
130  im->newItem_.connect(boost::bind(&FWGUIManager::newItem, this, _1) );
131 
133 
134 
135  TEveCompositeFrame::IconBarCreator_foo foo = &FWGUIManager::makeGUIsubview;
136  TEveCompositeFrame::SetupFrameMarkup(foo, 20, 4, false);
137 
138  {
139  m_cmsShowMainFrame = new CmsShowMainFrame(gClient->GetRoot(),
140  950,
141  750,
142  this);
143 
144  m_cmsShowMainFrame->SetCleanup(kDeepCleanup);
145 
146  /*
147  int mlist[FWViewType::kTypeSize] = {FWViewType::kRhoPhi, FWViewType::kRhoZ, FWViewType::k3D, FWViewType::kISpy, FWViewType::kLego, FWViewType::kLegoHF, FWViewType::kGlimpse,
148  FWViewType::kTable, FWViewType::kTableL1, FWViewType::kTableHLT,
149  FWViewType::kGeometryTable,
150  FWViewType::kRhoPhiPF, FWViewType::kLegoPFECAL}; */
151 
152  for (int i = 0 ; i < FWViewType::kTypeSize; ++i)
153  {
155  continue;
156 
157  bool separator = (i == FWViewType::kGlimpse || i == FWViewType::kTableHLT || i == FWViewType::kLegoPFECAL);
159  action->activated.connect(boost::bind(&FWGUIManager::newViewSlot, this, FWViewType::idToName(i)));
160  }
161 
164 
165 
177 
180 
182 
189 
190  // toolbar special widget with non-void actions
192 
193  TQObject::Connect(m_cmsShowMainFrame->m_runEntry, "ReturnPressed()", "FWGUIManager", this, "runIdChanged()");
194  TQObject::Connect(m_cmsShowMainFrame->m_lumiEntry, "ReturnPressed()", "FWGUIManager", this, "lumiIdChanged()");
195  TQObject::Connect(m_cmsShowMainFrame->m_eventEntry, "ReturnPressed()", "FWGUIManager", this, "eventIdChanged()");
196 
197  TQObject::Connect(m_cmsShowMainFrame->m_filterShowGUIBtn, "Clicked()", "FWGUIManager", this, "showEventFilterGUI()");
198  TQObject::Connect(m_cmsShowMainFrame->m_filterEnableBtn, "Clicked()", "FWGUIManager", this, "filterButtonClicked()");
199 
200  TQObject::Connect(gEve->GetWindowManager(), "WindowSelected(TEveWindow*)", "FWGUIManager", this, "checkSubviewAreaIconState(TEveWindow*)");
201  TQObject::Connect(gEve->GetWindowManager(), "WindowDocked(TEveWindow*)" , "FWGUIManager", this, "checkSubviewAreaIconState(TEveWindow*)");
202  TQObject::Connect(gEve->GetWindowManager(), "WindowUndocked(TEveWindow*)", "FWGUIManager", this, "checkSubviewAreaIconState(TEveWindow*)");
203  }
204 }
const std::string sKeyboardShort
Definition: ActionsList.cc:46
const std::string sSavePartialConfig
Definition: ActionsList.cc:21
void promptForPartialSaveConfigurationFile()
FWNumberEntryField * m_lumiEntry
sigc::signal< void > writeToPresentConfigurationFile_
Definition: FWGUIManager.h:215
int i
Definition: DBlmapReader.cc:9
const std::string sShowCommonInsp
Definition: ActionsList.cc:30
void showModelPopup()
const std::string sHelp
Definition: ActionsList.cc:45
const std::string sSavePartialConfigAs
Definition: ActionsList.cc:22
const FWEventItemsManager * eventItemsManager() const
Definition: Context.h:61
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
FWSummaryManager * m_summaryManager
Definition: FWGUIManager.h:251
void createHelpPopup()
FWInvMassDialog * m_invMassDialog
Definition: FWGUIManager.h:268
const std::string sBackgroundColor
Definition: ActionsList.cc:31
FWColorManager * colorManager() const
Definition: Context.h:65
assert(m_qm.get())
sigc::signal< void > activated
Definition: CSGAction.h:88
void newViewSlot(const std::string &iName)
static FWGUIManager * m_guiManager
Definition: FWGUIManager.h:246
FWCustomIconsButton * m_filterEnableBtn
void delaySliderChanged(Int_t)
FWDetailViewManager * m_detailViewManager
Definition: FWGUIManager.h:254
FWIntValueListener * m_delaySliderListener
void showEDIFrame(int iInfoToShow=-1)
Allowed values are -1 or ones from FWDataCategories enum.
const std::string sSaveConfigAs
Definition: ActionsList.cc:18
std::auto_ptr< CmsShowTaskExecutor > m_tasks
Definition: FWGUIManager.h:284
void createShortcutPopup()
const std::string sSaveConfig
Definition: ActionsList.cc:17
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
sigc::signal< void > colorsHaveChangedFinished_
static TGFrame * makeGUIsubview(TEveCompositeFrame *cp, TGCompositeFrame *parent, Int_t height)
FWNavigatorBase * m_navigator
Definition: FWGUIManager.h:257
CSGAction * createNewViewerAction(const std::string &iActionName, bool seaprator)
void exportImagesOfAllViews()
FWNumberEntryField * m_eventEntry
void showInvMassDialog()
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
sigc::signal< void, Int_t > valueChanged_
sigc::signal< void, FWEventItem * > newItem_
void newItem(const FWEventItem *)
bool getHidePFBuilders() const
Definition: Context.h:91
const std::string sShowAddCollection
Definition: ActionsList.cc:42
FWGUIEventDataAdder * m_dataAdder
Definition: FWGUIManager.h:261
void exportImageOfMainView()
const std::string sExportImage
Definition: ActionsList.cc:25
FWSelectionManager * selectionManager() const
Definition: Context.h:57
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
CmsShowCommonPopup * m_commonPopup
Definition: FWGUIManager.h:267
CmsShowHelpPopup * m_helpGLPopup
Definition: FWGUIManager.h:273
const std::string sShowMainViewCtl
Definition: ActionsList.cc:41
const FWViewManagerManager * m_viewManagerManager
Definition: FWGUIManager.h:255
FWNumberEntryField * m_runEntry
void savePartialToConfigurationFile()
const std::string sShowObjInsp
Definition: ActionsList.cc:39
CSGAction * getAction(const std::string name)
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void finishUpColorChange()
const std::string sShowInvMassDialog
Definition: ActionsList.cc:43
const std::string sShowEventDisplayInsp
Definition: ActionsList.cc:40
static const std::string & idToName(int)
Definition: FWViewType.cc:89
void promptForPartialLoadConfigurationFile()
void promptForSaveConfigurationFile()
const std::string sLoadConfig
Definition: ActionsList.cc:16
const std::string sExportAllImages
Definition: ActionsList.cc:26
TGTextButton * m_filterShowGUIBtn
const std::string sHelpGL
Definition: ActionsList.cc:47
void promptForLoadConfigurationFile()
FWModelContextMenuHandler * m_contextMenuHandler
Definition: FWGUIManager.h:256
const std::string sLoadPartialConfig
Definition: ActionsList.cc:20
void measureWMOffsets()
void showCommonPopup()
void showViewPopup()
void createHelpGLPopup()
CmsShowHelpPopup * m_helpPopup
Definition: FWGUIManager.h:271
CmsShowHelpPopup * m_shortcutPopup
Definition: FWGUIManager.h:272
FWGUIManager::~FWGUIManager ( )
virtual

Definition at line 217 of file FWGUIManager.cc.

References m_cmsShowMainFrame, m_contextMenuHandler, m_detailViewManager, m_ediFrame, m_invMassDialog, m_summaryManager, and m_viewPopup.

218 {
219  delete m_invMassDialog;
220  delete m_summaryManager;
221  delete m_detailViewManager;
222  delete m_cmsShowMainFrame;
223  delete m_viewPopup;
224  delete m_ediFrame;
225  delete m_contextMenuHandler;
226 
227 }
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
FWSummaryManager * m_summaryManager
Definition: FWGUIManager.h:251
FWInvMassDialog * m_invMassDialog
Definition: FWGUIManager.h:268
FWDetailViewManager * m_detailViewManager
Definition: FWGUIManager.h:254
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWModelContextMenuHandler * m_contextMenuHandler
Definition: FWGUIManager.h:256
FWGUIManager::FWGUIManager ( const FWGUIManager )
private

Member Function Documentation

void FWGUIManager::addData ( )

Definition at line 427 of file FWGUIManager.cc.

References fireworks::Context::eventItemsManager(), m_cmsShowMainFrame, m_context, m_dataAdder, fireworks::Context::metadataManager(), and FWGUIEventDataAdder::show().

Referenced by FWGUIManager().

428 {
429  if (0==m_dataAdder) {
430  m_dataAdder = new FWGUIEventDataAdder(100,100,
434  }
435  m_dataAdder->show();
436 }
const FWEventItemsManager * eventItemsManager() const
Definition: Context.h:61
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWGUIEventDataAdder * m_dataAdder
Definition: FWGUIManager.h:261
fireworks::Context * m_context
Definition: FWGUIManager.h:249
FWJobMetadataManager * metadataManager() const
Definition: Context.h:69
void FWGUIManager::addTo ( FWConfiguration oTo) const
virtual

Implements FWConfigurable.

Definition at line 1137 of file FWGUIManager.cc.

References addAreaInfoTo(), FWConfiguration::addKeyValue(), FWConfigurableParameterizable::addTo(), addWindowInfoTo(), CmsShowMainFrame::getSummaryViewWeight(), kCollectionController(), kCommonController(), kControllers(), kMainWindow(), kObjectController(), kViewArea(), kViewController(), kViews(), m_cmsShowMainFrame, m_commonPopup, m_ediFrame, m_modelPopup, m_viewMap, m_viewPopup, m_viewPrimPack, m_viewSecPack, createTree::pp, contentValuesCheck::ss, groupFilesInBlocks::temp, FWViewBase::typeName(), and FWConfigurableParameterizable::version().

1138 {
1139  Int_t cfgVersion=3;
1140 
1141  FWConfiguration mainWindow(cfgVersion);
1142  float leftWeight, rightWeight;
1143  addWindowInfoTo(m_cmsShowMainFrame, mainWindow);
1144  {
1145  // write summary view weight
1146  {
1147  std::stringstream ss;
1149  mainWindow.addKeyValue("summaryWeight",FWConfiguration(ss.str()));
1150  }
1151 
1152  // write proportions of horizontal pack (can be standalone item outside main frame)
1153  if ( m_viewPrimPack->GetPack()->GetList()->GetSize() > 2)
1154  {
1155  TGFrameElementPack *frameEL;
1156  frameEL = (TGFrameElementPack*) m_viewPrimPack->GetPack()->GetList()->At(1); // read every second element, first on is splitter
1157  leftWeight = frameEL->fWeight;
1158  frameEL = (TGFrameElementPack*) m_viewPrimPack->GetPack()->GetList()->At(3);
1159  rightWeight = frameEL->fWeight;
1160  }
1161  else
1162  {
1163  leftWeight = 0;
1164  rightWeight = 1;
1165  }
1166  std::stringstream sL;
1167  sL<<leftWeight;
1168  mainWindow.addKeyValue("leftWeight",FWConfiguration(sL.str()));
1169  std::stringstream sR;
1170  sR<<rightWeight;
1171  mainWindow.addKeyValue("rightWeight",FWConfiguration(sR.str()));
1172  }
1173  oTo.addKeyValue(kMainWindow, mainWindow, true);
1174 
1175  //------------------------------------------------------------
1176  // organize info about all docked frames includding hidden, which point to undocked
1177  std::vector<areaInfo> wpacked;
1178  if (leftWeight > 0)
1179  {
1180  TGPack* pp = m_viewPrimPack->GetPack();
1181  TGFrameElementPack *frameEL = (TGFrameElementPack*) pp->GetList()->At(1);
1182  if (frameEL->fWeight > 0)
1183  wpacked.push_back(areaInfo(frameEL));
1184  }
1185  TGPack* sp = m_viewSecPack->GetPack();
1186  TGFrameElementPack *seFE;
1187  TIter frame_iterator(sp->GetList());
1188  while ((seFE = (TGFrameElementPack*)frame_iterator() ))
1189  {
1190  if (seFE->fWeight)
1191  wpacked.push_back(areaInfo(seFE));
1192  }
1193 
1194  // undocked info
1195 
1196  for(ViewMap_i wIt = m_viewMap.begin(); wIt != m_viewMap.end(); ++wIt)
1197  {
1198  TEveWindow* ew = wIt->first;
1199  TEveCompositeFrameInMainFrame* mainFrame = dynamic_cast<TEveCompositeFrameInMainFrame*>(ew->GetEveFrame());
1200  if (mainFrame)
1201  {
1202  for(std::vector<areaInfo>::iterator pIt = wpacked.begin(); pIt != wpacked.end(); ++pIt)
1203  {
1204  if ((*pIt).originalSlot && mainFrame->GetOriginalSlot() == (*pIt).originalSlot)
1205  {
1206  (*pIt).eveWindow = wIt->first;
1207  (*pIt).undockedMainFrame = (TGMainFrame*)mainFrame;
1208  // printf("found original slot for docked view %s\n", pInfo->viewBase->typeName().c_str());
1209  break;
1210  }// found match
1211  }
1212  }// end main frames
1213  }
1214 
1215  //------------------------------------------------------------
1216  // add sorted list in view area and FW-views configuration
1217  FWConfiguration views(1);
1218  FWConfiguration viewArea(cfgVersion);
1219  for(std::vector<areaInfo>::iterator it = wpacked.begin(); it != wpacked.end(); ++it)
1220  {
1221  TEveWindow* ew = (*it).eveWindow;
1222  if (ew) {
1223  FWViewBase* wb = m_viewMap[ew];
1224  FWConfiguration tempWiew(wb->version());
1225  wb->addTo(tempWiew);
1226  views.addKeyValue(wb->typeName(), tempWiew, true);
1227  FWConfiguration tempArea(cfgVersion);
1228  addAreaInfoTo((*it), tempArea);
1229  viewArea.addKeyValue(wb->typeName(), tempArea, true);
1230  }
1231  }
1232  oTo.addKeyValue(kViews, views, true);
1233  oTo.addKeyValue(kViewArea, viewArea, true);
1234 
1235  //------------------------------------------------------------
1236  //Remember where controllers were placed if they are open
1237  FWConfiguration controllers(1);
1238  {
1239  if(0!=m_ediFrame && m_ediFrame->IsMapped()) {
1240  FWConfiguration temp(1);
1242  controllers.addKeyValue(kCollectionController,temp,true);
1243  }
1244  if(0!=m_viewPopup && m_viewPopup->IsMapped()) {
1245  FWConfiguration temp(1);
1247  controllers.addKeyValue(kViewController,temp,true);
1248  }
1249  if(0!=m_modelPopup && m_modelPopup->IsMapped()) {
1250  FWConfiguration temp(1);
1252  controllers.addKeyValue(kObjectController,temp,true);
1253  }
1254  if(0!=m_commonPopup && m_commonPopup->IsMapped()) {
1255  FWConfiguration temp(1);
1257  controllers.addKeyValue(kCommonController,temp,true);
1258  }
1259  }
1260  oTo.addKeyValue(kControllers,controllers,true);
1261 }
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
tuple pp
Definition: createTree.py:15
static void addAreaInfoTo(areaInfo &pInfo, FWConfiguration &oTo)
static const std::string kViewController("view")
static void addWindowInfoTo(const TGFrame *iMain, FWConfiguration &oTo)
const std::string & typeName() const
Definition: FWViewBase.cc:120
static const std::string kViews("views")
static const std::string kObjectController("object")
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
static const std::string kCommonController("common")
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
static const std::string kCollectionController("collection")
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
static const std::string kMainWindow("main window")
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
static const std::string kViewArea("view area")
CmsShowCommonPopup * m_commonPopup
Definition: FWGUIManager.h:267
FWConfiguration & addKeyValue(const std::string &, const FWConfiguration &)
float getSummaryViewWeight() const
static const std::string kControllers("controllers")
virtual void addTo(FWConfiguration &) const
void FWGUIManager::checkSubviewAreaIconState ( TEveWindow *  )

Definition at line 489 of file FWGUIManager.cc.

References cond::rpcobimon::current, CmsShowViewPopup::getEveWindow(), getSwapCandidate(), FWGUISubviewArea::getToolBarFromWindow(), m_viewMap, m_viewPopup, CmsShowViewPopup::mapped(), FWGUISubviewArea::setInfoButton(), and FWGUISubviewArea::setSwapIcon().

Referenced by setFrom(), and subviewSwapped().

490 {
491  // First argumet is needed for signals/slot symetry
492 
493  // disable swap on the first left TEveCompositeFrame
494  // check info button
495  TEveWindow* current = getSwapCandidate();
496  bool checkInfoBtn = m_viewPopup ? m_viewPopup->mapped() : 0;
497  TEveWindow* selected = m_viewPopup ? m_viewPopup->getEveWindow() : 0;
498 
499  for (ViewMap_i it = m_viewMap.begin(); it != m_viewMap.end(); it++)
500  {
502  ar->setSwapIcon(current != it->first);
503  if (checkInfoBtn && selected)
504  ar->setInfoButton(selected == it->first);
505  }
506 }
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
void setInfoButton(bool downp)
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
TEveWindow * getSwapCandidate()
TEveWindow * getEveWindow() const
static FWGUISubviewArea * getToolBarFromWindow(TEveWindow *)
void FWGUIManager::clearStatus ( )
void FWGUIManager::connectSubviewAreaSignals ( FWGUISubviewArea a)

Definition at line 206 of file FWGUIManager.cc.

References FWGUISubviewArea::goingToBeDestroyed_, FWGUISubviewArea::selected_, subviewInfoSelected(), subviewInfoUnselected(), subviewIsBeingDestroyed(), subviewSwapped(), FWGUISubviewArea::swap_, and FWGUISubviewArea::unselected_.

Referenced by FWGUISubviewArea::FWGUISubviewArea().

207 {
208  a->goingToBeDestroyed_.connect(boost::bind(&FWGUIManager::subviewIsBeingDestroyed, this, _1));
209  a->selected_.connect(boost::bind(&FWGUIManager::subviewInfoSelected, this, _1));
210  a->unselected_.connect(boost::bind(&FWGUIManager::subviewInfoUnselected, this, _1));
211  a->swap_.connect(boost::bind(&FWGUIManager::subviewSwapped, this, _1));
212 }
sigc::signal< void, FWGUISubviewArea * > unselected_
void subviewIsBeingDestroyed(FWGUISubviewArea *)
void subviewInfoSelected(FWGUISubviewArea *)
sigc::signal< void, FWGUISubviewArea * > goingToBeDestroyed_
sigc::signal< void, FWGUISubviewArea * > swap_
void subviewSwapped(FWGUISubviewArea *)
void subviewInfoUnselected(FWGUISubviewArea *)
sigc::signal< void, FWGUISubviewArea * > selected_
void FWGUIManager::createEDIFrame ( )

Definition at line 633 of file FWGUIManager.cc.

References CmsShowMainFrame::bindCSGActionKeys(), fireworks::Context::colorManager(), m_cmsShowMainFrame, m_context, m_ediFrame, and fireworks::Context::selectionManager().

Referenced by showEDIFrame().

634 {
635  if (m_ediFrame == 0)
636  {
638  m_ediFrame->CenterOnParent(kTRUE,TGTransientFrame::kTopRight);
640  }
641 }
void bindCSGActionKeys(const TGMainFrame *f) const
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
FWColorManager * colorManager() const
Definition: Context.h:65
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWSelectionManager * selectionManager() const
Definition: Context.h:57
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void FWGUIManager::createHelpGLPopup ( )

Definition at line 784 of file FWGUIManager.cc.

References getAction(), m_cmsShowMainFrame, m_helpGLPopup, and cmsshow::sHelpGL.

Referenced by FWGUIManager().

785 {
786  if (m_helpGLPopup == 0)
787  {
788  m_helpGLPopup = new CmsShowHelpPopup("helpGL.html",
789  getAction(cmsshow::sHelpGL)->getName().c_str(),
790  m_cmsShowMainFrame, 800, 600);
791 
792  m_helpGLPopup->CenterOnParent(kTRUE,TGTransientFrame::kBottomRight);
793  }
794  m_helpGLPopup->MapWindow();
795 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CmsShowHelpPopup * m_helpGLPopup
Definition: FWGUIManager.h:273
CSGAction * getAction(const std::string name)
const std::string sHelpGL
Definition: ActionsList.cc:47
void FWGUIManager::createHelpPopup ( )

Definition at line 757 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and m_helpPopup.

Referenced by FWGUIManager().

758 {
759  if (m_helpPopup == 0)
760  {
761  m_helpPopup = new CmsShowHelpPopup("help.html", "CmsShow Help",
763  800, 600);
764  m_helpPopup->CenterOnParent(kTRUE,TGTransientFrame::kBottomRight);
765  }
766  m_helpPopup->MapWindow();
767 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CmsShowHelpPopup * m_helpPopup
Definition: FWGUIManager.h:271
TGVerticalFrame * FWGUIManager::createList ( TGCompositeFrame *  p)

Definition at line 593 of file FWGUIManager.cc.

References fireworks::Context::colorManager(), fireworks::Context::eventItemsManager(), m_context, m_summaryManager, fireworks::Context::modelChangeManager(), fireworks::Context::selectionManager(), and FWSummaryManager::widget().

Referenced by CmsShowMainFrame::CmsShowMainFrame().

594 {
595  TGVerticalFrame *listFrame = new TGVerticalFrame(p, p->GetWidth(), p->GetHeight());
596 
597  TGHorizontalFrame* addFrame = new TGHorizontalFrame(listFrame, p->GetWidth(), 10, kRaisedFrame);
598  TGLabel* addLabel = new TGLabel(addFrame,"Summary View");
599  addFrame->AddFrame(addLabel, new TGLayoutHints(kLHintsCenterX, 0,0,2,2));
600  listFrame->AddFrame(addFrame, new TGLayoutHints(kLHintsExpandX | kLHintsTop));
601 
602  m_summaryManager = new FWSummaryManager(listFrame,
605  this,
608 
609  const unsigned int backgroundColor=0x2f2f2f;
610  TGTextButton* addDataButton = new TGTextButton(m_summaryManager->widget(), "Add Collection");
611  addDataButton->ChangeOptions(kRaisedFrame);
612  addDataButton->SetBackgroundColor(backgroundColor);
613  addDataButton->SetTextColor(0xFFFFFF);
614  addDataButton->SetToolTipText("Show additional collections");
615  addDataButton->Connect("Clicked()", "FWGUIManager", this, "addData()");
616  m_summaryManager->widget()->AddFrame(addDataButton, new TGLayoutHints(kLHintsExpandX|kLHintsLeft|kLHintsTop));
617  listFrame->AddFrame(m_summaryManager->widget(), new TGLayoutHints(kLHintsExpandX|kLHintsExpandY));
618 
619  return listFrame;
620 }
TGCompositeFrame * widget() const
const FWEventItemsManager * eventItemsManager() const
Definition: Context.h:61
FWSummaryManager * m_summaryManager
Definition: FWGUIManager.h:251
FWColorManager * colorManager() const
Definition: Context.h:65
FWSelectionManager * selectionManager() const
Definition: Context.h:57
FWModelChangeManager * modelChangeManager() const
Definition: Context.h:54
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void FWGUIManager::createModelPopup ( )

Definition at line 697 of file FWGUIManager.cc.

References CmsShowMainFrame::bindCSGActionKeys(), fireworks::Context::colorManager(), m_cmsShowMainFrame, m_context, m_detailViewManager, m_modelPopup, and fireworks::Context::selectionManager().

Referenced by showModelPopup().

698 {
700  m_modelPopup->CenterOnParent(kTRUE,TGTransientFrame::kRight);
702 }
void bindCSGActionKeys(const TGMainFrame *f) const
FWColorManager * colorManager() const
Definition: Context.h:65
FWDetailViewManager * m_detailViewManager
Definition: FWGUIManager.h:254
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWSelectionManager * selectionManager() const
Definition: Context.h:57
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void FWGUIManager::createShortcutPopup ( )

Definition at line 771 of file FWGUIManager.cc.

References getAction(), m_cmsShowMainFrame, m_shortcutPopup, and cmsshow::sKeyboardShort.

Referenced by FWGUIManager().

772 {
773  if (m_shortcutPopup == 0)
774  {
775  m_shortcutPopup = new CmsShowHelpPopup("shortcuts.html",
776  getAction(cmsshow::sKeyboardShort)->getName().c_str(),
777  m_cmsShowMainFrame, 800, 600);
778 
779  m_shortcutPopup->CenterOnParent(kTRUE,TGTransientFrame::kBottomRight);
780  }
781  m_shortcutPopup->MapWindow();
782 }
const std::string sKeyboardShort
Definition: ActionsList.cc:46
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CSGAction * getAction(const std::string name)
CmsShowHelpPopup * m_shortcutPopup
Definition: FWGUIManager.h:272
FWGUIManager::ViewMap_i FWGUIManager::createView ( const std::string &  iName,
TEveWindowSlot *  slot = 0 
)

Definition at line 280 of file FWGUIManager.cc.

References assert(), newFWLiteAna::base, FWViewBase::contextMenuHandler(), m_guiManager, m_nameToViewBuilder, m_viewMap, m_viewPrimPack, m_viewSecPack, FWViewBase::openSelectedModelContextMenu_, showSelectedModelContextMenu(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by initEmpty(), newViewSlot(), open3DRegion(), and setFrom().

281 {
282  NameToViewBuilder::iterator itFind = m_nameToViewBuilder.find(iName);
283  assert (itFind != m_nameToViewBuilder.end());
284  if(itFind == m_nameToViewBuilder.end()) {
285  throw std::runtime_error(std::string("Unable to create view named ")+iName+" because it is unknown");
286  }
287 
288  if (!slot)
289  {
290  if (m_viewSecPack)
291  {
292  slot = m_viewSecPack->NewSlot();
293  }
294  else
295  {
296  slot = m_viewPrimPack->NewSlot();
297  m_viewSecPack = m_viewPrimPack->NewSlot()->MakePack();
298  m_viewSecPack->SetShowTitleBar(kFALSE);
299  }
300  }
301  TEveCompositeFrame *ef = slot->GetEveFrame();
302  FWViewBase* viewBase = itFind->second(slot, iName);
303  //in future, get context from 'view'
306 
307  TEveWindow *eveWindow = ef->GetEveWindow();
308  eveWindow->SetElementName(iName.c_str());
309 
310  std::pair<ViewMap_i,bool> insertPair = m_viewMap.insert(std::make_pair(eveWindow, viewBase));
311  return insertPair.first;
312 }
tuple base
Main Program
Definition: newFWLiteAna.py:92
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
NameToViewBuilder m_nameToViewBuilder
Definition: FWGUIManager.h:277
assert(m_qm.get())
static FWGUIManager * m_guiManager
Definition: FWGUIManager.h:246
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
virtual FWViewContextMenuHandlerBase * contextMenuHandler() const
Definition: FWViewBase.cc:112
void showSelectedModelContextMenu(Int_t iGlobalX, Int_t iGlobalY, FWViewContextMenuHandlerBase *iHandler)
sigc::signal< void, Int_t, Int_t > openSelectedModelContextMenu_
Definition: FWViewBase.h:56
void FWGUIManager::createViews ( TEveWindowSlot *  slot)

Definition at line 623 of file FWGUIManager.cc.

References m_viewPrimPack, and m_viewSecPack.

Referenced by CmsShowMainFrame::CmsShowMainFrame().

624 {
625  m_viewPrimPack = slot->MakePack();
626  m_viewPrimPack->SetHorizontal();
627  m_viewPrimPack->SetElementName("Views");
628  m_viewPrimPack->SetShowTitleBar(kFALSE);
629  m_viewSecPack = 0;
630 }
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
void FWGUIManager::delaySliderChanged ( Int_t  val)
private

Definition at line 1417 of file FWGUIManager.cc.

References changedDelayBetweenEvents_, m_cmsShowMainFrame, and CmsShowMainFrame::setPlayDelayGUI().

Referenced by FWGUIManager().

1418 {
1419  Float_t sec = val*0.001;
1420  m_cmsShowMainFrame->setPlayDelayGUI(sec, kFALSE);
1421  changedDelayBetweenEvents_.emit(sec);
1422 }
sigc::signal< void, Float_t > changedDelayBetweenEvents_
Definition: FWGUIManager.h:219
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void setPlayDelayGUI(Float_t val, Bool_t sliderChanged)
void FWGUIManager::disableNext ( )

Definition at line 392 of file FWGUIManager.cc.

References CmsShowMainFrame::enableNext(), and m_cmsShowMainFrame.

Referenced by FWFFService::checkPosition(), FWFFLooper::checkPosition(), and CmsShowMain::checkPosition().

393 {
395 }
void enableNext(bool enable=true)
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::disablePrevious ( )

Definition at line 386 of file FWGUIManager.cc.

References CmsShowMainFrame::enablePrevious(), and m_cmsShowMainFrame.

Referenced by FWFFService::checkPosition(), FWFFLooper::checkPosition(), and CmsShowMain::checkPosition().

387 {
389 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void enablePrevious(bool enable=true)
void FWGUIManager::enableActions ( bool  enable = true)
void FWGUIManager::eventChangedCallback ( )

Definition at line 334 of file FWGUIManager.cc.

References ev, getCurrentEvent(), i, CmsShowMainFrame::loadEvent(), m_cmsShowMainFrame, m_detailViewManager, m_regionViews, m_viewMap, and FWDetailViewManager::newEventCallback().

Referenced by CmsShowMainBase::eventChangedImp().

334  {
335  // To be replaced when we can get index from fwlite::Event
336 
337  TEveViewerList* viewers = gEve->GetViewers();
338  for (TEveElement::List_i i=viewers->BeginChildren(); i!= viewers->EndChildren(); ++i)
339  {
340  TEveViewer* ev = dynamic_cast<TEveViewer*>(*i);
341  if (ev)
342  ev->GetGLViewer()->DeleteOverlayAnnotations();
343  }
344 
345  for (auto reg : m_regionViews)
346  {
347  for(ViewMap_i it = m_viewMap.begin(); it != m_viewMap.end(); ++it)
348  {
349  if (it->second == reg) {
350  m_viewMap.erase(it);
351  reg->destroy();
352  break;
353  }
354  }
355  }
356 
359 }
int i
Definition: DBlmapReader.cc:9
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
void loadEvent(const edm::EventBase &event)
bool ev
FWDetailViewManager * m_detailViewManager
Definition: FWGUIManager.h:254
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
std::vector< FWViewBase * > m_regionViews
Definition: FWGUIManager.h:285
const edm::EventBase * getCurrentEvent() const
void FWGUIManager::eventIdChanged ( )

Definition at line 1452 of file FWGUIManager.cc.

References changedEventId_, FWNumberEntryField::GetUIntNumber(), FWNumberEntryField::GetULong64Number(), edm::invalidEventNumber, m_cmsShowMainFrame, CmsShowMainFrame::m_eventEntry, CmsShowMainFrame::m_lumiEntry, CmsShowMainFrame::m_runEntry, and FWNumberEntryField::SetULong64Number().

1453 {
1455  {
1457  }
1458 
1462 }
FWNumberEntryField * m_lumiEntry
virtual ULong64_t GetULong64Number()
EventNumber_t const invalidEventNumber
virtual void SetULong64Number(ULong64_t n)
FWNumberEntryField * m_eventEntry
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
virtual UInt_t GetUIntNumber()
FWNumberEntryField * m_runEntry
sigc::signal< void, edm::RunNumber_t, edm::LuminosityBlockNumber_t, edm::EventNumber_t > changedEventId_
Definition: FWGUIManager.h:213
void FWGUIManager::evePreTerminate ( )

Definition at line 230 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and m_viewMap.

Referenced by CmsShowMain::doExit().

231 {
232  gEve->GetWindowManager()->Disconnect("WindowSelected(TEveWindow*)", this, "checkSubviewAreaIconState(TEveWindow*)");
233  gEve->GetWindowManager()->Disconnect("WindowDocked(TEveWindow*)", this, "checkSubviewAreaIconState(TEveWindow*)");
234  gEve->GetWindowManager()->Disconnect("WindowUndocked(TEveWindow*)", this, "checkSubviewAreaIconState(TEveWindow*)");
235 
236  // avoid emit signals at end
237  gEve->GetSelection()->Disconnect();
238  gEve->GetHighlight()->Disconnect();
239  gEve->GetSelection()->RemoveElements();
240  gEve->GetHighlight()->RemoveElements();
241 
242  m_cmsShowMainFrame->UnmapWindow();
243  for(ViewMap_i wIt = m_viewMap.begin(); wIt != m_viewMap.end(); ++wIt)
244  {
245  TEveCompositeFrameInMainFrame* mainFrame = dynamic_cast<TEveCompositeFrameInMainFrame*>((*wIt).first->GetEveFrame());
246  // main frames not to watch dying
247  if (mainFrame) mainFrame->UnmapWindow();
248  // destroy
249  (*wIt).second->destroy();
250  }
251 }
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::exportAllViews ( const std::string &  format,
int  height 
)

Definition at line 964 of file FWGUIManager.cc.

References ev, f, mergeVDriftHistosByStation::file, getCurrentEvent(), i, j, prof2calltree::l, m_viewMap, and mergeVDriftHistosByStation::name.

Referenced by exportImagesOfAllViews().

965 {
966  // Save all GL views.
967  // Expects format to have "%u %u %llu %s" which are replaced with
968  // run-number, event number, lumi block and view-name.
969  // Blanks in view-name are removed.
970  // If several views shave the same name, they are post-fixed
971  // with "_%d". They are sorted by view diagonal.
972 
973  typedef std::list<FWTEveViewer*> viewer_list_t;
974  typedef viewer_list_t::iterator viewer_list_i;
975 
976  typedef std::map<TString, viewer_list_t> name_map_t;
977  typedef name_map_t::iterator name_map_i;
978 
979  name_map_t vls;
980 
981  for (ViewMap_i i = m_viewMap.begin(); i != m_viewMap.end(); ++i)
982  {
983  FWTEveViewer *ev = dynamic_cast<FWTEveViewer*>(i->first);
984  if (ev)
985  {
986  TString name(ev->GetElementName());
987  name.ReplaceAll(" ", "");
988  viewer_list_t &l = vls[name];
989  viewer_list_i li = l.begin();
990  while (li != l.end() && (*li)->GetGLViewer()->ViewportDiagonal() < ev->GetGLViewer()->ViewportDiagonal())
991  ++li;
992  l.insert(li, ev);
993  }
994  }
995 
996  std::vector<std::future<int>> futures;
997 
998  const edm::EventBase *event = getCurrentEvent();
999  for (name_map_i i = vls.begin(); i != vls.end(); ++i)
1000  {
1001  bool multi_p = (i->second.size() > 1);
1002  int view_count = 1;
1003  for (viewer_list_i j = i->second.begin(); j != i->second.end(); ++j, ++view_count)
1004  {
1005  TString view_name(i->first);
1006  if (multi_p)
1007  {
1008  view_name += "_";
1009  view_name += view_count;
1010  }
1011  TString file;
1012  file.Form(format.c_str(), event->id().run(), event->id().event(),
1013  event->luminosityBlock(), view_name.Data());
1014 
1015  if (GLEW_EXT_framebuffer_object)
1016  {
1017  // Multi-threaded save
1018  futures.push_back((*j)->CaptureAndSaveImage(file, height));
1019  }
1020  else
1021  {
1022  // Single-threaded save
1023  if (height == -1)
1024  (*j)->GetGLViewer()->SavePicture(file);
1025  else
1026  (*j)->GetGLViewer()->SavePictureHeight(file, height);
1027  }
1028  }
1029  }
1030 
1031  for (auto &f : futures)
1032  {
1033  f.get();
1034  }
1035 }
int i
Definition: DBlmapReader.cc:9
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
bool ev
int j
Definition: DBlmapReader.cc:9
double f[11][100]
const edm::EventBase * getCurrentEvent() const
void FWGUIManager::exportImageOfMainView ( )

Definition at line 915 of file FWGUIManager.cc.

References fwLog, fwlog::kError, m_cmsShowMainFrame, m_viewMap, and m_viewPrimPack.

Referenced by FWGUIManager().

916 {
917  if (m_viewPrimPack->GetPack()->GetList()->GetSize() > 2)
918  {
919  TGFrameElementPack* frameEL = (TGFrameElementPack*) m_viewPrimPack->GetPack()->GetList()->At(1);
920  TEveCompositeFrame* ef = dynamic_cast<TEveCompositeFrame*>(frameEL->fFrame);
921  m_viewMap[ef->GetEveWindow()]->promptForSaveImageTo(m_cmsShowMainFrame);
922  }
923  else
924  {
925  fwLog(fwlog::kError) << "Main view has been destroyed." << std::endl;
926  }
927 }
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
#define fwLog(_level_)
Definition: fwLog.h:50
void FWGUIManager::exportImagesOfAllViews ( )

Definition at line 930 of file FWGUIManager.cc.

References gather_cfg::cout, dir, alignCSCRings::e, exportAllViews(), m_cmsShowMainFrame, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by FWGUIManager().

931 {
932  try {
933  static TString dir(".");
934  const char * kImageExportTypes[] = {"PNG", "*.png",
935  "GIF", "*.gif",
936  "JPEG", "*.jpg",
937  "PDF", "*.pdf",
938  "Encapsulated PostScript", "*.eps",
939  0, 0};
940 
941  TGFileInfo fi;
942  fi.fFileTypes = kImageExportTypes;
943  fi.fIniDir = StrDup(dir);
944  new TGFileDialog(gClient->GetDefaultRoot(), m_cmsShowMainFrame,
945  kFDSave,&fi);
946  dir = fi.fIniDir;
947  if (fi.fFilename != 0) {
948  std::string name = fi.fFilename;
949  // fi.fFileTypeIdx points to the name of the file type
950  // selected in the drop-down menu, so fi.fFileTypeIdx gives us
951  // the extension
952  std::string ext = kImageExportTypes[fi.fFileTypeIdx + 1] + 1;
953  if (name.find(ext) == name.npos)
954  name += ext;
955  // now add format trailing before the extension
956  name.insert(name.rfind('.'), "-%u_%u_%u_%s");
957  exportAllViews(name, -1);
958  }
959  }
960  catch (std::runtime_error &e) { std::cout << e.what() << std::endl; }
961 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void exportAllViews(const std::string &format, int height)
tuple cout
Definition: gather_cfg.py:121
dbl *** dir
Definition: mlp_gen.cc:35
void FWGUIManager::filterButtonClicked ( )

Definition at line 1482 of file FWGUIManager.cc.

References filterButtonClicked_.

1483 {
1484  filterButtonClicked_.emit();
1485 }
sigc::signal< void > filterButtonClicked_
Definition: FWGUIManager.h:207
void FWGUIManager::finishUpColorChange ( )
private

Definition at line 1465 of file FWGUIManager.cc.

References CmsShowCommonPopup::colorSetChanged(), CmsShowModelPopup::colorSetChanged(), CmsShowEDI::colorSetChanged(), m_commonPopup, m_ediFrame, and m_modelPopup.

Referenced by FWGUIManager().

1466 {
1470 
1471  gEve->FullRedraw3D();
1472 }
void colorSetChanged()
Definition: CmsShowEDI.cc:541
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
CmsShowCommonPopup * m_commonPopup
Definition: FWGUIManager.h:267
CSGAction * FWGUIManager::getAction ( const std::string  name)

Definition at line 362 of file FWGUIManager.cc.

References CSGActionSupervisor::getAction(), and m_cmsShowMainFrame.

Referenced by createHelpGLPopup(), createShortcutPopup(), FWGUIManager(), and CmsShowMain::setupDataHandling().

363 {
365 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CSGAction * getAction(const std::string &name)
const edm::EventBase * FWGUIManager::getCurrentEvent ( ) const
FWGUIManager * FWGUIManager::getGUIManager ( )
static
CmsShowMainFrame* FWGUIManager::getMainFrame ( ) const
inline
TEveWindow * FWGUIManager::getSwapCandidate ( )
private

Definition at line 443 of file FWGUIManager.cc.

References m_viewPrimPack, m_viewSecPack, and createTree::pp.

Referenced by checkSubviewAreaIconState(), and subviewSwapped().

444 {
445  TEveWindow* swapCandidate =0;
446 
447  if ( gEve->GetWindowManager()->GetCurrentWindow())
448  {
449  swapCandidate = gEve->GetWindowManager()->GetCurrentWindow();
450  }
451  else
452  {
453  // swap with first docked view
454  TEveCompositeFrame* pef;
455  TGFrameElementPack *pel;
456 
457  // check if there is view in prim pack
458  TGPack* pp = m_viewPrimPack->GetPack();
459  if ( pp->GetList()->GetSize() > 2)
460  {
461  pel = (TGFrameElementPack*) pp->GetList()->At(1);
462  if (pel->fState) // is first undocked
463  {
464  pef = dynamic_cast<TEveCompositeFrame*>(pel->fFrame);
465  if ( pef && pef->GetEveWindow())
466  swapCandidate = pef->GetEveWindow();
467  }
468  }
469  if (swapCandidate == 0)
470  {
471  // no eve window found in primary, check secondary
472  TGPack* sp = m_viewSecPack->GetPack();
473  TIter frame_iterator(sp->GetList());
474  while ((pel = (TGFrameElementPack*)frame_iterator()))
475  {
476  pef = dynamic_cast<TEveCompositeFrame*>(pel->fFrame);
477  if ( pef && pef->GetEveWindow() && pel->fState)
478  {
479  swapCandidate = pef->GetEveWindow() ;
480  break;
481  }
482  }
483  }
484  }
485  return swapCandidate;
486 }
tuple pp
Definition: createTree.py:15
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
void FWGUIManager::initEmpty ( )

Definition at line 1547 of file FWGUIManager.cc.

References createView(), m_cmsShowMainFrame, m_WMDecorH, m_WMOffsetX, m_WMOffsetY, x, and y.

Referenced by CmsShowMain::setupDataHandling().

1548 {
1549  int x = 150 + m_WMOffsetX ;
1550  int y = 50 + m_WMOffsetY;
1551  m_cmsShowMainFrame->Move(x, y);
1552  m_cmsShowMainFrame->SetWMPosition(x, y < m_WMDecorH ? m_WMDecorH : y);
1553 
1554  createView("Rho Phi");
1555  createView("Rho Z");
1556 
1557  m_cmsShowMainFrame->MapSubwindows();
1558  m_cmsShowMainFrame->Layout();
1559  m_cmsShowMainFrame->MapRaised();
1560 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
ViewMap_i createView(const std::string &iName, TEveWindowSlot *slot=0)
CSGContinuousAction * FWGUIManager::loopAction ( )

Definition at line 380 of file FWGUIManager.cc.

References CmsShowMainFrame::loopAction(), and m_cmsShowMainFrame.

381 {
382  return m_cmsShowMainFrame->loopAction();
383 }
CSGContinuousAction * loopAction() const
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::lumiIdChanged ( )

Definition at line 1441 of file FWGUIManager.cc.

References FWNumberEntryField::GetUIntNumber(), edm::invalidLuminosityBlockNumber, m_cmsShowMainFrame, CmsShowMainFrame::m_eventEntry, CmsShowMainFrame::m_lumiEntry, and FWNumberEntryField::SetUIntNumber().

1442 {
1444  {
1446  }
1447 
1448  m_cmsShowMainFrame->m_eventEntry->SetText("", kFALSE);
1449  m_cmsShowMainFrame->m_eventEntry->SetFocus();
1450 }
FWNumberEntryField * m_lumiEntry
virtual void SetUIntNumber(UInt_t n)
FWNumberEntryField * m_eventEntry
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
virtual UInt_t GetUIntNumber()
LuminosityBlockNumber_t const invalidLuminosityBlockNumber
TGFrame * FWGUIManager::makeGUIsubview ( TEveCompositeFrame *  cp,
TGCompositeFrame *  parent,
Int_t  height 
)
static

Definition at line 258 of file FWGUIManager.cc.

Referenced by FWGUIManager().

259 {
260  TGFrame* frame = new FWGUISubviewArea(cp, parent, height);
261  return frame;
262 }
list parent
Definition: dbtoconf.py:74
void FWGUIManager::measureWMOffsets ( )
private

Definition at line 1509 of file FWGUIManager.cc.

References asciidump::attr, fwLog, fwlog::kDebug, m_WMDecorH, m_WMOffsetX, m_WMOffsetY, x, and y.

Referenced by FWGUIManager().

1510 {
1511  const Int_t x = 100, y = 100;
1512 
1513  TGMainFrame *mf1 = new TGMainFrame(0, 0, 0);
1514  mf1->MapWindow();
1515  mf1->Move(x, y);
1516 
1517  // This seems to be the only reliable way to make sure Move() has been processed.
1518  {
1519  TGMainFrame *mf2 = new TGMainFrame(0, 0, 0);
1520  mf2->MapWindow();
1521  while (!mf2->IsMapped()) gClient->HandleInput();
1522  delete mf2;
1523  }
1524  {
1525  Int_t xm, ym;
1526  Window_t childdum;
1527  WindowAttributes_t attr;
1528  gVirtualX->TranslateCoordinates(mf1->GetId(), gClient->GetDefaultRoot()->GetId(),
1529  0, 0, xm, ym, childdum);
1530  gVirtualX->GetWindowAttributes(mf1->GetId(), attr);
1531  m_WMOffsetX = x - xm;
1532  m_WMOffsetY = y - ym;
1533  m_WMDecorH = attr.fY;
1534  fwLog(fwlog::kDebug) << Form("FWGUIManager::measureWMOffsets: required (%d,%d), measured(%d, %d) => dx=%d, dy=%d; decor_h=%d.\n",
1535  x, y, xm, ym, m_WMOffsetX, m_WMOffsetY, m_WMDecorH);
1536  }
1537  delete mf1;
1538 }
tuple attr
Definition: asciidump.py:432
#define fwLog(_level_)
Definition: fwLog.h:50
void FWGUIManager::newItem ( const FWEventItem iItem)
private

Definition at line 416 of file FWGUIManager.cc.

References FWEventItem::id(), and FWEventItem::name().

Referenced by FWGUIManager().

417 {
418 #if defined(THIS_WILL_NEVER_BE_DEFINED)
419  m_selectionItemsComboBox->AddEntry(iItem->name().c_str(),iItem->id());
420  if(iItem->id()==0) {
421  m_selectionItemsComboBox->Select(0);
422  }
423 #endif
424 }
const std::string & name() const
Definition: FWEventItem.cc:513
unsigned int id() const
Definition: FWEventItem.cc:507
void FWGUIManager::newViewSlot ( const std::string &  iName)

Definition at line 273 of file FWGUIManager.cc.

References createView().

Referenced by FWGUIManager().

274 {
275  // this function have to exist, becuse CSGAction binds to void functions
276  createView(iName);
277 }
ViewMap_i createView(const std::string &iName, TEveWindowSlot *slot=0)
void FWGUIManager::open3DRegion ( )

Definition at line 656 of file FWGUIManager.cc.

References gather_cfg::cout, createView(), alignCSCRings::e, cmsHarvester::index, m_context, m_viewSecPack, python.connectstrParser::o, triggerExpression::parse(), phi, FWSelectionManager::selected(), fireworks::Context::selectionManager(), theta(), and findQualityFiles::v.

Referenced by FWModelContextMenuHandler::chosenItem().

657 {
658  try {
659  FWModelId id = *(m_context->selectionManager()->selected().begin());
660  float theta =0, phi = 0;
661  edm::TypeWithDict type = edm::TypeWithDict((TClass*)id.item()->modelType());
662  using namespace boost::spirit::classic;
664  reco::parser::Grammar grammar(tmpPtr,type);
665  edm::ObjectWithDict o(type, (void*)id.item()->modelData(id.index()));
666  if (parse("theta()", grammar.use_parser<1>() >> end_p, space_p).full)
667  theta = tmpPtr->value(o);
668  else
669  throw FWExpressionException("syntax error", -1);
670  if (parse("phi()", grammar.use_parser<1>() >> end_p, space_p).full)
671  phi = tmpPtr->value(o);
672  else
673  throw FWExpressionException("syntax error", -1);
674  ViewMap_i it = createView( "3D Tower", m_viewSecPack->NewSlot());
675  FW3DViewBase* v = static_cast<FW3DViewBase*>(it->second);
676  v->setClip(theta, phi);
677  it->first->UndockWindow();
678  }
679  catch(const reco::parser::BaseException& e)
680  {
681  std::cout <<" FWModelFilter failed to base "<< e.what() << std::endl;
682  }
683 }
const std::set< FWModelId > & selected() const
type
Definition: HCALResponse.h:21
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
boost::spirit::classic::parser_error< reco::parser::SyntaxErrors > BaseException
Definition: Exception.h:37
Evaluator * parse(const T &text)
Geom::Theta< T > theta() const
boost::shared_ptr< ExpressionBase > ExpressionPtr
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
FWSelectionManager * selectionManager() const
Definition: Context.h:57
ViewMap_i createView(const std::string &iName, TEveWindowSlot *slot=0)
fireworks::Context * m_context
Definition: FWGUIManager.h:249
tuple cout
Definition: gather_cfg.py:121
void FWGUIManager::openEveBrowserForDebugging ( ) const

Definition at line 1408 of file FWGUIManager.cc.

1409 {
1410  gEve->GetBrowser()->MapWindow();
1411 }
const FWGUIManager& FWGUIManager::operator= ( const FWGUIManager )
private
CSGContinuousAction * FWGUIManager::playEventsAction ( )

Definition at line 368 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and CmsShowMainFrame::playEventsAction().

Referenced by CmsShowMain::checkLiveMode(), FWFFService::checkPosition(), FWFFLooper::checkPosition(), and CmsShowMain::checkPosition().

369 {
371 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CSGContinuousAction * playEventsAction() const
CSGContinuousAction * FWGUIManager::playEventsBackwardsAction ( )

Definition at line 374 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and CmsShowMainFrame::playEventsBackwardsAction().

375 {
377 }
CSGContinuousAction * playEventsBackwardsAction() const
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::popupViewClosed ( )

Definition at line 712 of file FWGUIManager.cc.

References CmsShowViewPopup::getEveWindow(), FWGUISubviewArea::getToolBarFromWindow(), m_viewPopup, and FWGUISubviewArea::setInfoButton().

Referenced by setViewPopup().

713 {
714  if (m_viewPopup->getEveWindow())
715  {
717  sa->setInfoButton(kFALSE);
718  }
719 }
void setInfoButton(bool downp)
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
TEveWindow * getEveWindow() const
static FWGUISubviewArea * getToolBarFromWindow(TEveWindow *)
bool FWGUIManager::promptForConfigurationFile ( std::string &  result,
enum EFileDialogMode  mode 
)
private

Helper method for a load / save configuration dialog.

result where the picked file is stored.

mode the mode for the dialog (i.e. Load / Save).

Returns
true if a file was successfully picked, false otherwise.

Definition at line 831 of file FWGUIManager.cc.

References dir, m_cmsShowMainFrame, alignBH_cfg::mode, mergeVDriftHistosByStation::name, and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by promptForLoadConfigurationFile(), promptForPartialLoadConfigurationFile(), promptForPartialSaveConfigurationFile(), and promptForSaveConfigurationFile().

832 {
833 
834  const static char* kFileTypes[] = {"Fireworks Configuration files","*.fwc",
835  "All Files","*",
836  0,0};
837 
838  static TString dir(".");
839 
840  TGFileInfo fi;
841  fi.fFileTypes = kFileTypes;
842  fi.fIniDir = StrDup(dir);
843  new TGFileDialog(gClient->GetDefaultRoot(), m_cmsShowMainFrame, mode, &fi);
844  dir = fi.fIniDir;
845  if (fi.fFilename == 0) // to handle "cancel" button properly
846  return false;
847  std::string name = fi.fFilename;
848  // if the extension isn't already specified by hand, specify it now
849  std::string ext = kFileTypes[fi.fFileTypeIdx + 1] + 1;
850  if (ext.size() != 0 && name.find(ext) == name.npos)
851  name += ext;
852  result = name;
853  return true;
854 }
tuple result
Definition: query.py:137
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
dbl *** dir
Definition: mlp_gen.cc:35
void FWGUIManager::promptForLoadConfigurationFile ( )
private

Emits the signal which request to load the configuration file picked up in a dialog.

Definition at line 861 of file FWGUIManager.cc.

References loadFromConfigurationFile_, mergeVDriftHistosByStation::name, promptForConfigurationFile(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by FWGUIManager().

862 {
864  if (!promptForConfigurationFile(name, kFDOpen))
865  return;
866 
867 
869 }
bool promptForConfigurationFile(std::string &result, enum EFileDialogMode mode)
sigc::signal< void, const std::string & > loadFromConfigurationFile_
Definition: FWGUIManager.h:211
void FWGUIManager::promptForPartialLoadConfigurationFile ( )
private

Definition at line 873 of file FWGUIManager.cc.

References loadPartialFromConfigurationFile_, mergeVDriftHistosByStation::name, promptForConfigurationFile(), and AlCaHLTBitMon_QueryRunRegistry::string.

Referenced by FWGUIManager().

874 {
876  if (!promptForConfigurationFile(name, kFDOpen))
877  return;
878 
879 
881  //
882 }
sigc::signal< void, const std::string & > loadPartialFromConfigurationFile_
Definition: FWGUIManager.h:212
bool promptForConfigurationFile(std::string &result, enum EFileDialogMode mode)
void FWGUIManager::promptForPartialSaveConfigurationFile ( )
private

Definition at line 899 of file FWGUIManager.cc.

References mergeVDriftHistosByStation::name, promptForConfigurationFile(), AlCaHLTBitMon_QueryRunRegistry::string, and writePartialToConfigurationFile_.

Referenced by FWGUIManager().

900 {
902  if (!promptForConfigurationFile(name, kFDSave))
903  return;
904 
906 }
sigc::signal< void, const std::string & > writePartialToConfigurationFile_
Definition: FWGUIManager.h:210
bool promptForConfigurationFile(std::string &result, enum EFileDialogMode mode)
void FWGUIManager::promptForSaveConfigurationFile ( )
private

Emits the signal which requests to save the current configuration in the file picked up in the dialog.

Definition at line 889 of file FWGUIManager.cc.

References mergeVDriftHistosByStation::name, promptForConfigurationFile(), AlCaHLTBitMon_QueryRunRegistry::string, and writeToConfigurationFile_.

Referenced by FWGUIManager().

890 {
892  if (!promptForConfigurationFile(name, kFDSave))
893  return;
894 
896 }
bool promptForConfigurationFile(std::string &result, enum EFileDialogMode mode)
sigc::signal< void, const std::string & > writeToConfigurationFile_
Definition: FWGUIManager.h:209
void FWGUIManager::registerViewBuilder ( const std::string &  iName,
ViewBuildFunctor iBuilder 
)
void FWGUIManager::resetWMOffsets ( )

Definition at line 1541 of file FWGUIManager.cc.

References m_WMDecorH, m_WMOffsetX, and m_WMOffsetY.

Referenced by CmsShowMain::CmsShowMain().

1542 {
1544 }
void FWGUIManager::runIdChanged ( )

Definition at line 1430 of file FWGUIManager.cc.

References FWNumberEntryField::GetUIntNumber(), edm::invalidRunNumber, m_cmsShowMainFrame, CmsShowMainFrame::m_lumiEntry, CmsShowMainFrame::m_runEntry, and FWNumberEntryField::SetUIntNumber().

1431 {
1433  {
1435  }
1436 
1437  m_cmsShowMainFrame->m_lumiEntry->SetText("", kFALSE);
1438  m_cmsShowMainFrame->m_lumiEntry->SetFocus();
1439 }
FWNumberEntryField * m_lumiEntry
virtual void SetUIntNumber(UInt_t n)
RunNumber_t const invalidRunNumber
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
virtual UInt_t GetUIntNumber()
FWNumberEntryField * m_runEntry
void FWGUIManager::savePartialToConfigurationFile ( )
private

Definition at line 909 of file FWGUIManager.cc.

References writePartialToConfigurationFile_.

Referenced by FWGUIManager().

910 {
912 }
sigc::signal< void, const std::string & > writePartialToConfigurationFile_
Definition: FWGUIManager.h:210
void FWGUIManager::setDelayBetweenEvents ( Float_t  val)

Definition at line 1425 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and CmsShowMainFrame::setPlayDelayGUI().

1426 {
1427  m_cmsShowMainFrame->setPlayDelayGUI(val, kTRUE);
1428 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void setPlayDelayGUI(Float_t val, Bool_t sliderChanged)
void FWGUIManager::setFilterButtonIcon ( int  state)

Definition at line 1494 of file FWGUIManager.cc.

References i, m_cmsShowMainFrame, CmsShowMainFrame::m_filterEnableBtn, CmsShowMainFrame::m_filterIcons, and FWCustomIconsButton::setIcons().

Referenced by CmsShowMain::navigatorChangedFilterState(), and CmsShowMain::setupDataHandling().

1495 {
1496  int i = state*3;
1500 }
int i
Definition: DBlmapReader.cc:9
FWCustomIconsButton * m_filterEnableBtn
const TGPicture * m_filterIcons[9]
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void setIcons(const TGPicture *iUpIcon, const TGPicture *iDownIcon, const TGPicture *iDisabledIcon, const TGPicture *ibelowMouseIcon=0)
void FWGUIManager::setFilterButtonText ( const char *  txt)
void FWGUIManager::setFrom ( const FWConfiguration iFrom)
virtual

Implements FWConfigurable.

Definition at line 1278 of file FWGUIManager.cc.

References assert(), CmsShowMainFrame::bindCSGActionKeys(), FWViewType::checkNameWithViewVersion(), checkSubviewAreaIconState(), createView(), fwLog, kCollectionController(), kCommonController(), kControllers(), FWConfiguration::keyValues(), FWViewType::kGeometryTable, kMainWindow(), kObjectController(), kUndocked(), kViewArea(), kViewController(), kViews(), fwlog::kWarning, m_cmsShowMainFrame, m_commonPopup, m_ediFrame, m_modelPopup, m_viewMap, m_viewPopup, m_viewPrimPack, m_viewSecPack, mergeVDriftHistosByStation::name, FWGeometryTableViewBase::populate3DViewsFromConfig(), CmsShowMainFrame::setSummaryViewWeight(), setViewPopup(), setWindowInfoFrom(), showCommonPopup(), showEDIFrame(), showModelPopup(), AlCaHLTBitMon_QueryRunRegistry::string, subviewDestroyAll(), FWConfiguration::value(), FWConfiguration::valueForKey(), FWConfiguration::version(), and histoStyle::weight.

1278  {
1279  // main window
1281 
1282  const FWConfiguration* mw = iFrom.valueForKey(kMainWindow);
1283  assert(mw != 0);
1284  // Window needs to mapped before moving, otherwise move can lead
1285  // to wrong results on some window managers.
1286  m_cmsShowMainFrame->MapWindow();
1288  m_cmsShowMainFrame->MapSubwindows();
1289  m_cmsShowMainFrame->Layout();
1290  m_cmsShowMainFrame->MapRaised();
1291 
1292  // set from view reading area info nd view info
1293  float_t leftWeight =1;
1294  float_t rightWeight=1;
1295  if ( mw->version() >= 2 ) {
1296  leftWeight = atof(mw->valueForKey("leftWeight")->value().c_str());
1297  rightWeight = atof(mw->valueForKey("rightWeight")->value().c_str());
1298  }
1299 
1300  if ( mw->version() >= 3 ) {
1301  float summaryWeight = atof(mw->valueForKey("summaryWeight")->value().c_str());
1302  m_cmsShowMainFrame->setSummaryViewWeight(summaryWeight);
1303  }
1304 
1305  TEveWindowSlot* primSlot = (leftWeight > 0) ? m_viewPrimPack->NewSlotWithWeight(leftWeight) : 0;
1306  m_viewSecPack = m_viewPrimPack->NewSlotWithWeight(rightWeight)->MakePack();
1307  m_viewSecPack->SetVertical();
1308  m_viewSecPack->SetShowTitleBar(kFALSE);
1309 
1310  // views list
1311  const FWConfiguration* views = iFrom.valueForKey(kViews); assert(0!=views);
1312  const FWConfiguration::KeyValues* keyVals = views->keyValues();
1313  const FWConfiguration* viewArea = iFrom.valueForKey(kViewArea);
1314 
1315  // area list (ignored in older version)
1316  if ( viewArea->version() > 1)
1317  {
1318  const FWConfiguration::KeyValues* akv = viewArea->keyValues();
1319  FWConfiguration::KeyValuesIt areaIt = akv->begin();
1320 
1321  for(FWConfiguration::KeyValuesIt it = keyVals->begin(); it!= keyVals->end(); ++it)
1322  {
1323  float weight = atof((areaIt->second).valueForKey("weight")->value().c_str());
1324  TEveWindowSlot* slot = ( m_viewMap.size() || (primSlot == 0) ) ? m_viewSecPack->NewSlotWithWeight(weight) : primSlot;
1325  std::string name = FWViewType::checkNameWithViewVersion(it->first, it->second.version());
1326  ViewMap_i lastViewIt = createView(name, slot);
1327  lastViewIt->second->setFrom(it->second);
1328 
1329  bool undocked = atof((areaIt->second).valueForKey("undocked")->value().c_str());
1330  if (undocked)
1331  {
1332  TEveWindow* lastWindow = lastViewIt->first;
1333  lastWindow->UndockWindow();
1334  TEveCompositeFrameInMainFrame* emf = dynamic_cast<TEveCompositeFrameInMainFrame*>(lastWindow->GetEveFrame());
1335  if (emf ) {
1336  const TGMainFrame* mf = dynamic_cast<const TGMainFrame*>(emf->GetParent());
1337  if (mf) {
1339  TGMainFrame* mfp = (TGMainFrame*)mf; // have to cast in non-const
1340  const FWConfiguration* mwc = (areaIt->second).valueForKey("UndockedWindowPos");
1341  setWindowInfoFrom(*mwc, mfp);
1342  }
1343  }
1344  }
1345  areaIt++;
1346  }
1347  }
1348  else
1349  { // create views with same weight in old version
1350  for(FWConfiguration::KeyValuesIt it = keyVals->begin(); it!= keyVals->end(); ++it) {
1351  std::string name = FWViewType::checkNameWithViewVersion(it->first, it->second.version());
1352  createView(name, m_viewMap.size() ? m_viewSecPack->NewSlot() : primSlot);
1353 
1354  ViewMap_i lastViewIt = m_viewMap.end(); lastViewIt--;
1355  lastViewIt->second->setFrom(it->second);
1356  }
1357  // handle undocked windows in old version
1358  const FWConfiguration* undocked = iFrom.valueForKey(kUndocked);
1359  if(0!=undocked) {
1360  fwLog(fwlog::kWarning) << "Restrore of undocked windows with old window management not supported." << std::endl;
1361  }
1362  }
1363 
1364  //handle controllers
1365  const FWConfiguration* controllers = iFrom.valueForKey(kControllers);
1366  if (0 != controllers)
1367  {
1368  const FWConfiguration::KeyValues* keyVals = controllers->keyValues();
1369  if (0 != keyVals)
1370  {
1371  //we have open controllers
1372  for(FWConfiguration::KeyValuesIt it = keyVals->begin(); it != keyVals->end(); ++it)
1373  {
1374  const std::string& controllerName = it->first;
1375  // std::cout <<"found controller "<<controllerName<<std::endl;
1376  if (controllerName == kCollectionController) {
1377  showEDIFrame();
1378  setWindowInfoFrom(it->second,m_ediFrame);
1379  } else if (controllerName == kViewController) {
1380  setViewPopup(0);
1381  setWindowInfoFrom(it->second, m_viewPopup);
1382  } else if (controllerName == kObjectController) {
1383  showModelPopup();
1384  setWindowInfoFrom(it->second, m_modelPopup);
1385  } else if (controllerName == kCommonController) {
1386  showCommonPopup();
1387  setWindowInfoFrom(it->second, m_commonPopup);
1388  }
1389  }
1390  }
1391  }
1392 
1393 
1394  for(ViewMap_i it = m_viewMap.begin(); it != m_viewMap.end(); ++it)
1395  {
1396  if (it->second->typeId() >= FWViewType::kGeometryTable)
1397  {
1400  }
1401  }
1402 
1403  // disable first docked view
1405 }
std::vector< std::pair< std::string, FWConfiguration > > KeyValues
void bindCSGActionKeys(const TGMainFrame *f) const
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
void showModelPopup()
const KeyValues * keyValues() const
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
void subviewDestroyAll()
void setViewPopup(TEveWindow *)
static const std::string kViewController("view")
assert(m_qm.get())
unsigned int version() const
static const std::string kViews("views")
static const std::string kObjectController("object")
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
void showEDIFrame(int iInfoToShow=-1)
Allowed values are -1 or ones from FWDataCategories enum.
static const std::string kCommonController("common")
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
void setWindowInfoFrom(const FWConfiguration &iFrom, TGMainFrame *iFrame)
void checkSubviewAreaIconState(TEveWindow *)
static const std::string kCollectionController("collection")
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
static const std::string kMainWindow("main window")
static const std::string kUndocked("undocked views")
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
static const std::string kViewArea("view area")
CmsShowCommonPopup * m_commonPopup
Definition: FWGUIManager.h:267
static const std::string & checkNameWithViewVersion(const std::string &name, unsigned int viewVersion)
Definition: FWViewType.cc:102
const std::string & value(unsigned int iIndex=0) const
ViewMap_i createView(const std::string &iName, TEveWindowSlot *slot=0)
#define fwLog(_level_)
Definition: fwLog.h:50
KeyValues::const_iterator KeyValuesIt
void setSummaryViewWeight(float)
const FWConfiguration * valueForKey(const std::string &iKey) const
int weight
Definition: histoStyle.py:50
void showCommonPopup()
static const std::string kControllers("controllers")
void FWGUIManager::setPlayMode ( bool  play)

Definition at line 398 of file FWGUIManager.cc.

References m_cmsShowMainFrame, CmsShowMainFrame::m_eventEntry, and CmsShowMainFrame::m_runEntry.

399 {
400  m_cmsShowMainFrame->m_runEntry->SetEnabled(!play);
401  m_cmsShowMainFrame->m_eventEntry->SetEnabled(!play);
402 }
FWNumberEntryField * m_eventEntry
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWNumberEntryField * m_runEntry
void FWGUIManager::setViewPopup ( TEveWindow *  ew)
private

Definition at line 729 of file FWGUIManager.cc.

References CmsShowViewPopup::closed_, fireworks::Context::colorManager(), m_context, m_guiManager, m_viewMap, m_viewPopup, popupViewClosed(), CmsShowViewPopup::reset(), and CmsShowViewPopup::UnmapWindow().

Referenced by setFrom(), showViewPopup(), subviewDestroyAll(), subviewInfoSelected(), and subviewIsBeingDestroyed().

730 {
731  FWViewBase* vb = ew ? m_viewMap[ew] : 0;
732  if (m_viewPopup == 0)
733  {
734  m_viewPopup = new CmsShowViewPopup(0, 200, 200, m_context->colorManager(), vb, ew);
736  }
737  else
738  {
740  }
741  m_viewPopup->reset(vb, ew);
742  m_viewPopup->MapRaised();
743 }
void popupViewClosed()
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
sigc::signal< void > closed_
FWColorManager * colorManager() const
Definition: Context.h:65
virtual void UnmapWindow()
static FWGUIManager * m_guiManager
Definition: FWGUIManager.h:246
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
void reset(FWViewBase *, TEveWindow *ew)
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void FWGUIManager::setWindowInfoFrom ( const FWConfiguration iFrom,
TGMainFrame *  iFrame 
)

Definition at line 1265 of file FWGUIManager.cc.

References m_WMDecorH, m_WMOffsetX, m_WMOffsetY, FWConfiguration::value(), FWConfiguration::valueForKey(), create_public_lumi_plots::width, x, and y.

Referenced by setFrom().

1267 {
1268  int x = atoi(iFrom.valueForKey("x")->value().c_str()) + m_WMOffsetX;
1269  int y = atoi(iFrom.valueForKey("y")->value().c_str()) + m_WMOffsetY;
1270  if (y < m_WMDecorH) y = m_WMDecorH;
1271  int width = atoi(iFrom.valueForKey("width")->value().c_str());
1272  int height = atoi(iFrom.valueForKey("height")->value().c_str());
1273  iFrame->MoveResize(x,y,width,height);
1274  iFrame->SetWMPosition(x, y);
1275 }
const std::string & value(unsigned int iIndex=0) const
const FWConfiguration * valueForKey(const std::string &iKey) const
void FWGUIManager::showCommonPopup ( )

Definition at line 686 of file FWGUIManager.cc.

References CmsShowMainFrame::bindCSGActionKeys(), fireworks::Context::commonPrefs(), m_cmsShowMainFrame, m_commonPopup, and m_context.

Referenced by FWGUIManager(), and setFrom().

687 {
688  if (! m_commonPopup)
689  {
692  }
693  m_commonPopup->MapRaised();
694 }
void bindCSGActionKeys(const TGMainFrame *f) const
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
CmsShowCommonPopup * m_commonPopup
Definition: FWGUIManager.h:267
fireworks::Context * m_context
Definition: FWGUIManager.h:249
CmsShowCommon * commonPrefs() const
Definition: Context.cc:179
void FWGUIManager::showEDIFrame ( int  iInfoToShow = -1)

Allowed values are -1 or ones from FWDataCategories enum.

Definition at line 644 of file FWGUIManager.cc.

References createEDIFrame(), m_ediFrame, and CmsShowEDI::show().

Referenced by FWModelContextMenuHandler::chosenItem(), FWGUIManager(), FWSummaryManager::requestForController(), FWSummaryManager::requestForError(), FWSummaryManager::requestForFilter(), FWSummaryManager::requestForInfo(), and setFrom().

645 {
646  createEDIFrame();
647  if (-1 != iToShow)
648  {
649  m_ediFrame->show(static_cast<FWDataCategories>(iToShow));
650  }
651  m_ediFrame->MapRaised();
652 }
CmsShowEDI * m_ediFrame
Definition: FWGUIManager.h:264
void createEDIFrame()
void show(FWDataCategories)
Definition: CmsShowEDI.cc:534
void FWGUIManager::showEventFilterGUI ( )

Definition at line 1476 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and showEventFilterGUI_.

Referenced by FWFFLooper::beginRun(), and CmsShowMain::filterButtonClicked().

1477 {
1479 }
sigc::signal< void, const TGWindow * > showEventFilterGUI_
Definition: FWGUIManager.h:208
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::showInvMassDialog ( )

Definition at line 746 of file FWGUIManager.cc.

References CmsShowMainFrame::bindCSGActionKeys(), m_cmsShowMainFrame, m_context, m_invMassDialog, and fireworks::Context::selectionManager().

Referenced by FWGUIManager().

747 {
748  if (! m_invMassDialog)
749  {
752  }
753  m_invMassDialog->MapRaised();
754 }
void bindCSGActionKeys(const TGMainFrame *f) const
FWInvMassDialog * m_invMassDialog
Definition: FWGUIManager.h:268
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
FWSelectionManager * selectionManager() const
Definition: Context.h:57
fireworks::Context * m_context
Definition: FWGUIManager.h:249
void FWGUIManager::showModelPopup ( )

Definition at line 705 of file FWGUIManager.cc.

References createModelPopup(), and m_modelPopup.

Referenced by FWModelContextMenuHandler::chosenItem(), FWGUIManager(), and setFrom().

706 {
708  m_modelPopup->MapRaised();
709 }
CmsShowModelPopup * m_modelPopup
Definition: FWGUIManager.h:265
void createModelPopup()
void FWGUIManager::showSelectedModelContextMenu ( Int_t  iGlobalX,
Int_t  iGlobalY,
FWViewContextMenuHandlerBase iHandler 
)

Definition at line 798 of file FWGUIManager.cc.

References m_context, m_contextMenuHandler, FWSelectionManager::selected(), fireworks::Context::selectionManager(), and FWModelContextMenuHandler::showSelectedModelContext().

Referenced by createView(), and FWSummaryManager::requestForSelectedModelContextMenu().

799 {
800  if (! m_context->selectionManager()->selected().empty())
801  {
802  m_contextMenuHandler->showSelectedModelContext(iGlobalX,iGlobalY, iHandler);
803  }
804 }
const std::set< FWModelId > & selected() const
FWSelectionManager * selectionManager() const
Definition: Context.h:57
void showSelectedModelContext(Int_t iX, Int_t iY, FWViewContextMenuHandlerBase *) const
NOTE: iX and iY are in global coordinates.
fireworks::Context * m_context
Definition: FWGUIManager.h:249
FWModelContextMenuHandler * m_contextMenuHandler
Definition: FWGUIManager.h:256
void FWGUIManager::showViewPopup ( )

Definition at line 722 of file FWGUIManager.cc.

References setViewPopup().

Referenced by FWGUIManager().

723 {
724  // CSG action.
725  setViewPopup(0);
726 }
void setViewPopup(TEveWindow *)
void FWGUIManager::subviewDestroy ( FWGUISubviewArea sva)

Definition at line 521 of file FWGUIManager.cc.

References FWViewBase::destroy(), FWGUISubviewArea::getEveWindow(), and m_viewMap.

Referenced by subviewDestroyAll(), and subviewIsBeingDestroyed().

522 {
523  TEveWindow* ew = sva->getEveWindow();
524  FWViewBase* viewBase = m_viewMap[ew];
525  m_viewMap.erase(ew);
526  viewBase->destroy();
527 }
TEveWindow * getEveWindow()
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
void destroy()
Definition: FWViewBase.cc:64
void FWGUIManager::subviewDestroyAll ( )

Definition at line 530 of file FWGUIManager.cc.

References FWGUISubviewArea::getToolBarFromWindow(), i, m_viewMap, m_viewPrimPack, m_viewSecPack, sd, setViewPopup(), subviewDestroy(), and w.

Referenced by FWPartialConfigLoadGUI::Load(), and setFrom().

531 {
532  std::vector<FWGUISubviewArea*> sd;
533  for(ViewMap_i wIt = m_viewMap.begin(); wIt != m_viewMap.end(); ++wIt)
534  {
536  sd.push_back(ar);
537  }
538 
539  for (std::vector<FWGUISubviewArea*>::iterator i= sd.begin(); i !=sd.end(); ++i)
540  {
541  if ((*i)->isSelected())
542  setViewPopup(0);
543  subviewDestroy(*i);
544  }
545 
546  gSystem->ProcessEvents();
547  gSystem->Sleep(200);
548 
549 
550 
551  while (m_viewPrimPack->HasChildren())
552  {
553  TEveWindow* w = dynamic_cast<TEveWindow*>(m_viewPrimPack->FirstChild());
554  if (w) w->DestroyWindowAndSlot();
555  }
556 
557  gSystem->Sleep(200);
558  m_viewSecPack = 0;
559  gSystem->ProcessEvents();
560 
561 }
int i
Definition: DBlmapReader.cc:9
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
const double w
Definition: UKUtility.cc:23
void setViewPopup(TEveWindow *)
TEveWindowPack * m_viewPrimPack
Definition: FWGUIManager.h:279
TEveWindowPack * m_viewSecPack
Definition: FWGUIManager.h:280
void subviewDestroy(FWGUISubviewArea *)
static FWGUISubviewArea * getToolBarFromWindow(TEveWindow *)
double sd
void FWGUIManager::subviewInfoSelected ( FWGUISubviewArea sva)

Definition at line 564 of file FWGUIManager.cc.

References FWGUISubviewArea::getEveWindow(), FWGUISubviewArea::getToolBarFromWindow(), m_viewMap, FWGUISubviewArea::setInfoButton(), and setViewPopup().

Referenced by connectSubviewAreaSignals().

565 {
566  // release button on previously selected
567  TEveWindow* ew = sva->getEveWindow();
568  for(ViewMap_i wIt = m_viewMap.begin(); wIt != m_viewMap.end(); ++wIt)
569  {
570  if (wIt->first != ew)
572  }
573  setViewPopup(sva->getEveWindow());
574 }
TEveWindow * getEveWindow()
ViewMap_t::iterator ViewMap_i
Definition: FWGUIManager.h:103
ViewMap_t m_viewMap
Definition: FWGUIManager.h:276
void setViewPopup(TEveWindow *)
void setInfoButton(bool downp)
static FWGUISubviewArea * getToolBarFromWindow(TEveWindow *)
void FWGUIManager::subviewInfoUnselected ( FWGUISubviewArea sva)

Definition at line 577 of file FWGUIManager.cc.

References m_viewPopup, and CmsShowViewPopup::UnmapWindow().

Referenced by connectSubviewAreaSignals().

578 {
580 }
virtual void UnmapWindow()
CmsShowViewPopup * m_viewPopup
Definition: FWGUIManager.h:266
void FWGUIManager::subviewIsBeingDestroyed ( FWGUISubviewArea sva)

Definition at line 509 of file FWGUIManager.cc.

References f, FWGUISubviewArea::isSelected(), m_tasks, setViewPopup(), and subviewDestroy().

Referenced by connectSubviewAreaSignals().

510 {
511  if (sva->isSelected())
512  setViewPopup(0);
513 
515  f = boost::bind(&FWGUIManager::subviewDestroy, this, sva);
516  m_tasks->addTask(f);
517  m_tasks->startDoingTasks();
518 }
void setViewPopup(TEveWindow *)
std::auto_ptr< CmsShowTaskExecutor > m_tasks
Definition: FWGUIManager.h:284
void subviewDestroy(FWGUISubviewArea *)
double f[11][100]
bool isSelected() const
boost::function0< void > TaskFunctor
void FWGUIManager::subviewSwapped ( FWGUISubviewArea sva)

Definition at line 583 of file FWGUIManager.cc.

References checkSubviewAreaIconState(), FWGUISubviewArea::getEveWindow(), getSwapCandidate(), and swap().

Referenced by connectSubviewAreaSignals().

584 {
585  TEveWindow* curr = getSwapCandidate();
586  TEveWindow* swap = sva->getEveWindow();
587  if (curr) swap->SwapWindow(curr);
588 
590 }
TEveWindow * getEveWindow()
void swap(ora::Record &rh, ora::Record &lh)
Definition: Record.h:70
void checkSubviewAreaIconState(TEveWindow *)
TEveWindow * getSwapCandidate()
void FWGUIManager::titleChanged ( const char *  title)

Definition at line 326 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and indexGen::title.

Referenced by CmsShowMain::appendData(), CmsShowMain::eventChangedImp(), and CmsShowMain::fileChangedSlot().

327 {
328  char title[128];
329  snprintf(title,127,"cmsShow: %s", subtitle);
330  m_cmsShowMainFrame->SetWindowName(title);
331 }
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::updateEventFilterEnable ( bool  btnEnabled)

Definition at line 1503 of file FWGUIManager.cc.

References m_cmsShowMainFrame, and CmsShowMainFrame::m_filterEnableBtn.

Referenced by CmsShowMain::setupDataHandling().

1504 {
1505  m_cmsShowMainFrame->m_filterEnableBtn->SetEnabled(btnEnabled);
1506 }
FWCustomIconsButton * m_filterEnableBtn
CmsShowMainFrame * m_cmsShowMainFrame
Definition: FWGUIManager.h:258
void FWGUIManager::updateStatus ( const char *  status)

Member Data Documentation

sigc::signal<void, Float_t> FWGUIManager::changedDelayBetweenEvents_

Definition at line 219 of file FWGUIManager.h.

Referenced by delaySliderChanged().

sigc::signal<void> FWGUIManager::changedEventEntry_

Definition at line 218 of file FWGUIManager.h.

sigc::signal<void, edm::RunNumber_t, edm::LuminosityBlockNumber_t, edm::EventNumber_t> FWGUIManager::changedEventId_

Definition at line 213 of file FWGUIManager.h.

Referenced by eventIdChanged().

sigc::signal<void> FWGUIManager::changedRunEntry_

Definition at line 217 of file FWGUIManager.h.

sigc::signal<void> FWGUIManager::filterButtonClicked_
sigc::signal<void> FWGUIManager::goingToQuit_

Definition at line 214 of file FWGUIManager.h.

sigc::signal<void, const std::string&> FWGUIManager::loadFromConfigurationFile_

Definition at line 211 of file FWGUIManager.h.

Referenced by promptForLoadConfigurationFile().

sigc::signal<void, const std::string&> FWGUIManager::loadPartialFromConfigurationFile_

Definition at line 212 of file FWGUIManager.h.

Referenced by promptForPartialLoadConfigurationFile().

CmsShowMainFrame* FWGUIManager::m_cmsShowMainFrame
private
CmsShowCommonPopup* FWGUIManager::m_commonPopup
private

Definition at line 267 of file FWGUIManager.h.

Referenced by addTo(), finishUpColorChange(), setFrom(), and showCommonPopup().

fireworks::Context* FWGUIManager::m_context
private
FWModelContextMenuHandler* FWGUIManager::m_contextMenuHandler
private

Definition at line 256 of file FWGUIManager.h.

Referenced by FWGUIManager(), showSelectedModelContextMenu(), and ~FWGUIManager().

FWGUIEventDataAdder* FWGUIManager::m_dataAdder
private

Definition at line 261 of file FWGUIManager.h.

Referenced by addData().

FWDetailViewManager* FWGUIManager::m_detailViewManager
private
CmsShowEDI* FWGUIManager::m_ediFrame
private
TGPopupMenu* FWGUIManager::m_fileMenu
private

Definition at line 260 of file FWGUIManager.h.

FWGUIManager * FWGUIManager::m_guiManager = 0
staticprivate

Definition at line 246 of file FWGUIManager.h.

Referenced by createView(), FWGUIManager(), getGUIManager(), and setViewPopup().

CmsShowHelpPopup* FWGUIManager::m_helpGLPopup
private

Definition at line 273 of file FWGUIManager.h.

Referenced by createHelpGLPopup().

CmsShowHelpPopup* FWGUIManager::m_helpPopup
private

Definition at line 271 of file FWGUIManager.h.

Referenced by createHelpPopup().

FWInvMassDialog* FWGUIManager::m_invMassDialog
private

Definition at line 268 of file FWGUIManager.h.

Referenced by showInvMassDialog(), and ~FWGUIManager().

sigc::connection FWGUIManager::m_modelChangeConn
private

Definition at line 282 of file FWGUIManager.h.

CmsShowModelPopup* FWGUIManager::m_modelPopup
private

Definition at line 265 of file FWGUIManager.h.

Referenced by addTo(), createModelPopup(), finishUpColorChange(), setFrom(), and showModelPopup().

NameToViewBuilder FWGUIManager::m_nameToViewBuilder
private

Definition at line 277 of file FWGUIManager.h.

Referenced by createView(), and registerViewBuilder().

FWNavigatorBase* FWGUIManager::m_navigator
private

Definition at line 257 of file FWGUIManager.h.

Referenced by getCurrentEvent().

std::vector<FWViewBase*> FWGUIManager::m_regionViews
private

Definition at line 285 of file FWGUIManager.h.

Referenced by eventChangedCallback().

CmsShowHelpPopup* FWGUIManager::m_shortcutPopup
private

Definition at line 272 of file FWGUIManager.h.

Referenced by createShortcutPopup().

FWSummaryManager* FWGUIManager::m_summaryManager
private

Definition at line 251 of file FWGUIManager.h.

Referenced by createList(), and ~FWGUIManager().

std::auto_ptr<CmsShowTaskExecutor> FWGUIManager::m_tasks
private

Definition at line 284 of file FWGUIManager.h.

Referenced by subviewIsBeingDestroyed().

const FWViewManagerManager* FWGUIManager::m_viewManagerManager
private

Definition at line 255 of file FWGUIManager.h.

ViewMap_t FWGUIManager::m_viewMap
mutableprivate
CmsShowViewPopup* FWGUIManager::m_viewPopup
private
TEveWindowPack* FWGUIManager::m_viewPrimPack
private
TEveWindowPack* FWGUIManager::m_viewSecPack
private
int FWGUIManager::m_WMDecorH
private

Definition at line 286 of file FWGUIManager.h.

Referenced by initEmpty(), measureWMOffsets(), resetWMOffsets(), and setWindowInfoFrom().

int FWGUIManager::m_WMOffsetX
private

Definition at line 286 of file FWGUIManager.h.

Referenced by initEmpty(), measureWMOffsets(), resetWMOffsets(), and setWindowInfoFrom().

int FWGUIManager::m_WMOffsetY
private

Definition at line 286 of file FWGUIManager.h.

Referenced by initEmpty(), measureWMOffsets(), resetWMOffsets(), and setWindowInfoFrom().

sigc::signal<void, const TGWindow*> FWGUIManager::showEventFilterGUI_
sigc::signal<void, const std::string&> FWGUIManager::writePartialToConfigurationFile_
sigc::signal<void, const std::string&> FWGUIManager::writeToConfigurationFile_

Definition at line 209 of file FWGUIManager.h.

Referenced by promptForSaveConfigurationFile().

sigc::signal<void> FWGUIManager::writeToPresentConfigurationFile_

Definition at line 215 of file FWGUIManager.h.

Referenced by FWGUIManager().