12 #ifndef ROOT_TSessionDialogs 13 #define ROOT_TSessionDialogs 105 void OnNewQueryMore();
106 void OnBrowseChain();
107 void OnBrowseSelector();
108 void OnBrowseEventList();
109 void OnBtnSaveClicked();
110 void OnBtnCloseClicked();
111 void OnBtnSubmitClicked();
115 void SettingsChanged();
153 void AddFiles(
const char *fileName);
154 void AddFiles(
TList *fileList);
158 void UploadDataSet();
159 void OnOverwriteDataset(
Bool_t on);
160 void OnOverwriteFiles(
Bool_t on);
161 void OnAppendFiles(
Bool_t on);
TGLVContainer * fLVContainer
TGFileContainer * fContents
TGTextButton * fRemoveButton
TGCompositeFrame * fFrmNewQuery
TGTextEntry * fLocationURL
This class implements a data set to be used for PROOF processing.
TNewChainDlg(const TGWindow *p=0, const TGWindow *main=0)
Create a new chain dialog box.
TGTextEntry * fDestinationURL
TGTextEntry * fTxtEventList
TGTextButton * fBtnSubmit
TGTextButton * fUploadButton
virtual void CloseWindow()
Close file dialog.
Sequenceable collection abstract base class.
TGCompositeFrame * fFrmMore
#define ClassDef(name, id)
TGCheckButton * fOverwriteDSet
TGLVContainer * fLVContainer
TGTextButton * fCloseDlgButton
TGTextButton * fClearButton
virtual void DisplayDirectory(const TString &fname)
Display content of directory.
void UpdateList()
Update Memory list view.
TGCheckButton * fOverwriteFiles
TGCheckButton * fAppendFiles
TGTextEntry * fTxtOptions
TGTextEntry * fTxtQueryName
void OnElementSelected(TObject *obj)
Emits OnElementSelected signal if dset is not zero.
virtual Bool_t ProcessMessage(Long_t msg, Long_t parm1, Long_t parm2)
Process messages for new chain dialog.
void OnElementClicked(TGLVEntry *entry, Int_t btn)
Handle click in the Memory list view and put the type and name of selected object in the text entry...
TGTextButton * fAddButton
TGTextEntry * fTxtSelector
virtual ~TNewChainDlg()
Delete chain dialog.
Mother of all ROOT objects.
TGTextButton * fCancelButton
A chain is a collection of files containing TTree objects.
TQueryDescription * fQuery
TGTextButton * fBrowseButton
int main(int argc, char **argv)
TGNumberEntry * fNumFirstEntry
TGNumberEntry * fNumEntries
virtual void OnDoubleClick(TGLVEntry *, Int_t)
Handle double click in the File container.