KDE 4.9 PyKDE API Reference
  • KDE's Python API
  • Overview
  • PyKDE Home
  • Sitemap
  • Contact Us
 

RoutingRunner Class Reference

from PyKDE4.marble import *

Inherits: QObject
Namespace: Marble

Detailed Description


Signals

 routeCalculated (Marble.GeoDataDocument route)

Methods

 __init__ (self, QObject parent)
Marble.MarbleModel model (self)
 retrieveRoute (self, Marble.RouteRequest request)
 setModel (self, Marble.MarbleModel model)

Signal Documentation

routeCalculated ( Marble.GeoDataDocument  route
)

Route download/calculation is finished, result in the given route object. To be emitted by runners after a

See also:
retrieveRoute call.

Signal syntax:
QObject.connect(source, SIGNAL("routeCalculated(Marble::GeoDataDocument*)"), target_slot)

Method Documentation

__init__ (  self,
QObject  parent
)
Marble.MarbleModel model (   self )

Access to the currently used model, or null if no was set with

See also:
setModel

retrieveRoute (  self,
Marble.RouteRequest  request
)
Abstract method:
This method is abstract and can be overridden but not called directly.

Start a route download orw calculation. Called by MarbleRunnerManager, runners are expected to return the result via the routeCalculated signal. If implemented in a plugin, make sure to include Routing in the plugin capabilities, otherwise MarbleRunnerManager will ignore the plugin

setModel (  self,
Marble.MarbleModel  model
)

Stores a pointer to the currently used model

  • Full Index

Modules

  • akonadi
  • dnssd
  • kdecore
  • kdeui
  • khtml
  • kio
  • knewstuff
  • kparts
  • kutils
  • nepomuk
  • phonon
  • plasma
  • polkitqt
  • solid
  • soprano
This documentation is maintained by Simon Edwards.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal