KDE PIM / Developers / API Docs / libkdepim

Komposer::Core Class Reference

This class provides the interface to the Komposer core for the editor. More...

#include <core.h>

Inherits KMainWindow, and Komposer::KomposerIface.

List of all members.

Public Slots

Public Member Functions

Protected Slots

Protected Member Functions


Detailed Description

This class provides the interface to the Komposer core for the editor.


Member Function Documentation

void Core::send int  how  )  [virtual, slot]
 

Send message.

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

Implements Komposer::KomposerIface.

void Core::addAttachment const KURL &  url,
const QString &  comment
[virtual, slot]
 

Add url as attachment with a user-defined comment.

Implements Komposer::KomposerIface.

void Core::setBody const QString &  body  )  [virtual, slot]
 

Set message body.

Implements Komposer::KomposerIface.

void Core::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
[virtual, slot]
 

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

Implements Komposer::KomposerIface.


The documentation for this class was generated from the following files: