messageviewer
#include "mailwebview.h"
#include "scamdetection/scamdetection.h"
#include "scamdetection/scamcheckshorturl.h"
#include "adblock/adblockblockableitemsdialog.h"
#include "adblock/webpage.h"
#include <KDebug>
#include <KActionCollection>
#include <KAction>
#include <QCoreApplication>
#include <QContextMenuEvent>
#include <QWebFrame>
#include <QWebElement>
#include <QLabel>
#include <QToolTip>
#include <limits>
#include <cassert>
#include "moc_mailwebview.cpp"
Include dependency graph for mailwebview_webkit.cpp:
Go to the source code of this file.
Typedefs | |
typedef KWebView | SuperClass |
Functions | |
static QWebPage::FindFlags | convert_flags (MailWebView::FindFlags f) |
static void | handleDuplicateLinkElements (const QWebElement &element, QHash< QString, QChar > *dupLinkList, QChar *accessKey) |
static bool | has_parent_div_with_id (const QWebElement &start, const QString &id) |
static bool | isEditableElement (QWebPage *page) |
static bool | isHiddenElement (const QWebElement &element) |
static QString | linkElementKey (const QWebElement &element) |
Typedef Documentation
typedef KWebView SuperClass |
Definition at line 42 of file mailwebview_webkit.cpp.
Function Documentation
|
static |
Definition at line 378 of file mailwebview_webkit.cpp.
|
static |
Definition at line 108 of file mailwebview_webkit.cpp.
|
static |
Definition at line 254 of file mailwebview_webkit.cpp.
|
static |
Definition at line 87 of file mailwebview_webkit.cpp.
|
static |
Definition at line 62 of file mailwebview_webkit.cpp.
|
static |
Definition at line 47 of file mailwebview_webkit.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 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:32:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.