marble
Marble::ScreenOverlayGraphicsItem Class Reference
#include <ScreenOverlayGraphicsItem.h>
Inheritance diagram for Marble::ScreenOverlayGraphicsItem:
Protected Member Functions | |
virtual void | paint (QPainter *painter) |
Protected Member Functions inherited from Marble::ScreenGraphicsItem | |
ScreenGraphicsItem (ScreenGraphicsItemPrivate *d_ptr) | |
virtual bool | eventFilter (QObject *, QEvent *) |
Protected Member Functions inherited from Marble::MarbleGraphicsItem | |
MarbleGraphicsItem (MarbleGraphicsItemPrivate *d_ptr) | |
void | update () |
Additional Inherited Members | |
Public Types inherited from Marble::ScreenGraphicsItem | |
enum | GraphicsItemFlag { ItemIsMovable = 0x1, ItemIsHideable = 0x2 } |
Public Types inherited from Marble::MarbleGraphicsItem | |
enum | CacheMode { NoCache, ItemCoordinateCache, DeviceCoordinateCache } |
Protected Attributes inherited from Marble::MarbleGraphicsItem | |
MarbleGraphicsItemPrivate *const | d |
Detailed Description
Definition at line 25 of file ScreenOverlayGraphicsItem.h.
Constructor & Destructor Documentation
|
explicit |
- Todo:
- : take the possible size values into account according to kml spec
Definition at line 18 of file ScreenOverlayGraphicsItem.cpp.
Member Function Documentation
|
protectedvirtual |
Paints the item in item coordinates.
This has to be reimplemented by the subclass This function will be called by paintEvent().
Reimplemented from Marble::MarbleGraphicsItem.
Definition at line 66 of file ScreenOverlayGraphicsItem.cpp.
const GeoDataScreenOverlay * Marble::ScreenOverlayGraphicsItem::screenOverlay | ( | ) | const |
Definition at line 29 of file ScreenOverlayGraphicsItem.cpp.
|
virtual |
- Todo:
- : take overlayXY into account
Reimplemented from Marble::MarbleGraphicsItem.
Definition at line 34 of file ScreenOverlayGraphicsItem.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.