kmail

KMail::FileHtmlWriter Class Reference

Inheritance diagram for KMail::FileHtmlWriter:

KMail::HtmlWriter KMail::Interface::HtmlWriter List of all members.

Detailed Description

Definition at line 44 of file filehtmlwriter.h.


Public Member Functions

 FileHtmlWriter (const QString &filename)
virtual ~FileHtmlWriter ()
void begin (const QString &cssDefs)
void end ()
void reset ()
void write (const QString &str)
void queue (const QString &str)
void flush ()
void embedPart (const QCString &contentId, const QString &url)

Member Function Documentation

void KMail::FileHtmlWriter::begin ( const QString &  cssDefs  )  [virtual]

Signal the begin of stuff to write, and give the CSS definitions.

Implements KMail::Interface::HtmlWriter.

Definition at line 58 of file filehtmlwriter.cpp.

void KMail::FileHtmlWriter::end (  )  [virtual]

Signal the end of stuff to write.

Implements KMail::Interface::HtmlWriter.

Definition at line 64 of file filehtmlwriter.cpp.

void KMail::FileHtmlWriter::reset (  )  [virtual]

Stop all possibly pending processing in order to be able to call begin() again.

Implements KMail::HtmlWriter.

Definition at line 70 of file filehtmlwriter.cpp.

void KMail::FileHtmlWriter::write ( const QString &  str  )  [virtual]

Write out a chunk of text.

No HTML escaping is performed.

Implements KMail::Interface::HtmlWriter.

Definition at line 77 of file filehtmlwriter.cpp.

void KMail::FileHtmlWriter::flush (  )  [virtual]

(Start) flushing internal buffers, if any.

Implements KMail::HtmlWriter.

Definition at line 86 of file filehtmlwriter.cpp.

void KMail::FileHtmlWriter::embedPart ( const QCString &  contentId,
const QString &  url 
) [virtual]

Embed a part with Content-ID contentId, using url url.

Implements KMail::HtmlWriter.

Definition at line 102 of file filehtmlwriter.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys