Revision af25ab93
Added by skyjake over 8 years ago
Files
- added
- modified
- copied
- renamed
- deleted
- doomsday
- sdk
- libcore
- include
- de
- AnimationRule
- ScalarRule
- data
- widgets
- animation.h (diff)
- animationrule.h
- constantrule.h (diff)
- rulerectangle.h (diff)
- rules.h (diff)
- scalarrule.h
- de
- src
- widgets
- animation.cpp (diff)
- animationrule.cpp
- constantrule.cpp (diff)
- rulerectangle.cpp (diff)
- scalarrule.cpp
- widgets
- include
- libcore
- sdk
libcore|Animation|Widgets: Improved animated layout rules
ScalarRule is now (more accurately) called AnimationRule. It supports
a new behavior mode where the rule restarts its animation whenever the
target is changed.
Also improved RefArg<> usage and applied it for
RuleRectangle::setInput(), so one can pass a pointer as an input rule.