comparison layer/TimeRulerLayer.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
279 } 279 }
280 280
281 paint.restore(); 281 paint.restore();
282 } 282 }
283 283
284 QString
285 TimeRulerLayer::toXmlString(QString indent, QString extraAttributes) const
286 {
287 return Layer::toXmlString(indent, extraAttributes +
288 QString(" colour=\"%1\"").arg(encodeColour(m_colour)));
289 }
290
284 291
285 #ifdef INCLUDE_MOCFILES 292 #ifdef INCLUDE_MOCFILES
286 #include "TimeRulerLayer.moc.cpp" 293 #include "TimeRulerLayer.moc.cpp"
287 #endif 294 #endif
288 295