lokalize
#include "glossary.h"
#include "stemming.h"
#include "project.h"
#include "prefs_lokalize.h"
#include "domroutines.h"
#include <kdebug.h>
#include <QFile>
#include <QXmlSimpleReader>
#include <QXmlStreamReader>
#include <QBuffer>
#include <QApplication>
#include "glossary.moc"
Include dependency graph for glossary.cpp:
Go to the source code of this file.
Macros | |
#define | FETCH_SIZE 128 |
Functions | |
static void | appendTerm (QDomElement langSetElem, const QString &termText) |
static QDomElement | firstDescripElemForLang (QDomElement termEntry, const QString &lang) |
static void | getElementsForTermLangIndex (QDomElement termEntry, QString &lang, int index, QDomElement &ourLangSetElement, QDomElement &tigElement, QDomElement &termElement) |
Variables | |
static const QString | defaultLang ="en_US" |
static const QString | id ="id" |
static const QString | langSet ="langSet" |
static const QString | ntig ="ntig" |
static const QString | term ="term" |
static const QString | termGrp ="termGrp" |
static const QString | tig ="tig" |
static const QString | xmlLang ="xml:lang" |
Macro Definition Documentation
#define FETCH_SIZE 128 |
Definition at line 164 of file glossary.cpp.
Function Documentation
|
static |
Definition at line 660 of file glossary.cpp.
|
static |
Definition at line 470 of file glossary.cpp.
|
static |
Definition at line 370 of file glossary.cpp.
Variable Documentation
|
static |
Definition at line 42 of file glossary.cpp.
|
static |
Definition at line 49 of file glossary.cpp.
|
static |
Definition at line 47 of file glossary.cpp.
|
static |
Definition at line 44 of file glossary.cpp.
|
static |
Definition at line 48 of file glossary.cpp.
|
static |
Definition at line 46 of file glossary.cpp.
|
static |
Definition at line 45 of file glossary.cpp.
|
static |
Definition at line 43 of file glossary.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.