ROOT 6.16/01 Reference Guide |
Definition at line 38 of file TQRootCanvas.h.
Public Slots | |
virtual void | Browse (TBrowser *b) |
Just a wrapper. More... | |
void | cd (Int_t subpadnumber=0) |
Just a wrapper. More... | |
void | Clear (Option_t *option="") |
Just a wrapper. More... | |
void | Close (Option_t *option="") |
Just a wrapper. More... | |
virtual void | Draw (Option_t *option="") |
Just a wrapper. More... | |
virtual TObject * | DrawClone (Option_t *option="") |
Just a wrapper. More... | |
virtual TObject * | DrawClonePad () |
Just a wrapper. More... | |
virtual void | EditorBar () |
Just a wrapper. More... | |
void | EnterLeave (TPad *prevSelPad, TObject *prevSelObj) |
just a wrapper More... | |
void | FeedbackMode (Bool_t set) |
just a wrapper More... | |
void | Flush () |
just a wrapper More... | |
void | ForceUpdate () |
just a wrapper More... | |
Bool_t | GetAutoExec () |
just a wrapper More... | |
Int_t | GetCanvasID () |
just a wrapper More... | |
virtual void | GetCanvasPar (Int_t &wtopx, Int_t &wtopy, UInt_t &ww, UInt_t &wh) |
just a wrapper More... | |
TContextMenu * | GetContextMenu () |
just a wrapper More... | |
const char * | GetDISPLAY () |
just a wrapper More... | |
Int_t | GetDoubleBuffer () |
just a wrapper More... | |
Int_t | GetEvent () |
just a wrapper More... | |
Int_t | GetEventX () |
just a wrapper More... | |
Int_t | GetEventY () |
just a wrapper More... | |
Color_t | GetHighLightColor () |
just a wrapper More... | |
TVirtualPad * | GetPadSave () |
just a wrapper More... | |
TObject * | GetSelected () |
just a wrapper More... | |
Option_t * | GetSelectedOpt () |
just a wrapper More... | |
TVirtualPad * | GetSelectedPad () |
just a wrapper More... | |
Bool_t | GetShowEventStatus () |
just a wrapper More... | |
UInt_t | GetWh () |
just a wrapper More... | |
UInt_t | GetWindowHeight () |
just a wrapper More... | |
Int_t | GetWindowTopX () |
just a wrapper More... | |
Int_t | GetWindowTopY () |
just a wrapper More... | |
UInt_t | GetWindowWidth () |
just a wrapper More... | |
UInt_t | GetWw () |
just a wrapper More... | |
Size_t | GetXsizeReal () |
just a wrapper More... | |
Size_t | GetXsizeUser () |
just a wrapper More... | |
Size_t | GetYsizeReal () |
just a wrapper More... | |
Size_t | GetYsizeUser () |
just a wrapper More... | |
virtual void | HandleInput (EEventType button, Int_t x, Int_t y) |
just a wrapper More... | |
Bool_t | HasMenuBar () |
just a wrapper More... | |
void | Iconify () |
just a wrapper More... | |
Bool_t | IsBatch () |
just a wrapper More... | |
Bool_t | IsRetained () |
just a wrapper More... | |
virtual void | ls (Option_t *option="") |
just a wrapper More... | |
void | MoveOpaque (Int_t set=1) |
just a wrapper More... | |
Bool_t | NeedsResize () |
Bool_t | OpaqueMoving () |
just a wrapper More... | |
Bool_t | OpaqueResizing () |
just a wrapper More... | |
virtual void | Paint (Option_t *option="") |
just a wrapper More... | |
virtual TPad * | Pick (Int_t px, Int_t py, TObject *prevSelObj) |
just a wrapper More... | |
virtual TPad * | Pick (Int_t px, Int_t py, TObjLink *&pickobj) |
just a wrapper More... | |
virtual void | Resize (Option_t *option="") |
just a wrapper More... | |
void | ResizeOpaque (Int_t set=1) |
just a wrapper More... | |
void | SaveSource (const char *filename="", Option_t *option="") |
just a wrapper More... | |
void | SetBatch (Bool_t batch=kTRUE) |
just a wrapper More... | |
void | SetCanvasSize (UInt_t ww, UInt_t wh) |
just a wrapper More... | |
virtual void | SetCursor (ECursor cursor) |
just a wrapper More... | |
virtual void | SetDoubleBuffer (Int_t mode=1) |
just a wrapper More... | |
void | SetHighLightColor (Color_t col) |
just a wrapper More... | |
void | SetNeedsResize (Bool_t yes) |
void | SetRetained (Bool_t retained=kTRUE) |
just a wrapper More... | |
void | SetSelected (TObject *obj) |
just a wrapper More... | |
void | SetSelectedPad (TPad *pad) |
just a wrapper More... | |
void | SetTitle (const char *title="") |
just a wrapper More... | |
void | SetWindowPosition (Int_t x, Int_t y) |
just a wrapper More... | |
void | SetWindowSize (UInt_t ww, UInt_t wh) |
just a wrapper More... | |
void | Show () |
just a wrapper More... | |
virtual void | Size (Float_t xsizeuser=0, Float_t ysizeuser=0) |
just a wrapper More... | |
virtual void | ToggleAutoExec () |
just a wrapper More... | |
virtual void | ToggleEventStatus () |
just a wrapper More... | |
virtual void | Update () |
just a wrapper More... | |
void | UseCurrentStyle () |
just a wrapper More... | |
Signals | |
void | SelectedPadChanged (TPad *) |
Public Member Functions | |
TQRootCanvas (QWidget *wparent, QWidget *tabWin, const char *name=0, TCanvas *c=0) | |
set defaults More... | |
TQRootCanvas (QWidget *wparent=0, const char *name=0, TCanvas *c=0) | |
set defaults More... | |
virtual | ~TQRootCanvas () |
dtor More... | |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
Entering a drag event. More... | |
virtual void | dropEvent (QDropEvent *Event) |
Start a drop, for now only histogram objects can be drwon by droping. More... | |
TCanvas * | GetCanvas () |
Bool_t | GetCanvasOwner () |
QWidget * | GetParent () |
Int_t | GetRootWid () |
QWidget * | GetTabWin () |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
Close. More... | |
virtual bool | eventFilter (QObject *, QEvent *) |
Filtering of QWidget Events for ressource management. More... | |
virtual void | leaveEvent (QEvent *e) |
Handle leave event. More... | |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
Handle mouse double click event. More... | |
virtual void | mouseMoveEvent (QMouseEvent *e) |
Handle mouse move event. More... | |
virtual void | mousePressEvent (QMouseEvent *e) |
Handle mouse button press event. More... | |
virtual void | mouseReleaseEvent (QMouseEvent *e) |
Handle mouse button release event. More... | |
virtual void | paintEvent (QPaintEvent *e) |
Handle paint event of Qt. More... | |
virtual void | resizeEvent (QResizeEvent *e) |
Call QWidget resize and inform the ROOT Canvas. More... | |
Protected Attributes | |
TCanvas * | fCanvas |
TQCanvasMenu * | fContextMenu |
Bool_t | fIsCanvasOwned |
Bool_t | fNeedResize |
QWidget * | fParent |
QWidget * | fTabWin |
Int_t | fWid |
Private Member Functions | |
TQRootCanvas (const TQRootCanvas &) | |
TQRootCanvas & | operator= (const TQRootCanvas &) |
#include <TQRootCanvas.h>
|
private |
TQRootCanvas::TQRootCanvas | ( | QWidget * | wparent = 0 , |
const char * | name = 0 , |
||
TCanvas * | c = 0 |
||
) |
set defaults
Definition at line 27 of file TQRootCanvas.cxx.
TQRootCanvas::TQRootCanvas | ( | QWidget * | wparent, |
QWidget * | tabWin, | ||
const char * | name = 0 , |
||
TCanvas * | c = 0 |
||
) |
set defaults
Definition at line 68 of file TQRootCanvas.cxx.
|
virtual |
dtor
Definition at line 884 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 327 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 319 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 335 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 343 of file TQRootCanvas.cxx.
|
protectedvirtual |
Close.
Definition at line 871 of file TQRootCanvas.cxx.
|
virtual |
Entering a drag event.
Definition at line 284 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 351 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 359 of file TQRootCanvas.cxx.
|
virtualslot |
Just a wrapper.
Definition at line 367 of file TQRootCanvas.cxx.
|
virtual |
Start a drop, for now only histogram objects can be drwon by droping.
Definition at line 293 of file TQRootCanvas.cxx.
|
virtualslot |
Just a wrapper.
Definition at line 375 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 383 of file TQRootCanvas.cxx.
|
protectedvirtual |
Filtering of QWidget Events for ressource management.
Definition at line 252 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 391 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 399 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 415 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 519 of file TQRootCanvas.cxx.
|
inline |
Definition at line 52 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 559 of file TQRootCanvas.cxx.
|
inline |
Definition at line 54 of file TQRootCanvas.h.
|
virtualslot |
just a wrapper
Definition at line 615 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 431 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 423 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 439 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 447 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 455 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 463 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 471 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 479 of file TQRootCanvas.cxx.
|
inline |
Definition at line 55 of file TQRootCanvas.h.
|
inline |
Definition at line 53 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 487 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 495 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 503 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 511 of file TQRootCanvas.cxx.
|
inline |
Definition at line 56 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 607 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 591 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 567 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 575 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 583 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 599 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 543 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 527 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 551 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 535 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 623 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 631 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 639 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 647 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 655 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle leave event.
Definition at line 243 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 663 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse double click event.
Definition at line 195 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse move event.
Definition at line 110 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse button press event.
Definition at line 122 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse button release event.
Definition at line 172 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 671 of file TQRootCanvas.cxx.
|
inlineslot |
Definition at line 135 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 679 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 687 of file TQRootCanvas.cxx.
|
private |
just a wrapper
Definition at line 695 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle paint event of Qt.
Definition at line 226 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 711 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 703 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 719 of file TQRootCanvas.cxx.
|
protectedvirtual |
Call QWidget resize and inform the ROOT Canvas.
Definition at line 217 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 727 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 735 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 823 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 775 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 743 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 751 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 783 of file TQRootCanvas.cxx.
Definition at line 136 of file TQRootCanvas.h.
just a wrapper
Definition at line 831 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 791 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 799 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 839 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 759 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 767 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 807 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 815 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 855 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 847 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 863 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 407 of file TQRootCanvas.cxx.
|
protected |
Definition at line 150 of file TQRootCanvas.h.
|
protected |
Definition at line 149 of file TQRootCanvas.h.
|
protected |
Definition at line 153 of file TQRootCanvas.h.
|
protected |
Definition at line 152 of file TQRootCanvas.h.
|
protected |
Definition at line 154 of file TQRootCanvas.h.
|
protected |
Definition at line 154 of file TQRootCanvas.h.
|
protected |
Definition at line 151 of file TQRootCanvas.h.