messageviewer
#include <urlhandlermanager.h>
Public Member Functions | |
~URLHandlerManager () | |
bool | handleClick (const KUrl &url, ViewerPrivate *w=0) const |
bool | handleContextMenuRequest (const KUrl &url, const QPoint &p, ViewerPrivate *w=0) const |
bool | handleDrag (const KUrl &url, ViewerPrivate *window=0) const |
bool | handleShiftClick (const KUrl &url, ViewerPrivate *window=0) const |
void | registerHandler (const URLHandler *handler) |
void | registerHandler (const Interface::BodyPartURLHandler *handler) |
QString | statusBarMessage (const KUrl &url, ViewerPrivate *w=0) const |
void | unregisterHandler (const URLHandler *handler) |
void | unregisterHandler (const Interface::BodyPartURLHandler *handler) |
bool | willHandleDrag (const KUrl &url, ViewerPrivate *window=0) const |
Static Public Member Functions | |
static URLHandlerManager * | instance () |
Detailed Description
Singleton to manage the list of URLHandlers.
Definition at line 59 of file urlhandlermanager.h.
Constructor & Destructor Documentation
URLHandlerManager::~URLHandlerManager | ( | ) |
Definition at line 343 of file urlhandlermanager.cpp.
Member Function Documentation
bool URLHandlerManager::handleClick | ( | const KUrl & | url, |
ViewerPrivate * | w = 0 |
||
) | const |
Definition at line 370 of file urlhandlermanager.cpp.
bool URLHandlerManager::handleContextMenuRequest | ( | const KUrl & | url, |
const QPoint & | p, | ||
ViewerPrivate * | w = 0 |
||
) | const |
Definition at line 406 of file urlhandlermanager.cpp.
bool URLHandlerManager::handleDrag | ( | const KUrl & | url, |
ViewerPrivate * | window = 0 |
||
) | const |
Definition at line 397 of file urlhandlermanager.cpp.
bool URLHandlerManager::handleShiftClick | ( | const KUrl & | url, |
ViewerPrivate * | window = 0 |
||
) | const |
Definition at line 378 of file urlhandlermanager.cpp.
|
inlinestatic |
Definition at line 66 of file urlhandlermanager.h.
void URLHandlerManager::registerHandler | ( | const URLHandler * | handler | ) |
Definition at line 348 of file urlhandlermanager.cpp.
void URLHandlerManager::registerHandler | ( | const Interface::BodyPartURLHandler * | handler | ) |
Definition at line 360 of file urlhandlermanager.cpp.
QString URLHandlerManager::statusBarMessage | ( | const KUrl & | url, |
ViewerPrivate * | w = 0 |
||
) | const |
Definition at line 415 of file urlhandlermanager.cpp.
void URLHandlerManager::unregisterHandler | ( | const URLHandler * | handler | ) |
Definition at line 355 of file urlhandlermanager.cpp.
void URLHandlerManager::unregisterHandler | ( | const Interface::BodyPartURLHandler * | handler | ) |
Definition at line 365 of file urlhandlermanager.cpp.
bool URLHandlerManager::willHandleDrag | ( | const KUrl & | url, |
ViewerPrivate * | window = 0 |
||
) | const |
Definition at line 387 of file urlhandlermanager.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.