marble
Marble::WidgetGraphicsItem Class Reference
#include <WidgetGraphicsItem.h>
Inheritance diagram for Marble::WidgetGraphicsItem:
Protected Member Functions | |
virtual bool | eventFilter (QObject *, QEvent *) |
virtual void | paint (QPainter *painter) |
Protected Member Functions inherited from Marble::ScreenGraphicsItem | |
ScreenGraphicsItem (ScreenGraphicsItemPrivate *d_ptr) | |
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 28 of file WidgetGraphicsItem.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file WidgetGraphicsItem.cpp.
|
virtual |
Definition at line 44 of file WidgetGraphicsItem.cpp.
Member Function Documentation
Reimplemented from Marble::ScreenGraphicsItem.
Definition at line 71 of file WidgetGraphicsItem.cpp.
|
protectedvirtual |
Paints the item in item coordinates.
Reimplemented from Marble::MarbleGraphicsItem.
Definition at line 62 of file WidgetGraphicsItem.cpp.
void WidgetGraphicsItem::setWidget | ( | QWidget * | widget | ) |
Definition at line 48 of file WidgetGraphicsItem.cpp.
QWidget * WidgetGraphicsItem::widget | ( | ) | const |
Definition at line 58 of file WidgetGraphicsItem.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:47 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:47 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.