KDEWebKit
KWebViewPrivate< T > Class Template Reference
#include <kwebview_p.h>
Public Member Functions | |
KWebViewPrivate (T *parent) | |
bool | handleUrlPasteFromClipboard (QEvent *event) |
bool | isExternalContentAllowed () |
bool | mouseReleased (const QPoint &pos) |
void | setAllowExternalContent (bool allow) |
bool | wheelEvent (int delta) |
Public Attributes | |
QWebHitTestResult | hitTest |
Qt::KeyboardModifiers | keyboardModifiers |
Qt::MouseButtons | pressedButtons |
T * | q |
Detailed Description
template<class T>
class KWebViewPrivate< T >
class KWebViewPrivate< T >
Definition at line 44 of file kwebview_p.h.
Constructor & Destructor Documentation
◆ KWebViewPrivate()
template<class T >
|
inline |
Definition at line 47 of file kwebview_p.h.
Member Function Documentation
◆ handleUrlPasteFromClipboard()
template<class T >
|
inline |
Definition at line 105 of file kwebview_p.h.
◆ isExternalContentAllowed()
template<class T >
|
inline |
Definition at line 54 of file kwebview_p.h.
◆ mouseReleased()
template<class T >
|
inline |
Definition at line 84 of file kwebview_p.h.
◆ setAllowExternalContent()
template<class T >
|
inline |
Definition at line 64 of file kwebview_p.h.
◆ wheelEvent()
template<class T >
|
inline |
Definition at line 72 of file kwebview_p.h.
Member Data Documentation
◆ hitTest
template<class T >
QWebHitTestResult KWebViewPrivate< T >::hitTest |
Definition at line 153 of file kwebview_p.h.
◆ keyboardModifiers
template<class T >
Qt::KeyboardModifiers KWebViewPrivate< T >::keyboardModifiers |
Definition at line 151 of file kwebview_p.h.
◆ pressedButtons
template<class T >
Qt::MouseButtons KWebViewPrivate< T >::pressedButtons |
Definition at line 152 of file kwebview_p.h.
◆ q
template<class T >
T* KWebViewPrivate< T >::q |
Definition at line 150 of file kwebview_p.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.