lokalize
#include "gettextheader.h"
#include "project.h"
#include "version.h"
#include "prefs_lokalize.h"
#include <QProcess>
#include <QString>
#include <QStringBuilder>
#include <QMap>
#include <QTextCodec>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kdatetime.h>
#include <kio/netaccess.h>
#include <ktemporaryfile.h>
Include dependency graph for gettextheader.cpp:

Go to the source code of this file.
Macros | |
#define | NUM_LANG_WITH_INFO 40 |
Functions | |
QString | GNUPluralForms (const QString &lang) |
int | numberOfPluralFormsForLangCode (const QString &langCode) |
int | numberOfPluralFormsFromHeader (const QString &header) |
void | updateHeader (QString &header, QString &comment, QString &langCode, int &numberOfPluralForms, const QString &CatalogProjectId, bool generatedFromDocbook, bool belongsToProject, bool forSaving, QTextCodec *codec) |
Variables | |
static const char * | langsWithPInfo [NUM_LANG_WITH_INFO] |
static const char * | pInfo [NUM_LANG_WITH_INFO] |
Macro Definition Documentation
#define NUM_LANG_WITH_INFO 40 |
this data was obtained by running GNUPluralForms() on all languages KDE knows of
Definition at line 49 of file gettextheader.cpp.
Function Documentation
QString GNUPluralForms | ( | const QString & | lang | ) |
Definition at line 162 of file gettextheader.cpp.
int numberOfPluralFormsForLangCode | ( | const QString & | langCode | ) |
Definition at line 149 of file gettextheader.cpp.
int numberOfPluralFormsFromHeader | ( | const QString & | header | ) |
Definition at line 138 of file gettextheader.cpp.
void updateHeader | ( | QString & | header, |
QString & | comment, | ||
QString & | langCode, | ||
int & | numberOfPluralForms, | ||
const QString & | CatalogProjectId, | ||
bool | generatedFromDocbook, | ||
bool | belongsToProject, | ||
bool | forSaving, | ||
QTextCodec * | codec | ||
) |
Definition at line 243 of file gettextheader.cpp.
Variable Documentation
|
static |
Definition at line 50 of file gettextheader.cpp.
|
static |
Definition at line 94 of file gettextheader.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:03:45 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:03:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.