library: libTreeViewer #include "TSessionDialogs.h" |
TNewChainDlg
class description - header file - source file - inheritance tree (.pdf)
public:
TNewChainDlg(const TGWindow* p = 0, const TGWindow* main = 0)
TNewChainDlg(const TNewChainDlg&)
virtual ~TNewChainDlg()
static TClass* Class()
virtual void CloseWindow()
virtual void DisplayDirectory(const TString& fname)
virtual TClass* IsA() const
virtual void OnDoubleClick(TGLVEntry*, Int_t)
void OnElementClicked(TGLVEntry* entry, Int_t btn)
void OnElementSelected(TObject* obj)
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)
void UpdateList()
private:
TGFileContainer* fContents macro files container
TGListView* fListView memory objects list view
TGLVContainer* fLVContainer and its container
TGTextBuffer* fNameBuf buffer for dataset name
TGTextEntry* fName dataset name text entry
TGTextButton* fOkButton ok button
TGTextButton* fCancelButton cancel button
TSeqCollection* fChains collection of datasets
TObject* fChain actual TDSet or TChain
TNewChainDlg(const TGWindow *p, const TGWindow *main)
Create a new chain dialog box. Used to list chains present in memory
and offers the possibility to create new ones by executing macros
directly from the associate file container.
Author: Marek Biskup, Jakub Madejczyk, Bertrand Bellenot 10/08/2005
Last update: root/treeviewer:$Name: $:$Id: TSessionDialogs.cxx,v 1.26 2006/07/04 23:45:50 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.