kmail
KMail::DictionaryComboBox Class Reference
#include <dictionarycombobox.h>
Detailed Description
A combo box for selecting the dictionary used for spell checking.
Definition at line 48 of file dictionarycombobox.h.
Signals | |
| void | dictionaryChanged (const QString &dictionary) |
| void | dictionaryChanged (int) |
Public Member Functions | |
| DictionaryComboBox (QWidget *parent=0, const char *name=0) | |
| ~DictionaryComboBox () | |
| QString | currentDictionaryName () const |
| QString | currentDictionary () const |
| void | setCurrentByDictionaryName (const QString &dictionaryName) |
| void | setCurrentByDictionary (const QString &dictionary) |
| KSpellConfig * | spellConfig () const |
Protected Slots | |
| void | slotDictionaryChanged (int) |
Protected Member Functions | |
| void | reloadCombo () |
Protected Attributes | |
| QStringList | mDictionaries |
| KSpellConfig * | mSpellConfig |
| int | mDefaultDictionary |
Member Function Documentation
| void KMail::DictionaryComboBox::dictionaryChanged | ( | const QString & | dictionary | ) | [signal] |
Emitted whenever the current dictionary changes.
Either by user intervention or on setCurrentByDictionaryName() or on setCurrentByDictionary().
The documentation for this class was generated from the following files:

