libpropc (for C )Template library for properties in C++ like this: widget. color = "red"; to change widget color. In class Widget use: prop: : Property< Widget, Color, & Widget: : set_color, & Widget: : get_color> color; Supports binding properties together to auto-synchronize their values. Has its own signals implementation. Supports binding properties with a transformation by a functor. See article http: //ex-code. com/articles/binding-properties. html Download libpropc (for C ) (0.5 Mb) |