marble
#include <AutoNavigation.h>
Public Types | |
enum | CenterMode { DontRecenter = 0, AlwaysRecenter = 1, RecenterOnBorder = 2 } |
Public Slots | |
void | adjust (const GeoDataCoordinates &position, qreal speed) |
void | inhibitAutoAdjustments () |
Signals | |
void | autoZoomToggled (bool enabled) |
void | centerOn (const GeoDataCoordinates &position, bool animated) |
void | recenterModeChanged (AutoNavigation::CenterMode mode) |
void | zoomIn (FlyToMode) |
void | zoomOut (FlyToMode) |
Public Member Functions | |
AutoNavigation (MarbleModel *model, const ViewportParams *viewport, QObject *parent=0) | |
~AutoNavigation () | |
bool | autoZoom () const |
AutoNavigation::CenterMode | recenterMode () const |
void | setAutoZoom (bool activate) |
void | setRecenter (CenterMode recenterMode) |
Detailed Description
Definition at line 27 of file AutoNavigation.h.
Member Enumeration Documentation
An enum type Represents which recentering method is selected.
Enumerator | |
---|---|
DontRecenter | |
AlwaysRecenter |
Enum Value AlwaysRecenter. Recenter always to the map center |
RecenterOnBorder |
Enum Value RecenterOnBorder. Recenter when reaching map border |
Definition at line 47 of file AutoNavigation.h.
Constructor & Destructor Documentation
|
explicit |
Constructor.
- Parameters
-
widget the marble widget. It cannot be null. parent optional parent object
Definition at line 318 of file AutoNavigation.cpp.
Marble::AutoNavigation::~AutoNavigation | ( | ) |
Destructor.
Definition at line 326 of file AutoNavigation.cpp.
Member Function Documentation
|
slot |
For adjusting the gps location (recentering) or map(autozooming)
- Parameters
-
position current gps location speed of the gps device
Definition at line 331 of file AutoNavigation.cpp.
bool Marble::AutoNavigation::autoZoom | ( | ) | const |
Definition at line 386 of file AutoNavigation.cpp.
|
signal |
signal emitted when auto zoom is toggled
|
signal |
|
slot |
Temporarily inhibits auto-centering and auto-zooming.
Definition at line 374 of file AutoNavigation.cpp.
AutoNavigation::CenterMode Marble::AutoNavigation::recenterMode | ( | ) | const |
Definition at line 381 of file AutoNavigation.cpp.
|
signal |
signal emitted when auto center is turned on (Always re-center, re-center when required ) or off(Disabled)
- Parameters
-
recenterMode the mode for re-centering selected
void Marble::AutoNavigation::setAutoZoom | ( | bool | activate | ) |
For Auto Zooming adjustment of map in Navigation Mode.
- Parameters
-
activate true to enable auto zooming
Definition at line 362 of file AutoNavigation.cpp.
void Marble::AutoNavigation::setRecenter | ( | CenterMode | recenterMode | ) |
For Auto Centering adjustment of map in Navigation Mode.
- Parameters
-
recenterMode toggles among the recenteing method chosen
- See also
- CenterMode
Definition at line 368 of file AutoNavigation.cpp.
|
signal |
|
signal |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.