Developer documentation | Axl-2.5.1

axlAbstractDataWriter.h File Reference
#include "axlCoreExport.h"
#include <axlCore/axlAbstractData.h>
#include <dtkCoreSupport/dtkAbstractDataWriter.h>
#include <QtCore>
#include <QtXml>

Go to the source code of this file.

Classes

class  axlAbstractDataWriter
 

Macros

#define append_element_doc(Elt, Doc, Name, fct)
 

Macro Definition Documentation

#define append_element_doc (   Elt,
  Doc,
  Name,
  fct 
)
Value:
{ QDomElement dom = Doc->createElement(Name); \
dom.appendChild(Doc->createTextNode(fct)); \
Elt.appendChild(dom); }

Definition at line 58 of file axlAbstractDataWriter.h.