kexi
KexiCharacterEncodingComboBox Class Reference
#include <kexicharencodingcombobox.h>
Detailed Description
Combobox widget providing a list of possible character encodings.
Definition at line 28 of file kexicharencodingcombobox.h.
Public Member Functions | |
| KexiCharacterEncodingComboBox (QWidget *parent=0, const QString &selectedEncoding=QString::null) | |
| ~KexiCharacterEncodingComboBox () | |
| QString | selectedEncoding () const |
| void | setSelectedEncoding (const QString &encodingName) |
| void | selectDefaultEncoding () |
| bool | defaultEncodingSelected () const |
Protected Attributes | |
| QMap< QString, QString > | m_encodingDescriptionForName |
| bool | m_defaultEncodingAdded: 1 |
Constructor & Destructor Documentation
|
||||||||||||
|
Constructs a new combobox. selectedEncoding can be provided to preselect encoding. If it is not provided, default encoding is selected for current system settings. Definition at line 29 of file kexicharencodingcombobox.cpp. |
Member Function Documentation
|
|
Selects default encoding, if present.
Definition at line 110 of file kexicharencodingcombobox.cpp. |
The documentation for this class was generated from the following files:

