marble
#include <ScreenGraphicsItem_p.h>

Public Member Functions | |
| ScreenGraphicsItemPrivate (ScreenGraphicsItem *screenGraphicsItem, MarbleGraphicsItem *parent) | |
| virtual | ~ScreenGraphicsItemPrivate () |
| QList< QPointF > | absolutePositions () const |
| bool | isMovable () const |
| QList< QPointF > | positions () const |
| QPointF | positivePosition () const |
| void | setProjection (const ViewportParams *viewport) |
Public Member Functions inherited from Marble::MarbleGraphicsItemPrivate | |
| MarbleGraphicsItemPrivate (MarbleGraphicsItem *marbleGraphicsItem, MarbleGraphicsItem *parent=0) | |
| virtual | ~MarbleGraphicsItemPrivate () |
| void | addChild (MarbleGraphicsItem *child) |
| QList< QRectF > | boundingRects () const |
| void | removeChild (MarbleGraphicsItem *child) |
| void | updateChildPositions () |
Public Attributes | |
| ScreenGraphicsItem::GraphicsItemFlags | m_flags |
| QPoint | m_floatItemMoveStartPos |
| bool | m_floatItemMoving |
| QPointF | m_position |
| QSizeF | m_viewportSize |
Public Attributes inherited from Marble::MarbleGraphicsItemPrivate | |
| MarbleGraphicsItem::CacheMode | m_cacheMode |
| QSet< MarbleGraphicsItem * > | m_children |
| AbstractMarbleGraphicsLayout * | m_layout |
| MarbleGraphicsItem *const | m_marbleGraphicsItem |
| MarbleGraphicsItem *const | m_parent |
| QPixmap | m_pixmap |
| bool | m_repaintNeeded |
| QSizeF | m_size |
| bool | m_visibility |
Detailed Description
Definition at line 24 of file ScreenGraphicsItem_p.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 27 of file ScreenGraphicsItem_p.h.
|
inlinevirtual |
Definition at line 37 of file ScreenGraphicsItem_p.h.
Member Function Documentation
Implements Marble::MarbleGraphicsItemPrivate.
Definition at line 66 of file ScreenGraphicsItem_p.h.
|
inline |
Definition at line 100 of file ScreenGraphicsItem_p.h.
Implements Marble::MarbleGraphicsItemPrivate.
Definition at line 41 of file ScreenGraphicsItem_p.h.
|
inline |
Definition at line 49 of file ScreenGraphicsItem_p.h.
|
inlinevirtual |
Implements Marble::MarbleGraphicsItemPrivate.
Definition at line 91 of file ScreenGraphicsItem_p.h.
Member Data Documentation
| ScreenGraphicsItem::GraphicsItemFlags Marble::ScreenGraphicsItemPrivate::m_flags |
Definition at line 112 of file ScreenGraphicsItem_p.h.
| QPoint Marble::ScreenGraphicsItemPrivate::m_floatItemMoveStartPos |
Definition at line 109 of file ScreenGraphicsItem_p.h.
| bool Marble::ScreenGraphicsItemPrivate::m_floatItemMoving |
Definition at line 110 of file ScreenGraphicsItem_p.h.
| QPointF Marble::ScreenGraphicsItemPrivate::m_position |
Definition at line 105 of file ScreenGraphicsItem_p.h.
| QSizeF Marble::ScreenGraphicsItemPrivate::m_viewportSize |
Definition at line 107 of file ScreenGraphicsItem_p.h.
The documentation for this class was generated from the following file:
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.
KDE API Reference
Public Member Functions inherited from