kmail
Signals |
Public Member Functions |
Protected Slots |
Protected Member Functions |
Protected Attributes
KMail::DictionaryComboBox Class Reference
A combo box for selecting the dictionary used for spell checking. More...
#include <dictionarycombobox.h>
Inherits TQComboBox.
Signals | |
void | dictionaryChanged (const TQString &dictionary) |
void | dictionaryChanged (int) |
Public Member Functions | |
DictionaryComboBox (TQWidget *parent=0, const char *name=0) | |
TQString | currentDictionaryName () const |
TQString | currentDictionary () const |
void | setCurrentByDictionaryName (const TQString &dictionaryName) |
void | setCurrentByDictionary (const TQString &dictionary) |
KSpellConfig * | spellConfig () const |
Protected Slots | |
void | slotDictionaryChanged (int) |
Protected Member Functions | |
void | reloadCombo () |
Protected Attributes | |
TQStringList | mDictionaries |
KSpellConfig * | mSpellConfig |
int | mDefaultDictionary |
Detailed Description
A combo box for selecting the dictionary used for spell checking.
Definition at line 48 of file dictionarycombobox.h.
Member Function Documentation
void KMail::DictionaryComboBox::dictionaryChanged | ( | const TQString & | 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: