Skip to content
Snippets Groups Projects
Commit bf73fc78 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rename GUI/Support/Data/ID -> GUI/Model/Project/

parent a8dc3b01
No related branches found
No related tags found
1 merge request!2452cleanup autosave, style sheet & palette; split save some files; dissolve GUI/Support
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Support/Data/ID.h //! @file GUI/Model/Project/ID.h
//! @brief Defines shared enums. //! @brief Defines shared enums.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_SUPPORT_DATA_ID_H #ifndef BORNAGAIN_GUI_MODEL_PROJECT_ID_H
#define BORNAGAIN_GUI_SUPPORT_DATA_ID_H #define BORNAGAIN_GUI_MODEL_PROJECT_ID_H
namespace GUI { namespace GUI {
...@@ -29,4 +29,4 @@ enum ViewId { Datafile, Instrument, Sample, Simulation, Job }; ...@@ -29,4 +29,4 @@ enum ViewId { Datafile, Instrument, Sample, Simulation, Job };
} // namespace GUI::ID } // namespace GUI::ID
#endif // BORNAGAIN_GUI_SUPPORT_DATA_ID_H #endif // BORNAGAIN_GUI_MODEL_PROJECT_ID_H
...@@ -19,10 +19,10 @@ ...@@ -19,10 +19,10 @@
#include "GUI/Model/File/DatafilesSet.h" #include "GUI/Model/File/DatafilesSet.h"
#include "GUI/Model/Job/JobsSet.h" #include "GUI/Model/Job/JobsSet.h"
#include "GUI/Model/Material/MaterialItem.h" #include "GUI/Model/Material/MaterialItem.h"
#include "GUI/Model/Project/ID.h"
#include "GUI/Model/Project/ProjectUtil.h" #include "GUI/Model/Project/ProjectUtil.h"
#include "GUI/Model/Sample/ItemWithMaterial.h" #include "GUI/Model/Sample/ItemWithMaterial.h"
#include "GUI/Model/Sample/SamplesSet.h" #include "GUI/Model/Sample/SamplesSet.h"
#include "GUI/Support/Data/ID.h"
#include "GUI/Support/Data/SimulationOptionsItem.h" #include "GUI/Support/Data/SimulationOptionsItem.h"
#include "GUI/Support/Util/Path.h" #include "GUI/Support/Util/Path.h"
#include "GUI/Support/XML/UtilXML.h" #include "GUI/Support/XML/UtilXML.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONEDITOR_H #ifndef BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONEDITOR_H
#define BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONEDITOR_H #define BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONEDITOR_H
#include "GUI/Support/Data/ID.h" #include "GUI/Model/Project/ID.h"
#include "GUI/View/Device/DistributionSelector.h" // MeanConfig #include "GUI/View/Device/DistributionSelector.h" // MeanConfig
#include "GUI/View/Widget/GroupBoxes.h" #include "GUI/View/Widget/GroupBoxes.h"
#include <optional> #include <optional>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONSELECTOR_H #ifndef BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONSELECTOR_H
#define BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONSELECTOR_H #define BORNAGAIN_GUI_VIEW_DEVICE_DISTRIBUTIONSELECTOR_H
#include "GUI/Support/Data/ID.h" #include "GUI/Model/Project/ID.h"
#include <QComboBox> #include <QComboBox>
#include <QFormLayout> #include <QFormLayout>
#include <QWidget> #include <QWidget>
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_MAIN_CENTRALWIDGET_H #ifndef BORNAGAIN_GUI_VIEW_MAIN_CENTRALWIDGET_H
#define BORNAGAIN_GUI_VIEW_MAIN_CENTRALWIDGET_H #define BORNAGAIN_GUI_VIEW_MAIN_CENTRALWIDGET_H
#include "GUI/Support/Data/ID.h" #include "GUI/Model/Project/ID.h"
#include <QButtonGroup> #include <QButtonGroup>
#include <QProgressBar> #include <QProgressBar>
#include <QStackedLayout> #include <QStackedLayout>
......
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
#include "GUI/Model/Data/DataItem.h" #include "GUI/Model/Data/DataItem.h"
#include "GUI/Model/Job/JobItem.h" #include "GUI/Model/Job/JobItem.h"
#include "GUI/Model/Job/JobsSet.h" #include "GUI/Model/Job/JobsSet.h"
#include "GUI/Model/Project/ID.h"
#include "GUI/Model/Project/ProjectDocument.h" #include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Support/Data/ID.h"
#include "GUI/Support/Data/SimulationOptionsItem.h" #include "GUI/Support/Data/SimulationOptionsItem.h"
#include "GUI/View/Dock/DocksController.h" #include "GUI/View/Dock/DocksController.h"
#include "GUI/View/Fit/FitActivityPanel.h" #include "GUI/View/Fit/FitActivityPanel.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment