PositionProviderPlugin Class Reference
from PyKDE4.marble import *
Inherits: QObject,Marble.PositionProviderPluginInterface → Marble.PluginInterface
Namespace: Marble
Detailed Description
The abstract class that provides position information.
Signal Documentation
- Signal syntax:
QObject.connect(source, SIGNAL("positionChanged(Marble::GeoDataCoordinates, Marble::GeoDataAccuracy)"), target_slot)
- Signal syntax:
QObject.connect(source, SIGNAL("statusChanged(Marble::PositionProviderStatus)"), target_slot)
Method Documentation
QString guiString |
( |
|
self ) |
|
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Returns the string that should appear in the user interface.
Example: "GPS"
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Create a new PositionProvider Plugin and return it.
Has to be defined in concrete position provider plugin classes.