library: libTreeViewer #include "TSessionViewer.h" |
TSessionInputFrame
class description - source file - inheritance tree (.pdf)
public:
TSessionInputFrame(TGWindow* parent, Int_t w, Int_t h)
TSessionInputFrame(const TSessionInputFrame&)
virtual ~TSessionInputFrame()
void AddObject(TObject* obj)
void Build(TSessionViewer* gui)
static TClass* Class()
TGLVContainer* GetLVContainer()
virtual TClass* IsA() const
void RemoveAll()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TSessionViewer* fViewer pointer on the main viewer
TGLVContainer* fLVContainer container for the input list view
TSessionViewer
Widget used to manage PROOF or local sessions, PROOF connections,
queries construction and results handling.
TSessionInputFrame(TGWindow* p, Int_t w, Int_t h) :
TGCompositeFrame(p, w, h), fLVContainer(0)
Constructor.
~TSessionInputFrame()
Destructor.
void Build(TSessionViewer *gui)
Build query input informations frame.
void AddObject(TObject *obj)
Add object to input list view.
Inline Functions
void RemoveAll()
TGLVContainer* GetLVContainer()
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TSessionInputFrame TSessionInputFrame(const TSessionInputFrame&)
Author: Marek Biskup, Jakub Madejczyk, Bertrand Bellenot 10/08/2005
Last update: root/treeviewer:$Name: $:$Id: TSessionViewer.cxx,v 1.57 2006/03/01 12:08:43 rdm 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.