#include <ksconfig.h>
Public Slots | |
| void | activateHelp (void) |
Public Methods | |
| KSpellConfig (QWidget *parent=0, const char *name=0, KSpellConfig *spellConfig=0, bool addHelpButton=true) | |
| void | setIgnoreList (QStringList _ignorelist) |
| void | setReplaceAllList (QStringList _replaceAllList) |
| void | setNoRootAffix (bool) |
| void | setRunTogether (bool) |
| void | setDictionary (const QString qs) |
| bool | noRootAffix () const |
| bool | writeGlobalSettings () |
Protected Methods | |
| bool | interpret (QString &fname, QString &lname, QString &hname) |
It contains all of the options settings.The options are set to default values by the constructor and can be reset either by using the public interface or by using KSpellConfig as a widget in a dialog (or, preferably a tabbed dialog using KDialogBase) and letting the user change the settings. This way an application that uses KSpell can either rely on the default settings (in the simplest case), offer a dialog to configure KSpell, or offer a dialog to configure KSpell _for_this_app_only_ (in which case, the application should save the settings for use next time it is run). This last option might be useful in an email program, for example, where people may be writing in a language different from that used for writing papers in their word processor.
Definition at line 80 of file ksconfig.h.
|
||||||||||||||||||||
|
Constructs a KSpellConfig with default or custom settings.
|
|
|
Use this function to activate the help information for this widget. The function is particulary useful if the help button is not displayed as specified by the constructor. Normally you want to hide the help button if this widget is embedded into a larger dialog box that has its own help button. See kedit (optiondialog.cpp) for an example |
|
||||||||||||||||
|
This takes a dictionary file name (fname) and returns a language abbreviation (lname; like de for German), appropriate for the $LANG variable, and a human-readble name (hname; like "Deutsch"). It also truncates ".aff" at the end of fname. TRUE is returned if lname.data()==$LANG |
|
|
Options reading routines. |
|
|
Set the name of the dictionary to use. |
|
|
The |
|
|
Set an ISpell option.
If |
|
|
The |
|
|
Set an ISpell option.
If |
|
|
Call this method before this class is deleted if you want the settings you have (or the user has) chosen to become the global, default settings. |
1.2.18