messageviewer
bodyparturlhandler.h
Go to the documentation of this file.
81 virtual bool handleClick( Viewer* viewerInstance, BodyPart * part, const QString & path ) const = 0;
90 virtual bool handleContextMenuRequest( BodyPart * part, const QString & path, const QPoint & p ) const = 0;
virtual ~BodyPartURLHandler()
Definition: bodyparturlhandler.h:73
An interface to body part reader link handlers.
Definition: bodyparturlhandler.h:71
virtual QString statusBarMessage(BodyPart *part, const QString &path) const =0
Called when hovering over a link.
virtual bool handleContextMenuRequest(BodyPart *part, const QString &path, const QPoint &p) const =0
Called when RMB-clicking on a link in the reader.
virtual bool handleClick(Viewer *viewerInstance, BodyPart *part, const QString &path) const =0
Called when LMB-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.