[KLF Application][KLF Tools][KLF Backend][KLF Home]
KLatexFormula Project
Public Member Functions | Public Attributes | List of all members
KLFTranslationInfo Struct Reference

Small minimalist structure to store basic information about available translations. More...

#include <klfmain.h>

Collaboration diagram for KLFTranslationInfo:
Collaboration graph
[legend]

Public Member Functions

 KLFTranslationInfo ()
 

Public Attributes

QString localename
 
QString translatedname
 
bool hasnicetranslatedname
 TRUE if the translatedname was provided by translator itself. More...
 

Detailed Description

Small minimalist structure to store basic information about available translations.

Intended for settings dialog to read.

To manage translation files, see KLFI18nFile.

Definition at line 212 of file klfmain.h.

Constructor & Destructor Documentation

KLFTranslationInfo::KLFTranslationInfo ( )
inline

Definition at line 214 of file klfmain.h.

Member Data Documentation

bool KLFTranslationInfo::hasnicetranslatedname

TRUE if the translatedname was provided by translator itself.

and FALSE if the name was guessed.

Definition at line 221 of file klfmain.h.

Referenced by klf_add_avail_translation().

QString KLFTranslationInfo::localename

Definition at line 216 of file klfmain.h.

Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().

QString KLFTranslationInfo::translatedname

Definition at line 217 of file klfmain.h.

Referenced by klf_add_avail_translation(), and KLFSettings::populateLocaleCombo().


The documentation for this struct was generated from the following file:

Generated by doxygen 1.8.6