KLocaleMacPrivate Class Reference
#include <klocale_mac_p.h>
Inheritance diagram for KLocaleMacPrivate:

Public Member Functions | |
| KLocaleMacPrivate (KLocale *q_ptr, const QString &catalog, KSharedConfig::Ptr config) | |
| KLocaleMacPrivate (KLocale *q_ptr, const QString &catalog, const QString &language, const QString &country, KConfig *config) | |
| KLocaleMacPrivate (const KLocaleMacPrivate &rhs) | |
| virtual | ~KLocaleMacPrivate () |
| KLocaleMacPrivate & | operator= (const KLocaleMacPrivate &rhs) |
Protected Member Functions | |
| virtual QByteArray | systemCodeset () const |
| virtual QString | systemCountry () const |
Detailed Description
Definition at line 27 of file klocale_mac_p.h.
Constructor & Destructor Documentation
| KLocaleMacPrivate::KLocaleMacPrivate | ( | KLocale * | q_ptr, |
| const QString & | catalog, | ||
| KSharedConfig::Ptr | config | ||
| ) |
Definition at line 23 of file klocale_mac.cpp.
| KLocaleMacPrivate::KLocaleMacPrivate | ( | KLocale * | q_ptr, |
| const QString & | catalog, | ||
| const QString & | language, | ||
| const QString & | country, | ||
| KConfig * | config | ||
| ) |
Definition at line 31 of file klocale_mac.cpp.
| KLocaleMacPrivate::KLocaleMacPrivate | ( | const KLocaleMacPrivate & | rhs | ) |
Definition at line 40 of file klocale_mac.cpp.
| KLocaleMacPrivate::~KLocaleMacPrivate | ( | ) | [virtual] |
Definition at line 54 of file klocale_mac.cpp.
Member Function Documentation
| KLocaleMacPrivate & KLocaleMacPrivate::operator= | ( | const KLocaleMacPrivate & | rhs | ) |
Definition at line 47 of file klocale_mac.cpp.
| QByteArray KLocaleMacPrivate::systemCodeset | ( | ) | const [protected, virtual] |
Returns the system codeset.
Reimplemented from KLocalePrivate.
Definition at line 68 of file klocale_mac.cpp.
| QString KLocaleMacPrivate::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 63 of file klocale_mac.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference