#include <tqcanvasimp.h>
Public Member Functions | |
TQCanvasImp (TCanvas *=0) | |
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. | |
virtual | ~TQCanvasImp () |
virtual Int_t | InitWindow () |
InitWindow here do nothing else but giving the ROOT internal window Id. | |
virtual void | ForceUpdate () |
Force an update of the dialog box. | |
virtual void | Iconify () |
Iconify (not implemented yet). | |
virtual void | SetStatusText (const char *=0, Int_t=0) |
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 | SetCanvasSize (UInt_t w, UInt_t h) |
Set the Canvas size. | |
virtual void | ShowMenuBar (Bool_t=kTRUE) |
Show the menu bar. | |
virtual void | ShowStatusBar (Bool_t=kTRUE) |
Show status bar. | |
virtual void | Show () |
Do a Show of the dialog box. | |
virtual void | Close () |
Close the dialog box. | |
Protected Member Functions | |
void | build (TCanvas *c, const char *name, Int_t x, Int_t y, UInt_t width, UInt_t height) |
Protected Attributes | |
TQRootCanvas * | fQCanvas |
QTFrame * | fdialbox |
TQCanvasImp ABC describing Qt GUI independent main window (with menubar, scrollbars and a drawing area).
Definition at line 59 of file tqcanvasimp.h.
|
QCanvasImp ctor.
Definition at line 73 of file tqcanvasimp.h. |
|
TQCanvasImp ctor.
Definition at line 42 of file tqcanvasimp.cpp. References build(). |
|
QCanvasImp ctor.
Definition at line 48 of file tqcanvasimp.cpp. References build(). |
|
Definition at line 99 of file tqcanvasimp.h. |
|
Definition at line 54 of file tqcanvasimp.cpp. References fdialbox, fQCanvas, TQRootCanvas::getCanvas(), and QTFrame::setCanvas(). Referenced by TQCanvasImp(). |
|
InitWindow here do nothing else but giving the ROOT internal window Id.
Definition at line 108 of file tqcanvasimp.h. References fQCanvas, and TQRootCanvas::getRootWid(). |
|
Force an update of the dialog box.
Definition at line 113 of file tqcanvasimp.h. References fdialbox. |
|
Iconify (not implemented yet).
Definition at line 127 of file tqcanvasimp.h. |
|
set a status text (not implemented yet)
Definition at line 131 of file tqcanvasimp.h. |
|
Move the dialog box window to a specified position in the local coordinates.
Definition at line 138 of file tqcanvasimp.h. References fdialbox. |
|
Set the Windows size to width=w heigth=h.
Definition at line 142 of file tqcanvasimp.h. References fdialbox. |
|
Set the window title.
Definition at line 146 of file tqcanvasimp.h. |
|
Set the Canvas size.
Definition at line 152 of file tqcanvasimp.h. References fdialbox. |
|
Show the menu bar.
Definition at line 156 of file tqcanvasimp.h. |
|
Show status bar.
Definition at line 162 of file tqcanvasimp.h. |
|
Do a Show of the dialog box.
Definition at line 168 of file tqcanvasimp.h. References fdialbox. |
|
Close the dialog box.
Definition at line 172 of file tqcanvasimp.h. |
|
Definition at line 61 of file tqcanvasimp.h. Referenced by build(), Close(), and InitWindow(). |
|
Definition at line 62 of file tqcanvasimp.h. Referenced by build(), Close(), ForceUpdate(), SetCanvasSize(), SetWindowPosition(), SetWindowSize(), and Show(). |