// Mainframe macro generated from application: /usr/local/root/bin/root.exe // By ROOT version 5.18/00 on 2009-06-18 13:11:42 #ifndef _ADCWINDOW_H_ #define _ADCWINDOW_H_ #ifndef ROOT_TGDockableFrame #include "TGDockableFrame.h" #endif #ifndef ROOT_TGMenu #include "TGMenu.h" #endif #ifndef ROOT_TGMdiDecorFrame #include "TGMdiDecorFrame.h" #endif #ifndef ROOT_TG3DLine #include "TG3DLine.h" #endif #ifndef ROOT_TGMdiFrame #include "TGMdiFrame.h" #endif #ifndef ROOT_TGMdiMainFrame #include "TGMdiMainFrame.h" #endif #ifndef ROOT_TGuiBldHintsButton #include "TGuiBldHintsButton.h" #endif #ifndef ROOT_TGMdiMenu #include "TGMdiMenu.h" #endif #ifndef ROOT_TGListBox #include "TGListBox.h" #endif #ifndef ROOT_TGNumberEntry #include "TGNumberEntry.h" #endif #ifndef ROOT_TGScrollBar #include "TGScrollBar.h" #endif #ifndef ROOT_TGuiBldHintsEditor #include "TGuiBldHintsEditor.h" #endif #ifndef ROOT_TGFrame #include "TGFrame.h" #endif #ifndef ROOT_TGFileDialog #include "TGFileDialog.h" #endif #ifndef ROOT_TGShutter #include "TGShutter.h" #endif #ifndef ROOT_TGButtonGroup #include "TGButtonGroup.h" #endif #ifndef ROOT_TGCanvas #include "TGCanvas.h" #endif #ifndef ROOT_TGFSContainer #include "TGFSContainer.h" #endif #ifndef ROOT_TGButton #include "TGButton.h" #endif #ifndef ROOT_TGuiBldEditor #include "TGuiBldEditor.h" #endif #ifndef ROOT_TGFSComboBox #include "TGFSComboBox.h" #endif #ifndef ROOT_TGLabel #include "TGLabel.h" #endif #ifndef ROOT_TGMsgBox #include "TGMsgBox.h" #endif #ifndef ROOT_TRootGuiBuilder #include "TRootGuiBuilder.h" #endif #ifndef ROOT_TGTab #include "TGTab.h" #endif #ifndef ROOT_TGListView #include "TGListView.h" #endif #ifndef ROOT_TGSplitter #include "TGSplitter.h" #endif #ifndef ROOT_TGStatusBar #include "TGStatusBar.h" #endif #ifndef ROOT_TGToolTip #include "TGToolTip.h" #endif #ifndef ROOT_TGToolBar #include "TGToolBar.h" #endif #ifndef ROOT_TGuiBldDragManager #include "TGuiBldDragManager.h" #endif #include #include "Riostream.h" #include "AdcControl.h" #include "TGProgressBar.h" #include "TSystem.h" #include "OnLineWindow.h" class AdcWindow : public TGTransientFrame { RQ_OBJECT("AdcWindow") // necessary if not inherite from ROOT class private: TGMainFrame *fMainFrame1819; TGCompositeFrame *fMainFrame796; TGGroupFrame *fGroupFrame797; TGCheckButton *fCheckShowOut; TGCheckButton *fCheckRealtime; TGCheckButton *fCheckDatFile; TGCheckButton *fCheckRootFile,*fCheckDebug; TGFont *ufont; TGTextEntry *fDirTextEntry; TGTextEntry *fBaseTextEntry; TGGroupFrame *fGroupFrame810; TGLabel *fLabel866; TGNumberEntry *fTextEntry829; TGTextButton *fTextButton1490; TGTextButton *fTextButton1495; TGVButtonGroup *fStatGroup; TGCheckButton *fCheckDOroot,*fCheckWordDistr,*fCheckSlopeDistr,*fCheckPassFail; AdcControl *con; public: AdcWindow(AdcControl* control); virtual ~AdcWindow(); void processAll(); //has to be public for slot/signal to work void nextEvent(); void SetGroupEnabled(Bool_t); TGHProgressBar *fHProgressBar515; void setRealTime(Bool_t); ClassDef(AdcWindow,1); }; #endif