KDECore
kglobal.h File Reference
#include <kdecore_export.h>
#include <QtCore/QAtomicPointer>
#include <sys/types.h>
#include <QtCore/QObject>
Include dependency graph for kglobal.h:
Go to the source code of this file.
Classes | |
class | KCatalogLoader |
class | KSharedPtr< T > |
Namespaces | |
KGlobal | |
Macros | |
#define | K_GLOBAL_STATIC(TYPE, NAME) K_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ()) |
#define | K_GLOBAL_STATIC_WITH_ARGS(TYPE, NAME, ARGS) |
Typedefs | |
typedef KSharedPtr< KSharedConfig > | KSharedConfigPtr |
Enumerations | |
enum | KGlobal::CopyCatalogs { KGlobal::DoCopyCatalogs, KGlobal::DontCopyCatalogs } |
Functions | |
KComponentData | KGlobal::activeComponent () |
QString | KGlobal::caption () |
KCharsets * | KGlobal::charsets () |
KSharedConfigPtr | KGlobal::config () |
void | KGlobal::deref () |
KStandardDirs * | KGlobal::dirs () |
template<typename T > | |
T | KGlobal::findDirectChild (const QObject *object) |
QObject * | KGlobal::findDirectChild_helper (const QObject *parent, const QMetaObject &mo) |
bool | KGlobal::hasLocale () |
bool | KGlobal::hasMainComponent () |
void | KGlobal::insertCatalog (const QString &catalog) |
KLocale * | KGlobal::locale () |
const KComponentData & | KGlobal::mainComponent () |
void | KGlobal::ref () |
void | KGlobal::setActiveComponent (const KComponentData &d) |
void | KGlobal::setAllowQuit (bool allowQuit) |
void | KGlobal::setLocale (KLocale *, CopyCatalogs copy=DoCopyCatalogs) |
const QString & | KGlobal::staticQString (const char *str) |
const QString & | KGlobal::staticQString (const QString &str) |
mode_t | KGlobal::umask () |
Typedef Documentation
typedef KSharedPtr<KSharedConfig> KSharedConfigPtr |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.