bodypart.h
interface of classes that implement status for BodyPartFormatters.
Definition: bodypart.h:51
virtual Observer * asObserver()=0
If your BodyPartMemento implementation also implements the KMail::Observer interface, simply implement these as return this;, else as return 0;.
virtual Observable * asObservable()=0
If your BodyPartMemento implementation also implements the KMail::Observable interface, simply implement these as return this;, else as return 0;.