Fraxinus  18.10
An IGT application
OrderedQDomDocument Class Reference

#include <cxOrderedQDomDocument.h>

Public Member Functions

 OrderedQDomDocument ()
 
 ~OrderedQDomDocument ()
 
QDomDocument & doc ()
 

Detailed Description

A QDomDocument that stores attributes in the same order each time.

Set a fixed hash seed in order to fix the ordering of xml attributes http://stackoverflow.com/questions/21535707/qtxml-incorrect-order-of-attributes needed primarily because we store the session in git and would like to diff.

Definition at line 24 of file cxOrderedQDomDocument.h.

Constructor & Destructor Documentation

OrderedQDomDocument::OrderedQDomDocument ( )
inline

Definition at line 27 of file cxOrderedQDomDocument.h.

OrderedQDomDocument::~OrderedQDomDocument ( )
inline

Definition at line 35 of file cxOrderedQDomDocument.h.

Member Function Documentation

QDomDocument& OrderedQDomDocument::doc ( )
inline

Definition at line 43 of file cxOrderedQDomDocument.h.


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