C++ template library for properties of objects which can be manipulated like normal member variables (widget.color = "red";). Supports binding properties with each other, so that when one property changes, other changes accordingly automatically.
Be the first to post a text review of libpropc++ library. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Libpropc++ (http://ex-code.com/propcpp/) adds properties to stanard C++. Properties also can be bound together to be auto-synchronized. Properties are pseudo-variables getting/setting which causes side-effects. For example 'widget.color = "red";' could be used to change widget's color. Properties can be bound together so that when the value of one property changes, values of the others automatically change accordingly. It is great for UI design and other apps ('checkbox.checked.bind(frame.visible);'). Libpropc++ supports many different kinds of binding properties (http://ex-code.com/articles/binding-properties.html) e.g. with transforming by functors. It is integrated with libsigc++ or can be used independingly.
It is mainly a bug fixing release for serious bugs which were in 0.9. Added a test suite. Smaller improvements.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?