13 #ifndef ROOT_TRootGuiFactory
14 #define ROOT_TRootGuiFactory
25 #ifndef ROOT_TGuiFactory
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.
virtual ~TRootGuiFactory()
ABC describing GUI independent application implementation protocol.
#define ClassDef(name, id)
Using a TBrowser one can browse all ROOT objects.
TRootGuiFactory(const char *name="Root", const char *title="ROOT GUI Factory")
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.
ABC describing GUI independent browser implementation protocol.