#include <dictionarycombobox.h>

Inherits TQComboBox.

List of all members.

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.

Author:
Ingo Kloecker <kloecker@kde.org>

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: