lokalize
#include <glossary.h>
Public Member Functions | |
TermEntry (const QStringList &_english, const QStringList &_target, const QString &_definition, int _subjectField, const QString &_id=QString()) | |
TermEntry () | |
void | clear () |
Public Attributes | |
QString | definition |
QStringList | english |
QString | id |
int | subjectField |
QStringList | target |
Detailed Description
struct that contains types data we work with.
this data can also be added to the TBX file
the entry represents term, not word(s), so there can be only one subjectField.
Contains parts of 'entry' tag in TBX that we support
Definition at line 50 of file glossary.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 59 of file glossary.h.
|
inline |
Definition at line 72 of file glossary.h.
Member Function Documentation
|
inline |
Definition at line 76 of file glossary.h.
Member Data Documentation
QString GlossaryNS::TermEntry::definition |
Definition at line 54 of file glossary.h.
QStringList GlossaryNS::TermEntry::english |
Definition at line 52 of file glossary.h.
QString GlossaryNS::TermEntry::id |
Definition at line 56 of file glossary.h.
int GlossaryNS::TermEntry::subjectField |
Definition at line 55 of file glossary.h.
QStringList GlossaryNS::TermEntry::target |
Definition at line 53 of file glossary.h.
The documentation for this struct was generated from the following file:
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.