46 Int_t *argc,
char **argv)
71 return new TRootCanvas(c, title, x, y, width, height);
85 if (opt && strlen(opt))
88 if (browserOptions.Contains(
"LITE"))
90 if (ph && ph->LoadPlugin() != -1) {
92 height, browserOptions.Data());
98 return new TRootBrowser(b, title, width, height, browserOptions.Data());
112 if (opt && strlen(opt))
113 browserOptions = opt;
115 if (browserOptions.Contains(
"LITE"))
117 if (ph && ph->LoadPlugin() != -1) {
119 height, browserOptions.Data());
125 return new TRootBrowser(b, title, x, y, width, height, browserOptions.Data());
132 const char *
name,
const char *)
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)...
virtual TBrowserImp * CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
Create a ROOT native GUI version of TBrowserImp.
ABC describing GUI independent control bar.
TGClient * Client() const
void ToUpper()
Change string to upper case.
ABC describing GUI independent application implementation protocol.
Using a TBrowser one can browse all ROOT objects.
virtual Int_t GetValue(const char *name, Int_t dflt)
Returns the integer value for a resource.
virtual Long_t ExecPlugin(const char *, const char *, const char *, Int_t, Int_t)
virtual TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
Create a ROOT native GUI version of TCanvasImp.
virtual TControlBarImp * CreateControlBarImp(TControlBar *c, const char *title)
Create a ROOT native GUI version of TControlBarImp.
virtual TApplicationImp * CreateApplicationImp(const char *classname, int *argc, char **argv)
Create a ROOT native GUI version of TApplicationImp.
This ABC is a factory for GUI components.
virtual TContextMenuImp * CreateContextMenuImp(TContextMenu *c, const char *name, const char *title)
Create a ROOT native GUI version of TContextMenuImp.
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 browser implementation protocol.