43 QDomElement elem = doc.createElement( QStringLiteral(
"mesh-simplify-settings" ) );
44 elem.setAttribute( QStringLiteral(
"enabled" ), mEnabled ? QStringLiteral(
"1" ) : QStringLiteral(
"0" ) );
45 elem.setAttribute( QStringLiteral(
"reduction-factor" ), mReductionFactor );
46 elem.setAttribute( QStringLiteral(
"mesh-resolution" ), mMeshResolution );
The class is used as a container of context for various read/write operations on other objects.