messageviewer
interfaces/bodypartformatter.h
Go to the documentation of this file.
74 virtual Result format( BodyPart * part, HtmlWriter * writer, QObject* asyncResultObserver ) const
interface for BodyPartFormatter plugins
Definition: interfaces/bodypartformatter.h:94
Definition: interfaces/bodypartformatter.h:58
virtual const char * subtype(int idx) const =0
virtual const char * type(int idx) const =0
virtual ~BodyPartFormatter()
Definition: interfaces/bodypartformatter.h:50
virtual const BodyPartURLHandler * urlHandler(int idx) const =0
virtual const BodyPartFormatter * bodyPartFormatter(int idx) const =0
virtual Result format(BodyPart *part, HtmlWriter *writer, QObject *asyncResultObserver) const
Variant of format that allows implementors to hook notifications up to a listener interested in the r...
Definition: interfaces/bodypartformatter.h:74
An interface to body part reader link handlers.
Definition: bodyparturlhandler.h:71
Result
Definition: interfaces/bodypartformatter.h:58
virtual ~BodyPartFormatterPlugin()
Definition: interfaces/bodypartformatter.h:96
virtual Result format(BodyPart *part, HtmlWriter *writer) const =0
Format body part part by generating some HTML and writing that to writer.
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.