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

rename -> [Multi]InstrumentNotifyer (#444)

parent a430221d
No related branches found
No related tags found
1 merge request!1421rename -> [Multi]InstrumentNotifyer (#444)
Pipeline #91050 failed
Showing
with 22 additions and 22 deletions
......@@ -16,7 +16,7 @@
#define BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTLIBRARY_H
#include "GUI/Model/Device/InstrumentModel.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
class InstrumentLibrary {
public:
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Instrument/InstrumentEditController.cpp
//! @file GUI/Model/Device/InstrumentNotifier.cpp
//! @brief Implements class InstrumentEditController
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,9 +12,9 @@
//
// ************************************************************************************************
#include "GUI/View/Instrument/InstrumentEditController.h"
#include "GUI/Model/Device/InstrumentNotifier.h"
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/Model/Device/PointwiseAxisItem.h"
InstrumentEditController::InstrumentEditController(InstrumentsEditController* ec,
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Instrument/InstrumentEditController.h
//! @file GUI/Model/Device/InstrumentNotifier.h
//! @brief Defines class InstrumentEditController
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTEDITCONTROLLER_H
#define BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTEDITCONTROLLER_H
#ifndef BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTNOTIFIER_H
#define BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTNOTIFIER_H
#include <QObject>
......@@ -58,4 +58,4 @@ private:
InstrumentsEditController* m_ec;
};
#endif // BORNAGAIN_GUI_VIEW_INSTRUMENT_INSTRUMENTEDITCONTROLLER_H
#endif // BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTNOTIFIER_H
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Device/InstrumentsEditController.cpp
//! @file GUI/Model/Device/MultiInstrumentNotifier.cpp
//! @brief Implements class InstrumentsEditController
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/Model/Device/InstrumentItems.h"
InstrumentsEditController::InstrumentsEditController(InstrumentModel* instruments)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Model/Device/InstrumentsEditController.h
//! @file GUI/Model/Device/MultiInstrumentNotifier.h
//! @brief Defines class InstrumentsEditController
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTSEDITCONTROLLER_H
#define BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTSEDITCONTROLLER_H
#ifndef BORNAGAIN_GUI_MODEL_DEVICE_MULTIINSTRUMENTNOTIFIER_H
#define BORNAGAIN_GUI_MODEL_DEVICE_MULTIINSTRUMENTNOTIFIER_H
#include "GUI/Model/Device/InstrumentModel.h"
#include <QObject>
......@@ -94,4 +94,4 @@ T* InstrumentsEditController::addInstrumentItem()
return t;
}
#endif // BORNAGAIN_GUI_MODEL_DEVICE_INSTRUMENTSEDITCONTROLLER_H
#endif // BORNAGAIN_GUI_MODEL_DEVICE_MULTIINSTRUMENTNOTIFIER_H
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_PROJECT_PROJECTDOCUMENT_H
#define BORNAGAIN_GUI_MODEL_PROJECT_PROJECTDOCUMENT_H
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/Model/Model/JobModel.h"
#include "GUI/Model/Model/RealModel.h"
#include "GUI/Model/Project/LinkInstrumentManager.h"
......
......@@ -15,7 +15,7 @@
#include "GUI/View/Import/RealDataPropertiesWidget.h"
#include "GUI/Model/Data/RealItem.h"
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/Model/Project/LinkInstrumentManager.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/View/Tool/Globals.h"
......
......@@ -14,7 +14,7 @@
#include "GUI/View/Instrument/DepthprobeInstrumentEditor.h"
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/View/Device/AxisPropertyForm.h"
#include "GUI/View/Instrument/SpecularBeamEditor.h"
#include <QVBoxLayout>
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_DEPTHPROBEINSTRUMENTEDITOR_H
#define BORNAGAIN_GUI_VIEW_INSTRUMENT_DEPTHPROBEINSTRUMENTEDITOR_H
#include "GUI/View/Instrument/InstrumentEditController.h"
#include "GUI/Model/Device/InstrumentNotifier.h"
#include <QWidget>
class InstrumentsEditController;
......
......@@ -14,7 +14,7 @@
#include "GUI/View/Instrument/InstrumentListModel.h"
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
namespace {
......
......@@ -19,7 +19,7 @@
#include "GUI/View/Device/FootprintForm.h"
#include "GUI/View/Instrument/AlphaScanEditor.h"
#include "GUI/View/Instrument/DistributionEditor.h"
#include "GUI/View/Instrument/InstrumentEditController.h"
#include "GUI/Model/Device/InstrumentNotifier.h"
#include "GUI/View/Numeric/FixupDoubleValidator.h"
#include "GUI/View/Tool/GroupBoxCollapser.h"
#include <QDoubleValidator>
......
......@@ -14,7 +14,7 @@
#include "GUI/View/Instrument/SpecularInstrumentEditor.h"
#include "GUI/Model/Device/InstrumentItems.h"
#include "GUI/Model/Device/InstrumentsEditController.h"
#include "GUI/Model/Device/MultiInstrumentNotifier.h"
#include "GUI/View/Device/BackgroundForm.h"
#include "GUI/View/Instrument/PolarizationAnalysisEditor.h"
#include "GUI/View/Instrument/SpecularBeamEditor.h"
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_INSTRUMENT_SPECULARINSTRUMENTEDITOR_H
#define BORNAGAIN_GUI_VIEW_INSTRUMENT_SPECULARINSTRUMENTEDITOR_H
#include "GUI/View/Instrument/InstrumentEditController.h"
#include "GUI/Model/Device/InstrumentNotifier.h"
#include <QWidget>
class InstrumentsEditController;
......
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