#include <QGo4RootCanvas.h>
Inheritance diagram for QGo4RootCanvas:
Public Slots | |
void | setShowEventStatus (bool s) |
Signals | |
void | CanvasDropEvent (QDropEvent *, TPad *) |
void | CanvasStatusEvent (const char *) |
void | DoCanvasResize () |
void | CanvasLeaveEvent () |
Public Member Functions | |
QGo4RootCanvas (QWidget *parent=0, const char *name=0, TCanvas *c=0) | |
virtual | ~QGo4RootCanvas () |
bool | showEventStatus () const |
Protected Member Functions | |
virtual void | performResize () |
virtual void | dropEvent (QDropEvent *event) |
virtual void | dragEnterEvent (QDragEnterEvent *e) |
virtual void | mouseMoveEvent (QMouseEvent *e) |
virtual void | leaveEvent (QEvent *) |
Private Attributes | |
bool | fxShowEventStatus |
|
Definition at line 27 of file QGo4RootCanvas.cpp. References TQRootCanvas::Resize(), and TQRootCanvas::Update(). |
|
Definition at line 38 of file QGo4RootCanvas.cpp. |
|
Definition at line 47 of file QGo4RootCanvas.cpp. References fxShowEventStatus. |
|
Referenced by dropEvent(). |
|
Referenced by mouseMoveEvent(). |
|
Referenced by performResize(). |
|
Referenced by leaveEvent(). |
|
Definition at line 42 of file QGo4RootCanvas.cpp. References fxShowEventStatus. |
|
Reimplemented from TQRootCanvas. Definition at line 90 of file QGo4RootCanvas.cpp. References DoCanvasResize(), and TQRootCanvas::performResize(). |
|
Reimplemented from TQRootCanvas. Definition at line 80 of file QGo4RootCanvas.cpp. References CanvasDropEvent(), and TQRootCanvas::Pick(). |
|
Reimplemented from TQRootCanvas. Definition at line 74 of file QGo4RootCanvas.cpp. |
|
Reimplemented from TQRootCanvas. Definition at line 52 of file QGo4RootCanvas.cpp. References CanvasStatusEvent(), TQRootCanvas::fCanvas, fxShowEventStatus, and TQRootCanvas::mouseMoveEvent(). |
|
Reimplemented from TQRootCanvas. Definition at line 98 of file QGo4RootCanvas.cpp. References CanvasLeaveEvent(), and TQRootCanvas::leaveEvent(). |
|
Definition at line 54 of file QGo4RootCanvas.h. Referenced by mouseMoveEvent(), setShowEventStatus(), and showEventStatus(). |