AbstractDataPluginItem Class Reference
from PyKDE4.marble import *
Inherits: QObject
Namespace: Marble
Detailed Description
- Abstract class:
- This class can be used as a base class for new classes, but can not be instantiated directly.
Signal Documentation
- Signal syntax:
- QObject.connect(source, SIGNAL("updated()"), target_slot)
 
Method Documentation
| __init__ | ( | self, |  | 
|  |  | QObject | parent=0 | 
|  | ) |  |  |  | 
 
 
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Returns the action of this specific item.
 
- Abstract method:
- This method is abstract and can be overridden but not called directly.
 
| float addedAngularResolution | ( |  | self ) |  | 
 
Returning the angular resolution of the viewport when the item was added to it the last
time.
 
| bool initialized | ( |  | self ) |  | 
 
- Abstract method:
- This method is abstract and can be overridden but not called directly.
 
| bool isGeoProjected | ( |  | self ) |  | 
 
 
- Abstract method:
- This method is abstract and can be overridden but not called directly.
Returns the type of this specific item.
 
| setAddedAngularResolution | ( | self, |  | 
|  |  | float | resolution | 
|  | ) |  |  |  | 
 
 
Set the settings of the item.
This is usually called automatically before painting. If you reimplement this it would be
useful to check for changes before copying.