lokalize
#include "xliffstorage.h"
#include "gettextheader.h"
#include "project.h"
#include "version.h"
#include "prefs_lokalize.h"
#include <QProcess>
#include <QString>
#include <QMap>
#include <QDomDocument>
#include <QTime>
#include <QPair>
#include <QList>
#include <kdebug.h>
#include <kglobal.h>
#include <klocale.h>
#include <kdatetime.h>
#include <QXmlSimpleReader>
Go to the source code of this file.
|
static const QString | binsourcesource [] ={"bin-source","source"} |
|
static const QString | bintargettarget [] ={"bin-target","target"} |
|
static const QString | noyes [] ={"no","yes"} |
|
static const char *const | states [] |
|
static QString content |
( |
QDomElement |
elem, |
|
|
ContentEditingData * |
data = 0 |
|
) |
| |
|
static |
walks through XLIFF XML and performs actions depending on ContentEditingData:
- reads content
- deletes content, or
- inserts content
Definition at line 245 of file xliffstorage.cpp.
static QString doContent |
( |
QDomElement |
elem, |
|
|
int |
startingPos, |
|
|
ContentEditingData * |
data |
|
) |
| |
|
static |
static QString genericContent |
( |
QDomElement |
elem, |
|
|
bool |
nonbin |
|
) |
| |
|
static |
static void initNoteFromElement |
( |
Note & |
note, |
|
|
QDomElement |
elem |
|
) |
| |
|
static |
static QDomElement phaseElement |
( |
QDomDocument |
m_doc, |
|
|
const QString & |
name, |
|
|
QDomElement & |
phasegroup |
|
) |
| |
|
static |
static Phase phaseFromElement |
( |
QDomElement |
phaseElem | ) |
|
|
static |
QVector<Note> phaseNotes |
( |
QDomDocument |
m_doc, |
|
|
const QString & |
phasename, |
|
|
bool |
remove = false |
|
) |
| |
static TargetState stringToState |
( |
const QString & |
state | ) |
|
|
static |
const QString binsourcesource[] ={"bin-source","source"} |
|
static |
const QString bintargettarget[] ={"bin-target","target"} |
|
static |
const QString noyes[] ={"no","yes"} |
|
static |
const char* const states[] |
|
static |
Initial value:={
"new", "needs-translation", "needs-l10n", "needs-adaptation", "translated",
"needs-review-translation", "needs-review-l10n", "needs-review-adaptation", "final",
"signed-off"}
Definition at line 955 of file xliffstorage.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
KDE's Doxygen guidelines are available online.