Download List

프로젝트 설명

libpropc++ is a template library for properties in
C++ which can be used like 'widget.color = "red";' to change widget color. Values of several properties can be "bound together" so that when one property changes, others automatically change accordingly. Binding can be unidirectional or mutual, with a transforming functor, etc. A part of the functionality of libsigc++ (a C++ "signal programming", i.e. Observer Pattern, library) is reimplemented.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-09-19 07:35
1.0

이 릴리스에는 몇 가지 심각한 버그를 수정하고 좋은 테스트했다.
Tags: Major bugfixes
This release fixed some serious bugs and added a good test suite.

2004-09-13 04:50
0.9alpha

이 릴리스의 바인딩 속성을 추가합니다 : 몇 가지 속성의 값을 서로 동기화가 자동으로 보관하실 수있습니다. libsigc의 일부를 구현한 + + (C + +를 라이브러리 신호)이 추가되었습니다. 어떤 개체에 추가할 수있는 "간단하게 속성을"이 추가되었습니다. 더 나은 API는 문서 및 기타 사소한 변경 사항이있습니다.
Tags: Major feature enhancements
This release adds binding properties: values of several properties can be kept synchronized with each other automatically. A partial reimplementation of libsigc++ (a C++ signalling library) has been added. "simple properties" that can be added to any object have been added. There are better API docs and other minor changes.

2004-08-29 15:07
0.2

HTML을 문서에 추가되었습니다.
Tags: Documentation
HTML documentation was added.

Project Resources