ROOT
6.07/01
Reference Guide
|
Definition at line 59 of file TQRootCanvas.h.
Public Slots | |
void | cd (Int_t subpadnumber=0) |
Just a wrapper. More... | |
virtual void | Browse (TBrowser *b) |
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 | UseCurrentStyle () |
just a wrapper More... | |
void | ForceUpdate () |
just a wrapper More... | |
const char * | GetDISPLAY () |
just a wrapper More... | |
TContextMenu * | GetContextMenu () |
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... | |
Bool_t | GetAutoExec () |
just a wrapper More... | |
Size_t | GetXsizeUser () |
just a wrapper More... | |
Size_t | GetYsizeUser () |
just a wrapper More... | |
Size_t | GetXsizeReal () |
just a wrapper More... | |
Size_t | GetYsizeReal () |
just a wrapper More... | |
Int_t | GetCanvasID () |
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 | GetWindowHeight () |
just a wrapper More... | |
UInt_t | GetWw () |
just a wrapper More... | |
UInt_t | GetWh () |
just a wrapper More... | |
virtual void | GetCanvasPar (Int_t &wtopx, Int_t &wtopy, UInt_t &ww, UInt_t &wh) |
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 | 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, TObjLink *&pickobj) |
just a wrapper More... | |
virtual TPad * | Pick (Int_t px, Int_t py, TObject *prevSelObj) |
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... | |
virtual void | SetCursor (ECursor cursor) |
just a wrapper More... | |
virtual void | SetDoubleBuffer (Int_t mode=1) |
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 | SetCanvasSize (UInt_t ww, UInt_t wh) |
just a wrapper More... | |
void | SetHighLightColor (Color_t col) |
just a wrapper More... | |
void | SetSelected (TObject *obj) |
just a wrapper More... | |
void | SetSelectedPad (TPad *pad) |
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... | |
void | SetBatch (Bool_t batch=kTRUE) |
just a wrapper More... | |
void | SetRetained (Bool_t retained=kTRUE) |
just a wrapper More... | |
void | SetTitle (const char *title="") |
just a wrapper More... | |
virtual void | ToggleEventStatus () |
just a wrapper More... | |
virtual void | ToggleAutoExec () |
just a wrapper More... | |
virtual void | Update () |
just a wrapper More... | |
Bool_t | NeedsResize () |
void | SetNeedsResize (Bool_t yes) |
Signals | |
void | SelectedPadChanged (TPad *) |
Public Member Functions | |
TQRootCanvas (QWidget *parent=0, const char *name=0, TCanvas *c=0) | |
TQRootCanvas (QWidget *parent, QWidget *tabWin, const char *name=0, TCanvas *c=0) | |
set defaults More... | |
virtual | ~TQRootCanvas () |
dtor More... | |
TCanvas * | GetCanvas () |
Int_t | GetRootWid () |
Bool_t | GetCanvasOwner () |
QWidget * | GetParent () |
QWidget * | GetTabWin () |
virtual void | dropEvent (QDropEvent *Event) |
Start a drop, for now only histogram objects can be drwon by droping. More... | |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
Entering a drag event. More... | |
Protected Member Functions | |
virtual bool | eventFilter (QObject *, QEvent *) |
Filtering of QWidget Events for ressource management. 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 | resizeEvent (QResizeEvent *e) |
Call QWidget resize and inform the ROOT Canvas. More... | |
virtual void | paintEvent (QPaintEvent *e) |
Handle paint event of Qt. More... | |
virtual void | mouseDoubleClickEvent (QMouseEvent *e) |
Handle mouse double click event. More... | |
virtual void | mouseMoveEvent (QMouseEvent *e) |
Handle mouse move event. More... | |
virtual void | leaveEvent (QEvent *e) |
Handle leave event. More... | |
virtual void | closeEvent (QCloseEvent *e) |
Close. More... | |
Protected Attributes | |
TQCanvasMenu * | fContextMenu |
TCanvas * | fCanvas |
Int_t | fWid |
Bool_t | fNeedResize |
Bool_t | fIsCanvasOwned |
QWidget * | fParent |
QWidget * | fTabWin |
Private Member Functions | |
TQRootCanvas (const TQRootCanvas &) | |
TQRootCanvas & | operator= (const TQRootCanvas &) |
#include <TQRootCanvas.h>
|
private |
TQRootCanvas::TQRootCanvas | ( | QWidget * | parent = 0 , |
const char * | name = 0 , |
||
TCanvas * | c = 0 |
||
) |
TQRootCanvas::TQRootCanvas | ( | QWidget * | parent, |
QWidget * | tabWin, | ||
const char * | name = 0 , |
||
TCanvas * | c = 0 |
||
) |
set defaults
Definition at line 78 of file TQRootCanvas.cxx.
|
virtual |
dtor
Definition at line 907 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 350 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 342 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 358 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 366 of file TQRootCanvas.cxx.
|
protectedvirtual |
Close.
Definition at line 894 of file TQRootCanvas.cxx.
|
virtual |
Entering a drag event.
Definition at line 302 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 374 of file TQRootCanvas.cxx.
Just a wrapper.
Definition at line 382 of file TQRootCanvas.cxx.
|
virtualslot |
Just a wrapper.
Definition at line 390 of file TQRootCanvas.cxx.
|
virtual |
Start a drop, for now only histogram objects can be drwon by droping.
Definition at line 311 of file TQRootCanvas.cxx.
|
virtualslot |
Just a wrapper.
Definition at line 398 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 406 of file TQRootCanvas.cxx.
|
protectedvirtual |
Filtering of QWidget Events for ressource management.
Definition at line 270 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 414 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 422 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 438 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 542 of file TQRootCanvas.cxx.
|
inline |
Definition at line 73 of file TQRootCanvas.h.
Referenced by ApplicationWindow::ApplicationWindow(), TQCanvasImp::Build(), and ApplicationWindow::execute().
|
slot |
just a wrapper
Definition at line 582 of file TQRootCanvas.cxx.
|
inline |
Definition at line 75 of file TQRootCanvas.h.
|
virtualslot |
just a wrapper
Definition at line 638 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 454 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 446 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 462 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 470 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 478 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 486 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 494 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 502 of file TQRootCanvas.cxx.
|
inline |
Definition at line 76 of file TQRootCanvas.h.
|
inline |
Definition at line 74 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 510 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 518 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 526 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 534 of file TQRootCanvas.cxx.
|
inline |
Definition at line 77 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 630 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 614 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 590 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 598 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 606 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 622 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 566 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 550 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 574 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 558 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 646 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 654 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 662 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 670 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 678 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle leave event.
Definition at line 261 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 686 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse double click event.
Definition at line 213 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse move event.
Definition at line 121 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse button press event.
Definition at line 136 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle mouse button release event.
Definition at line 190 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 694 of file TQRootCanvas.cxx.
|
inlineslot |
Definition at line 156 of file TQRootCanvas.h.
|
slot |
just a wrapper
Definition at line 702 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 710 of file TQRootCanvas.cxx.
|
private |
just a wrapper
Definition at line 718 of file TQRootCanvas.cxx.
|
protectedvirtual |
Handle paint event of Qt.
Definition at line 244 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 726 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 734 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 742 of file TQRootCanvas.cxx.
|
protectedvirtual |
Call QWidget resize and inform the ROOT Canvas.
Definition at line 235 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 750 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 758 of file TQRootCanvas.cxx.
Definition at line 361 of file moc_TQRootCanvas.cxx.
Referenced by mousePressEvent().
just a wrapper
Definition at line 846 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 798 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 766 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 774 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 806 of file TQRootCanvas.cxx.
Definition at line 157 of file TQRootCanvas.h.
just a wrapper
Definition at line 854 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 814 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 822 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 862 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 782 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 790 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 830 of file TQRootCanvas.cxx.
just a wrapper
Definition at line 838 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 878 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 870 of file TQRootCanvas.cxx.
|
virtualslot |
just a wrapper
Definition at line 886 of file TQRootCanvas.cxx.
|
slot |
just a wrapper
Definition at line 430 of file TQRootCanvas.cxx.
|
protected |
Definition at line 171 of file TQRootCanvas.h.
Referenced by Browse(), cd(), Clear(), Close(), closeEvent(), Draw(), DrawClone(), DrawClonePad(), dropEvent(), EditorBar(), EnterLeave(), eventFilter(), FeedbackMode(), Flush(), ForceUpdate(), GetAutoExec(), GetCanvas(), GetCanvasID(), GetCanvasPar(), GetContextMenu(), GetDISPLAY(), GetDoubleBuffer(), GetEvent(), GetEventX(), GetEventY(), GetHighLightColor(), GetPadSave(), GetSelected(), GetSelectedOpt(), GetSelectedPad(), GetShowEventStatus(), GetWh(), GetWindowHeight(), GetWindowTopX(), GetWindowTopY(), GetWindowWidth(), GetWw(), GetXsizeReal(), GetXsizeUser(), GetYsizeReal(), GetYsizeUser(), HandleInput(), HasMenuBar(), Iconify(), IsBatch(), IsRetained(), leaveEvent(), ls(), mouseDoubleClickEvent(), mouseMoveEvent(), mousePressEvent(), mouseReleaseEvent(), MoveOpaque(), OpaqueMoving(), OpaqueResizing(), Paint(), paintEvent(), Pick(), Resize(), ResizeOpaque(), SaveSource(), SetBatch(), SetCanvasSize(), SetCursor(), SetDoubleBuffer(), SetHighLightColor(), SetRetained(), SetSelected(), SetSelectedPad(), SetTitle(), SetWindowPosition(), SetWindowSize(), Show(), Size(), ToggleAutoExec(), ToggleEventStatus(), TQRootCanvas(), Update(), UseCurrentStyle(), and ~TQRootCanvas().
|
protected |
Definition at line 170 of file TQRootCanvas.h.
Referenced by mousePressEvent(), TQRootCanvas(), and ~TQRootCanvas().
|
protected |
Definition at line 174 of file TQRootCanvas.h.
Referenced by closeEvent(), eventFilter(), GetCanvasOwner(), TQRootCanvas(), and ~TQRootCanvas().
|
protected |
Definition at line 173 of file TQRootCanvas.h.
Referenced by NeedsResize(), paintEvent(), resizeEvent(), and SetNeedsResize().
|
protected |
Definition at line 175 of file TQRootCanvas.h.
Referenced by GetParent(), and TQRootCanvas().
|
protected |
Definition at line 175 of file TQRootCanvas.h.
Referenced by GetTabWin(), and TQRootCanvas().
|
protected |
Definition at line 172 of file TQRootCanvas.h.
Referenced by GetRootWid(), and TQRootCanvas().