12 #ifndef ROOT_TSessionDialogs 13 #define ROOT_TSessionDialogs 25 #ifndef ROOT_TSessionViewer 107 void OnNewQueryMore();
108 void OnBrowseChain();
109 void OnBrowseSelector();
110 void OnBrowseEventList();
111 void OnBtnSaveClicked();
112 void OnBtnCloseClicked();
113 void OnBtnSubmitClicked();
117 void SettingsChanged();
155 void AddFiles(
const char *fileName);
156 void AddFiles(
TList *fileList);
160 void UploadDataSet();
161 void OnOverwriteDataset(
Bool_t on);
162 void OnOverwriteFiles(
Bool_t on);
163 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 containg 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.