32#ifndef __KMAIL_FILEHTMLWRITER_H__
33#define __KMAIL_FILEHTMLWRITER_H__
35#include "interfaces/htmlwriter.h"
38#include <tqtextstream.h>
44 class FileHtmlWriter : public KMail::HtmlWriter {
46 FileHtmlWriter( const TQString & filename );
47 virtual ~FileHtmlWriter();
49 void begin( const TQString & cssDefs );
52 void write( const TQString & str );
53 void queue( const TQString & str );
55 void embedPart( const TQCString & contentId, const TQString & url );
virtual void reset()=0 Stop all possibly pending processing in order to be able to call begin() again.
virtual void flush()=0 (Start) flushing internal buffers, if any.
|