#include <GRootGuiFactory.h>
Public Member Functions |
| GRootGuiFactory (const char *name="Root", const char *title="GRUT GUI Factory") |
virtual | ~GRootGuiFactory () |
virtual TApplicationImp * | CreateApplicationImp (const char *classname, int *argc, char **argv) |
virtual TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, UInt_t width, UInt_t height) |
virtual TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height) |
virtual TBrowserImp * | CreateBrowserImp (TBrowser *b, const char *title, UInt_t width, UInt_t height, Option_t *opt="") |
virtual TBrowserImp * | CreateBrowserImp (TBrowser *b, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height, Option_t *opt="") |
virtual TContextMenuImp * | CreateContextMenuImp (TContextMenu *c, const char *name, const char *title) |
virtual TControlBarImp * | CreateControlBarImp (TControlBar *c, const char *title) |
virtual TControlBarImp * | CreateControlBarImp (TControlBar *c, const char *title, Int_t x, Int_t y) |
Static Public Member Functions |
static void | Init () |
Constructor & Destructor Documentation
GRootGuiFactory::GRootGuiFactory |
( |
const char * |
name = "Root" , |
|
|
const char * |
title = "GRUT GUI Factory" |
|
) |
| |
virtual GRootGuiFactory::~GRootGuiFactory |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
TApplicationImp * GRootGuiFactory::CreateApplicationImp |
( |
const char * |
classname, |
|
|
int * |
argc, |
|
|
char ** |
argv |
|
) |
| |
|
virtual |
TBrowserImp * GRootGuiFactory::CreateBrowserImp |
( |
TBrowser * |
b, |
|
|
const char * |
title, |
|
|
UInt_t |
width, |
|
|
UInt_t |
height, |
|
|
Option_t * |
opt = "" |
|
) |
| |
|
virtual |
TBrowserImp * GRootGuiFactory::CreateBrowserImp |
( |
TBrowser * |
b, |
|
|
const char * |
title, |
|
|
Int_t |
x, |
|
|
Int_t |
y, |
|
|
UInt_t |
width, |
|
|
UInt_t |
height, |
|
|
Option_t * |
opt = "" |
|
) |
| |
|
virtual |
TCanvasImp * GRootGuiFactory::CreateCanvasImp |
( |
TCanvas * |
c, |
|
|
const char * |
title, |
|
|
UInt_t |
width, |
|
|
UInt_t |
height |
|
) |
| |
|
virtual |
TCanvasImp * GRootGuiFactory::CreateCanvasImp |
( |
TCanvas * |
c, |
|
|
const char * |
title, |
|
|
Int_t |
x, |
|
|
Int_t |
y, |
|
|
UInt_t |
width, |
|
|
UInt_t |
height |
|
) |
| |
|
virtual |
TContextMenuImp * GRootGuiFactory::CreateContextMenuImp |
( |
TContextMenu * |
c, |
|
|
const char * |
name, |
|
|
const char * |
title |
|
) |
| |
|
virtual |
TControlBarImp * GRootGuiFactory::CreateControlBarImp |
( |
TControlBar * |
c, |
|
|
const char * |
title |
|
) |
| |
|
virtual |
TControlBarImp * GRootGuiFactory::CreateControlBarImp |
( |
TControlBar * |
c, |
|
|
const char * |
title, |
|
|
Int_t |
x, |
|
|
Int_t |
y |
|
) |
| |
|
virtual |
static void GRootGuiFactory::Init |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: