Software Downloads | Home | Submit | Latest News | Category | Contact us |
Search for OO programming libpropc++ (for C++) 1.0 in Extreme Code Software 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 |