libkdepim

Komposer::KomposerIface Class Reference

#include <komposerIface.h>

Inheritance diagram for Komposer::KomposerIface:

Komposer::Core List of all members.

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 &paramAttr, const QString &paramValue, const QCString &contDisp)=0

Public Member Functions

 KomposerIface (const char *name)

Member Function Documentation

virtual void Komposer::KomposerIface::send ( int  how  )  [pure virtual]

Send message.

Parameters:
how 0 for deafult method, 1 for sending now, 2 for sending later.

Implemented in Komposer::Core.

virtual void Komposer::KomposerIface::addAttachment ( const KURL &  url,
const QString &  comment 
) [pure virtual]

Add url as attachment with a user-defined comment.

Implemented in Komposer::Core.

virtual void Komposer::KomposerIface::setBody ( const QString &  body  )  [pure virtual]

Set message body.

Implemented in Komposer::Core.

virtual void Komposer::KomposerIface::addAttachment ( const QString &  name,
const QCString &  cte,
const QByteArray &  data,
const QCString &  type,
const QCString &  subType,
const QCString &  paramAttr,
const QString &  paramValue,
const QCString &  contDisp 
) [pure virtual]

Add attachment.

Parameters:
name Name of Attachment
cte Content Transfer Encoding
data Data to be attached
type MIME content type
subType MIME content sub type
paramAttr Attribute name of parameter of content type
paramValue Value of parameter of content type
contDisp Content disposition

Implemented in Komposer::Core.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys