![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
a QGraphicsView with additional support for mouse and gesture events. re-implements a couple of event handling routines.
Definition at line 23 of file baseview.h.
#include <baseview.h>
Inherits QGraphicsView.
Public Member Functions | |
GraphicsView (BaseView *view) | |
default constructor More... | |
Protected Member Functions | |
bool | event (QEvent *) override |
void | mousePressEvent (QMouseEvent *event) override |
void | wheelEvent (QWheelEvent *) override |
void | keyPressEvent (QKeyEvent *) override |
bool | gestureEvent (QGestureEvent *) |
void | mouseMoveEvent (QMouseEvent *event) |
Protected Attributes | |
BaseView * | view |
parent widget More... | |
int | rot0 |
initial rotation angle More... | |
GraphicsView::GraphicsView | ( | BaseView * | view | ) |
|
overrideprotected |
Definition at line 42 of file baseview.cpp.
|
protected |
Definition at line 115 of file baseview.cpp.
|
overrideprotected |
Definition at line 90 of file baseview.cpp.
|
protected |
Definition at line 68 of file baseview.cpp.
|
overrideprotected |
Definition at line 63 of file baseview.cpp.
|
overrideprotected |
Definition at line 74 of file baseview.cpp.
|
protected |
initial rotation angle
Definition at line 44 of file baseview.h.
|
protected |
parent widget
Definition at line 42 of file baseview.h.