#include <tqrootguifactory.h>
Public Member Functions | |
TQRootGuiFactory (const char *name="QRoot", const char *title="Qt/ROOT GUI Factory") | |
TQRootGuiFactory ctor. | |
virtual | ~TQRootGuiFactory () |
TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, UInt_t width, UInt_t height) |
create a Qt native Gui of TCanvasImp | |
TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, Int_t x, Int_t y, UInt_t width, UInt_t height) |
create a Qt native Gui of TCanvasImp | |
void | setCustomFlag (bool custom) |
Private Attributes | |
bool | fCustom |
|
TQRootGuiFactory ctor.
Definition at line 48 of file tqrootguifactory.cpp. References fCustom. |
|
Definition at line 60 of file tqrootguifactory.cpp. |
|
create a Qt native Gui of TCanvasImp
Definition at line 66 of file tqrootguifactory.cpp. References fCustom. |
|
create a Qt native Gui of TCanvasImp
Definition at line 86 of file tqrootguifactory.cpp. References fCustom. |
|
Definition at line 87 of file tqrootguifactory.h. References fCustom. |
|
Definition at line 90 of file tqrootguifactory.h. Referenced by CreateCanvasImp(), setCustomFlag(), and TQRootGuiFactory(). |