CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups 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 911 of file FWGUIManager.cc.

Constructor & Destructor Documentation

areaInfo::areaInfo ( TGFrameElementPack *  frameElement)
inline

Definition at line 914 of file FWGUIManager.cc.

References cms::cuda::assert(), and histoStyle::weight.

914  {
915  eveWindow = nullptr;
916  originalSlot = nullptr;
917  undockedMainFrame = nullptr;
918  weight = frameElement->fWeight;
919  undocked = !frameElement->fState;
920 
921  TEveCompositeFrame* eveFrame = dynamic_cast<TEveCompositeFrame*>(frameElement->fFrame);
922  assert(eveFrame);
923 
924  if (frameElement->fState)
925  eveWindow = eveFrame->GetEveWindow();
926  else
927  originalSlot = eveFrame->GetEveWindow();
928  }
TGMainFrame * undockedMainFrame
TEveWindow * eveWindow
assert(be >=bs)
TEveWindow * originalSlot
Bool_t undocked
Float_t weight
areaInfo::areaInfo ( )
inline

Definition at line 930 of file FWGUIManager.cc.

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

Member Data Documentation

TEveWindow* areaInfo::eveWindow

Definition at line 934 of file FWGUIManager.cc.

TEveWindow* areaInfo::originalSlot

Definition at line 936 of file FWGUIManager.cc.

Bool_t areaInfo::undocked

Definition at line 933 of file FWGUIManager.cc.

Referenced by addAreaInfoTo().

TGMainFrame* areaInfo::undockedMainFrame

Definition at line 935 of file FWGUIManager.cc.

Referenced by addAreaInfoTo().

Float_t areaInfo::weight