kiten/lib
dictFileFieldSelector Class Reference
#include <dictFilePreferenceDialog.h>

Detailed Description
Definition at line 34 of file dictFilePreferenceDialog.h.
Public Slots | |
| void | addAvailable (const QStringList &list) |
| void | readFromPrefs () |
| void | setAvailable (const QStringList &list) |
| void | setDefaultList (const QStringList &list) |
| void | settingChanged () |
| void | updateSettings () |
| void | updateWidgets () |
| void | updateWidgetsDefault () |
| void | writeToPrefs () |
Signals | |
| void | widgetChanged () |
Public Member Functions | |
| dictFileFieldSelector (KConfigSkeleton *, const QString &dictionaryTypeName, QWidget *parent) | |
| virtual | ~dictFileFieldSelector () |
Constructor & Destructor Documentation
| dictFileFieldSelector::dictFileFieldSelector | ( | KConfigSkeleton * | iconfig, | |
| const QString & | dictionaryTypeName, | |||
| QWidget * | parent | |||
| ) |
Definition at line 34 of file dictFilePreferenceDialog.cpp.
| dictFileFieldSelector::~dictFileFieldSelector | ( | ) | [virtual] |
Definition at line 66 of file dictFilePreferenceDialog.cpp.
Member Function Documentation
| void dictFileFieldSelector::addAvailable | ( | const QStringList & | list | ) | [slot] |
Definition at line 73 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::readFromPrefs | ( | ) | [slot] |
Definition at line 97 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::setAvailable | ( | const QStringList & | list | ) | [slot] |
Definition at line 68 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::setDefaultList | ( | const QStringList & | list | ) | [slot] |
Definition at line 78 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::settingChanged | ( | ) | [slot] |
Definition at line 93 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::updateSettings | ( | ) | [virtual, slot] |
Connect the signal of your preferenes dialog to this updateSettings slot, to handle saving user's preference information.
Implements DictionaryPreferenceDialog.
Definition at line 89 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::updateWidgets | ( | ) | [virtual, slot] |
Connect the signal of your preferenes dialog to this updateWidgets slot, to handle reading preference settings cleanly.
You can also call this slot directly from your own updateWidgets slot
Implements DictionaryPreferenceDialog.
Definition at line 82 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::updateWidgetsDefault | ( | ) | [virtual, slot] |
Connect the signal of your preferenes dialog to this updateWidgetsDefault slot, to handle setting preference settings back to their default settings easily.
Implements DictionaryPreferenceDialog.
Definition at line 85 of file dictFilePreferenceDialog.cpp.
| void dictFileFieldSelector::widgetChanged | ( | ) | [signal] |
When the user edits something on this preference page, this signal should be emitted.
Reimplemented from DictionaryPreferenceDialog.
| void dictFileFieldSelector::writeToPrefs | ( | ) | [slot] |
Definition at line 123 of file dictFilePreferenceDialog.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference