Komposer::KomposerIface Class Reference
DCOP interface for mail composer window. More...
#include <komposerIface.h>
Inherits DCOPObject.
Inherited by Komposer::Core [virtual]
.
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
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.
Member Function Documentation
|
Send message.
Implemented in Komposer::Core. |
|
Add url as attachment with a user-defined comment.
Implemented in Komposer::Core. |
|
Set message body.
Implemented in Komposer::Core. |
|
Add attachment.
Implemented in Komposer::Core. |
The documentation for this class was generated from the following file:
- komposerIface.h