KLocaleWindowsPrivate Class Reference
#include <klocale_win_p.h>

Public Member Functions | |
| KLocaleWindowsPrivate (KLocale *q_ptr, const QString &catalogName, KSharedConfig::Ptr config) | |
| KLocaleWindowsPrivate (KLocale *q_ptr, const QString &catalogName, const QString &language, const QString &country, KConfig *config) | |
| KLocaleWindowsPrivate (const KLocaleWindowsPrivate &rhs) | |
| virtual | ~KLocaleWindowsPrivate () |
| KLocaleWindowsPrivate & | operator= (const KLocaleWindowsPrivate &rhs) |
Protected Member Functions | |
| virtual const QByteArray | encoding () |
| virtual QByteArray | systemCodeset () const |
| virtual QString | systemCountry () const |
| virtual QStringList | systemLanguageList () const |
Detailed Description
Definition at line 27 of file klocale_win_p.h.
Constructor & Destructor Documentation
| KLocaleWindowsPrivate::KLocaleWindowsPrivate | ( | KLocale * | q_ptr, |
| const QString & | catalogName, | ||
| KSharedConfig::Ptr | config | ||
| ) |
Definition at line 26 of file klocale_win.cpp.
| KLocaleWindowsPrivate::KLocaleWindowsPrivate | ( | KLocale * | q_ptr, |
| const QString & | catalogName, | ||
| const QString & | language, | ||
| const QString & | country, | ||
| KConfig * | config | ||
| ) |
Definition at line 35 of file klocale_win.cpp.
| KLocaleWindowsPrivate::KLocaleWindowsPrivate | ( | const KLocaleWindowsPrivate & | rhs | ) |
Definition at line 45 of file klocale_win.cpp.
| KLocaleWindowsPrivate::~KLocaleWindowsPrivate | ( | ) | [virtual] |
Definition at line 61 of file klocale_win.cpp.
Member Function Documentation
| const QByteArray KLocaleWindowsPrivate::encoding | ( | ) | [protected, virtual] |
Returns the user's preferred encoding. The worker of the same-name KLocale API function.
Reimplemented from KLocalePrivate.
Definition at line 97 of file klocale_win.cpp.
| KLocaleWindowsPrivate & KLocaleWindowsPrivate::operator= | ( | const KLocaleWindowsPrivate & | rhs | ) |
Definition at line 53 of file klocale_win.cpp.
| QByteArray KLocaleWindowsPrivate::systemCodeset | ( | ) | const [protected, virtual] |
Returns the system codeset.
Reimplemented from KLocalePrivate.
Definition at line 92 of file klocale_win.cpp.
| QString KLocaleWindowsPrivate::systemCountry | ( | ) | const [protected, virtual] |
Returns the host system country ISO code If country could not be determined then may return an empty string or "C"
Reimplemented from KLocalePrivate.
Definition at line 80 of file klocale_win.cpp.
| QStringList KLocaleWindowsPrivate::systemLanguageList | ( | ) | const [protected, virtual] |
Returns the list of host system languages
Reimplemented from KLocalePrivate.
Definition at line 85 of file klocale_win.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference