#include "TSessionViewer.h"

TSessionFeedbackFrame


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

class TSessionFeedbackFrame : public TGCompositeFrame

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

    public:
TSessionFeedbackFrame(TGWindow* parent, Int_t w, Int_t h) TSessionFeedbackFrame(const TSessionFeedbackFrame&) virtual ~TSessionFeedbackFrame() void Build(TSessionViewer* gui) static TClass* Class() void Feedback(TList* objs) TGListBox* GetListBox() const TCanvas* GetStatsCanvas() const virtual TClass* IsA() const Bool_t IsFeedBack() const void OnLBSelected(Int_t) void SetFeedBack(Bool_t on) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members

    private:
TGCheckButton* fFeedbackChk Feedback check button TGListBox* fListBox name list of histos to feedback TRootEmbeddedCanvas* fECanvas node statistics embeded canvas TCanvas* fStatsCanvas node statistics canvas TSessionViewer* fViewer pointer on the main viewer

Class Description

                                                                      
 TSessionViewer                                                       
                                                                      
 Widget used to manage PROOF or local sessions, PROOF connections,    
 queries construction and results handling.                           
                                                                      


TSessionFeedbackFrame(TGWindow *p, Int_t w, Int_t h) : TGCompositeFrame(p, w, h)
 Constructor

~TSessionFeedbackFrame()
 Destructor

void Build(TSessionViewer *gui)

void OnLBSelected(Int_t)

void Feedback(TList *objs)



Inline Functions


                       Bool_t IsFeedBack() const
                         void SetFeedBack(Bool_t on)
                   TGListBox* GetListBox() const
                     TCanvas* GetStatsCanvas() const
                      TClass* Class()
                      TClass* IsA() const
                         void ShowMembers(TMemberInspector& insp, char* parent)
                         void Streamer(TBuffer& b)
                         void StreamerNVirtual(TBuffer& b)
        TSessionFeedbackFrame TSessionFeedbackFrame(const TSessionFeedbackFrame&)


Author: Marek Biskup, Jakub Madejczyk, Bertrand Bellenot 10/08/2005
Last update: root/treeviewer:$Name: $:$Id: TSessionViewer.cxx
Copyright (C) 1995-2005, 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.