15 #ifndef BORNAGAIN_GUI2_MATERIALEDITOR_MATERIALEDITORACTIONS_H
16 #define BORNAGAIN_GUI2_MATERIALEDITOR_MATERIALEDITORACTIONS_H
18 #include "darefl_export.h"
25 class MaterialSelectionModel;
40 void onCloneMaterial();
41 void onRemoveMaterial();
51 std::unique_ptr<MaterialEditorActionsImpl>
p_impl;
Handles user actions applied to material table.
std::unique_ptr< MaterialEditorActionsImpl > p_impl
Model to hold MaterialItems.
Custom selection model for material view model (AbstractViewModel).
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.