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

mv PropertyRepeater to where it is used; auto-regenerate bindings

parent ad449ab2
No related branches found
No related tags found
1 merge request!432move some more source files between directories, following include cluster analysis
......@@ -19,7 +19,7 @@
#include "GUI/Model/Data/RealDataItem.h"
#include "GUI/Model/Data/SpecularDataItem.h"
#include "GUI/Model/Job/JobItem.h"
#include "GUI/View/Intensity/PropertyRepeater.h"
#include "GUI/View/Compare/PropertyRepeater.h"
namespace {
// different limits on relative difference plot are required
......
......@@ -21,7 +21,7 @@
#include "GUI/Model/Data/SpecularDataItem.h"
#include "GUI/Model/Job/JobItem.h"
#include "GUI/Util/ComboProperty.h"
#include "GUI/View/Intensity/PropertyRepeater.h"
#include "GUI/View/Compare/PropertyRepeater.h"
namespace {
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Intensity/PropertyRepeater.cpp
//! @file GUI/View/Compare/PropertyRepeater.cpp
//! @brief Implements class PropertyRepeater
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/View/Intensity/PropertyRepeater.h"
#include "GUI/View/Compare/PropertyRepeater.h"
#include "GUI/Model/Data/IntensityDataItem.h"
PropertyRepeater::PropertyRepeater(QObject* parent, bool repeat_child_properties)
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Intensity/PropertyRepeater.h
//! @file GUI/View/Compare/PropertyRepeater.h
//! @brief Defines class PropertyRepeater
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_INTENSITY_PROPERTYREPEATER_H
#define BORNAGAIN_GUI_VIEW_INTENSITY_PROPERTYREPEATER_H
#ifndef BORNAGAIN_GUI_VIEW_COMPARE_PROPERTYREPEATER_H
#define BORNAGAIN_GUI_VIEW_COMPARE_PROPERTYREPEATER_H
#include <QMap>
#include <QObject>
......@@ -46,4 +46,4 @@ private:
bool m_repeat_child_properties;
};
#endif // BORNAGAIN_GUI_VIEW_INTENSITY_PROPERTYREPEATER_H
#endif // BORNAGAIN_GUI_VIEW_COMPARE_PROPERTYREPEATER_H
#include "GUI/Model/Data/AxesItems.h"
#include "GUI/Model/Data/IntensityDataItem.h"
#include "GUI/Model/Session/SessionModel.h"
#include "GUI/View/Intensity/PropertyRepeater.h"
#include "GUI/View/Compare/PropertyRepeater.h"
#include "Tests/GTestWrapper/google_test.h"
namespace {
......
......@@ -133,7 +133,7 @@
.\" ========================================================================
.\"
.IX Title "BORNAGAIN 1"
.TH BORNAGAIN 1 "2021-03-23" "perl v5.32.1" "BornAgain manual"
.TH BORNAGAIN 1 "2021-03-09" "perl v5.32.1" "BornAgain manual"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
......
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