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

rename GUI/View/Tool/Canvas2DMode.h -> GUI/View/Setup/

parent 565701ad
No related branches found
No related tags found
1 merge request!2359Use same tree view with delegate for datafiles, samples, and instruments. Also move some code between GUI/View directories. Restore Py wrappers lost in previous MR.
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_CANVAS_MASKEDITORCANVAS_H
#define BORNAGAIN_GUI_VIEW_CANVAS_MASKEDITORCANVAS_H
#include "GUI/View/Tool/Canvas2DMode.h"
#include "GUI/View/Setup/Canvas2DMode.h"
#include <QWidget>
#include <memory>
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_CANVAS_PROJECTEDGRAPHSCANVAS_H
#define BORNAGAIN_GUI_VIEW_CANVAS_PROJECTEDGRAPHSCANVAS_H
#include "GUI/View/Tool/Canvas2DMode.h"
#include "GUI/View/Setup/Canvas2DMode.h"
#include <QTabWidget>
class Data2DItem;
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_SCENE_MASKGRAPHICSSCENE_H
#define BORNAGAIN_GUI_VIEW_SCENE_MASKGRAPHICSSCENE_H
#include "GUI/View/Tool/Canvas2DMode.h"
#include "GUI/View/Setup/Canvas2DMode.h"
#include <QGraphicsScene>
#include <QItemSelection>
#include <QItemSelectionModel>
......
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_SCENE_MASKGRAPHICSVIEW_H
#define BORNAGAIN_GUI_VIEW_SCENE_MASKGRAPHICSVIEW_H
#include "GUI/View/Tool/Canvas2DMode.h"
#include "GUI/View/Setup/Canvas2DMode.h"
#include <QGraphicsView>
#include <QWheelEvent>
......
......@@ -2,7 +2,7 @@
//
// BornAgain: simulate and fit reflection and scattering
//
//! @file GUI/View/Tool/Canvas2DMode.h
//! @file GUI/View/Setup/Canvas2DMode.h
//! @brief Defines namespace Canvas2DMode.
//!
//! @homepage http://www.bornagainproject.org
......@@ -12,8 +12,8 @@
//
// ************************************************************************************************
#ifndef BORNAGAIN_GUI_VIEW_TOOL_CANVAS2DMODE_H
#define BORNAGAIN_GUI_VIEW_TOOL_CANVAS2DMODE_H
#ifndef BORNAGAIN_GUI_VIEW_SETUP_CANVAS2DMODE_H
#define BORNAGAIN_GUI_VIEW_SETUP_CANVAS2DMODE_H
//! Various flags for MaskEditor operation
......@@ -66,4 +66,4 @@ inline bool isLineMode(Flag m)
} // namespace Canvas2DMode
#endif // BORNAGAIN_GUI_VIEW_TOOL_CANVAS2DMODE_H
#endif // BORNAGAIN_GUI_VIEW_SETUP_CANVAS2DMODE_H
......@@ -15,7 +15,7 @@
#ifndef BORNAGAIN_GUI_VIEW_SETUP_DATATOOLBAR_H
#define BORNAGAIN_GUI_VIEW_SETUP_DATATOOLBAR_H
#include "GUI/View/Tool/Canvas2DMode.h"
#include "GUI/View/Setup/Canvas2DMode.h"
#include <QButtonGroup>
#include <QToolBar>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment