comparison layer/TimeInstantLayer.cpp @ 6:02aaea1ffaf7

* Beginnings of session save code * Add spline curve mode to time value layer
author Chris Cannam
date Thu, 12 Jan 2006 17:19:08 +0000
parents 37b110168acf
children 8f5b812baaee
comparison
equal deleted inserted replaced
5:37b110168acf 6:02aaea1ffaf7
296 } 296 }
297 } 297 }
298 } 298 }
299 } 299 }
300 300
301 QString
302 TimeInstantLayer::toXmlString(QString indent, QString extraAttributes) const
303 {
304 return Layer::toXmlString(indent, extraAttributes +
305 QString(" colour=\"%1\"").arg(encodeColour(m_colour)));
306 }
301 307
302 #ifdef INCLUDE_MOCFILES 308 #ifdef INCLUDE_MOCFILES
303 #include "TimeInstantLayer.moc.cpp" 309 #include "TimeInstantLayer.moc.cpp"
304 #endif 310 #endif
305 311