58 return new TCanvasImp(c, title, width, height);
66 return new TCanvasImp(c, title, x, y, width, height);
82 return new TBrowserImp(b, title, x, y, width, height);
114 if (
gROOT->IsBatch()) {
118 gROOT->ProcessLine(
Form(
"TInspectCanvas::Inspector((TObject*)0x%lx);", (
ULong_t)obj));
virtual TBrowserImp * CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
Create a batch version of TBrowserImp.
A Control Bar is a fully user configurable tool which provides fast access to frequently used operati...
ABC describing GUI independent main window (with menubar, scrollbars and a drawing area)...
TGuiFactory * gGuiFactory
ABC describing GUI independent control bar.
virtual TContextMenuImp * CreateContextMenuImp(TContextMenu *c, const char *name, const char *title)
Create a batch version of TContextMenuImp.
ABC describing GUI independent application implementation protocol.
virtual TApplicationImp * CreateApplicationImp(const char *classname, int *argc, char **argv)
Create a batch version of TApplicationImp.
The TNamed class is the base class for all named ROOT classes.
Using a TBrowser one can browse all ROOT objects.
TGuiFactory * gBatchGuiFactory
char * Form(const char *fmt,...)
virtual TInspectorImp * CreateInspectorImp(const TObject *obj, UInt_t width, UInt_t height)
Create a batch version of TInspectorImp.
virtual TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
Create a batch version of TCanvasImp.
Mother of all ROOT objects.
This ABC is a factory for GUI components.
you should not use this method at all Int_t Int_t Double_t Double_t Double_t Int_t Double_t Double_t Double_t Double_t b
ABC describing GUI independent object inspector (abstraction mainly needed for Win32.
virtual TControlBarImp * CreateControlBarImp(TControlBar *c, const char *title)
Create a batch version of TControlBarImp.
ABC describing GUI independent browser implementation protocol.