kmail Library API Documentation

KMail::Interface::BodyPartMemento Class Reference

interface of classes that implement status for BodyPartFormatters. More...

#include <bodypart.h>

List of all members.

Public Member Functions

virtual ObserverasObserver ()=0
virtual ObservableasObservable ()=0


Detailed Description

interface of classes that implement status for BodyPartFormatters.

Definition at line 50 of file bodypart.h.


Member Function Documentation

virtual Observer* KMail::Interface::BodyPartMemento::asObserver  )  [pure virtual]
 

If your BodyPartMemento implementation also implements the KMail::Observer interface, simply implement these as return this;, else as return 0;.

This is needed to avoid forcing a dependency of plugins on internal KMail classes.

virtual Observable* KMail::Interface::BodyPartMemento::asObservable  )  [pure virtual]
 

If your BodyPartMemento implementation also implements the KMail::Observable interface, simply implement these as return this;, else as return 0;.

This is needed to avoid forcing a dependency of plugins on internal KMail classes.


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Oct 4 14:43:03 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003