libkdepim
Komposer::KomposerIface Class Reference
#include <komposerIface.h>
Inheritance diagram for Komposer::KomposerIface:

Detailed Description
DCOP interface for mail composer window.The address header fields are set, when the composer is constructed. KMailIface::openComposer() returns a reference to the DCOP interface of the new composer window, which provides the functions defined in the MailComposerIface.
Definition at line 36 of file komposerIface.h.
DCOP Member Functions | |
virtual void | send (int how)=0 |
virtual void | addAttachment (const KURL &url, const QString &comment)=0 |
virtual void | setBody (const QString &body)=0 |
virtual void | addAttachment (const QString &name, const QCString &cte, const QByteArray &data, const QCString &type, const QCString &subType, const QCString ¶mAttr, const QString ¶mValue, const QCString &contDisp)=0 |
Public Member Functions | |
KomposerIface (const char *name) |
Member Function Documentation
|
Add attachment.
Implemented in Komposer::Core. |
|
Add url as attachment with a user-defined comment.
Implemented in Komposer::Core. |
|
Send message.
Implemented in Komposer::Core. |
|
Set message body.
Implemented in Komposer::Core. |
The documentation for this class was generated from the following file: