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

Definition at line 38 of file TRootGuiFactory.h.
| TRootGuiFactory::TRootGuiFactory | ( | const char * | name = "Root", |
|
| const char * | title = "ROOT GUI Factory" | |||
| ) |
| virtual TRootGuiFactory::~TRootGuiFactory | ( | ) | [inline, virtual] |
Definition at line 42 of file TRootGuiFactory.h.
| TRootGuiFactory::TRootGuiFactory | ( | const char * | name = "Root", |
|
| const char * | title = "ROOT GUI Factory" | |||
| ) |
| virtual TRootGuiFactory::~TRootGuiFactory | ( | ) | [inline, virtual] |
Definition at line 42 of file TRootGuiFactory.h.
| TApplicationImp * TRootGuiFactory::CreateApplicationImp | ( | const char * | classname, | |
| int * | argc, | |||
| char ** | argv | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
Definition at line 41 of file TRootGuiFactory.cxx.
References TRootApplication::Client().
| TCanvasImp * TRootGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
| TBrowserImp * TRootGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
Definition at line 73 of file TRootGuiFactory.cxx.
References b, TPluginHandler::ExecPlugin(), TPluginManager::FindHandler(), gEnv, TROOT::GetPluginManager(), TEnv::GetValue(), and gROOT.
| TBrowserImp * TRootGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
Definition at line 97 of file TRootGuiFactory.cxx.
References b, TPluginHandler::ExecPlugin(), TPluginManager::FindHandler(), gEnv, TROOT::GetPluginManager(), TEnv::GetValue(), and gROOT.
| TContextMenuImp * TRootGuiFactory::CreateContextMenuImp | ( | TContextMenu * | c, | |
| const char * | name, | |||
| const char * | title | |||
| ) | [virtual] |
| TControlBarImp * TRootGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title | |||
| ) | [virtual] |
| TControlBarImp * TRootGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y | |||
| ) | [virtual] |
| virtual TApplicationImp* TRootGuiFactory::CreateApplicationImp | ( | const char * | classname, | |
| int * | argc, | |||
| char ** | argv | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TCanvasImp* TRootGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TCanvasImp* TRootGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y, | |||
| UInt_t | width, | |||
| UInt_t | height | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TBrowserImp* TRootGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TBrowserImp* TRootGuiFactory::CreateBrowserImp | ( | TBrowser * | b, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y, | |||
| UInt_t | width, | |||
| UInt_t | height, | |||
| Option_t * | opt = "" | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TContextMenuImp* TRootGuiFactory::CreateContextMenuImp | ( | TContextMenu * | c, | |
| const char * | name, | |||
| const char * | title | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TControlBarImp* TRootGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
| virtual TControlBarImp* TRootGuiFactory::CreateControlBarImp | ( | TControlBar * | c, | |
| const char * | title, | |||
| Int_t | x, | |||
| Int_t | y | |||
| ) | [virtual] |
Reimplemented from TGuiFactory.
1.5.1