kmail
KMComposeWin Class Reference
Inheritance diagram for KMComposeWin:

Detailed Description
Definition at line 98 of file kmcomposewin.h.
Public Slots | |
| void | slotSendNow () |
| void | slotSetAlwaysSend (bool bAlwaysSend) |
| void | slotWordWrapToggled (bool) |
| void | autoSaveMessage () |
Signals | |
| void | applyChangesDone (bool) |
| void | attachmentAdded (const KURL &, bool success) |
Public Member Functions | |
| MailComposerIface * | asMailComposerIFace () |
| const MailComposerIface * | asMailComposerIFace () const |
| void | send (int how) |
| void | addAttachmentsAndSend (const KURL::List &urls, const QString &comment, int how) |
| void | addAttachment (KURL url, QString comment) |
| 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) |
| void | setBody (QString body) |
| void | setMsg (KMMessage *newMsg, bool mayAutoSign=TRUE, bool allowDecryption=FALSE, bool isModified=FALSE) |
| void | disableWordWrap () |
| void | setAutoSaveFilename (const QString &filename) |
| void | setAutoDelete (bool f) |
| void | setAutoDeleteWindow (bool f) |
| void | setFolder (KMFolder *aFolder) |
| void | setCharset (const QCString &aCharset, bool forceDefault=FALSE) |
| void | setReplyFocus (bool hasMessage=true) |
| void | setFocusToSubject () |
| void | setSigningAndEncryptionDisabled (bool v) |
| bool | addAttach (const KURL url) |
| void | addAttach (const KMMessagePart *msgPart) |
Static Public Member Functions | |
| static Composer * | create (KMMessage *msg=0, uint identity=0) |
Friends | |
| class | ::KMEdit |
| class | ::MessageComposer |
Member Function Documentation
|
|
Add an attachment to the list.
Implements KMail::Composer. |
|
|
From MailComposerIface.
Implements KMail::Composer. Definition at line 501 of file kmcomposewin.cpp. |
|
|
If this flag is set the message of the composer is deleted when the composer is closed and the message was not sent. Default: FALSE Implements KMail::Composer. Definition at line 192 of file kmcomposewin.h. |
|
|
If this flag is set, the compose window will delete itself after the window has been closed.
Implements KMail::Composer. Definition at line 492 of file kmcomposewin.cpp. |
|
|
Set the filename which is used for autosaving.
Implements KMail::Composer. |
|
||||||||||||
|
Recode to the specified charset.
Implements KMail::Composer. |
|
|
Sets the focus to the subject line edit. For use when creating a message to a known recipient. Implements KMail::Composer. |
|
|
If this folder is set, the original message is inserted back after cancelling.
Implements KMail::Composer. Definition at line 205 of file kmcomposewin.h. |
|
||||||||||||||||||||
|
Set the message the composer shall work with. This discards previous messages without calling applyChanges() on them before. Implements KMail::Composer. Definition at line 1798 of file kmcomposewin.cpp. |
|
|
Sets the focus to the edit-widget and the cursor below the "On ... you wrote" line when hasMessage is true. Make sure you call this _after_ setMsg(). Implements KMail::Composer. |
|
|
Disabled signing and encryption completely for this composer window.
Implements KMail::Composer. Definition at line 251 of file kmcomposewin.h. |
|
|
Tell the composer to always send the message, even if the user hasn't changed the next. This is useful if a message is autogenerated (e.g., via a DCOP call), and the user should simply be able to confirm the message and send it. Implements KMail::Composer. |
|
|
Switch wordWrap on/off.
Implements KMail::Composer. |
The documentation for this class was generated from the following files:

