CustusX  16.12
An IGT application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
cx::OrderedQDomDocument Class Reference

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 136 of file cxSessionStorageServiceImpl.cpp.

Constructor & Destructor Documentation

cx::OrderedQDomDocument::OrderedQDomDocument ( )
inline

Definition at line 139 of file cxSessionStorageServiceImpl.cpp.

cx::OrderedQDomDocument::~OrderedQDomDocument ( )
inline

Definition at line 147 of file cxSessionStorageServiceImpl.cpp.

Member Function Documentation

QDomDocument& cx::OrderedQDomDocument::doc ( )
inline

Definition at line 155 of file cxSessionStorageServiceImpl.cpp.


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