14 dbg.nospace() <<
"Node " << n.
node <<
" "
26 QDomDocument doc = parent->ownerDocument();
27 QDomElement e = doc.createElement(tag);
28 parent->appendChild(e);
30 e.setAttribute(
"type",
"mesh-node");
KRITAGLOBAL_EXPORT void saveValue(QDomElement *parent, const QString &tag, const BaseMeshNode &node)
QDebug operator<<(QDebug dbg, const Mesh< Node, Patch > &mesh)
KRITAGLOBAL_EXPORT bool loadValue(const QDomElement &parent, BaseMeshNode *node)
bool checkType(const QDomElement &e, const QString &expectedType)
void saveValue(QDomElement *parent, const QString &tag, const QSize &size)
bool loadValue(const QDomElement &e, float *v)