| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
TQCanvasImp ABC describing Qt GUI independent main window (with menubar, scrollbars and a drawing area).
Constructor Summary | |
TQCanvasImp(TCanvas * c) QCanvasImp ctor | |
TQCanvasImp(TCanvas * c, const char * name, UInt_t width, UInt_t height) TQCanvasImp ctor | |
TQCanvasImp(TCanvas * c, const char * name, Int_t x, Int_t y, UInt_t width, UInt_t height) QCanvasImp ctor |
Destructor Summary | |
virtual | ~TQCanvasImp() |
Method Summary | |
virtual void | Close() Close the dialog box |
virtual void | ForceUpdate() Force an update of the dialog box |
virtual void | GetWindowGeometry(Int_t & ax, Int_t & ay, UInt_t & w, UInt_t & h) Get a specification of the window geometry |
virtual void | Iconify() Iconify (not implemented yet) |
virtual Int_t | InitWindow() InitWindow here do nothing else but giving the ROOT internal window Id |
virtual void | SetCanvasSize(UInt_t w, UInt_t h) Set the Canvas size |
virtual void | SetStatusText(const char * text, Int_t partidx) set a status text (not implemented yet) |
virtual void | SetWindowPosition(Int_t x, Int_t y) Move the dialog box window to a specified position in the local coordinates |
virtual void | SetWindowSize(UInt_t w, UInt_t h) Set the Windows size to width=w heigth=h |
virtual void | SetWindowTitle(const char * newTitle) Set the window title |
virtual void | Show() Do a Show of the dialog box |
virtual void | ShowMenuBar(Bool_t show) Show the menu bar |
virtual void | ShowStatusBar(Bool_t show) Show status bar |
Methods inherited from class TCanvasImp |
Canvas |
Constructor Detail |
public TQCanvasImp(TCanvas * c)
public TQCanvasImp(TCanvas * c, const char * name, UInt_t width, UInt_t height)
public TQCanvasImp(TCanvas * c, const char * name, Int_t x, Int_t y, UInt_t width, UInt_t height)
Method Detail |
public virtual ~TQCanvasImp()
Method Detail |
public virtual void Close()
public virtual void ForceUpdate()
public virtual void GetWindowGeometry(Int_t & ax, Int_t & ay, UInt_t & w, UInt_t & h)
public virtual void Iconify()
public virtual Int_t InitWindow()
public virtual void SetCanvasSize(UInt_t w, UInt_t h)
public virtual void SetStatusText(const char * text, Int_t partidx)
public virtual void SetWindowPosition(Int_t x, Int_t y)
public virtual void SetWindowSize(UInt_t w, UInt_t h)
public virtual void SetWindowTitle(const char * newTitle)
public virtual void Show()
public virtual void ShowMenuBar(Bool_t show)
public virtual void ShowStatusBar(Bool_t show)
Association Links |
to Class QTFrame
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |