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
|
||||||||||||||||||||||||||||||||||||
|
Add attachment.
Implements Komposer::KomposerIface. |
|
||||||||||||
|
Add url as attachment with a user-defined comment.
Implements Komposer::KomposerIface. |
|
|
Send message.
Implements Komposer::KomposerIface. |
|
|
Set message body.
Implements Komposer::KomposerIface. |
The documentation for this class was generated from the following files:

