lokalize
#include "glossary.h"
#include "stemming.h"
#include "project.h"
#include "prefs_lokalize.h"
#include "domroutines.h"
#include <kdebug.h>
#include <QFile>
#include <QXmlSimpleReader>
#include <QXmlStreamReader>
#include <QBuffer>
#include <QApplication>
#include "glossary.moc"
 
Go to the source code of this file.
 | 
| static void  | appendTerm (QDomElement langSetElem, const QString &termText) | 
|   | 
| static QDomElement  | firstDescripElemForLang (QDomElement termEntry, const QString &lang) | 
|   | 
| static void  | getElementsForTermLangIndex (QDomElement termEntry, QString &lang, int index, QDomElement &ourLangSetElement, QDomElement &tigElement, QDomElement &termElement) | 
|   | 
 | 
| static const QString  | defaultLang ="en_US" | 
|   | 
| static const QString  | id ="id" | 
|   | 
| static const QString  | langSet ="langSet" | 
|   | 
| static const QString  | ntig ="ntig" | 
|   | 
| static const QString  | term ="term" | 
|   | 
| static const QString  | termGrp ="termGrp" | 
|   | 
| static const QString  | tig ="tig" | 
|   | 
| static const QString  | xmlLang ="xml:lang" | 
|   | 
  
  
      
        
          | static void appendTerm  | 
          ( | 
          QDomElement  | 
          langSetElem,  | 
         
        
           | 
           | 
          const QString &  | 
          termText  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static QDomElement firstDescripElemForLang  | 
          ( | 
          QDomElement  | 
          termEntry,  | 
         
        
           | 
           | 
          const QString &  | 
          lang  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | static void getElementsForTermLangIndex  | 
          ( | 
          QDomElement  | 
          termEntry,  | 
         
        
           | 
           | 
          QString &  | 
          lang,  | 
         
        
           | 
           | 
          int  | 
          index,  | 
         
        
           | 
           | 
          QDomElement &  | 
          ourLangSetElement,  | 
         
        
           | 
           | 
          QDomElement &  | 
          tigElement,  | 
         
        
           | 
           | 
          QDomElement &  | 
          termElement  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString defaultLang ="en_US" | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString langSet ="langSet" | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString ntig ="ntig" | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString term ="term" | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString termGrp ="termGrp" | 
         
       
   | 
  
static   | 
  
 
 
  
  
      
        
          | const QString xmlLang ="xml:lang" | 
         
       
   | 
  
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.