#include "guiviewer.h"#include "TROOT.h"#include "TApplication.h"#include "TGTableLayout.h"#include "TGFrame.h"#include "TList.h"#include "TGWindow.h"#include "TRootEmbeddedCanvas.h"#include "TEllipse.h"#include "TBox.h"#include "TArrow.h"#include "TPolyLine.h"#include "TGButton.h"#include "TCanvas.h"#include "TRandom.h"#include "TGDoubleSlider.h"#include "TGaxis.h"#include "Riostream.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 303 of file guiviewer.cxx.
References fprintf(), gClient, TGClient::GetRoot(), gROOT, TROOT::IsBatch(), and TApplication::Run().
1.5.1