library: libGui
#include "TGMdiFrame.h"

TGMdiFrame


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

class TGMdiFrame : public TGCompositeFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMdiFrame

    protected:
TString GetMdiHintsString() const public:
TGMdiFrame(TGMdiMainFrame* main, Int_t w, Int_t h, UInt_t options = 0, Pixel_t back = GetDefaultFrameBackground()) TGMdiFrame(const TGMdiFrame&) virtual ~TGMdiFrame() static TClass* Class() virtual Bool_t CloseWindow() void DontCallClose() ULong_t GetMdiHints() const const TGPicture* GetWindowIcon() const char* GetWindowName() virtual Bool_t Help() virtual TClass* IsA() const virtual void Move(Int_t x, Int_t y) virtual void SavePrimitive(ostream& out, Option_t* option = "") virtual void SetMdiHints(ULong_t mdihints) void SetWindowIcon(const TGPicture* pic) virtual void SetWindowName(const char* name) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
TGMdiMainFrame* fMain pointer to the MDI main frame ULong_t fMdiHints MDI hints, also used to identify titlebar buttons public:
static const enum TGMdiFrame:: kDontCallClose

Class Description

                                                                      
 TGMdiFrame.                                                          
                                                                      
 This file contains the TGMdiFrame class.                             
                                                                      

TGMdiFrame(TGMdiMainFrame *main, Int_t w, Int_t h, UInt_t options, Pixel_t back)
 TGMdiFrame constructor.
~TGMdiFrame()
 TGMdiFrame destructor.
Bool_t CloseWindow()
 Close MDI frame window.
void DontCallClose()
 Typically call this method in the slot connected to the CloseWindow()
 signal to prevent the calling of the default or any derived CloseWindow()
 methods to prevent premature or double deletion of this window.
void SetMdiHints(ULong_t mdihints)
 Set MDI hints, also used to identify titlebar buttons.
void SetWindowName(const char *name)
 Set MDI window name (set titlebar title).
void SetWindowIcon(const TGPicture *pic)
 Set MDI window icon (titlebar icon).
const char * GetWindowName()
 Return MDI window name.
const TGPicture * GetWindowIcon()
 Return pointer to picture used as MDI window icon (on titlebar).
void Move(Int_t x, Int_t y)
 Move MDI window at position x, y.
TString GetMdiHintsString()
 Returns a MDI option string - used in SavePrimitive().
void SavePrimitive(ostream &out, Option_t *option /*= ""*/)
 Save a MDIframe as a C++ statement(s) on output stream out
TGMdiFrame(TGMdiMainFrame *main, Int_t w, Int_t h, UInt_t options = 0, Pixel_t back = GetDefaultFrameBackground())
Bool_t Help()
ULong_t GetMdiHints()

Author: Bertrand Bellenot 20/08/2004
Last update: root/gui:$Name: $:$Id: TGMdiFrame.cxx,v 1.10 2006/07/03 16:10:45 brun 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.