Plasma
webview.cpp
Go to the documentation of this file.
QVariant itemChange(GraphicsItemChange change, const QVariant &value)
Definition webview.cpp:299
void setScrollPosition(const QPointF &position)
Sets the position of the webpage relative to this widget.
Definition webview.cpp:140
QWebFrame * mainFrame() const
The main web frame associated with this item.
Definition webview.cpp:175
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition webview.cpp:249
void dragLeaveEvent(QGraphicsSceneDragDropEvent *event)
Definition webview.cpp:284
void dropEvent(QGraphicsSceneDragDropEvent *event)
Definition webview.cpp:294
void forward()
Loads the next document in the list of documents built by navigating links.
Definition webview.cpp:204
void mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
Definition webview.cpp:244
void dragEnterEvent(QGraphicsSceneDragDropEvent *event)
Definition webview.cpp:279
void mouseMoveEvent(QGraphicsSceneMouseEvent *event)
Definition webview.cpp:224
void back()
Loads the previous document in the list of documents built by navigating links.
Definition webview.cpp:199
void loadProgress(int percent)
During loading progress, this signal is emitted.
void dragMoveEvent(QGraphicsSceneDragDropEvent *event)
Definition webview.cpp:289
void setHtml(const QByteArray &html, const KUrl &baseUrl=KUrl())
Sets the html to be shown along with a base URL to be used to resolve relative references.
Definition webview.cpp:109
QSizeF sizeHint(Qt::SizeHint which, const QSizeF &constraint) const
Definition webview.cpp:317
void loadFinished(bool success)
This signal is emitted when loading is completed.
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition webview.cpp:234
void wheelEvent(QGraphicsSceneWheelEvent *event)
Definition webview.cpp:254
void setDragToScroll(bool drag)
Sets if the page can be scrolled around by dragging the contents with the mouse.
Definition webview.cpp:180
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=0)
Reimplementation.
Definition webview.cpp:219
void hoverMoveEvent(QGraphicsSceneHoverEvent *event)
Definition webview.cpp:229
void mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
Definition webview.cpp:239
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.