messageviewer
urlhandler.h
Go to the documentation of this file.
72 virtual bool handleContextMenuRequest( const KUrl & url, const QPoint & p, ViewerPrivate * w ) const = 0;
virtual QString statusBarMessage(const KUrl &url, ViewerPrivate *w) const =0
Called when hovering over a link.
Private class for the Viewer, the main widget in the messageviewer library.
Definition: viewer_p.h:182
virtual bool willHandleDrag(const KUrl &url, ViewerPrivate *window) const
Definition: urlhandler.h:95
virtual bool handleShiftClick(const KUrl &url, ViewerPrivate *window) const
Called when shift-clicking the link in the reader.
Definition: urlhandler.h:86
virtual bool handleClick(const KUrl &url, ViewerPrivate *w) const =0
Called when LMB-clicking on a link in the reader.
virtual bool handleDrag(const KUrl &url, ViewerPrivate *window) const
Called when starting a drag with the given URL.
Definition: urlhandler.h:106
virtual bool handleContextMenuRequest(const KUrl &url, const QPoint &p, ViewerPrivate *w) const =0
Called when RMB-clicking on a link in the reader.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:57 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.