CMS 3D CMS Logo

List of all members | Public Member Functions
InfoFrame Class Reference
Inheritance diagram for InfoFrame:

Public Member Functions

void CloseWindow () override
 
 InfoFrame (const TGWindow *p, UInt_t w, UInt_t h, UInt_t opts)
 
 ~InfoFrame () override
 

Detailed Description

Definition at line 747 of file CmsShowMainFrame.cc.

Constructor & Destructor Documentation

InfoFrame::InfoFrame ( const TGWindow *  p,
UInt_t  w,
UInt_t  h,
UInt_t  opts 
)
inline

Definition at line 749 of file CmsShowMainFrame.cc.

749 : TGMainFrame(p, w, h, opts) {}
const double w
Definition: UKUtility.cc:23
FWCore Framework interface EventSetupRecordImplementation h
Helper function to determine trigger accepts.
InfoFrame::~InfoFrame ( )
inlineoverride

Definition at line 750 of file CmsShowMainFrame.cc.

750 {}

Member Function Documentation

void InfoFrame::CloseWindow ( )
inlineoverride

Definition at line 752 of file CmsShowMainFrame.cc.

753  {
754  UnmapWindow();
755  }