Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

XANADisplayTitle.h

Go to the documentation of this file.
00001 #ifndef __XANADisplayTitle_h
00002 #define __XANADisplayTitle_h
00003 
00008 #include <TGFrame.h>
00009 
00010 class TGLabel;
00011 class TGButton;
00012 class TGPicture;
00013 class TGIcon;
00014 
00015 class XANADisplayTitle : public TGCompositeFrame {
00016 
00017  private:
00018 
00019    TGPicture           *fCMSLogo,*fLLRLogo; 
00020    TGIcon              *fCMSIcon,*fLLRIcon;         
00021    TGLayoutHints       *fCMSLogoLayout,*fLLRLogoLayout;     
00022    TGLayoutHints       *fTextFrameLayout;    
00023    TGCompositeFrame    *fTextFrame ;         
00024    TGLayoutHints       *fTextLabelLayout;    
00025    TGLabel             *fTextLabel1;         
00026    TGGC                 fTextGC;    
00027 
00028  public:
00029 
00030    XANADisplayTitle(const TGWindow* p, const Text_t* mainText,
00031                 UInt_t w, UInt_t h,
00032                 UInt_t options = kHorizontalFrame|kRaisedFrame);
00033    virtual ~XANADisplayTitle();
00034    
00035    ClassDef(XANADisplayTitle,0)        // DisplayTitle class
00036 };
00037 
00038 #endif

Generated on Tue May 10 10:01:24 2005 for XANADOO by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002