|
ROOT
Reference Guide |
|
Go to the documentation of this file.
114 if (
gROOT->IsBatch()) {
118 gROOT->ProcessLine(
Form(
"TInspectCanvas::Inspector((TObject*)0x%lx);", (
ULong_t)obj));
ABC describing GUI independent control bar.
Using a TBrowser one can browse all ROOT objects.
TGuiFactory * gGuiFactory
char * Form(const char *fmt,...)
ABC describing GUI independent application implementation protocol.
virtual TApplicationImp * CreateApplicationImp(const char *classname, int *argc, char **argv)
Create a batch version of TApplicationImp.
include TDocParser_001 C image html pict1_TDocParser_001 png width
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
virtual TContextMenuImp * CreateContextMenuImp(TContextMenu *c, const char *name, const char *title)
Create a batch version of TContextMenuImp.
TGuiFactory * gBatchGuiFactory
TGuiFactory(const char *name="Batch", const char *title="Batch GUI Factory")
TGuiFactory ctor only called by derived classes.
ABC describing GUI independent browser implementation protocol.
This ABC is a factory for GUI components.
The TNamed class is the base class for all named ROOT classes.
ABC describing GUI independent main window (with menubar, scrollbars and a drawing area).
virtual TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
Create a batch version of TCanvasImp.
virtual TInspectorImp * CreateInspectorImp(const TObject *obj, UInt_t width, UInt_t height)
Create a batch version of TInspectorImp.
Mother of all ROOT objects.
virtual TControlBarImp * CreateControlBarImp(TControlBar *c, const char *title)
Create a batch version of TControlBarImp.
ABC describing GUI independent object inspector (abstraction mainly needed for Win32.
virtual TBrowserImp * CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
Create a batch version of TBrowserImp.