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 786 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 788 of file CmsShowMainFrame.cc.

788 : 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 789 of file CmsShowMainFrame.cc.

789 {}

Member Function Documentation

virtual void InfoFrame::CloseWindow ( )
inlineoverridevirtual

Definition at line 791 of file CmsShowMainFrame.cc.

792  {
793  UnmapWindow();
794  }