marble
ScreenGraphicsItem.cpp
Go to the documentation of this file.
ScreenGraphicsItem(MarbleGraphicsItem *parent=0)
Definition: ScreenGraphicsItem.cpp:25
bool m_floatItemMoving
Definition: ScreenGraphicsItem_p.h:110
Type type() const
QRect toRect() const
void setCursor(const QCursor &)
QList< QPointF > absolutePositions() const
Return the absolute position of the ScreenGraphicsItem.
Definition: ScreenGraphicsItem.cpp:54
virtual ~ScreenGraphicsItem()
Definition: ScreenGraphicsItem.cpp:35
QPoint m_floatItemMoveStartPos
Definition: ScreenGraphicsItem_p.h:109
void setAttribute(Qt::WidgetAttribute attribute, bool on)
void update()
int x() const
int y() const
ScreenGraphicsItem::GraphicsItemFlags m_flags
Definition: ScreenGraphicsItem_p.h:112
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
GraphicsItemFlags flags() const
Returns the flags of the item.
Definition: ScreenGraphicsItem.cpp:59
width
QPointF positivePosition() const
Definition: ScreenGraphicsItem_p.h:49
bool contains(const QPointF &point) const
Returns true if the Item contains point in parent coordinates.
Definition: MarbleGraphicsItem.cpp:110
qreal x() const
qreal y() const
bool mapCoversViewport() const
Definition: ViewportParams.cpp:398
QPointF positivePosition() const
Return the positive position of the ScreenGraphicsItem.
Definition: ScreenGraphicsItem.cpp:49
void setFlags(GraphicsItemFlags flags)
Sets the flags to flags.
Definition: ScreenGraphicsItem.cpp:64
virtual bool eventFilter(QObject *, QEvent *)
Definition: ScreenGraphicsItem.cpp:69
QPointF m_position
Definition: ScreenGraphicsItem_p.h:105
void setPosition(const QPointF &position)
Set the position of the ScreenGraphicsItem.
Definition: ScreenGraphicsItem.cpp:44
QPointF position() const
Return the position of the ScreenGraphicsItem.
Definition: ScreenGraphicsItem.cpp:39
This file contains the headers for MarbleWidget.
qreal height() const
virtual bool eventFilter(QObject *object, QEvent *e)
Definition: MarbleGraphicsItem.cpp:225
QList< QPointF > absolutePositions() const
Definition: ScreenGraphicsItem_p.h:66
QRegion united(const QRegion &r) const
qreal width() const
height
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.