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

rename GUI/Support/Data/ComboProperty -> GUI/Model/Type/

parent bf73fc78
No related branches found
No related tags found
1 merge request!2452cleanup autosave, style sheet & palette; split save some files; dissolve GUI/Support
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_MINI_MINIMIZERITEMCATALOG_H
#define BORNAGAIN_GUI_MODEL_MINI_MINIMIZERITEMCATALOG_H
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
//! The MinimizerItemCatalog class is a static class to provide MinimizerItem
//! with the list of available minimizers/algorithms.
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_MODEL_MINI_MINIMIZERITEMS_H
#define BORNAGAIN_GUI_MODEL_MINI_MINIMIZERITEMS_H
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
class GSLLMAMinimizerItem;
class GSLMultiMinimizerItem;
......
......@@ -17,7 +17,7 @@
#include "Base/Type/OwningVector.h"
#include "Fit/Param/AttLimits.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
class FitParameterLinkItem;
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Data/ComboProperty.cpp
//! @file GUI/Model/Type/ComboProperty.cpp
//! @brief Implements class ComboProperty.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,7 +12,7 @@
//
// ************************************************************************************************
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "Base/Util/Assert.h"
#include "GUI/Support/XML/UtilXML.h"
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/Support/Data/ComboProperty.h
//! @file GUI/Model/Type/ComboProperty.h
//! @brief Defines class ComboProperty.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_SUPPORT_DATA_COMBOPROPERTY_H
#define BORNAGAIN_GUI_SUPPORT_DATA_COMBOPROPERTY_H
#ifndef BORNAGAIN_GUI_MODEL_TYPE_COMBOPROPERTY_H
#define BORNAGAIN_GUI_MODEL_TYPE_COMBOPROPERTY_H
#include <QStringList>
#include <QVariant>
......@@ -78,4 +78,4 @@ private:
Q_DECLARE_METATYPE(ComboProperty)
#endif // BORNAGAIN_GUI_SUPPORT_DATA_COMBOPROPERTY_H
#endif // BORNAGAIN_GUI_MODEL_TYPE_COMBOPROPERTY_H
......@@ -13,7 +13,7 @@
// ************************************************************************************************
#include "GUI/View/Base/AppConfig.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/View/Base/ColorGradient.h"
#include <QDir>
#include <QSettings>
......
......@@ -16,7 +16,7 @@
#include "Base/Util/Assert.h"
#include "Base/Util/SysUtil.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/Support/Util/Path.h"
#include "GUI/View/Base/AppConfig.h"
#include "GUI/View/Base/mainwindow_constants.h"
......
......@@ -13,7 +13,7 @@
// ************************************************************************************************
#include "GUI/View/Numeric/ComboUtil.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/View/Numeric/NumWidgetUtil.h"
QComboBox* GUI::Util::createComboBox(std::function<ComboProperty()> comboFunction,
......
......@@ -15,7 +15,7 @@
#include "GUI/View/ParEdit/CustomEditors.h"
#include "Base/Util/Assert.h"
#include "Fit/Param/RealLimits.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/View/Base/CustomEventFilters.h"
#include "GUI/View/Numeric/ScientificSpinBox.h"
#include <QBoxLayout>
......
......@@ -16,7 +16,7 @@
#include "Base/Util/Assert.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Model/Tune/FitParameterItem.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/View/Base/CustomEventFilters.h"
#include "GUI/View/Numeric/ScientificSpinBox.h"
#include "GUI/View/ParEdit/CustomEditors.h"
......
......@@ -23,7 +23,7 @@
#include "GUI/Model/File/DatafilesSet.h"
#include "GUI/Model/Job/DataSource.h"
#include "GUI/Model/Project/ProjectDocument.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "GUI/View/Base/LayoutUtil.h"
#include "GUI/View/Numeric/DoubleSpinBox.h"
#include "GUI/View/Numeric/NumWidgetUtil.h"
......
#include "Tests/Unit/GUI/Comparators.h"
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include <QMetaType>
bool Comparators::m_is_registered = false;
......
#include "GUI/Support/Data/ComboProperty.h"
#include "GUI/Model/Type/ComboProperty.h"
#include "Tests/GTestWrapper/google_test.h"
#include "Tests/Unit/GUI/Comparators.h"
#include "Tests/Unit/GUI/Utils.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