Add pugi_xml test branch

This commit is contained in:
joshua
2020-01-04 11:30:43 +01:00
parent 523e6692ad
commit 674e9e31a5
8 changed files with 14604 additions and 15 deletions

View File

@@ -18,6 +18,7 @@
#ifndef NAMES_LIST_H
#define NAMES_LIST_H
#include <QtXml>
#include "pugixml.hpp"
/**
Cette classe represente une liste de noms, utilisee
par les elements et categories pour embarquer un meme nom en plusieurs
@@ -57,6 +58,7 @@ class NamesList {
// methods relatives a XML
void fromXml(const QDomElement &, const QHash<QString, QString> & = QHash<QString, QString>());
void fromXml(const pugi::xml_node &xml_element, const QHash<QString, QString> &xml_options = QHash<QString, QString>());
QDomElement toXml(QDomDocument &, const QHash<QString, QString> & = QHash<QString, QString>()) const;
protected: