#include <Fireworks/Core/interface/CmsShowMainFrame.h>
Public Member Functions | |
void | bindCSGActionKeys (const TGMainFrame *f) const |
ClassDef (CmsShowMainFrame, 0) | |
void | clearStatusBar () |
virtual void | CloseWindow () |
CmsShowMainFrame (const TGWindow *p=0, UInt_t w=1, UInt_t h=1, FWGUIManager *m=0) | |
CSGAction * | createNewViewerAction (const std::string &iActionName, bool seaprator) |
virtual void | enableActions (bool enable=true) |
void | enableComplexNavigation (bool enable=true) |
void | enableNavigatorControls () |
void | enableNext (bool enable=true) |
void | enablePrevious (bool enable=true) |
float | getSummaryViewWeight () const |
Bool_t | HandleKey (Event_t *event) |
virtual void | HandleMenu (Int_t id) |
void | loadEvent (const edm::EventBase &event) |
CSGContinuousAction * | loopAction () const |
bool | nextIsEnabled () |
CSGContinuousAction * | playEventsAction () const |
CSGContinuousAction * | playEventsBackwardsAction () const |
bool | previousIsEnabled () |
void | quit () |
void | setPlayDelayGUI (Float_t val, Bool_t sliderChanged) |
void | setSummaryViewWeight (float) |
void | showFWorksInfo () |
void | updateStatusBar (const char *status) |
virtual | ~CmsShowMainFrame () |
Public Member Functions inherited from CSGActionSupervisor | |
Bool_t | activateMenuEntry (int entry) |
Bool_t | activateToolBarEntry (int entry) |
void | addToActionMap (CSGAction *action) |
CSGActionSupervisor () | |
virtual void | defaultAction () |
CSGAction * | getAction (const std::string &name) |
const std::vector< CSGAction * > & | getListOfActions () const |
Long_t | getToolTipDelay () const |
void | resizeMenu (TGPopupMenu *menu) |
virtual | ~CSGActionSupervisor () |
Protected Attributes | |
FWIntValueListener * | m_delaySliderListener |
FWNumberEntryField * | m_eventEntry |
FWCustomIconsButton * | m_filterEnableBtn |
const TGPicture * | m_filterIcons [9] |
TGTextButton * | m_filterShowGUIBtn |
FWNumberEntryField * | m_lumiEntry |
FWNumberEntryField * | m_runEntry |
Protected Attributes inherited from CSGActionSupervisor | |
std::vector< CSGAction * > | m_actionList |
Private Member Functions | |
CmsShowMainFrame (const CmsShowMainFrame &) | |
void | makeFixedSizeLabel (TGHorizontalFrame *p, const char *txt, UInt_t bgCol, UInt_t txtCol, Int_t width, Int_t height) |
const CmsShowMainFrame & | operator= (const CmsShowMainFrame &) |
Private Attributes | |
TGLabel * | m_delayLabel |
TGSlider * | m_delaySlider |
TGMainFrame * | m_fworksAbout |
CSGAction * | m_fworksInfo |
CSGAction * | m_goToFirst |
CSGAction * | m_goToLast |
CSGContinuousAction * | m_loopAction |
FWGUIManager * | m_manager |
TGPopupMenu * | m_newViewerMenu |
CSGAction * | m_nextEvent |
CSGAction * | m_playDelay |
CSGContinuousAction * | m_playEvents |
CSGContinuousAction * | m_playEventsBack |
CSGAction * | m_previousEvent |
TGStatusBar * | m_statBar |
TGLabel * | m_timeText |
Long_t | m_tooltipDelay |
Friends | |
class | FWGUIManager |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 56 of file CmsShowMainFrame.h.
CmsShowMainFrame::CmsShowMainFrame | ( | const TGWindow * | p = 0 , |
UInt_t | w = 1 , |
||
UInt_t | h = 1 , |
||
FWGUIManager * | m = 0 |
||
) |
Definition at line 75 of file CmsShowMainFrame.cc.
|
virtual |
Definition at line 535 of file CmsShowMainFrame.cc.
|
private |
void CmsShowMainFrame::bindCSGActionKeys | ( | const TGMainFrame * | f | ) | const |
Definition at line 835 of file CmsShowMainFrame.cc.
CmsShowMainFrame::ClassDef | ( | CmsShowMainFrame | , |
0 | |||
) |
void CmsShowMainFrame::clearStatusBar | ( | ) |
Definition at line 669 of file CmsShowMainFrame.cc.
|
virtual |
Definition at line 584 of file CmsShowMainFrame.cc.
CSGAction * CmsShowMainFrame::createNewViewerAction | ( | const std::string & | iActionName, |
bool | seaprator | ||
) |
Definition at line 556 of file CmsShowMainFrame.cc.
|
virtual |
Reimplemented from CSGActionSupervisor.
Definition at line 594 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::enableComplexNavigation | ( | bool | enable = true | ) |
To disable GUI to jump from event to another, when this is not possible (i.e. when in full framework mode).
Definition at line 643 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::enableNavigatorControls | ( | ) |
Definition at line 573 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::enableNext | ( | bool | enable = true | ) |
Definition at line 623 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::enablePrevious | ( | bool | enable = true | ) |
Definition at line 606 of file CmsShowMainFrame.cc.
float CmsShowMainFrame::getSummaryViewWeight | ( | ) | const |
Definition at line 863 of file CmsShowMainFrame.cc.
Bool_t CmsShowMainFrame::HandleKey | ( | Event_t * | event | ) |
Definition at line 689 of file CmsShowMainFrame.cc.
|
virtual |
Reimplemented from CSGActionSupervisor.
Definition at line 676 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::loadEvent | ( | const edm::EventBase & | event | ) |
Definition at line 564 of file CmsShowMainFrame.cc.
|
inline |
|
private |
Definition at line 731 of file CmsShowMainFrame.cc.
bool CmsShowMainFrame::nextIsEnabled | ( | ) |
Definition at line 652 of file CmsShowMainFrame.cc.
|
private |
|
inline |
|
inline |
Definition at line 94 of file CmsShowMainFrame.h.
References m_playEventsBack.
bool CmsShowMainFrame::previousIsEnabled | ( | ) |
Definition at line 658 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::quit | ( | ) |
Definition at line 589 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::setPlayDelayGUI | ( | Float_t | val, |
Bool_t | sliderChanged | ||
) |
Definition at line 723 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::setSummaryViewWeight | ( | float | x | ) |
Definition at line 845 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::showFWorksInfo | ( | ) |
Definition at line 759 of file CmsShowMainFrame.cc.
void CmsShowMainFrame::updateStatusBar | ( | const char * | status | ) |
Definition at line 663 of file CmsShowMainFrame.cc.
|
friend |
Definition at line 61 of file CmsShowMainFrame.h.
|
private |
Definition at line 145 of file CmsShowMainFrame.h.
|
private |
Definition at line 144 of file CmsShowMainFrame.h.
|
protected |
Definition at line 115 of file CmsShowMainFrame.h.
|
protected |
Definition at line 114 of file CmsShowMainFrame.h.
|
protected |
Definition at line 110 of file CmsShowMainFrame.h.
|
protected |
Definition at line 117 of file CmsShowMainFrame.h.
|
protected |
Definition at line 111 of file CmsShowMainFrame.h.
|
private |
Definition at line 142 of file CmsShowMainFrame.h.
|
private |
Definition at line 137 of file CmsShowMainFrame.h.
|
private |
Definition at line 134 of file CmsShowMainFrame.h.
|
private |
Definition at line 135 of file CmsShowMainFrame.h.
|
private |
Definition at line 140 of file CmsShowMainFrame.h.
Referenced by loopAction().
|
protected |
Definition at line 113 of file CmsShowMainFrame.h.
|
private |
Definition at line 129 of file CmsShowMainFrame.h.
|
private |
Definition at line 149 of file CmsShowMainFrame.h.
|
private |
Definition at line 132 of file CmsShowMainFrame.h.
|
private |
Definition at line 136 of file CmsShowMainFrame.h.
|
private |
Definition at line 138 of file CmsShowMainFrame.h.
Referenced by playEventsAction().
|
private |
Definition at line 139 of file CmsShowMainFrame.h.
Referenced by playEventsBackwardsAction().
|
private |
Definition at line 133 of file CmsShowMainFrame.h.
|
protected |
Definition at line 112 of file CmsShowMainFrame.h.
|
private |
Definition at line 147 of file CmsShowMainFrame.h.
|
private |
Definition at line 131 of file CmsShowMainFrame.h.
|
private |
Definition at line 130 of file CmsShowMainFrame.h.