kmail Library API Documentation

KMail::DictionaryComboBox Class Reference

A combo box for selecting the dictionary used for spell checking. More...

#include <dictionarycombobox.h>

Inheritance diagram for KMail::DictionaryComboBox:

Inheritance graph
[legend]
Collaboration diagram for KMail::DictionaryComboBox:

Collaboration graph
[legend]
List of all members.

Signals

void dictionaryChanged (const QString &dictionary)
void dictionaryChanged (int)

Public Member Functions

 DictionaryComboBox (QWidget *parent=0, const char *name=0)
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

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 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:
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Aug 23 18:21:51 2007 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003