QtLingo 1
QtLingo is an Application to make Qt Computer Translations easier
ts_model.h File Reference
#include <QString>
#include <QXmlStreamAttributes>
#include <algorithm>
#include <assert.h>
#include <iostream>
#include <map>
#include <memory>
#include <vector>
#include "efl_hash.h"

Go to the source code of this file.

Classes

struct  visitors::document_dump
 document dump. More...
 
struct  visitors::string_extractor_replacer
 string extractor replacer. More...
 
struct  visitors::back_string_replacer
 back string replacer. More...
 
struct  base_node
 base node. More...
 
struct  document_node
 document node. More...
 
struct  DTD_node
 DTD node. More...
 
struct  element_node
 element node. More...
 
struct  TS_node
 TS node. More...
 

Namespaces

namespace  visitors
 visitors/
 

Typedefs

typedef std::map< hash_t, QString > visitors::map_hashQString
 map hashQString. More...
 
typedef std::map< QString, QString > visitors::map_QStringQString