GeoDataLineStyle Class Reference
from PyKDE4.marble import *
Inherits: Marble.GeoDataColorStyle → Marble.GeoDataObject → Marble.GeoNode
Namespace: Marble
Detailed Description
specifies the style how lines are drawn
A GeoDataLineStyle specifies how the name of a GeoDataFeature is drawn in the viewer. A custom color, color mode (both inherited from GeoDataColorStyle) and width for the width of the line.
Methods | |
__init__ (self) | |
__init__ (self, Marble.GeoDataLineStyle other) | |
__init__ (self, QColor color) | |
QString | nodeType (self) |
pack (self, QDataStream stream) | |
setWidth (self, float width) | |
unpack (self, QDataStream stream) | |
float | width (self) |
Method Documentation
__init__ | ( | self ) |
__init__ | ( | self, | ||
Marble.GeoDataLineStyle | other | |||
) |
__init__ | ( | self, | ||
QColor | color | |||
) |
Construct a new GeoDataLineStyle
- Parameters: