kmail
Templates Class Reference
List of all members.Detailed Description
Definition at line 9 of file templatesconfiguration_kfg.h.
Public Member Functions | |
| Templates (const QString &folder) | |
| ~Templates () | |
| void | setUseCustomTemplates (bool v) |
| bool | useCustomTemplates () const |
| ItemBool * | useCustomTemplatesItem () |
| void | setTemplateNewMessage (const QString &v) |
| QString | templateNewMessage () const |
| ItemString * | templateNewMessageItem () |
| void | setTemplateReply (const QString &v) |
| QString | templateReply () const |
| ItemString * | templateReplyItem () |
| void | setTemplateReplyAll (const QString &v) |
| QString | templateReplyAll () const |
| ItemString * | templateReplyAllItem () |
| void | setTemplateForward (const QString &v) |
| QString | templateForward () const |
| ItemString * | templateForwardItem () |
| void | setQuoteString (const QString &v) |
| QString | quoteString () const |
| ItemString * | quoteStringItem () |
Protected Attributes | |
| QString | mParamfolder |
| bool | mUseCustomTemplates |
| QString | mTemplateNewMessage |
| QString | mTemplateReply |
| QString | mTemplateReplyAll |
| QString | mTemplateForward |
| QString | mQuoteString |
Member Function Documentation
| void Templates::setUseCustomTemplates | ( | bool | v | ) | [inline] |
| bool Templates::useCustomTemplates | ( | ) | const [inline] |
| ItemBool* Templates::useCustomTemplatesItem | ( | ) | [inline] |
Get Item object corresponding to UseCustomTemplates().
Definition at line 36 of file templatesconfiguration_kfg.h.
| void Templates::setTemplateNewMessage | ( | const QString & | v | ) | [inline] |
| QString Templates::templateNewMessage | ( | ) | const [inline] |
| ItemString* Templates::templateNewMessageItem | ( | ) | [inline] |
Get Item object corresponding to TemplateNewMessage().
Definition at line 61 of file templatesconfiguration_kfg.h.
| void Templates::setTemplateReply | ( | const QString & | v | ) | [inline] |
| QString Templates::templateReply | ( | ) | const [inline] |
| ItemString* Templates::templateReplyItem | ( | ) | [inline] |
Get Item object corresponding to TemplateReply().
Definition at line 86 of file templatesconfiguration_kfg.h.
| void Templates::setTemplateReplyAll | ( | const QString & | v | ) | [inline] |
| QString Templates::templateReplyAll | ( | ) | const [inline] |
| ItemString* Templates::templateReplyAllItem | ( | ) | [inline] |
Get Item object corresponding to TemplateReplyAll().
Definition at line 111 of file templatesconfiguration_kfg.h.
| void Templates::setTemplateForward | ( | const QString & | v | ) | [inline] |
| QString Templates::templateForward | ( | ) | const [inline] |
| ItemString* Templates::templateForwardItem | ( | ) | [inline] |
Get Item object corresponding to TemplateForward().
Definition at line 136 of file templatesconfiguration_kfg.h.
| void Templates::setQuoteString | ( | const QString & | v | ) | [inline] |
| QString Templates::quoteString | ( | ) | const [inline] |
| ItemString* Templates::quoteStringItem | ( | ) | [inline] |
Get Item object corresponding to QuoteString().
Definition at line 161 of file templatesconfiguration_kfg.h.
The documentation for this class was generated from the following files:

