#include <QString>
#include <QStringList>
#include <QMap>
Go to the source code of this file.
◆ POMap
◆ TranslationMap
◆ applyTranslationToXMIFile()
      
        
          | bool applyTranslationToXMIFile | ( | const char * | fileName, | 
        
          |  |  | const QStringList & | attributes, | 
        
          |  |  | TranslationMap & | translations ) | 
      
 
 
◆ extractAttributesFromXMI()
      
        
          | bool extractAttributesFromXMI | ( | const char * | fileName, | 
        
          |  |  | const QStringList & | attributes, | 
        
          |  |  | POMap & | result ) | 
      
 
Extract language related XML attributes from XMI file
- Parameters
- 
  
    | fileName | file to extract attributes from |  | attributes | List with attribute names to extract |  | result | map with extracted results |  
 
- Returns
- true successful extraction 
- 
false extraction failure 
 
 
◆ fetchPoFile()
Fetch Pot file.
- Parameters
- 
  
    | fileName | file to parse |  | map | returned map with parsed items |  
 
- Returns
- true parsed successfully 
- 
false parse failure 
 
 
◆ toGetTextString()
      
        
          | QString toGetTextString | ( | const QString & | message | ) |  | 
      
 
 
◆ XMILanguagesAttributes()
      
        
          | QStringList XMILanguagesAttributes | ( |  | ) |  | 
      
 
Return list of xmi file attributes containing language information.
- Returns
- list of xmi element attributes