Mercurial > hg > svcore
comparison transform/Transform.cpp @ 396:9d70f577d6f5
...
author | Chris Cannam |
---|---|
date | Wed, 19 Mar 2008 20:23:26 +0000 |
parents | 370aa9714ef5 |
children | 78dd9b35559b |
comparison
equal
deleted
inserted
replaced
395:bf1311518f80 | 396:9d70f577d6f5 |
---|---|
338 out << indent; | 338 out << indent; |
339 | 339 |
340 bool haveContent = true; | 340 bool haveContent = true; |
341 if (m_parameters.empty() && m_configuration.empty()) haveContent = false; | 341 if (m_parameters.empty() && m_configuration.empty()) haveContent = false; |
342 | 342 |
343 out << QString("<transform id=\"%1\" pluginVersion=\"%2\" program=\"%3\" stepSize=\"%4\" blockSize=\"%5\" windowType=\"%6\" startTime=\"%7\" duration=\"%8\" sampleRate=\"%9\"") | 343 out << QString("<transform\n id=\"%1\"\n pluginVersion=\"%2\"\n program=\"%3\"\n stepSize=\"%4\"\n blockSize=\"%5\"\n windowType=\"%6\"\n startTime=\"%7\"\n duration=\"%8\"\n sampleRate=\"%9\"") |
344 .arg(encodeEntities(m_id)) | 344 .arg(encodeEntities(m_id)) |
345 .arg(encodeEntities(m_pluginVersion)) | 345 .arg(encodeEntities(m_pluginVersion)) |
346 .arg(encodeEntities(m_program)) | 346 .arg(encodeEntities(m_program)) |
347 .arg(m_stepSize) | 347 .arg(m_stepSize) |
348 .arg(m_blockSize) | 348 .arg(m_blockSize) |