|
|
Access the KDE global objects.
KInstance * |
[static]
Retrieve the global instance. There is always at least one instance of a component in one application (in most cases the application itself).
KStandardDirs * |
[static]
Retrieve the application standard dirs object.
KConfig * |
[static]
Retrieve the general config object.
KIconLoader * |
[static]
Retrieve an iconloader object.
KLocale * |
[static]
KCharsets * |
[static]
const QString & |
[static]
Create a static QString
To be used inside functions(!) like: static const QString &myString = KGlobal::staticQString("myText");
!!! Do _NOT_ use: !!! static QString myString = KGlobal::staticQString("myText"); This creates a static object (instead of a static reference) and as you know static objects are EVIL.
const QString & |
[static]
Create a static QString
To be used inside functions(!) like: static const QString &myString = KGlobal::staticQString(i18n("My Text"));
!!! Do _NOT_ use: !!! static QString myString = KGlobal::staticQString(i18n("myText")); This creates a static object (instead of a static reference) and as you know static objects are EVIL.
void |
[static]
void |
[static]
void |
[static]
static KStringDict * |
static KInstance * |
static KLocale * |
static KCharsets * |
static KStaticDeleterList * |
static KInstance * |