#include <tqrootguifactory.h>
Public Methods | |
TQRootGuiFactory (const char *name="QRoot", const char *title="Qt/ROOT GUI Factory") | |
TQRootGuiFactory ctor. More... | |
~TQRootGuiFactory () | |
TCanvasImp * | CreateCanvasImp (TCanvas *c, const char *title, UInt_t width, UInt_t height) |
create a Qt native Gui of TCanvasImp. More... | |
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. More... | |
void | setCustomFlag (bool custom) |
Private Attributes | |
bool | fCustom |
Basically it will overrides the member function
Services:
Definition at line 67 of file tqrootguifactory.h.
|
TQRootGuiFactory ctor.
Definition at line 47 of file tqrootguifactory.cpp. References fCustom. |
|
Definition at line 77 of file tqrootguifactory.h. |
|
create a Qt native Gui of TCanvasImp.
Definition at line 60 of file tqrootguifactory.cpp. |
|
create a Qt native Gui of TCanvasImp.
Definition at line 80 of file tqrootguifactory.cpp. |
|
Definition at line 104 of file tqrootguifactory.h. References fCustom. |
|
Definition at line 70 of file tqrootguifactory.h. Referenced by setCustomFlag(), and TQRootGuiFactory(). |