15 #ifndef BORNAGAIN_MVVM_VIEW_MVVM_PLOTTING_STATUSSTRINGREPORTER_H 
   16 #define BORNAGAIN_MVVM_VIEW_MVVM_PLOTTING_STATUSSTRINGREPORTER_H 
   18 #include "mvvm/view_export.h" 
   27 class StatusStringFormatterInterface;
 
   34     using callback_t = std::function<void(
const std::string&)>;
 
   36                          std::unique_ptr<StatusStringFormatterInterface> formatter);
 
   41     std::unique_ptr<StatusStringReporterImpl> 
p_impl;
 
Reports back status string composed for current mouse position in QCustomPlot.
 
std::function< void(const std::string &)> callback_t
 
std::unique_ptr< StatusStringReporterImpl > p_impl
 
materialitems.h Collection of materials to populate MaterialModel.