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

Data no longer depends on Domain

parent 6985f982
No related branches found
No related tags found
1 merge request!427Reduce include dependences in GUI; break cyclic dependence between View and Model
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Models/Data/GUIObjectBuilder.cpp //! @file GUI/Models/Domain/GUIObjectBuilder.cpp
//! @brief Implements GUI::Model::ObjectBuilder namespace //! @brief Implements GUI::Model::ObjectBuilder namespace
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Models/Data/GUIObjectBuilder.h" #include "GUI/Models/Domain/GUIObjectBuilder.h"
#include "Base/Const/Units.h" #include "Base/Const/Units.h"
#include "Base/Utils/Assert.h" #include "Base/Utils/Assert.h"
#include "Core/Simulation/includeSimulations.h" #include "Core/Simulation/includeSimulations.h"
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// BornAgain: simulate and fit reflection and scattering // BornAgain: simulate and fit reflection and scattering
// //
//! @file GUI/Models/Data/GUIObjectBuilder.h //! @file GUI/Models/Domain/GUIObjectBuilder.h
//! @brief Defines namespace GUI::Model::ObjectBuilder //! @brief Defines namespace GUI::Model::ObjectBuilder
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODELS_DATA_GUIOBJECTBUILDER_H #ifndef BORNAGAIN_GUI_MODELS_DOMAIN_GUIOBJECTBUILDER_H
#define BORNAGAIN_GUI_MODELS_DATA_GUIOBJECTBUILDER_H #define BORNAGAIN_GUI_MODELS_DOMAIN_GUIOBJECTBUILDER_H
#include <QString> #include <QString>
...@@ -37,4 +37,4 @@ SessionItem* populateDocumentModel(DocumentModel* p_documentModel, const ISimula ...@@ -37,4 +37,4 @@ SessionItem* populateDocumentModel(DocumentModel* p_documentModel, const ISimula
} // namespace GUI::Model::ObjectBuilder } // namespace GUI::Model::ObjectBuilder
#endif // BORNAGAIN_GUI_MODELS_DATA_GUIOBJECTBUILDER_H #endif // BORNAGAIN_GUI_MODELS_DOMAIN_GUIOBJECTBUILDER_H
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "Base/Utils/Assert.h" #include "Base/Utils/Assert.h"
#include "Base/Utils/SysUtils.h" #include "Base/Utils/SysUtils.h"
#include "GUI/Application/GlobalSettings.h" #include "GUI/Application/GlobalSettings.h"
#include "GUI/Models/Data/GUIObjectBuilder.h" #include "GUI/Models/Domain/GUIObjectBuilder.h"
#include "GUI/Models/Project/ProjectUtils.h" #include "GUI/Models/Project/ProjectUtils.h"
#include "GUI/Models/Sample/GUIDomainSampleVisitor.h" #include "GUI/Models/Sample/GUIDomainSampleVisitor.h"
#include "GUI/Views/Main/ProjectManager.h" #include "GUI/Views/Main/ProjectManager.h"
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Views/PropertyEditor/TestComponentView.h" #include "GUI/Views/PropertyEditor/TestComponentView.h"
#include "GUI/Models/Data/GUIObjectBuilder.h"
#include "GUI/Models/Data/IntensityDataItem.h" #include "GUI/Models/Data/IntensityDataItem.h"
#include "GUI/Models/Domain/GUIObjectBuilder.h"
#include "GUI/Models/Instrument/BeamItems.h" #include "GUI/Models/Instrument/BeamItems.h"
#include "GUI/Models/Material/MaterialModel.h" #include "GUI/Models/Material/MaterialModel.h"
#include "GUI/Models/Sample/GUIDomainSampleVisitor.h" #include "GUI/Models/Sample/GUIDomainSampleVisitor.h"
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#include "Device/Histo/IntensityDataIOFactory.h" #include "Device/Histo/IntensityDataIOFactory.h"
#include "Device/Histo/SimulationResult.h" #include "Device/Histo/SimulationResult.h"
#include "GUI/Models/Data/DocumentModel.h" #include "GUI/Models/Data/DocumentModel.h"
#include "GUI/Models/Data/GUIObjectBuilder.h"
#include "GUI/Models/Domain/DomainSimulationBuilder.h" #include "GUI/Models/Domain/DomainSimulationBuilder.h"
#include "GUI/Models/Domain/GUIObjectBuilder.h"
#include "GUI/Models/Instrument/InstrumentItems.h" #include "GUI/Models/Instrument/InstrumentItems.h"
#include "GUI/Models/Instrument/InstrumentModel.h" #include "GUI/Models/Instrument/InstrumentModel.h"
#include "GUI/Models/Material/MaterialModel.h" #include "GUI/Models/Material/MaterialModel.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