library: libGui
#include "TGMdiMainFrame.h"

TGMdiFrameList


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

class TGMdiFrameList

Inheritance Chart:
TGMdiFrameList

    public:
TGMdiFrameList() TGMdiFrameList(const TGMdiFrameList&) ~TGMdiFrameList() static TClass* Class() TGMdiFrameList* GetCycleNext() const TGMdiFrameList* GetCyclePrev() const TGMdiDecorFrame* GetDecorFrame() const UInt_t GetFrameId() const TGMdiFrameList* GetNext() const TGMdiFrameList* GetPrev() const virtual TClass* IsA() const TGMdiFrameList& operator=(const TGMdiFrameList&) void SetCycleNext(TGMdiFrameList* next) void SetCyclePrev(TGMdiFrameList* prev) void SetDecorFrame(TGMdiDecorFrame* decor) void SetFrameId(UInt_t id) void SetNext(TGMdiFrameList* next) void SetPrev(TGMdiFrameList* prev) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    protected:
UInt_t fFrameId TGMdiDecorFrame* fDecor TGMdiFrameList* fPrev TGMdiFrameList* fNext TGMdiFrameList* fCyclePrev TGMdiFrameList* fCycleNext

Class Description

                                                                      
 TGMdiMainFrame.                                                      
                                                                      
 This file contains the TGMdiMainFrame class.                         
                                                                      




Inline Functions


                    void ~TGMdiFrameList()
                  UInt_t GetFrameId() const
        TGMdiDecorFrame* GetDecorFrame() const
         TGMdiFrameList* GetPrev() const
         TGMdiFrameList* GetNext() const
         TGMdiFrameList* GetCyclePrev() const
         TGMdiFrameList* GetCycleNext() const
                    void SetFrameId(UInt_t id)
                    void SetDecorFrame(TGMdiDecorFrame* decor)
                    void SetPrev(TGMdiFrameList* prev)
                    void SetNext(TGMdiFrameList* next)
                    void SetCyclePrev(TGMdiFrameList* prev)
                    void SetCycleNext(TGMdiFrameList* next)
                 TClass* Class()
                 TClass* IsA() const
                    void ShowMembers(TMemberInspector& insp, char* parent)
                    void Streamer(TBuffer& b)
                    void StreamerNVirtual(TBuffer& b)
          TGMdiFrameList TGMdiFrameList()
          TGMdiFrameList TGMdiFrameList(const TGMdiFrameList&)
         TGMdiFrameList& operator=(const TGMdiFrameList&)


Author: Bertrand Bellenot 20/08/2004
Last update: root/gui:$Name: $:$Id: TGMdiMainFrame.cxx,v 1.16 2005/01/12 18:39:29 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.