#include <core.h>
|
| virtual void | send (int how) |
| |
| virtual void | addAttachment (const KURL &url, const TQString &comment) |
| |
| virtual void | setBody (const TQString &body) |
| |
| virtual void | addAttachment (const TQString &name, const TQCString &cte, const TQByteArray &data, const TQCString &type, const TQCString &subType, const TQCString ¶mAttr, const TQString ¶mValue, const TQCString &contDisp) |
| |
This class provides the interface to the Komposer core for the editor.
Definition at line 44 of file core.h.
◆ Core()
| Core::Core |
( |
TQWidget * |
parentWidget = 0, |
|
|
const char * |
name = 0 |
|
) |
| |
◆ ~Core()
◆ addAttachment [1/2]
| void Core::addAttachment |
( |
const KURL & |
url, |
|
|
const TQString & |
comment |
|
) |
| |
|
virtualslot |
◆ addAttachment [2/2]
| void Core::addAttachment |
( |
const TQString & |
name, |
|
|
const TQCString & |
cte, |
|
|
const TQByteArray & |
data, |
|
|
const TQCString & |
type, |
|
|
const TQCString & |
subType, |
|
|
const TQCString & |
paramAttr, |
|
|
const TQString & |
paramValue, |
|
|
const TQCString & |
contDisp |
|
) |
| |
|
virtualslot |
◆ addEditor()
| void Core::addEditor |
( |
Komposer::Editor * |
editor | ) |
|
|
protected |
◆ addPlugin()
| void Core::addPlugin |
( |
Komposer::Plugin * |
plugin | ) |
|
|
protected |
◆ createActions()
| void Core::createActions |
( |
| ) |
|
|
protected |
◆ initConnections()
| void Core::initConnections |
( |
| ) |
|
|
protected |
◆ initCore()
◆ initWidgets()
| void Core::initWidgets |
( |
| ) |
|
|
protectedvirtual |
◆ loadSettings()
| void Core::loadSettings |
( |
| ) |
|
|
protected |
◆ saveSettings()
| void Core::saveSettings |
( |
| ) |
|
|
protected |
◆ send
| void Core::send |
( |
int |
how | ) |
|
|
virtualslot |
◆ setBody
| void Core::setBody |
( |
const TQString & |
body | ) |
|
|
virtualslot |
◆ slotAddrBook
| void Core::slotAddrBook |
( |
| ) |
|
|
protectedslot |
◆ slotAllPluginsLoaded
| void Core::slotAllPluginsLoaded |
( |
| ) |
|
|
protectedslot |
◆ slotAttachFile
| void Core::slotAttachFile |
( |
| ) |
|
|
protectedslot |
◆ slotClose
◆ slotInsertFile
| void Core::slotInsertFile |
( |
| ) |
|
|
protectedslot |
◆ slotNewComposer
| void Core::slotNewComposer |
( |
| ) |
|
|
protectedslot |
◆ slotPluginLoaded
| void Core::slotPluginLoaded |
( |
Plugin * |
plugin | ) |
|
|
protectedslot |
◆ slotPreferences
| void Core::slotPreferences |
( |
| ) |
|
|
protectedslot |
◆ slotQuit
◆ slotSaveDraft
| void Core::slotSaveDraft |
( |
| ) |
|
|
protectedslot |
◆ slotSendLater
| void Core::slotSendLater |
( |
| ) |
|
|
protectedslot |
◆ slotSendNow
| void Core::slotSendNow |
( |
| ) |
|
|
protectedslot |
The documentation for this class was generated from the following files:
|