#include <TGuiFactory.h>
Inheritance diagram for TGuiFactory:

Definition at line 44 of file TGuiFactory.h.
| TGuiFactory::TGuiFactory | ( | const char * | name = "Batch", |
|
| const char * | title = "Batch GUI Factory" | |||
| ) |
| virtual TGuiFactory::~TGuiFactory | ( | ) | [inline, virtual] |
Definition at line 48 of file TGuiFactory.h.
| TGuiFactory::TGuiFactory | ( | const char * | name = "Batch", |
|
| const char * | title = "Batch GUI Factory" | |||
| ) |
| virtual TGuiFactory::~TGuiFactory | ( | ) | [inline, virtual] |
Definition at line 48 of file TGuiFactory.h.
| TApplicationImp * TGuiFactory::CreateApplicationImp | ( | const char * | classname, | |
| int * | argc, | |||
| char ** | argv | |||
| ) | [virtual] |
Definition at line 46 of file TGuiFactory.cxx.
Referenced by TApplication::InitializeGraphics(), and TApplication::TApplication().
| TCanvasImp * TGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
Definition at line 54 of file TGuiFactory.cxx.
References c.
Referenced by TCanvas::Constructor(), TQtRootGuiFactory::CreateCanvasImp(), TCanvas::Draw(), TCanvas::DrawClonePad(), TCanvas::EmbedInto(), and TCanvas::TCanvas().
| TBrowserImp * TGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
Definition at line 70 of file TGuiFactory.cxx.
References b.
Referenced by ClassImp(), TQtRootGuiFactory::CreateBrowserImp(), and TBrowser::TBrowser().
| TContextMenuImp * TGuiFactory::CreateContextMenuImp | ( | TContextMenu * | c, | |
| const char * | name, | |||
| const char * | title | |||
| ) | [virtual] |
Definition at line 86 of file TGuiFactory.cxx.
References c.
Referenced by ClassImp(), and TQtRootGuiFactory::CreateContextMenuImp().
| TControlBarImp * TGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title | |||
| ) | [virtual] |
Definition at line 94 of file TGuiFactory.cxx.
References c.
Referenced by TQtRootGuiFactory::CreateControlBarImp(), and TControlBar::Initialize().
| TControlBarImp * TGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y | |||
| ) | [virtual] |
| TInspectorImp * TGuiFactory::CreateInspectorImp | ( | const TObject * | obj, | |
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
Definition at line 110 of file TGuiFactory.cxx.
References Form(), gROOT, TROOT::IsBatch(), and TROOT::ProcessLine().
Referenced by ClassImp(), TQtRootGuiFactory::CreateInspectorImp(), and TObject::Inspect().
| virtual TApplicationImp* TGuiFactory::CreateApplicationImp | ( | const char * | classname, | |
| int * | argc, | |||
| char ** | argv | |||
| ) | [virtual] |
| virtual TCanvasImp* TGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
| virtual TCanvasImp* TGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
| virtual TBrowserImp* TGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
| virtual TBrowserImp* TGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
| virtual TContextMenuImp* TGuiFactory::CreateContextMenuImp | ( | TContextMenu * | c, | |
| const char * | name, | |||
| const char * | title | |||
| ) | [virtual] |
| virtual TControlBarImp* TGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title | |||
| ) | [virtual] |
| virtual TControlBarImp* TGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y | |||
| ) | [virtual] |
| virtual TInspectorImp* TGuiFactory::CreateInspectorImp | ( | const TObject * | obj, | |
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
1.5.1