superkaramba
#include "themelocale.h"
#include "themefile.h"
#include <stdlib.h>
#include <KGlobal>
#include <KLocale>
#include <QBuffer>
#include <config-superkaramba.h>
Include dependency graph for themelocale.cpp:

Go to the source code of this file.
Macros | |
#define | _MAGIC 0x950412de |
#define | _MAGIC_SWAPPED 0xde120495 |
#define | HASHWORDBITS 32 |
#define | MO_REVISION_NUMBER 0 |
#define | W(flag, data) ((flag) ? SWAP (data) : (data)) |
Typedefs | |
typedef quint32 | nls_uint32 |
Functions | |
static unsigned long | hash_string (const char *__str_param) |
static nls_uint32 | SWAP (nls_uint32 i) |
char * | tl_nl_find_msg (const struct sk_kde_loaded_l10nfile *domain_file, const char *msgid) |
void | tl_nl_load_domain (QIODevice *device, int size, struct sk_kde_loaded_l10nfile *domain_file) |
void | tl_nl_unload_domain (struct loaded_domain *domain) |
Macro Definition Documentation
#define _MAGIC 0x950412de |
Definition at line 70 of file themelocale.cpp.
#define _MAGIC_SWAPPED 0xde120495 |
Definition at line 71 of file themelocale.cpp.
#define HASHWORDBITS 32 |
Definition at line 304 of file themelocale.cpp.
#define MO_REVISION_NUMBER 0 |
Definition at line 74 of file themelocale.cpp.
#define W | ( | flag, | |
data | |||
) | ((flag) ? SWAP (data) : (data)) |
Definition at line 46 of file themelocale.cpp.
Typedef Documentation
typedef quint32 nls_uint32 |
Definition at line 49 of file themelocale.cpp.
Function Documentation
|
inlinestatic |
Definition at line 307 of file themelocale.cpp.
|
inlinestatic |
Definition at line 62 of file themelocale.cpp.
char * tl_nl_find_msg | ( | const struct sk_kde_loaded_l10nfile * | domain_file, |
const char * | msgid | ||
) |
Definition at line 218 of file themelocale.cpp.
void tl_nl_load_domain | ( | QIODevice * | device, |
int | size, | ||
struct sk_kde_loaded_l10nfile * | domain_file | ||
) |
Definition at line 328 of file themelocale.cpp.
void tl_nl_unload_domain | ( | struct loaded_domain * | domain | ) |
Definition at line 428 of file themelocale.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 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 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.