lokalize
GettextCatalog::GettextExportPlugin Class Reference
The class for exporting GNU gettext PO files. More...
#include <gettextexport.h>
Public Member Functions | |
| GettextExportPlugin (int wrapWidth=-1) | |
| ConversionStatus | save (const QString &file, const GettextStorage *catalog) |
Public Attributes | |
| int | m_wrapWidth |
Detailed Description
The class for exporting GNU gettext PO files.As an extra information, it stores the list of all obsolete entries.
Definition at line 53 of file gettextexport.h.
Constructor & Destructor Documentation
| GettextExportPlugin::GettextExportPlugin | ( | int | wrapWidth = -1 |
) |
Definition at line 56 of file gettextexport.cpp.
Member Function Documentation
| ConversionStatus GettextExportPlugin::save | ( | const QString & | file, | |
| const GettextStorage * | catalog | |||
| ) |
Definition at line 61 of file gettextexport.cpp.
Member Data Documentation
Width of the wrap.
This is the width of the wrap in characters (not bytes), including everything (e.g. keyword, quote characters, spaces).
- A value of 0 means no wrap
- A value of -1 means the traditional KBabel wrapping
- Other negative values are reserved for future extensions (by default: no wrap)
- Note:
- Gettext's default value is 78 characters
- Too small values might not be correctly supported.
Definition at line 86 of file gettextexport.h.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference