MessageViewer::URLHandlerManager
MessageViewer::URLHandlerManager Class Reference
#include <urlhandlermanager.h>
Public Member Functions | |
bool | handleClick (const QUrl &url, ViewerPrivate *w=nullptr) const |
bool | handleContextMenuRequest (const QUrl &url, const QPoint &p, ViewerPrivate *w=nullptr) const |
bool | handleDrag (const QUrl &url, ViewerPrivate *window=nullptr) const |
bool | handleShiftClick (const QUrl &url, ViewerPrivate *window=nullptr) const |
void | registerHandler (const Interface::BodyPartURLHandler *handler, const QString &mimeType) |
void | registerHandler (const MimeTreeParser::URLHandler *handler) |
QString | statusBarMessage (const QUrl &url, ViewerPrivate *w=nullptr) const |
void | unregisterHandler (const Interface::BodyPartURLHandler *handler) |
void | unregisterHandler (const MimeTreeParser::URLHandler *handler) |
bool | willHandleDrag (const QUrl &url, ViewerPrivate *window=nullptr) const |
Static Public Member Functions | |
static URLHandlerManager * | instance () |
Detailed Description
Singleton to manage the list of URLHandlers.
Definition at line 39 of file urlhandlermanager.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 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.