library: libGui
#include "TGMdiDecorFrame.h"

TGMdiTitleIcon


class description - header file - source file - inheritance tree (.pdf)

class TGMdiTitleIcon : public TGIcon

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGIcon
<-
TGMdiTitleIcon

    protected:
virtual void DoRedraw() public:
TGMdiTitleIcon(const TGWindow* p, const TGWindow* titlebar, const TGPicture* pic, Int_t w, Int_t h) TGMdiTitleIcon(const TGMdiTitleIcon&) virtual ~TGMdiTitleIcon() static TClass* Class() TGPopupMenu* GetPopup() const virtual Bool_t HandleButton(Event_t* event) virtual Bool_t HandleDoubleClick(Event_t* event) virtual TClass* IsA() const virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
const TGWindow* fMsgWindow window handling container messages TGPopupMenu* fPopup Popup menu associated to the title icon

Class Description

                                                                      
 TGMdiDecorFrame, TGMdiTitleBar, TGMdiButtons, TGMdiTitleIcon,        
 TGMdiWinResizer, TGMdiVerticalWinResizer, TGMdiHorizontalWinResizer, 
 and TGMdiCornerWinResizer.                                           
                                                                      
 This file contains all different MDI frame decoration classes.       
                                                                      

TGMdiTitleIcon(const TGWindow *p, const TGWindow *titlebar, const TGPicture *pic, Int_t w, Int_t h)
 TGMdiTitleIcon constructor.
 the TGMdiTitleIcon is the left icon used also for the MDI
 popup menu allowing access to MDI commands as : restore,
 move, size, minimize and close.
~TGMdiTitleIcon()
 TGMdiTitleIcon destructor.
void DoRedraw()
 Redraw icon.
Bool_t HandleDoubleClick(Event_t *event)
 Handle double click event on MDI icon (close the window)
Bool_t HandleButton(Event_t *event)
 Handle button event on MDI icon (popup menu)
TGMdiTitleIcon(const TGWindow *p, const TGWindow *titlebar, const TGPicture *pic, Int_t w, Int_t h)

Author: Bertrand Bellenot 20/08/2004
Last update: root/gui:$Name: $:$Id: TGMdiDecorFrame.cxx,v 1.17 2006/05/26 15:13:01 rdm Exp $
Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.