marble
#include <Navigation.h>
Definition at line 16 of file Navigation.qml.
Navigation::Navigation |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
Navigation::~Navigation |
( |
| ) |
|
qreal Navigation::destinationDistance |
( |
| ) |
const |
void Navigation::destinationDistanceChanged |
( |
| ) |
|
|
signal |
bool Navigation::deviated |
( |
| ) |
const |
void Navigation::deviationChanged |
( |
| ) |
|
|
signal |
bool Navigation::guidanceModeEnabled |
( |
| ) |
const |
void Navigation::guidanceModeEnabledChanged |
( |
| ) |
|
|
signal |
void Navigation::mapChanged |
( |
| ) |
|
|
signal |
bool Navigation::muted |
( |
| ) |
const |
void Navigation::mutedChanged |
( |
bool |
arg | ) |
|
|
signal |
qreal Navigation::nextInstructionDistance |
( |
| ) |
const |
void Navigation::nextInstructionDistanceChanged |
( |
| ) |
|
|
signal |
QString Navigation::nextInstructionImage |
( |
| ) |
const |
void Navigation::nextInstructionImageChanged |
( |
| ) |
|
|
signal |
QString Navigation::nextInstructionText |
( |
| ) |
const |
void Navigation::nextInstructionTextChanged |
( |
| ) |
|
|
signal |
QString Navigation::nextRoad |
( |
| ) |
const |
void Navigation::nextRoadChanged |
( |
| ) |
|
|
signal |
void Navigation::setGuidanceModeEnabled |
( |
bool |
enabled | ) |
|
void Navigation::setMuted |
( |
bool |
enabled | ) |
|
void Navigation::setSoundEnabled |
( |
bool |
soundEnabled | ) |
|
void Navigation::setSpeaker |
( |
const QString & |
speaker | ) |
|
bool Navigation::soundEnabled |
( |
| ) |
const |
void Navigation::soundEnabledChanged |
( |
| ) |
|
|
signal |
QString Navigation::speaker |
( |
| ) |
const |
void Navigation::speakerChanged |
( |
| ) |
|
|
signal |
void Navigation::voiceAnnouncement |
( |
| ) |
|
QString Navigation::voiceNavigationAnnouncement |
( |
| ) |
const |
void Navigation::voiceNavigationAnnouncementChanged |
( |
| ) |
|
|
signal |
qreal Navigation::destinationDistance |
|
read |
bool Navigation::deviated |
|
read |
bool Navigation::guidanceModeEnabled |
|
readwrite |
qreal Navigation::nextInstructionDistance |
|
read |
QString Navigation::nextInstructionImage |
|
read |
QString Navigation::nextInstructionText |
|
read |
QString Navigation::nextRoad |
|
read |
bool Navigation::soundEnabled |
|
readwrite |
QString Navigation::speaker |
|
readwrite |
QString Navigation::voiceNavigationAnnouncement |
|
read |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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.