Skip to content
Snippets Groups Projects
Commit 6aeef88a authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

MaterialDataItem.* files renamed to MaterialDataItems.*

parent 484523e7
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
#include "LayerItem.h"
#include "LayerRoughnessItems.h"
#include "MaskItems.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "MaterialItem.h"
#include "MesoCrystalItem.h"
#include "MinimizerItem.h"
......
......@@ -2,8 +2,8 @@
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Models/RefractiveIndexItem.cpp
//! @brief Implements class RefractiveIndexItem
//! @file GUI/coregui/Models/MaterialDataItems.cpp
//! @brief Implements MaterialDataItems classes
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......@@ -12,7 +12,7 @@
//
// ************************************************************************** //
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
const QString MaterialDataItem::P_REAL = "real";
const QString MaterialDataItem::P_IMAG = "imag";
......
......@@ -2,8 +2,8 @@
//
// BornAgain: simulate and fit scattering at grazing incidence
//
//! @file GUI/coregui/Models/RefractiveIndexItem.h
//! @brief Defines class RefractiveIndexItem
//! @file GUI/coregui/Models/MaterialDataItems.h
//! @brief Defines MaterialDataItems classes
//!
//! @homepage http://www.bornagainproject.org
//! @license GNU General Public License v3 or higher (see COPYING)
......@@ -12,8 +12,8 @@
//
// ************************************************************************** //
#ifndef MATERIALDATAITEM_H
#define MATERIALDATAITEM_H
#ifndef MATERIALDATAITEMS_H
#define MATERIALDATAITEMS_H
#include "SessionItem.h"
......@@ -35,4 +35,4 @@ private:
void updateLabel();
};
#endif // MATERIALDATAITEM_H
#endif // MATERIALDATAITEMS_H
......@@ -15,7 +15,7 @@
#include "MaterialItem.h"
#include "ExternalProperty.h"
#include "GUIHelpers.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "MaterialFactoryFuncs.h"
#include "SessionItemUtils.h"
#include "MaterialItemUtils.h"
......
......@@ -15,7 +15,7 @@
#include "MaterialModel.h"
#include "MaterialItemUtils.h"
#include "GUIHelpers.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "AppSvc.h"
MaterialModel::MaterialModel(QObject* parent) : SessionModel(SessionXML::MaterialModelTag, parent)
......
......@@ -13,7 +13,7 @@
// ************************************************************************** //
#include "MaterialItemUtils.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "ComboProperty.h"
#include "DesignerHelper.h"
#include "GUIHelpers.h"
......
......@@ -27,7 +27,7 @@
#include "minisplitter.h"
#include "ComponentFlatView.h"
#include "MaterialItem.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "MaterialItemUtils.h"
#include "ComponentEditor.h"
#include "MaterialModel.h"
......
#include "google_test.h"
#include "MaterialModel.h"
#include "MaterialItem.h"
#include "MaterialDataItem.h"
#include "MaterialDataItems.h"
#include "MaterialItemUtils.h"
#include <memory>
......
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