lokalize
#include <catalogitem_private.h>
Public Member Functions | |
CatalogItemPrivate () | |
void | assign (const CatalogItemPrivate &other) |
void | clear () |
bool | isUntranslated () const |
bool | isUntranslated (uint form) const |
const QString & | msgid (const int form) const |
Public Attributes | |
QByteArray | _comment |
bool | _fuzzyCached |
bool | _keepEmptyMsgCtxt |
QString | _msgctxt |
QVector< QString > | _msgidPlural |
QVector< QString > | _msgstrPlural |
bool | _plural |
bool | _prependMsgIdEmptyLine |
bool | _prependMsgStrEmptyLine |
bool | _valid |
Detailed Description
This class represents data for an entry in a catalog.
It contains the comment, the Msgid and the Msgstr. It defines some functions to query the state of the entry (fuzzy, untranslated, cformat).
Class, representing an entry in a catalog
Definition at line 57 of file catalogitem_private.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 76 of file catalogitem_private.h.
Member Function Documentation
|
inline |
Definition at line 106 of file catalogitem_private.h.
|
inline |
Definition at line 94 of file catalogitem_private.h.
|
inline |
Definition at line 119 of file catalogitem_private.h.
|
inline |
Definition at line 129 of file catalogitem_private.h.
|
inline |
Definition at line 138 of file catalogitem_private.h.
Member Data Documentation
QByteArray GettextCatalog::CatalogItemPrivate::_comment |
Definition at line 68 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_fuzzyCached |
Definition at line 63 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_keepEmptyMsgCtxt |
Definition at line 66 of file catalogitem_private.h.
QString GettextCatalog::CatalogItemPrivate::_msgctxt |
Definition at line 69 of file catalogitem_private.h.
Definition at line 71 of file catalogitem_private.h.
Definition at line 72 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_plural |
Definition at line 61 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_prependMsgIdEmptyLine |
Definition at line 64 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_prependMsgStrEmptyLine |
Definition at line 65 of file catalogitem_private.h.
bool GettextCatalog::CatalogItemPrivate::_valid |
Definition at line 62 of file catalogitem_private.h.
The documentation for this class 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.