library: libTreeViewer
#include "TSessionDialogs.h"

TNewChainDlg


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

class TNewChainDlg : public TGTransientFrame

Inheritance Chart:
TObject
<-
TGObject
<-
TGWindow
TQObject
<-
TGFrame
<-
TGCompositeFrame
<-
TGMainFrame
<-
TGTransientFrame
<-
TNewChainDlg

    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()

Data Members

    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

Class Description

                                                                      
 TSessionDialogs                                                      
                                                                      
 This file defines several dialogs that are used by TSessionViewer.   
 The following dialogs are available: TNewChainDlg and TNewQueryDlg.  
                                                                      

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.
~TNewChainDlg()
 Delete chain dialog.
void OnElementSelected(TObject *obj)
 Emits OnElementSelected signal if dset is not zero.
void OnElementClicked(TGLVEntry *entry, Int_t)
 Handle click in the Memory list view and put the type
 and name of selected object in the text entry.
void UpdateList()
 Update Memory list view.
void DisplayDirectory(const TString &fname)
 Display content of directory.
void OnDoubleClick(TGLVEntry* f, Int_t btn)
 Handle double click in the File container.
Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t)
 Process messages for new chain dialog.
void CloseWindow()
 Close file dialog.
TNewChainDlg(const TGWindow *p=0, const TGWindow *main=0)

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.