#include "qtroot.h"
#include "qfiledialog.h"
#include "qstrlist.h"
#include "qpopupmenu.h"
#include "qintdict.h"
#include "qaction.h"
#include "qtoolbar.h"
#include "qnamespace.h"
#include "qwhatsthis.h"
#include "qkeycode.h"
#include "stdlib.h"
#include "qevent.h"
#include "qpainter.h"
#include "qprinter.h"
#include "qtoolbutton.h"
#include "qspinbox.h"
#include "qtooltip.h"
#include "qrect.h"
#include "qpoint.h"
#include "qcolordialog.h"
#include "qcursor.h"
#include "qimage.h"
#include "qpushbutton.h"
#include "Riostream.h"
#include "qdial.h"
#include "qapplication.h"
#include "qpixmap.h"
#include "qmenubar.h"
#include "qfile.h"
#include "qstatusbar.h"
#include "qmessagebox.h"
#include "qdialog.h"
#include "qlabel.h"
#include "filesave.xpm"
#include "fileopen.xpm"
#include "fileprint.xpm"
#include "qtbuttonsupdate.xpm"
#include "qtbuttonsclear.xpm"
#include "TPad.h"
#include "TList.h"
#include "TObject.h"
#include "TROOT.h"
#include "TApplication.h"
#include "TString.h"
#include "TH1.h"
#include "TIterator.h"
#include "TMethod.h"
#include "TCanvas.h"
#include "TDataType.h"
#include "TMethodCall.h"
#include "TObjArray.h"
#include "TRandom.h"
#include "TFrame.h"
#include "TGraph.h"
#include "TMath.h"
Go to the source code of this file.
Typedefs | |
typedef QToolBar | Q3ToolBar |
typedef QPopupMenu | Q3PopupMenu |
typedef QAction | Q3Action |
typedef QWhatsThis | Q3WhatsThis |
typedef QFileDialog | Q3FileDialog |
typedef QMimeSourceFactory | Q3MimeSourceFactory |
Variables | |
const char * | fileOpenText |
const char * | fileSaveText |
const char * | filePrintText |
const char * | updateHisto = " update histograms " |
const char * | clearHisto = " clear histograms " |
typedef QAction Q3Action |
Definition at line 34 of file qtroot.cpp.
typedef QFileDialog Q3FileDialog |
Definition at line 36 of file qtroot.cpp.
typedef QMimeSourceFactory Q3MimeSourceFactory |
Definition at line 37 of file qtroot.cpp.
typedef QPopupMenu Q3PopupMenu |
Definition at line 33 of file qtroot.cpp.
typedef QToolBar Q3ToolBar |
Definition at line 32 of file qtroot.cpp.
typedef QWhatsThis Q3WhatsThis |
Definition at line 35 of file qtroot.cpp.
const char* clearHisto = " clear histograms " |
const char* fileOpenText |
Initial value:
"<img source=\"fileopen\"> " "Click this button to open a <em>new file</em>. <br><br>" "You can also select the <b>Open command</b> from the File menu."
Definition at line 97 of file qtroot.cpp.
Referenced by ApplicationWindow::ApplicationWindow().
const char* filePrintText |
Initial value:
"Click this button to print the file you " "are editing.\n\n" "You can also select the Print command from the File menu."
Definition at line 104 of file qtroot.cpp.
Referenced by ApplicationWindow::ApplicationWindow().
const char* fileSaveText |
Initial value:
"Click this button to save the file you are " "editing. You will be prompted for a file name.\n\n" "You can also select the Save command from the File menu.\n\n" "Note that implementing this function is left as an exercise for the reader."
Definition at line 100 of file qtroot.cpp.
Referenced by ApplicationWindow::ApplicationWindow().
const char* updateHisto = " update histograms " |