|
libosmscout 1.1.1
|
#include <libosmscout-client-qt/include/osmscoutclientqt/InputHandler.h>


Public Member Functions | |
| DragHandler (const MapView &view) | |
| ~DragHandler () override=default | |
| bool | animationInProgress () override |
| bool | zoom (double zoomFactor, const QPoint &widgetPosition, const QRect &widgetDimension) override |
| bool | move (const QVector2D &vector) override |
| bool | rotateBy (double angleChange) override |
| bool | touch (const QTouchEvent &event) override |
| Public Member Functions inherited from osmscout::MoveHandler | |
| MoveHandler (const MapView &view) | |
| ~MoveHandler () override=default | |
| bool | animationInProgress () override |
| bool | moveNow (const QVector2D &vector) |
| bool | zoom (double zoomFactor, const QPoint &widgetPosition, const QRect &widgetDimension) override |
| bool | move (const QVector2D &vector) override |
| bool | rotateTo (double angle) override |
| bool | rotateBy (double angleChange) override |
| bool | touch (const QTouchEvent &event) override |
| Public Member Functions inherited from osmscout::InputHandler | |
| InputHandler (const MapView &view) | |
| ~InputHandler () override=default | |
| virtual void | painted () |
| virtual bool | showCoordinates (const osmscout::GeoCoord &coord, const osmscout::Magnification &magnification, const osmscout::Bearing &bearing) |
| virtual bool | currentPosition (bool locationValid, osmscout::GeoCoord currentPosition) |
| virtual bool | vehiclePosition (const VehiclePosition &vehiclePosition, bool autoRotateMap) |
| virtual bool | isLockedToPosition () |
| virtual bool | isFollowVehicle () |
| virtual bool | focusOutEvent (QFocusEvent *event) |
| virtual void | widgetResized (const QSizeF &widgetSize) |
Additional Inherited Members | |
| Signals inherited from osmscout::InputHandler | |
| void | viewChanged (const MapView &view) |
| Protected Attributes inherited from osmscout::InputHandler | |
| MapView | view |
InputHandler with support of dragg gesture.
|
explicit |
|
overridedefault |
|
overridevirtual |
Reimplemented from osmscout::InputHandler.
|
overridevirtual |
Reimplemented from osmscout::InputHandler.
|
overridevirtual |
Reimplemented from osmscout::InputHandler.
|
overridevirtual |
Reimplemented from osmscout::InputHandler.
|
overridevirtual |
Reimplemented from osmscout::InputHandler.