KMail::URLHandler Class Reference
An interface to reader link handlers. More...
#include <urlhandler.h>
Public Methods | |
virtual | ~URLHandler () |
virtual bool | handleClick (const KURL &url, KMReaderWin *w) const=0 |
virtual bool | handleContextMenuRequest (const KURL &url, const QPoint &p, KMReaderWin *w) const=0 |
virtual QString | statusBarMessage (const KURL &url, KMReaderWin *w) const=0 |
Detailed Description
An interface to reader link handlers.
- Author:
- Marc Mutz <mutz@kde.org>
Definition at line 49 of file urlhandler.h.
Member Function Documentation
|
Called when LMB-clicking on a link in the reader. Should start processing equivalent to "opening" the link.
|
|
Called when RMB-clicking on a link in the reader. Should show a context menu at the specified point with the specified widget as parent.
|
|
Called when hovering over a link.
|
The documentation for this class was generated from the following file: