MapViewWidget Class Reference
from PyKDE4.marble import *
Inherits: QWidget → QObject
Namespace: Marble
Detailed Description
Signal Documentation
celestialBodyChanged |
( |
QString |
a0 |
|
) |
|
|
|
- Signal syntax:
QObject.connect(source, SIGNAL("celestialBodyChanged(const QString&)"), target_slot)
mapThemeIdChanged |
( |
QString |
a0 |
|
) |
|
|
|
- Signal syntax:
QObject.connect(source, SIGNAL("mapThemeIdChanged(const QString&)"), target_slot)
- Signal syntax:
QObject.connect(source, SIGNAL("projectionChanged(Marble::Projection)"), target_slot)
- Signal syntax:
QObject.connect(source, SIGNAL("showMapWizard()"), target_slot)
- Signal syntax:
QObject.connect(source, SIGNAL("showUploadDialog()"), target_slot)
Method Documentation
setMapThemeId |
( |
self, |
|
|
|
QString |
a0 |
|
) |
|
|
|
Set a MarbleWidget associated to this widget.
- Parameters:
-
| widget | the MarbleWidget to be set.
|