23 #include "TQtRConfig.h" 26 #include "TQtApplication.h" 30 # if ROOT_VERSION_CODE < ROOT_VERSION(5,13,0) 31 # include "TWin32Application.h" 35 # include "TQtRootApplication.h" 62 :
TGuiFactory(
"QtRootProxy",
"Qt-based ROOT GUI Factory"),fGuiProxy(0)
64 if (TGQt::GetVirtualX())
gVirtualX = TGQt::GetVirtualX();
76 if (TGQt::GetVirtualX())
gVirtualX = TGQt::GetVirtualX();
84 TGQt::CreateQtApplicationImp();
87 # if ROOT_VERSION_CODE < ROOT_VERSION(5,13,0) 88 app =
new TWin32Application(classname, argc, argv);
91 app =
new TQtRootApplication (classname, argc, argv);
133 #if ROOT_VERSION_CODE < ROOT_VERSION(5,17,5) 146 #if ROOT_VERSION_CODE < ROOT_VERSION(5,17,5) virtual TContextMenuImp * CreateContextMenuImp(TContextMenu *c, const char *name, const char *title)
Create a batch version of TContextMenuImp.
virtual TBrowserImp * CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="")
Create a batch version of TBrowserImp.
TGuiFactory * ROOT_Plugin_TQtRootGuiFactory()
PluginManager creation function.
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 TCanvasImp * CreateCanvasImp(TCanvas *c, const char *title, UInt_t width, UInt_t height)
Create a batch version of TCanvasImp.
ABC describing GUI independent control bar.
virtual TContextMenuImp * CreateContextMenuImp(TContextMenu *c, const char *name, const char *title)
Create a batch version of TContextMenuImp.
virtual TControlBarImp * CreateControlBarImp(TControlBar *c, const char *title)
Create a batch version of TControlBarImp.
ABC describing GUI independent application implementation protocol.
TQtRootGuiFactory()
TQtRootGuiFactory ctor.
Using a TBrowser one can browse all ROOT objects.
static TGClient * gfQtClient
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.
virtual TInspectorImp * CreateInspectorImp(const TObject *obj, UInt_t width, UInt_t height)
Create a batch version of TInspectorImp.
virtual TBrowserImp * CreateBrowserImp(TBrowser *b, const char *title, UInt_t width, UInt_t height)
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
static void CreateQClient()
virtual TApplicationImp * CreateApplicationImp(const char *classname, int *argc, char **argv)
Create a batch version of TApplicationImp.
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.