22 std::unique_ptr<StatusStringReporter>
25 return std::make_unique<StatusStringReporter>(custom_plot, callback,
26 std::make_unique<GraphInfoFormatter>());
29 std::unique_ptr<StatusStringReporter>
32 return std::make_unique<StatusStringReporter>(custom_plot, callback,
33 std::make_unique<ColorMapInfoFormatter>());
materialitems.h Collection of materials to populate MaterialModel.
std::unique_ptr< StatusStringReporter > CreateColorMapReporter(QCustomPlot *custom_plot, std::function< void(const std::string &)> callback)
Creates reporter for status string in QCustomPlot containing QCPColorMap.
std::unique_ptr< StatusStringReporter > CreateGraphReporter(QCustomPlot *custom_plot, std::function< void(const std::string &)> callback)
Creates reporter for status string in QCustomPlot containing graphs.