#include <draw_overlay.hh>
Inherits Overlay.
Detailed Description
Definition at line 39 of file draw_overlay.hh.
Constructor & Destructor Documentation
initialization requires name
Member Function Documentation
virtual QMenu* GetMenu |
( |
| ) |
|
|
virtual |
return overlay specific pulldown menu
Reimplemented from Overlay.
virtual void OnMenuEvent |
( |
QAction * |
e | ) |
|
|
virtual |
virtual bool OnMouseEvent |
( |
QMouseEvent * |
e, |
|
|
DataViewerPanel * |
dvp, |
|
|
const QPoint & |
lastmouse |
|
) |
| |
|
virtual |
mouse event handler
if an overlay is active, it receives the mouse events. if it handles the event for itself, it should return true, otherwise false should be returned to give the data viewer a chance to handle the event for itself
Reimplemented from Overlay.
Field Documentation
The documentation for this class was generated from the following file: