|
libpropc++ (for C++)
Template library for properties in C++ like this: widget.color = "red"; to change widget color. In class Widget use: prop::Property 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
c- properties c- template library c- library foundational library libsigc signal programming oo programming object oriented programming object orientated programming signals gui programming object oriented methodology oo method oo methodology library properties c++ widget color = red change widget color |