32#ifndef __KMAIL_TEEHTMLWRITER_H__
33#define __KMAIL_TEEHTMLWRITER_H__
35#include "interfaces/htmlwriter.h"
37#include <tqvaluelist.h>
49 virtual ~TeeHtmlWriter();
56 void begin( const TQString & cssDefs );
59 void write( const TQString & str );
60 void queue( const TQString & str );
62 void embedPart( const TQCString & contentId, const TQString & url );
66 TQValueList<KMail::HtmlWriter*> mWriters;
An interface to HTML sinks.
void flush() (Start) flushing internal buffers, if any.
void reset() Stop all possibly pending processing in order to be able to call begin() again.
void embedPart(const TQCString &contentId, const TQString &url) Embed a part with Content-ID contentId, using url url.
|