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

rm include

parent 83e5bbaa
Branches
Tags
1 merge request!598Reorganize GUI/Model subdirectories; remove unused includes; mv some fcts
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#include "GUI/Model/Item/AxesItems.h" #include "GUI/Model/Item/AxesItems.h"
#include "GUI/Model/Item/JobItemUtils.h" #include "GUI/Model/Item/JobItemUtils.h"
#include "GUI/Model/Item/MaskItems.h" #include "GUI/Model/Item/MaskItems.h"
#include "GUI/Model/Mask/MaskUnitsConverter.h" #include "GUI/Model/Item/MaskUnitsConverter.h"
#include "GUI/Model/Item/ProjectionItems.h" #include "GUI/Model/Item/ProjectionItems.h"
#include "GUI/Model/Model/SessionModel.h" #include "GUI/Model/Model/SessionModel.h"
#include "GUI/Support/IO/ImportDataInfo.h" #include "GUI/Support/IO/ImportDataInfo.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/Model/Model/JobModelFunctions.cpp //! @file GUI/Model/Item/JobFunctions.cpp
//! @brief Implements auxiliary functions in JobModelFunctions namespace. //! @brief Implements auxiliary functions in JobModelFunctions namespace.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/Model/JobModelFunctions.h" #include "GUI/Model/Item/JobFunctions.h"
#include "Base/Util/Assert.h" #include "Base/Util/Assert.h"
#include "Device/Instrument/Instrument.h" #include "Device/Instrument/Instrument.h"
#include "GUI/Model/Item/PointwiseAxisItem.h" #include "GUI/Model/Item/PointwiseAxisItem.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/Model/Model/JobModelFunctions.h //! @file GUI/Model/Item/JobFunctions.h
//! @brief Defines auxiliary functions in namespace GUI::Model::JobModelFunctions. //! @brief Defines auxiliary functions in namespace GUI::Model::JobModelFunctions.
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_MODEL_JOBMODELFUNCTIONS_H #ifndef BORNAGAIN_GUI_MODEL_ITEM_JOBFUNCTIONS_H
#define BORNAGAIN_GUI_MODEL_MODEL_JOBMODELFUNCTIONS_H #define BORNAGAIN_GUI_MODEL_ITEM_JOBFUNCTIONS_H
class InstrumentItem; class InstrumentItem;
class JobItem; class JobItem;
...@@ -44,4 +44,4 @@ void copyRealDataItem(JobItem* jobItem, const RealDataItem* realDataItem); ...@@ -44,4 +44,4 @@ void copyRealDataItem(JobItem* jobItem, const RealDataItem* realDataItem);
} // namespace GUI::Model::JobFunctions } // namespace GUI::Model::JobFunctions
#endif // BORNAGAIN_GUI_MODEL_MODEL_JOBMODELFUNCTIONS_H #endif // BORNAGAIN_GUI_MODEL_ITEM_JOBFUNCTIONS_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/Model/Mask/MaskUnitsConverter.cpp //! @file GUI/Model/Item/MaskUnitsConverter.cpp
//! @brief Implements class MaskUnitsConverter //! @brief Implements class MaskUnitsConverter
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#include "GUI/Model/Mask/MaskUnitsConverter.h" #include "GUI/Model/Item/MaskUnitsConverter.h"
#include "Device/Data/DataUtils.h" #include "Device/Data/DataUtils.h"
#include "GUI/Model/Item/IntensityDataItem.h" #include "GUI/Model/Item/IntensityDataItem.h"
#include "GUI/Model/Item/MaskItems.h" #include "GUI/Model/Item/MaskItems.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/Model/Mask/MaskUnitsConverter.h //! @file GUI/Model/Item/MaskUnitsConverter.h
//! @brief Defines class MaskUnitsConverter //! @brief Defines class MaskUnitsConverter
//! //!
//! @homepage http://www.bornagainproject.org //! @homepage http://www.bornagainproject.org
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
// //
// ************************************************************************************************ // ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_MASK_MASKUNITSCONVERTER_H #ifndef BORNAGAIN_GUI_MODEL_ITEM_MASKUNITSCONVERTER_H
#define BORNAGAIN_GUI_MODEL_MASK_MASKUNITSCONVERTER_H #define BORNAGAIN_GUI_MODEL_ITEM_MASKUNITSCONVERTER_H
class IntensityDataItem; class IntensityDataItem;
class SessionItem; class SessionItem;
...@@ -51,4 +51,4 @@ private: ...@@ -51,4 +51,4 @@ private:
EConvertionDirection m_direction; EConvertionDirection m_direction;
}; };
#endif // BORNAGAIN_GUI_MODEL_MASK_MASKUNITSCONVERTER_H #endif // BORNAGAIN_GUI_MODEL_ITEM_MASKUNITSCONVERTER_H
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include "GUI/Model/Item/RealDataItem.h" #include "GUI/Model/Item/RealDataItem.h"
#include "Device/Data/DataUtils.h" #include "Device/Data/DataUtils.h"
#include "GUI/Model/Item/IntensityDataItem.h" #include "GUI/Model/Item/IntensityDataItem.h"
#include "GUI/Model/Model/RealDataModel.h"
#include "GUI/Model/Item/SpecularDataItem.h" #include "GUI/Model/Item/SpecularDataItem.h"
#include "GUI/Model/Item/JobItem.h" #include "GUI/Model/Item/JobItem.h"
#include "GUI/Model/Item/InstrumentItems.h" #include "GUI/Model/Item/InstrumentItems.h"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "GUI/Model/Item/RealDataItem.h" #include "GUI/Model/Item/RealDataItem.h"
#include "GUI/Model/Item/JobItem.h" #include "GUI/Model/Item/JobItem.h"
#include "GUI/Model/Item/InstrumentItems.h" #include "GUI/Model/Item/InstrumentItems.h"
#include "GUI/Model/Model/JobModelFunctions.h" #include "GUI/Model/Item/JobFunctions.h"
#include "GUI/Model/Project/JobQueueData.h" #include "GUI/Model/Project/JobQueueData.h"
#include "GUI/Model/Project/ParameterTreeUtils.h" #include "GUI/Model/Project/ParameterTreeUtils.h"
#include "GUI/Model/Item/ItemWithMaterial.h" #include "GUI/Model/Item/ItemWithMaterial.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include "GUI/Model/Item/JobItemUtils.h" #include "GUI/Model/Item/JobItemUtils.h"
#include "GUI/Model/Model/ApplicationModels.h" #include "GUI/Model/Model/ApplicationModels.h"
#include "GUI/Model/Model/JobModel.h" #include "GUI/Model/Model/JobModel.h"
#include "GUI/Model/Model/JobModelFunctions.h" #include "GUI/Model/Item/JobFunctions.h"
#include "GUI/Model/Project/OutputDataIOService.h" #include "GUI/Model/Project/OutputDataIOService.h"
#include "GUI/Support/IO/ImportDataInfo.h" #include "GUI/Support/IO/ImportDataInfo.h"
#include "GUI/Support/IO/ProjectUtils.h" #include "GUI/Support/IO/ProjectUtils.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "GUI/Model/Model/InstrumentModel.h" #include "GUI/Model/Model/InstrumentModel.h"
#include "GUI/Model/Model/ApplicationModels.h" #include "GUI/Model/Model/ApplicationModels.h"
#include "GUI/Model/Model/JobModel.h" #include "GUI/Model/Model/JobModel.h"
#include "GUI/Model/Model/JobModelFunctions.h" #include "GUI/Model/Item/JobFunctions.h"
#include "GUI/Model/Project/OutputDataIOService.h" #include "GUI/Model/Project/OutputDataIOService.h"
#include "GUI/Support/IO/ItemFileNameUtils.h" #include "GUI/Support/IO/ItemFileNameUtils.h"
#include "GUI/Support/IO/ProjectUtils.h" #include "GUI/Support/IO/ProjectUtils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment