marble
WidgetGraphicsItem.cpp
Go to the documentation of this file.
68 d->m_widget->render( painter, QPoint( 0, 0 ), QRegion(), QWidget::RenderFlags( QWidget::DrawChildren) );
QSize boundedTo(const QSize &otherSize) const
Type type() const
void setWidget(QWidget *widget)
Definition: WidgetGraphicsItem.cpp:48
void setCursor(const QCursor &)
QList< QPointF > absolutePositions() const
Return the absolute position of the ScreenGraphicsItem.
Definition: ScreenGraphicsItem.cpp:54
virtual bool eventFilter(QObject *, QEvent *)
Definition: WidgetGraphicsItem.cpp:71
QWidget * childAt(int x, int y) const
typedef RenderFlags
virtual ~WidgetGraphicsItem()
Definition: WidgetGraphicsItem.cpp:44
A widget class that displays a view of the earth.
Definition: MarbleWidget.h:104
size
minimumSize
~WidgetGraphicsItemPrivate()
Definition: WidgetGraphicsItem.cpp:33
WidgetGraphicsItem(MarbleGraphicsItem *parent=0)
Definition: WidgetGraphicsItem.cpp:38
QPointF topLeft() const
bool sendEvent(QObject *receiver, QEvent *event)
pos
iterator end()
sizeHint
maximumSize
virtual bool eventFilter(QObject *, QEvent *)
Definition: ScreenGraphicsItem.cpp:69
QWidget * m_marbleWidget
Definition: WidgetGraphicsItem_p.h:29
QPoint toPoint() const
QSize expandedTo(const QSize &otherSize) const
WidgetGraphicsItemPrivate()
Definition: WidgetGraphicsItem.cpp:27
This file contains the headers for MarbleWidget.
QWidget * m_activeWidget
Definition: WidgetGraphicsItem_p.h:30
bool contains(const QPointF &point) const
virtual void paint(QPainter *painter)
Paints the item in item coordinates.
Definition: WidgetGraphicsItem.cpp:62
iterator begin()
void render(QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QFlags< QWidget::RenderFlag > renderFlags)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:42 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:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.