Changes between Version 37 and Version 38 of GROUP_TIMELINES_R0
- Timestamp:
- 06/19/09 21:05:24 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_TIMELINES_R0
v37 v38 56 56 Have a TimedElement interface that will be implemented by all classes (Frame, Page, etc.) that have a timeline. This interface will have a list property of channels.[[BR]][[BR]] 57 57 Have a templated Channel class that can return the value of a tracked object property in time. It will perform an interpolation of the two neighboring values in case a value doesn't exist for this point in time.[[BR]][[BR]] 58 Make Frame inherit TimedElement. Change Frame visible property to be tracked .[[BR]][[BR]]59 Make Page inherit TimedElement. Change Page elements property to be tracked .[[BR]][[BR]]58 Make Frame inherit TimedElement. Change Frame visible property to be tracked in a channel.[[BR]][[BR]] 59 Make Page inherit TimedElement. Change Page elements property to be tracked in a channel.[[BR]][[BR]] 60 60 61 61