CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
InfoFrame Class Reference
Inheritance diagram for InfoFrame:

Public Member Functions

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

Detailed Description

Definition at line 743 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 745 of file CmsShowMainFrame.cc.

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

Definition at line 746 of file CmsShowMainFrame.cc.

746 {}

Member Function Documentation

virtual void InfoFrame::CloseWindow ( )
inlineoverridevirtual

Definition at line 748 of file CmsShowMainFrame.cc.

749  {
750  UnmapWindow();
751  }