KDEWebKit
Go to the documentation of this file.
26 #ifndef KGRAPHICSWEBVIEW_H
27 #define KGRAPHICSWEBVIEW_H
31 #include <QtWebKit/QGraphicsWebView>
72 explicit KGraphicsWebView(QGraphicsItem *parent = 0,
bool createCustomPage =
true);
87 bool isExternalContentAllowed()
const;
99 void setAllowExternalContent(
bool allow);
120 #ifndef KDE_NO_DEPRECATED
121 KDE_DEPRECATED
void selectionClipboardUrlPasted(
const KUrl &url);
146 void selectionClipboardUrlPasted(
const KUrl &url,
const QString& searchText);
157 void linkShiftClicked(
const KUrl &url);
168 void linkMiddleOrCtrlClicked(
const KUrl &url);
179 void wheelEvent(QGraphicsSceneWheelEvent *event);
189 virtual void mousePressEvent(QGraphicsSceneMouseEvent *event);
199 virtual void mouseReleaseEvent(QGraphicsSceneMouseEvent *event);
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Jul 23 2013 22:03:10 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.