Getter/Setter method/events
I'd like to see the same thing in OpenROAD as well. The ability to have either getter/setter methods on user class attributes and/or the ability to have 'on changed' events for attributes.
This actually came from two different requirements, which both came out of wanting to change existing functionality without having to change too much existing code.
1. Being able to take new action when an attribute is changed on a userclass object, without having to re-code existing logic into a method call.
2. As with yourself, being able to code 'generic' Bias changed events into include scripts which would be able to handle application wide changes in Look & Feel.
These features would help in Application re factoring I think.
|