KMail::Interface::BodyPartMemento Class Referenceabstract
#include <bodypart.h>
Public Member Functions | |
virtual Observer * | asObserver ()=0 |
virtual Observable * | asObservable ()=0 |
Detailed Description
interface of classes that implement status for BodyPartFormatters.
Definition at line 51 of file bodypart.h.
Member Function Documentation
◆ 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.
◆ 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.
The documentation for this class was generated from the following file: