libkdepim
Komposer::Core Class Reference
#include <core.h>
Inheritance diagram for Komposer::Core:

Detailed Description
This class provides the interface to the Komposer core for the editor.
Definition at line 45 of file core.h.
Public Slots | |
virtual void | send (int how) |
virtual void | addAttachment (const KURL &url, const QString &comment) |
virtual void | setBody (const QString &body) |
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) |
Public Member Functions | |
Core (QWidget *parentWidget=0, const char *name=0) | |
virtual | ~Core () |
Protected Slots | |
void | slotPluginLoaded (Plugin *) |
void | slotAllPluginsLoaded () |
void | slotPreferences () |
void | slotQuit () |
void | slotClose () |
void | slotSendNow () |
void | slotSendLater () |
void | slotSaveDraft () |
void | slotInsertFile () |
void | slotAddrBook () |
void | slotNewComposer () |
void | slotAttachFile () |
Protected Member Functions | |
virtual void | initWidgets () |
void | initCore () |
void | initConnections () |
void | loadSettings () |
void | saveSettings () |
void | createActions () |
void | addEditor (Komposer::Editor *editor) |
void | addPlugin (Komposer::Plugin *plugin) |
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] |
void Core::setBody | ( | const QString & | body | ) | [virtual, slot] |
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: