lokalize
#include "tsstorage.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 QString | content (QDomElement elem, ContentEditingData *data=0) |
|
static QString | doContent (QDomElement elem, int startingPos, ContentEditingData *data) |
|
|
static const QString | attrnames [] ={"location" ,"type" ,"obsolete"} |
|
static const QString | attrvalues [] ={"obsolete"} |
|
static const QString | names [] ={"source" ,"translation","oldsource" ,"translatorcomment","comment" ,"name" ,"numerus"} |
|
static const char *const | noyes [] ={"no","yes"} |
|
Enumerator |
---|
LocationAttr |
|
TypeAttr |
|
ObsoleteAttr |
|
Definition at line 49 of file tsstorage.cpp.
Enumerator |
---|
SourceTag |
|
TargetTag |
|
OldSourceTag |
|
NoteTag |
|
DevNoteTag |
|
NameTag |
|
PluralTag |
|
Definition at line 46 of file tsstorage.cpp.
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 170 of file tsstorage.cpp.
static QString doContent |
( |
QDomElement |
elem, |
|
|
int |
startingPos, |
|
|
ContentEditingData * |
data |
|
) |
| |
|
static |
const QString attrnames[] ={"location" ,"type" ,"obsolete"} |
|
static |
const QString attrvalues[] ={"obsolete"} |
|
static |
const QString names[] ={"source" ,"translation","oldsource" ,"translatorcomment","comment" ,"name" ,"numerus"} |
|
static |
const char* const noyes[] ={"no","yes"} |
|
static |
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.