#include <TQRootGuiFactory.h>
Inheritance diagram for TQRootGuiFactory:
Public Member Functions | |
TQRootGuiFactory (const char *name="QRoot", const char *title="Qt/ROOT GUI Factory") | |
virtual | ~TQRootGuiFactory () |
TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, UInt_t width, UInt_t height) |
TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height) |
void | SetCustomFlag (Bool_t custom) |
Private Attributes | |
Bool_t | fCustom |
Definition at line 41 of file TQRootGuiFactory.h.
TQRootGuiFactory::TQRootGuiFactory | ( | const char * | name = "QRoot" , |
|
const char * | title = "Qt/ROOT GUI Factory" | |||
) |
TQRootGuiFactory::~TQRootGuiFactory | ( | ) | [virtual] |
Definition at line 40 of file TQRootGuiFactory.cxx.
TCanvasImp * TQRootGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
const char * | title, | |||
UInt_t | width, | |||
UInt_t | height | |||
) | [virtual] |
TCanvasImp * TQRootGuiFactory::CreateCanvasImp | ( | TCanvas * | c, | |
const char * | title, | |||
Int_t | x, | |||
Int_t | y, | |||
UInt_t | width, | |||
UInt_t | height | |||
) | [virtual] |
void TQRootGuiFactory::SetCustomFlag | ( | Bool_t | custom | ) | [inline] |
Bool_t TQRootGuiFactory::fCustom [private] |
Definition at line 44 of file TQRootGuiFactory.h.
Referenced by CreateCanvasImp(), and SetCustomFlag().