marble
PositionSource Class Reference
#include <PositionSource.h>
Inheritance diagram for PositionSource:
Signals | |
void | activeChanged () |
void | hasPositionChanged () |
void | mapChanged () |
void | positionChanged () |
void | sourceChanged () |
void | speedChanged () |
Public Member Functions | |
PositionSource (QObject *parent=0) | |
bool | active () const |
bool | hasPosition () const |
MarbleWidget * | map () |
Coordinate * | position () |
void | setActive (bool active) |
void | setMap (MarbleWidget *map) |
void | setSource (const QString &source) |
QString | source () const |
qreal | speed () const |
Properties | |
bool | active |
bool | hasPosition |
MarbleWidget | map |
Coordinate | position |
QString | source |
qreal | speed |
Detailed Description
Definition at line 25 of file PositionSource.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 20 of file PositionSource.cpp.
Member Function Documentation
bool PositionSource::active | ( | ) | const |
|
signal |
bool PositionSource::hasPosition | ( | ) | const |
|
signal |
MarbleWidget* PositionSource::map | ( | ) |
|
signal |
Coordinate* PositionSource::position | ( | ) |
|
signal |
void PositionSource::setActive | ( | bool | active | ) |
Definition at line 35 of file PositionSource.cpp.
void PositionSource::setMap | ( | MarbleWidget * | map | ) |
Definition at line 109 of file PositionSource.cpp.
void PositionSource::setSource | ( | const QString & | source | ) |
Definition at line 60 of file PositionSource.cpp.
QString PositionSource::source | ( | ) | const |
|
signal |
qreal PositionSource::speed | ( | ) | const |
|
signal |
Property Documentation
|
readwrite |
Definition at line 30 of file PositionSource.h.
|
read |
Definition at line 32 of file PositionSource.h.
|
readwrite |
Definition at line 29 of file PositionSource.h.
|
read |
Definition at line 33 of file PositionSource.h.
|
readwrite |
Definition at line 31 of file PositionSource.h.
|
read |
Definition at line 34 of file PositionSource.h.
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
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.