library: libTreeViewer #include "TSessionDialogs.h" |
TNewQueryDlg
class description - header file - source file - inheritance tree (.pdf)
public:
TNewQueryDlg(TSessionViewer* gui, Int_t Width, Int_t Height, TQueryDescription* query = 0, Bool_t editmode = kFALSE)
TNewQueryDlg(const TNewQueryDlg&)
virtual ~TNewQueryDlg()
void Build(TSessionViewer* gui)
static TClass* Class()
virtual void CloseWindow()
virtual TClass* IsA() const
void OnBrowseChain()
void OnBrowseEventList()
void OnBrowseSelector()
void OnBtnCloseClicked()
void OnBtnSaveClicked()
void OnBtnSubmitClicked()
void OnElementSelected(TObject* obj)
void OnNewQueryMore()
void Popup()
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 UpdateFields(TQueryDescription* desc)
private:
Bool_t fEditMode kTRUE if used to edit existing query
TGCompositeFrame* fFrmNewQuery top (main) frame
TGCompositeFrame* fFrmMore options frame
TGTextButton* fBtnMore "more >>" / "less <<" button
TGTextButton* fBtnClose close button
TGTextButton* fBtnSave save button
TGTextButton* fBtnSubmit save & submit button
TGTextEntry* fTxtQueryName query name text entry
TGTextEntry* fTxtChain chain name text entry
TGTextEntry* fTxtSelector selector name text entry
TGTextEntry* fTxtOptions options text entry
TGNumberEntry* fNumEntries number of entries selector
TGNumberEntry* fNumFirstEntry first entry selector
TGTextEntry* fTxtEventList event list text entry
TSessionViewer* fViewer pointer on main viewer
TQueryDescription* fQuery query description class
TObject* fChain actual TChain
void CloseWindow()
Called when window is closed via the window manager.
void OnNewQueryMore()
Show/hide options frame and update button text accordingly.
void Popup()
Display dialog and set focus to query name text entry.
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.