Template library for properties in C++ (like this:
widget.color = "red";
to change widget color).
class Widget { ... Color get_color(); void set_color(Color value); prop::Property<Widget, Color, &Widget::set_color, &Widget::get_color> color; ... };
Optionally uses libsigc++ to notify about property value changes.
It will support binding several properties together to change accordingly each other.
Article: Binding Properties of ObjectsLicensing : GNU copyleft
Do not expect an immediate response - the contents of this form will be added to a queue, which I process manually about once a week. If you don't fill in your email address correctly, you will not (obviously) get any reply at all. Other invalid information may result in a mailed request for clarification.
Enter your comment in the areas provided below. Be sure to include your name and email address.
Please don't bother trying to post spam or links to dodgy web sites - everything you post here is reviewed by a human being before being released for public viewing.
For more information on any of Trumphurst's products and services, please