kmail
TemplatesConfiguration Class Reference
Inheritance diagram for TemplatesConfiguration:

Detailed Description
Definition at line 29 of file templatesconfiguration.h.
Public Slots | |
| void | slotInsertCommand (QString cmd, int adjustCursor=0) |
| void | slotTextChanged () |
Signals | |
| void | changed () |
Public Member Functions | |
| TemplatesConfiguration (QWidget *parent=0, const char *name=0) | |
| void | loadFromGlobal () |
| void | saveToGlobal () |
| void | loadFromIdentity (uint id) |
| void | saveToIdentity (uint id) |
| void | loadFromFolder (QString id, uint identity=0) |
| void | saveToFolder (QString id) |
| void | loadFromPhrases () |
Static Public Member Functions | |
| static void | importFromPhrases () |
| static QString | convertPhrases (QString &str) |
| static QString | defaultNewMessage () |
| static QString | defaultReply () |
| static QString | defaultReplyAll () |
| static QString | defaultForward () |
| static QString | defaultQuoteString () |
Protected Member Functions | |
| QString | strOrBlank (QString str) |
Member Function Documentation
| void TemplatesConfiguration::loadFromPhrases | ( | ) |
Do import settings from 'Phrases' configuration.
Definition at line 314 of file templatesconfiguration.cpp.
| void TemplatesConfiguration::importFromPhrases | ( | ) | [static] |
Do import 'Phrases' settings and store them as global templates.
Definition at line 363 of file templatesconfiguration.cpp.
| QString TemplatesConfiguration::convertPhrases | ( | QString & | str | ) | [static] |
Convert 'Phrases'-like placeholders into 'Templates' compatible.
Definition at line 422 of file templatesconfiguration.cpp.
The documentation for this class was generated from the following files:

