summaryrefslogtreecommitdiff
path: root/fusion_static_dispatch.hpp
AgeCommit message (Collapse)Author
2014-06-20Fixed some weird template specialisation issue on some compilersDennis Brentjes
2014-05-25Adds a initial implementation of a Form, as a proof-of-concept.Dennis Brentjes
2014-05-19Reworked the Fusion_static_dispatch to be more generic.Dennis Brentjes
2014-05-153 major changes.Dennis Brentjes
Renamed fusion_model to FusionModel to follow the naming convention. Added observers so models can be shared over views and update properly. Constness in datastructure now makes the data uneditable.
2014-05-05Cleaned up the api to eliminate some intermediate stepsDennis Brentjes
2014-05-03Adds editing functionality to the models.Dennis Brentjes
no longer able to store QStrings in the model though, But when creating generic guis you should not use any Gui related types anyway.
2014-04-28Adds support for a std::map<std::string, T> model.Dennis Brentjes
2014-04-18First working prototypeDennis Brentjes