C++ utility class allowing subscribing to changes of particular members (properties) of a class (=Observer pattern simplified). Works well with UI properties that can only be updated on the GUI thread. C++ equivalent of Android's LiveData.
cpp mvvm listener observer-pattern model-view-viewmodel publisher-subscriber event-model live-data signals-slots
- Updated
Nov 9, 2024 - C++