Re: [gtkmm] Feature Wish: ad-hoc or external properties for simplified data binding



Andreas Pokorny wrote:

I guess i have handled all common access types for values.


Value "access" is only one of the challenges involved. Typically, you may also need to handle conversion, formatting and validation. You also typically need to be able to control under which conditions values are transferred to/from the model, and in a multithreaded app there would also be thread synchronization issues.

As soon as you need to write code to handle such issues, the issue of actually accessing the data is usually a relatively trivial part of the problem.

--
Christer Palm



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]