MessageViewer::MailWebEngineView
Signals |
Public Slots |
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
MessageViewer::MailWebEngineView Class Reference
#include <mailwebengineview.h>
Inheritance diagram for MessageViewer::MailWebEngineView:

Signals | |
void | formSubmittedForbidden () |
void | messageMayBeAScam () |
void | openUrl (const QUrl &url) |
void | pageIsScrolledToBottom (bool) |
void | popupMenu (const WebEngineViewer::WebHitTestResult &result) |
void | urlBlocked (const QUrl &url) |
void | wheelZoomChanged (int numSteps) |
![]() | |
void | mailTrackingFound (const WebEngineViewer::BlockTrackingUrlInterceptor::TrackerBlackList &) |
Public Slots | |
void | slotShowDetails () |
void | slotZoomChanged (qreal zoom) |
Public Member Functions | |
MailWebEngineView (KActionCollection *ac, QWidget *parent=nullptr) | |
void | hideAccessKeys () |
QList< QAction * > | interceptorUrlActions (const WebEngineViewer::WebHitTestResult &result) const |
void | isScrolledToBottom () |
void | markAttachment (const QString &id, const QString &style) |
void | printPreviewPage (QPrinter *printer) |
void | readConfig () |
void | removeAttachmentMarking (const QString &id) |
void | saveMainFrameScreenshotInFile (const QString &filename) |
void | scamCheck () |
void | scrollDown (int pixels) |
void | scrollPageDown (int percent) |
void | scrollPageUp (int percent) |
void | scrollToAnchor (const QString &anchor) |
void | scrollToRelativePosition (qreal pos) |
void | scrollUp (int pixels) |
void | selectAll () |
void | setAllowExternalContent (bool b) |
void | setElementByIdVisible (const QString &id, bool visible) |
void | setLinkHovered (const QUrl &url) |
void | setPrintElementBackground (bool printElementBackground) |
void | setViewer (MessageViewer::ViewerPrivate *viewer) |
void | showAccessKeys () |
![]() | |
WebEngineView (QWidget *parent=nullptr) | |
void | clearRelativePosition () |
WebEngineViewer::LocalDataBaseManager * | phishingDatabase () const |
qreal | relativePosition () const |
void | saveRelativePosition () |
Static Public Member Functions | |
static void | initializeCustomScheme () |
Protected Member Functions | |
void | contextMenuEvent (QContextMenuEvent *e) override |
void | forwardKeyPressEvent (QKeyEvent *event) override |
void | forwardKeyReleaseEvent (QKeyEvent *event) override |
void | forwardMouseMoveEvent (QMouseEvent *event) override |
void | forwardMousePressEvent (QMouseEvent *event) override |
void | forwardMouseReleaseEvent (QMouseEvent *event) override |
void | forwardWheelEvent (QWheelEvent *event) override |
void | resizeEvent (QResizeEvent *e) override |
![]() | |
QWebEngineView * | createWindow (QWebEnginePage::WebWindowType type) override |
bool | eventFilter (QObject *obj, QEvent *event) override |
Detailed Description
The MailWebEngineView class.
Definition at line 25 of file mailwebengineview.h.
Member Function Documentation
◆ popupMenu
|
signal |
Emitted when the user right-clicks somewhere.
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 May 8 2023 04:02:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 04:02:36 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.