Logo ROOT   6.08/07
Reference Guide
Typedefs | Variables
qtroot.cpp File Reference
#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"
Include dependency graph for qtroot.cpp:

Typedefs

typedef QAction Q3Action
 
typedef QFileDialog Q3FileDialog
 
typedef QMimeSourceFactory Q3MimeSourceFactory
 
typedef QPopupMenu Q3PopupMenu
 
typedef QToolBar Q3ToolBar
 
typedef QWhatsThis Q3WhatsThis
 

Variables

const char * clearHisto = " clear histograms "
 
const char * fileOpenText
 
const char * filePrintText
 
const char * fileSaveText
 
const char * updateHisto = " update histograms "
 

Typedef Documentation

◆ Q3Action

typedef QAction Q3Action

Definition at line 34 of file qtroot.cpp.

◆ Q3FileDialog

typedef QFileDialog Q3FileDialog

Definition at line 36 of file qtroot.cpp.

◆ Q3MimeSourceFactory

typedef QMimeSourceFactory Q3MimeSourceFactory

Definition at line 37 of file qtroot.cpp.

◆ Q3PopupMenu

typedef QPopupMenu Q3PopupMenu

Definition at line 33 of file qtroot.cpp.

◆ Q3ToolBar

typedef QToolBar Q3ToolBar

Definition at line 32 of file qtroot.cpp.

◆ Q3WhatsThis

typedef QWhatsThis Q3WhatsThis

Definition at line 35 of file qtroot.cpp.

Variable Documentation

◆ clearHisto

const char* clearHisto = " clear histograms "

Definition at line 108 of file qtroot.cpp.

◆ fileOpenText

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.

◆ filePrintText

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.

◆ fileSaveText

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.

◆ updateHisto

const char* updateHisto = " update histograms "

Definition at line 107 of file qtroot.cpp.