Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

TQRootCanvas Class Reference

This canvas uses Qt eventloop to handle user input Graphic Qt Widget based Canvas. More...

#include <tqrootcanvas.h>

Inheritance diagram for TQRootCanvas:

QGo4RootCanvas List of all members.

Public Slots

void cd (Int_t subpadnumber=0)
virtual void Browse (TBrowser *b)
void Clear (Option_t *option="")
void Close (Option_t *option="")
virtual void Draw (Option_t *option="")
virtual TObject * DrawClone (Option_t *option="")
virtual TObject * DrawClonePad ()
virtual void EditorBar ()
void EnterLeave (TPad *prevSelPad, TObject *prevSelObj)
void FeedbackMode (Bool_t set)
void Flush ()
void UseCurrentStyle ()
void ForceUpdate ()
const char * GetDISPLAY ()
TContextMenu * GetContextMenu ()
Int_t GetDoubleBuffer ()
TControlBar * GetEditorBar ()
Int_t GetEvent ()
Int_t GetEventX ()
Int_t GetEventY ()
Color_t GetHighLightColor ()
virtual void GetPadDivision (Int_t xdivision=1, Int_t ydivision=1)
TVirtualPad * GetPadSave ()
TObject * GetSelected ()
Option_t * GetSelectedOpt ()
TVirtualPad * GetSelectedPad ()
Bool_t GetShowEventStatus ()
Bool_t GetAutoExec ()
Size_t GetXsizeUser ()
Size_t GetYsizeUser ()
Size_t GetXsizeReal ()
Size_t GetYsizeReal ()
Int_t GetCanvasID ()
Int_t GetWindowTopX ()
Int_t GetWindowTopY ()
UInt_t GetWindowWidth ()
UInt_t GetWindowHeight ()
UInt_t GetWw ()
UInt_t GetWh ()
virtual void GetCanvasPar (Int_t &wtopx, Int_t &wtopy, UInt_t &ww, UInt_t &wh)
virtual void HandleInput (EEventType button, Int_t x, Int_t y)
Bool_t HasMenuBar ()
void Iconify ()
Bool_t IsBatch ()
Bool_t IsRetained ()
virtual void ls (Option_t *option="")
void MoveOpaque (Int_t set=1)
Bool_t OpaqueMoving ()
Bool_t OpaqueResizing ()
virtual void Paint (Option_t *option="")
virtual TPad * Pick (Int_t px, Int_t py, TObjLink *&pickobj)
virtual TPad * Pick (Int_t px, Int_t py, TObject *prevSelObj)
virtual void Resize (Option_t *option="")
void ResizeOpaque (Int_t set=1)
void SaveSource (const char *filename="", Option_t *option="")
virtual void SetCursor (ECursor cursor)
virtual void SetDoubleBuffer (Int_t mode=1)
void SetWindowPosition (Int_t x, Int_t y)
void SetWindowSize (UInt_t ww, UInt_t wh)
void SetCanvasSize (UInt_t ww, UInt_t wh)
void SetHighLightColor (Color_t col)
void SetSelected (TObject *obj)
void SetSelectedPad (TPad *pad)
void Show ()
virtual void Size (Float_t xsizeuser=0, Float_t ysizeuser=0)
void SetBatch (Bool_t batch=kTRUE)
void SetRetained (Bool_t retained=kTRUE)
void SetTitle (const char *title="")
virtual void ToggleEventStatus ()
virtual void ToggleAutoExec ()
virtual void Update ()

Signals

void SelectedPadChanged (TPad *)
 signal which will be emitted when root selected pad is changed via clicking the mid-mouse button (M.
void PadClicked (TPad *)
 signal emitted when mouse clicks on pad
void PadDoubleClicked (TPad *)
 signal emitted when user produce left mouse doubleclick on pad

Public Member Functions

 TQRootCanvas (QWidget *parent=0, const char *name=0, TCanvas *c=0)
 TQRootCanvas (QWidget *parent=0, QWidget *tabWin=0, const char *name=0, TCanvas *c=0)
virtual ~TQRootCanvas ()
TCanvas * getCanvas ()
int getRootWid ()
bool getCanvasOwner ()
QWidget * getParent ()
QWidget * getTabWin ()
void setResizeFlag (int level=1)
bool checkResizeFlag (int level=1)
TQCanvasMenugetContextMenu ()
void setMaskDoubleClick (bool on=true)

Protected Member Functions

virtual void performResize ()
virtual void dropEvent (QDropEvent *Event)
virtual void dragEnterEvent (QDragEnterEvent *e)
virtual bool eventFilter (QObject *, QEvent *)
virtual void mousePressEvent (QMouseEvent *e)
virtual void mouseReleaseEvent (QMouseEvent *e)
virtual void resizeEvent (QResizeEvent *e)
virtual void paintEvent (QPaintEvent *e)
virtual void mouseDoubleClickEvent (QMouseEvent *e)
virtual void mouseMoveEvent (QMouseEvent *e)
virtual void leaveEvent (QEvent *e)
virtual void closeEvent (QCloseEvent *e)

Protected Attributes

TQCanvasMenufContextMenu
TCanvas * fCanvas
Int_t wid
bool isCanvasOwned
QWidget * fParent
QWidget * fTabWin

Private Attributes

int fResizeFlag
bool fMaskDoubleClick

Detailed Description

This canvas uses Qt eventloop to handle user input Graphic Qt Widget based Canvas.

Authors:
Denis Bertini <d.bertini@gsi.de>
Version:
2.0

Definition at line 42 of file tqrootcanvas.h.


Constructor & Destructor Documentation

TQRootCanvas::TQRootCanvas QWidget *  parent = 0,
const char *  name = 0,
TCanvas *  c = 0
 

Definition at line 36 of file tqrootcanvas.cpp.

References fCanvas, fContextMenu, fParent, isCanvasOwned, TRUE, and wid.

TQRootCanvas::TQRootCanvas QWidget *  parent = 0,
QWidget *  tabWin = 0,
const char *  name = 0,
TCanvas *  c = 0
 

Definition at line 75 of file tqrootcanvas.cpp.

References fCanvas, fContextMenu, fParent, fTabWin, isCanvasOwned, TRUE, and wid.

TQRootCanvas::~TQRootCanvas  )  [virtual]
 

Definition at line 116 of file tqrootcanvas.cpp.

References fCanvas, fContextMenu, and isCanvasOwned.


Member Function Documentation

TCanvas* TQRootCanvas::getCanvas  )  [inline]
 

Definition at line 50 of file tqrootcanvas.h.

References fCanvas.

Referenced by TQCanvasImp::build().

int TQRootCanvas::getRootWid  )  [inline]
 

Definition at line 51 of file tqrootcanvas.h.

References wid.

Referenced by TQCanvasImp::InitWindow().

bool TQRootCanvas::getCanvasOwner  )  [inline]
 

Definition at line 52 of file tqrootcanvas.h.

References isCanvasOwned.

QWidget* TQRootCanvas::getParent  )  [inline]
 

Definition at line 53 of file tqrootcanvas.h.

References fParent.

QWidget* TQRootCanvas::getTabWin  )  [inline]
 

Definition at line 54 of file tqrootcanvas.h.

References fTabWin.

void TQRootCanvas::setResizeFlag int  level = 1  ) 
 

Definition at line 128 of file tqrootcanvas.cpp.

References fResizeFlag.

Referenced by eventFilter(), and resizeEvent().

bool TQRootCanvas::checkResizeFlag int  level = 1  ) 
 

Definition at line 133 of file tqrootcanvas.cpp.

References fResizeFlag, and performResize().

Referenced by eventFilter(), and paintEvent().

TQCanvasMenu* TQRootCanvas::getContextMenu  )  [inline]
 

Definition at line 57 of file tqrootcanvas.h.

References fContextMenu.

void TQRootCanvas::setMaskDoubleClick bool  on = true  )  [inline]
 

Definition at line 58 of file tqrootcanvas.h.

References fMaskDoubleClick.

void TQRootCanvas::SelectedPadChanged TPad *   )  [signal]
 

signal which will be emitted when root selected pad is changed via clicking the mid-mouse button (M.

al-Turany)

Referenced by mousePressEvent().

void TQRootCanvas::PadClicked TPad *   )  [signal]
 

signal emitted when mouse clicks on pad

Referenced by mousePressEvent().

void TQRootCanvas::PadDoubleClicked TPad *   )  [signal]
 

signal emitted when user produce left mouse doubleclick on pad

Referenced by mouseDoubleClickEvent().

void TQRootCanvas::cd Int_t  subpadnumber = 0  )  [slot]
 

Definition at line 377 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Browse TBrowser *  b  )  [virtual, slot]
 

Definition at line 382 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Clear Option_t *  option = ""  )  [slot]
 

Definition at line 387 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Close Option_t *  option = ""  )  [slot]
 

Definition at line 391 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Draw Option_t *  option = ""  )  [virtual, slot]
 

Definition at line 395 of file tqrootcanvas.cpp.

References fCanvas.

TObject * TQRootCanvas::DrawClone Option_t *  option = ""  )  [virtual, slot]
 

Definition at line 399 of file tqrootcanvas.cpp.

References fCanvas.

TObject * TQRootCanvas::DrawClonePad  )  [virtual, slot]
 

Definition at line 403 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::EditorBar  )  [virtual, slot]
 

Definition at line 407 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::EnterLeave TPad *  prevSelPad,
TObject *  prevSelObj
[slot]
 

Definition at line 411 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::FeedbackMode Bool_t  set  )  [slot]
 

Definition at line 415 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Flush  )  [slot]
 

Definition at line 419 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::UseCurrentStyle  )  [slot]
 

Definition at line 423 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::ForceUpdate  )  [slot]
 

Definition at line 427 of file tqrootcanvas.cpp.

References fCanvas.

const char * TQRootCanvas::GetDISPLAY  )  [slot]
 

Definition at line 431 of file tqrootcanvas.cpp.

References fCanvas.

TContextMenu * TQRootCanvas::GetContextMenu  )  [slot]
 

Definition at line 435 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetDoubleBuffer  )  [slot]
 

Definition at line 439 of file tqrootcanvas.cpp.

References fCanvas.

TControlBar * TQRootCanvas::GetEditorBar  )  [slot]
 

Definition at line 443 of file tqrootcanvas.cpp.

Int_t TQRootCanvas::GetEvent  )  [slot]
 

Definition at line 448 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetEventX  )  [slot]
 

Definition at line 452 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetEventY  )  [slot]
 

Definition at line 456 of file tqrootcanvas.cpp.

References fCanvas.

Color_t TQRootCanvas::GetHighLightColor  )  [slot]
 

Definition at line 460 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::GetPadDivision Int_t  xdivision = 1,
Int_t  ydivision = 1
[virtual, slot]
 

Definition at line 464 of file tqrootcanvas.cpp.

TVirtualPad * TQRootCanvas::GetPadSave  )  [slot]
 

Definition at line 470 of file tqrootcanvas.cpp.

References fCanvas.

TObject * TQRootCanvas::GetSelected  )  [slot]
 

Definition at line 474 of file tqrootcanvas.cpp.

References fCanvas.

Option_t * TQRootCanvas::GetSelectedOpt  )  [slot]
 

Definition at line 478 of file tqrootcanvas.cpp.

References fCanvas.

TVirtualPad * TQRootCanvas::GetSelectedPad  )  [slot]
 

Definition at line 482 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::GetShowEventStatus  )  [slot]
 

Definition at line 486 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::GetAutoExec  )  [slot]
 

Definition at line 490 of file tqrootcanvas.cpp.

References fCanvas.

Size_t TQRootCanvas::GetXsizeUser  )  [slot]
 

Definition at line 494 of file tqrootcanvas.cpp.

References fCanvas.

Size_t TQRootCanvas::GetYsizeUser  )  [slot]
 

Definition at line 498 of file tqrootcanvas.cpp.

References fCanvas.

Size_t TQRootCanvas::GetXsizeReal  )  [slot]
 

Definition at line 502 of file tqrootcanvas.cpp.

References fCanvas.

Size_t TQRootCanvas::GetYsizeReal  )  [slot]
 

Definition at line 506 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetCanvasID  )  [slot]
 

Definition at line 510 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetWindowTopX  )  [slot]
 

Definition at line 515 of file tqrootcanvas.cpp.

References fCanvas.

Int_t TQRootCanvas::GetWindowTopY  )  [slot]
 

Definition at line 519 of file tqrootcanvas.cpp.

References fCanvas.

UInt_t TQRootCanvas::GetWindowWidth  )  [slot]
 

Definition at line 523 of file tqrootcanvas.cpp.

References fCanvas.

UInt_t TQRootCanvas::GetWindowHeight  )  [slot]
 

Definition at line 527 of file tqrootcanvas.cpp.

References fCanvas.

UInt_t TQRootCanvas::GetWw  )  [slot]
 

Definition at line 531 of file tqrootcanvas.cpp.

References fCanvas.

UInt_t TQRootCanvas::GetWh  )  [slot]
 

Definition at line 535 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::GetCanvasPar Int_t &  wtopx,
Int_t &  wtopy,
UInt_t &  ww,
UInt_t &  wh
[virtual, slot]
 

Definition at line 539 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::HandleInput EEventType  button,
Int_t  x,
Int_t  y
[virtual, slot]
 

Definition at line 543 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::HasMenuBar  )  [slot]
 

Definition at line 547 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Iconify  )  [slot]
 

Definition at line 551 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::IsBatch  )  [slot]
 

Definition at line 555 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::IsRetained  )  [slot]
 

Definition at line 559 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::ls Option_t *  option = ""  )  [virtual, slot]
 

Definition at line 563 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::MoveOpaque Int_t  set = 1  )  [slot]
 

Definition at line 567 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::OpaqueMoving  )  [slot]
 

Definition at line 571 of file tqrootcanvas.cpp.

References fCanvas.

Bool_t TQRootCanvas::OpaqueResizing  )  [slot]
 

Definition at line 575 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Paint Option_t *  option = ""  )  [virtual, slot]
 

Definition at line 579 of file tqrootcanvas.cpp.

References fCanvas.

TPad * TQRootCanvas::Pick Int_t  px,
Int_t  py,
TObjLink *&  pickobj
[virtual, slot]
 

Definition at line 583 of file tqrootcanvas.cpp.

References fCanvas.

Referenced by QGo4RootCanvas::dropEvent().

TPad * TQRootCanvas::Pick Int_t  px,
Int_t  py,
TObject *  prevSelObj
[virtual, slot]
 

Definition at line 587 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Resize Option_t *  option = ""  )  [virtual, slot]
 

Definition at line 591 of file tqrootcanvas.cpp.

References fCanvas.

Referenced by performResize(), and QGo4RootCanvas::QGo4RootCanvas().

void TQRootCanvas::ResizeOpaque Int_t  set = 1  )  [slot]
 

Definition at line 595 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SaveSource const char *  filename = "",
Option_t *  option = ""
[slot]
 

Definition at line 599 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetCursor ECursor  cursor  )  [virtual, slot]
 

Definition at line 603 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetDoubleBuffer Int_t  mode = 1  )  [virtual, slot]
 

Definition at line 607 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetWindowPosition Int_t  x,
Int_t  y
[slot]
 

Definition at line 611 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetWindowSize UInt_t  ww,
UInt_t  wh
[slot]
 

Definition at line 615 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetCanvasSize UInt_t  ww,
UInt_t  wh
[slot]
 

Definition at line 619 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetHighLightColor Color_t  col  )  [slot]
 

Definition at line 623 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetSelected TObject *  obj  )  [slot]
 

Definition at line 627 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetSelectedPad TPad *  pad  )  [slot]
 

Definition at line 631 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Show  )  [slot]
 

Definition at line 635 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Size Float_t  xsizeuser = 0,
Float_t  ysizeuser = 0
[virtual, slot]
 

Definition at line 639 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetBatch Bool_t  batch = kTRUE  )  [slot]
 

Definition at line 643 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetRetained Bool_t  retained = kTRUE  )  [slot]
 

Definition at line 647 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::SetTitle const char *  title = ""  )  [slot]
 

Definition at line 651 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::ToggleEventStatus  )  [virtual, slot]
 

Definition at line 655 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::ToggleAutoExec  )  [virtual, slot]
 

Definition at line 659 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::Update  )  [virtual, slot]
 

Definition at line 663 of file tqrootcanvas.cpp.

References fCanvas.

Referenced by performResize(), and QGo4RootCanvas::QGo4RootCanvas().

void TQRootCanvas::performResize  )  [protected, virtual]
 

Reimplemented in QGo4RootCanvas.

Definition at line 142 of file tqrootcanvas.cpp.

References fResizeFlag, Resize(), and Update().

Referenced by checkResizeFlag(), and QGo4RootCanvas::performResize().

void TQRootCanvas::dropEvent QDropEvent *  Event  )  [protected, virtual]
 

Reimplemented in QGo4RootCanvas.

Definition at line 353 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::dragEnterEvent QDragEnterEvent *  e  )  [protected, virtual]
 

Reimplemented in QGo4RootCanvas.

Definition at line 346 of file tqrootcanvas.cpp.

bool TQRootCanvas::eventFilter QObject *  ,
QEvent * 
[protected, virtual]
 

Definition at line 279 of file tqrootcanvas.cpp.

References checkResizeFlag(), FALSE, fCanvas, isCanvasOwned, and setResizeFlag().

void TQRootCanvas::mousePressEvent QMouseEvent *  e  )  [protected, virtual]
 

Definition at line 161 of file tqrootcanvas.cpp.

References fCanvas, fContextMenu, PadClicked(), TQCanvasMenu::popup(), and SelectedPadChanged().

void TQRootCanvas::mouseReleaseEvent QMouseEvent *  e  )  [protected, virtual]
 

Definition at line 207 of file tqrootcanvas.cpp.

References fCanvas.

void TQRootCanvas::resizeEvent QResizeEvent *  e  )  [protected, virtual]
 

Definition at line 255 of file tqrootcanvas.cpp.

References setResizeFlag().

void TQRootCanvas::paintEvent QPaintEvent *  e  )  [protected, virtual]
 

Definition at line 261 of file tqrootcanvas.cpp.

References checkResizeFlag(), and fCanvas.

void TQRootCanvas::mouseDoubleClickEvent QMouseEvent *  e  )  [protected, virtual]
 

Definition at line 227 of file tqrootcanvas.cpp.

References fCanvas, fMaskDoubleClick, and PadDoubleClicked().

void TQRootCanvas::mouseMoveEvent QMouseEvent *  e  )  [protected, virtual]
 

Reimplemented in QGo4RootCanvas.

Definition at line 149 of file tqrootcanvas.cpp.

References fCanvas.

Referenced by QGo4RootCanvas::mouseMoveEvent().

void TQRootCanvas::leaveEvent QEvent *  e  )  [protected, virtual]
 

Reimplemented in QGo4RootCanvas.

Definition at line 272 of file tqrootcanvas.cpp.

References fCanvas.

Referenced by QGo4RootCanvas::leaveEvent().

void TQRootCanvas::closeEvent QCloseEvent *  e  )  [protected, virtual]
 

Definition at line 668 of file tqrootcanvas.cpp.

References fCanvas, and isCanvasOwned.


Member Data Documentation

TQCanvasMenu* TQRootCanvas::fContextMenu [protected]
 

Definition at line 159 of file tqrootcanvas.h.

Referenced by getContextMenu(), mousePressEvent(), TQRootCanvas(), and ~TQRootCanvas().

TCanvas* TQRootCanvas::fCanvas [protected]
 

Definition at line 160 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(), QGo4RootCanvas::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().

Int_t TQRootCanvas::wid [protected]
 

Definition at line 161 of file tqrootcanvas.h.

Referenced by getRootWid(), and TQRootCanvas().

bool TQRootCanvas::isCanvasOwned [protected]
 

Definition at line 162 of file tqrootcanvas.h.

Referenced by closeEvent(), eventFilter(), getCanvasOwner(), TQRootCanvas(), and ~TQRootCanvas().

QWidget* TQRootCanvas::fParent [protected]
 

Definition at line 163 of file tqrootcanvas.h.

Referenced by getParent(), and TQRootCanvas().

QWidget* TQRootCanvas::fTabWin [protected]
 

Definition at line 164 of file tqrootcanvas.h.

Referenced by getTabWin(), and TQRootCanvas().

int TQRootCanvas::fResizeFlag [private]
 

Definition at line 166 of file tqrootcanvas.h.

Referenced by checkResizeFlag(), performResize(), and setResizeFlag().

bool TQRootCanvas::fMaskDoubleClick [private]
 

Definition at line 167 of file tqrootcanvas.h.

Referenced by mouseDoubleClickEvent(), and setMaskDoubleClick().


The documentation for this class was generated from the following files:
Generated on Fri Nov 28 13:01:25 2008 for Go4-v3.04-1 by  doxygen 1.4.2