CMS 3D CMS Logo

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

Public Member Functions

 areaInfo (TGFrameElementPack *frameElement)
 
 areaInfo ()
 

Public Attributes

TEveWindow * eveWindow
 
TEveWindow * originalSlot
 
Bool_t undocked
 
TGMainFrame * undockedMainFrame
 
Float_t weight
 

Detailed Description

Definition at line 1067 of file FWGUIManager.cc.

Constructor & Destructor Documentation

areaInfo::areaInfo ( TGFrameElementPack *  frameElement)
inline

Definition at line 1071 of file FWGUIManager.cc.

References assert(), and histoStyle::weight.

1072  {
1073  eveWindow = 0;
1074  originalSlot = 0;
1075  undockedMainFrame = 0;
1076  weight = frameElement->fWeight;
1077  undocked = !frameElement->fState;
1078 
1079  TEveCompositeFrame *eveFrame = dynamic_cast<TEveCompositeFrame*>(frameElement->fFrame);
1080  assert(eveFrame);
1081 
1082  if (frameElement->fState)
1083  eveWindow = eveFrame->GetEveWindow();
1084  else
1085  originalSlot = eveFrame->GetEveWindow();
1086  }
TGMainFrame * undockedMainFrame
TEveWindow * eveWindow
assert(m_qm.get())
TEveWindow * originalSlot
Bool_t undocked
Float_t weight
areaInfo::areaInfo ( )
inline

Definition at line 1088 of file FWGUIManager.cc.

1088 : weight(0), undocked(false) {}
Bool_t undocked
Float_t weight

Member Data Documentation

TEveWindow* areaInfo::eveWindow

Definition at line 1092 of file FWGUIManager.cc.

TEveWindow* areaInfo::originalSlot

Definition at line 1094 of file FWGUIManager.cc.

Bool_t areaInfo::undocked

Definition at line 1091 of file FWGUIManager.cc.

Referenced by addAreaInfoTo().

TGMainFrame* areaInfo::undockedMainFrame

Definition at line 1093 of file FWGUIManager.cc.

Referenced by addAreaInfoTo().

Float_t areaInfo::weight