BillboardGraphicsItem Class Reference
from PyKDE4.marble import *
Inherits: Marble.MarbleGraphicsItem
Namespace: Marble
Detailed Description
Base class for all 2D labels (a.k.a. billboards) in 3D space.
A BillboardGraphicsItem represents a point of interest on a planet with a geo location.
As a result, it may appear more than once on the map, depending on the projection and
the zoom level.
Method Documentation
[QRectF] boundingRects |
( |
|
self ) |
|
Returns the absolute screen bounding boxes of the item.
QRectF containsRect |
( |
self, |
|
|
|
QPointF |
point |
|
) |
|
|
|
Returns the rect of one representation of the object that is at the given position.
[QPointF] positions |
( |
|
self ) |
|
Returns the absolute screen positions of the item.
All elements indicate the position of the topleft corner in screen coordinates and are
based on the viewport of the last paintEvent(). Note that the result list may contain
an unbound number of elements, including zero, depending on the item's visibility,
the projection and zoom level.