15 #ifndef BORNAGAIN_GUI_VIEW_PROJECTION_PROJECTIONSEDITORACTIONS_H
16 #define BORNAGAIN_GUI_VIEW_PROJECTION_PROJECTIONSEDITORACTIONS_H
19 #include <QModelIndex>
23 class QItemSelectionModel;
Provides various actions for ProjectionsEditor.
void setContext(SessionModel *model, const QModelIndex &shapeContainerIndex, IntensityDataItem *intensityItem)
void setSelectionModel(QItemSelectionModel *selectionModel)
void propertyPanelRequest()
QList< QAction * > topToolbarActions()
IntensityDataItem * m_intensityDataItem
QAction * m_togglePanelAction
QModelIndex m_containerIndex
Index of container with projections.
ProjectionsEditorActions(QWidget *parent=nullptr)
void onSaveAction()
Performs saving of projections in ascii file.
QItemSelectionModel * m_selectionModel
QAction * m_resetViewAction
Base class for a GUI data collection. A collection is e.g. all real data (RealDataModel)....