library: libRGL
#include "TGLSAFrame.h"

TGLSAFrame


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

class TGLSAFrame : public TGMainFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGLSAFrame
    private:
TGLSAFrame(const TGLSAFrame&) TGLSAFrame& operator=(const TGLSAFrame&) public:
TGLSAFrame(TGLSAViewer& viewer) TGLSAFrame(TGFrame* parent, TGLSAViewer& viewer) virtual ~TGLSAFrame() static TClass* Class() virtual void CloseWindow() virtual TClass* IsA() const virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGLSAViewer& fViewer

Class Description

                                                                      
 TGLSAFrame                                                           
                                                                      
 Standalone GL Viewer GUI main frame. Is aggregated in TGLSAViewer -  
 top level standalone viewer object.                                  

TGLSAFrame(TGLSAViewer & viewer)
 Construct GUI frame, bound to passed 'viewer'
TGLSAFrame(TGFrame* parent, TGLSAViewer & viewer)
 Construct GUI frame, bound to passed 'viewer'
~TGLSAFrame()
 Destroy the GUI frame
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
 Process GUI message - defered back up to TGLSAViewer::ProcessFrameMessage()
void CloseWindow()
 Close the GUI frame
TGLSAFrame(const TGLSAFrame &)
 non-copyable class

Author: Richard Maunder 10/08/2005
Last update: root/gl:$Name: $:$Id: TGLSAFrame.cxx,v 1.5 2006/04/07 08:43:59 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.