15 #ifndef BORNAGAIN_GUI2_IMPORTDATAVIEW_IMPORTDATAEDITORACTIONS_H
16 #define BORNAGAIN_GUI2_IMPORTDATAVIEW_IMPORTDATAEDITORACTIONS_H
18 #include "darefl_export.h"
24 class UndoStackInterface;
29 class ExperimentalDataModel;
30 class DataSelectionModel;
42 bool isUndoEnabled()
const;
49 void onMergeCanvases();
53 void onImportDialogRequest();
56 void onSelectionChanged(
const QItemSelection& selected,
const QItemSelection& deselected);
Interface class for undo/redo stack.
Custom selection model for data view model (AbstractViewModel).
The model to store imported reflectometry data.
Actions for ImportDataEditor.
void invokeImportDialogRequest()
materialitems.h Collection of materials to populate MaterialModel.
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.