15 #ifndef BORNAGAIN_MVVM_MODEL_MVVM_PROJECT_MODELHASCHANGEDCONTROLLER_H 
   16 #define BORNAGAIN_MVVM_MODEL_MVVM_PROJECT_MODELHASCHANGEDCONTROLLER_H 
   32     bool hasChanged() 
const;
 
   37     void process_change();
 
   38     bool m_has_changed{
false};
 
Tracks changes in the model.
 
std::function< void()> callback_t
 
Templated class for all objects willing to listen for changes in concrete SessionModel.
 
Main class to hold hierarchy of SessionItem objects.
 
materialitems.h Collection of materials to populate MaterialModel.