Move QGlobals to Common package.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
typedef std::map<std::string,std::vector<std::string>> OrientationMapType;
|
typedef std::map<std::string,std::vector<std::string>> OrientationMapType;
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include <QtCore/QJsonDocument>
|
#include <QtCore/QJsonDocument>
|
||||||
#include "QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
class ColorMapReader {
|
class ColorMapReader {
|
||||||
|
|||||||
@@ -21,8 +21,8 @@
|
|||||||
#include <vtkImageProperty.h>
|
#include <vtkImageProperty.h>
|
||||||
#include <vtkPointData.h>
|
#include <vtkPointData.h>
|
||||||
|
|
||||||
#include "src/src/measure/DraggableActor.h"
|
#include "measure/DraggableActor.h"
|
||||||
#include "QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
|
|
||||||
vtkStandardNewMacro(ActorDraggableInteractorStyle)
|
vtkStandardNewMacro(ActorDraggableInteractorStyle)
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
//for convert vtkEvent to Qt signal
|
//for convert vtkEvent to Qt signal
|
||||||
#include "Events/vtkSignalRaiser.h"
|
#include "Events/vtkSignalRaiser.h"
|
||||||
#include "measure\RulerLegendActor.h"
|
#include "measure\RulerLegendActor.h"
|
||||||
#include "global\QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
|
|
||||||
class vtkAlgorithm;
|
class vtkAlgorithm;
|
||||||
class vtkAlgorithmOutput;
|
class vtkAlgorithmOutput;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vtkImageData.h>
|
#include <vtkImageData.h>
|
||||||
#include <vtkSmartPointer.h>
|
#include <vtkSmartPointer.h>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#define OMEGAV_MEASUREFACTORY_H
|
#define OMEGAV_MEASUREFACTORY_H
|
||||||
|
|
||||||
#include "Measure.h"
|
#include "Measure.h"
|
||||||
#include "QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
|
|
||||||
class MeasureFactory {
|
class MeasureFactory {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
#include <QMouseEvent>
|
#include <QMouseEvent>
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#define BUTTON_HEIGHT 15 // Button height;
|
#define BUTTON_HEIGHT 15 // Button height;
|
||||||
#define BUTTON_WIDTH 15 // Button width;
|
#define BUTTON_WIDTH 15 // Button width;
|
||||||
#define TITLE_HEIGHT 15 // Title bar height;
|
#define TITLE_HEIGHT 15 // Title bar height;
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#include <QPalette>
|
#include <QPalette>
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include "qstyleoption.h"
|
#include "qstyleoption.h"
|
||||||
#include "qpainter.h"
|
#include "qpainter.h"
|
||||||
#include "IO/DICOM/QDicomUtility.h"
|
#include "IO/DICOM/QDicomUtility.h"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
//#include <QtWidgets/QLabel>
|
//#include <QtWidgets/QLabel>
|
||||||
//#include <QtWidgets/QVBoxLayout>
|
//#include <QtWidgets/QVBoxLayout>
|
||||||
//#include <QtWidgets/QWidget>
|
//#include <QtWidgets/QWidget>
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QDrag>
|
#include <QDrag>
|
||||||
#include <QDragEnterEvent>
|
#include <QDragEnterEvent>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include "QScrollArea.h"
|
#include "QScrollArea.h"
|
||||||
#include "view/thumbnailImage.h"
|
#include "view/thumbnailImage.h"
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
#include <QSettings>
|
#include <QSettings>
|
||||||
#include <QFontDialog>
|
#include <QFontDialog>
|
||||||
#include <QVTKOpenGLNativeWidget.h>
|
#include <QVTKOpenGLNativeWidget.h>
|
||||||
#include "QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include "qstyleoption.h"
|
#include "qstyleoption.h"
|
||||||
#include "qpainter.h"
|
#include "qpainter.h"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScrollBar>
|
#include <QScrollBar>
|
||||||
#include "global/QGlobals.h"
|
#include "Common/QGlobals.h"
|
||||||
#include "dicomimageview.h"
|
#include "dicomimageview.h"
|
||||||
#include "ImageViewManager.h"
|
#include "ImageViewManager.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user