KSwitchLanguageDialog Class Reference
#include <kswitchlanguagedialog.h>
Inheritance diagram for KSwitchLanguageDialog:

Detailed Description
Standard "switch application language" dialog box.This class provides "switch application language" dialog box that is used in KHelpMenu
- Author:
- Krzysztof Lichota (lichota@mimuw.edu.pl)
Definition at line 38 of file kswitchlanguagedialog.h.
Public Member Functions | |
KSwitchLanguageDialog (QWidget *parent=0, const char *name=0, bool modal=true) | |
virtual | ~KSwitchLanguageDialog () |
Protected Slots | |
virtual void | slotOk () |
virtual void | languageOnButtonChanged (const QString &) |
virtual void | slotAddLanguageButton () |
virtual void | removeButtonClicked () |
Protected Attributes | |
KSwitchLanguageDialogPrivate *const | d |
Friends | |
class | KSwitchLanguageDialogPrivate |
Constructor & Destructor Documentation
|
Constructor. Creates a fully featured "Switch application language" dialog box. Note that this dialog is made modeless in the KHelpMenu class so the users may expect a modeless dialog.
Definition at line 85 of file kswitchlanguagedialog.cpp. |
Member Function Documentation
|
Called when one of language buttons changes state.
Definition at line 179 of file kswitchlanguagedialog.cpp. |
|
Called when "Remove" language button is clicked.
Definition at line 143 of file kswitchlanguagedialog.cpp. |
|
Called to add one language button to dialog.
Definition at line 137 of file kswitchlanguagedialog.cpp. |
|
Activated when the Ok button has been clicked. Overridden from KDialogBase. Reimplemented from KDialogBase. Definition at line 193 of file kswitchlanguagedialog.cpp. |
The documentation for this class was generated from the following files: