JSFEnvGUIFrame


class description - source file - inheritance tree

class JSFEnvGUIFrame : public TGMainFrame


    public:
JSFEnvGUIFrame(const TGWindow* p, UInt_t w, UInt_t h) JSFEnvGUIFrame(const JSFEnvGUIFrame&) virtual ~JSFEnvGUIFrame() static TClass* Class() virtual void CloseWindow() virtual TClass* IsA() const virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGCompositeFrame* fCFBottom TGTextButton* fTBBottom[3] TOrdCollection* fParam TGCompositeFrame* fCFSelect TGTextButton* fTBSelect[2] TGCompositeFrame* fListFrame TGListBox* fListBox TGLayoutHints* fL3 TList* fLLabels List of parameter name label. TList* fLMenus List of parameter menu.

Class Description

  JSFEnvGUIFrame

  GUI Frame to display/set environment parameter.



$Id: JSFEnvGUIFrame.cxx,v 1.5 2000/05/10 04:15:01 fujiik Exp $


JSFEnvGUIFrame(const TGWindow *p, UInt_t w, UInt_t h) : TGMainFrame(p, w, h)
 Create test main frame. A TGMainFrame is a top level window.

~JSFEnvGUIFrame()

void CloseWindow()
 Got close message for this MainFrame. Calls parent CloseWindow()
 (which destroys the window) and terminate the application.
 The close message is generated by the window manager when its close
 window menu item is selected.

Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t id0)
 Handle messages send to the TestMainFrame object. E.g. all menu button
 messages.



Inline Functions


               TClass* Class()
               TClass* IsA() const
                  void ShowMembers(TMemberInspector& insp, char* parent)
                  void Streamer(TBuffer& b)
                  void StreamerNVirtual(TBuffer& b)
        JSFEnvGUIFrame JSFEnvGUIFrame(const JSFEnvGUIFrame&)


Last update: Tue Jan 20 15:55:21 2004


ROOT page - Home page - Class index - 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.