library: libTreeViewer
#include "TSessionViewer.h"

TSessionDescription


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

class TSessionDescription : public TObject

Inheritance Chart:
TObject
<-
TSessionDescription

    public:
TSessionDescription() TSessionDescription(const TSessionDescription&) ~TSessionDescription() static TClass* Class() virtual const char* GetName() const virtual TClass* IsA() const TSessionDescription& operator=(const TSessionDescription&) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b)

Data Members


    public:
TString fTag session unique identifier TString fName session name TString fAddress server address Int_t fPort communication port TString fConfigFile configuration file name Int_t fLogLevel log (debug) level TString fUserName user name (on server) Bool_t fConnected kTRUE if connected Bool_t fAttached kTRUE if attached Bool_t fLocal kTRUE if session is local Bool_t fSync kTRUE if in sync mode Bool_t fAutoEnable enable packages at session startup time TList* fQueries list of queries in this session TList* fPackages list of packages TQueryDescription* fActQuery current (actual) query TVirtualProof* fProof pointer on TVirtualProof used by this session TVirtualProofMgr* fProofMgr Proof sessions manager Int_t fNbHistos number of feedback histos

Class Description

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


Author: Marek Biskup, Jakub Madejczyk, Bertrand Bellenot 10/08/2005
Last update: root/treeviewer:$Name: $:$Id: TSessionViewer.cxx,v 1.70 2006/07/05 07:33:36 brun Exp $
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.