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 1041 of file FWGUIManager.cc.

Constructor & Destructor Documentation

areaInfo::areaInfo ( TGFrameElementPack *  frameElement)
inline

Definition at line 1045 of file FWGUIManager.cc.

References assert(), eveWindow, originalSlot, undocked, undockedMainFrame, and weight.

1046  {
1047  eveWindow = 0;
1048  originalSlot = 0;
1049  undockedMainFrame = 0;
1050  weight = frameElement->fWeight;
1051  undocked = !frameElement->fState;
1052 
1053  TEveCompositeFrame *eveFrame = dynamic_cast<TEveCompositeFrame*>(frameElement->fFrame);
1054  assert(eveFrame);
1055 
1056  if (frameElement->fState)
1057  eveWindow = eveFrame->GetEveWindow();
1058  else
1059  originalSlot = eveFrame->GetEveWindow();
1060  }
TGMainFrame * undockedMainFrame
TEveWindow * eveWindow
assert(m_qm.get())
TEveWindow * originalSlot
Bool_t undocked
Float_t weight
areaInfo::areaInfo ( )
inline

Definition at line 1062 of file FWGUIManager.cc.

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

Member Data Documentation

TEveWindow* areaInfo::eveWindow

Definition at line 1066 of file FWGUIManager.cc.

Referenced by areaInfo().

TEveWindow* areaInfo::originalSlot

Definition at line 1068 of file FWGUIManager.cc.

Referenced by areaInfo().

Bool_t areaInfo::undocked

Definition at line 1065 of file FWGUIManager.cc.

Referenced by addAreaInfoTo(), and areaInfo().

TGMainFrame* areaInfo::undockedMainFrame

Definition at line 1067 of file FWGUIManager.cc.

Referenced by addAreaInfoTo(), and areaInfo().

Float_t areaInfo::weight