mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 14:39:00 +01:00
merging refactor (replacing)
This commit is contained in:
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt1DPlot.h
Normal file → Executable file
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt1DPlot.h
Normal file → Executable file
@@ -13,9 +13,6 @@
|
||||
#ifndef SLSQT1DPLOT_H
|
||||
#define SLSQT1DPLOT_H
|
||||
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#include "ansi.h"
|
||||
|
||||
|
||||
@@ -25,7 +22,7 @@ typedef int int32_t;
|
||||
#include <qwt_scale_div.h>
|
||||
#include "SlsQt1DZoomer.h"
|
||||
#include <iostream>
|
||||
using namespace std;
|
||||
|
||||
|
||||
class QPen;
|
||||
class SlsQt1DPlot;
|
||||
|
||||
7
slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h
Normal file → Executable file
7
slsDetectorGui/slsDetectorPlotting/include/SlsQt1DZoomer.h
Normal file → Executable file
@@ -7,13 +7,6 @@
|
||||
#ifndef SLSQT1DZOOMER_H
|
||||
#define SLSQT1DZOOMER_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
#include <qwt_plot_zoomer.h>
|
||||
#include <qwt_plot_panner.h>
|
||||
#include <qwt_global.h>
|
||||
|
||||
8
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DHist.h
Normal file → Executable file
8
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DHist.h
Normal file → Executable file
@@ -9,14 +9,6 @@
|
||||
#define SLSQT2DHIST_H
|
||||
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if QT_VERSION >= 0x040000
|
||||
#include <qprintdialog.h>
|
||||
#endif
|
||||
|
||||
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DPlot.h
Normal file → Executable file
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DPlot.h
Normal file → Executable file
@@ -14,11 +14,6 @@
|
||||
#ifndef SLSQT2DPLOT_H
|
||||
#define SLSQT2DPLOT_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DPlotLayout.h
Normal file → Executable file
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DPlotLayout.h
Normal file → Executable file
@@ -12,11 +12,6 @@
|
||||
#ifndef SLSQT2DPLOTLAYOUT_H
|
||||
#define SLSQT2DPLOTLAYOUT_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
#include <qwidget.h>
|
||||
|
||||
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h
Normal file → Executable file
5
slsDetectorGui/slsDetectorPlotting/include/SlsQt2DZoomer.h
Normal file → Executable file
@@ -9,11 +9,6 @@
|
||||
#ifndef SLSQT2DZOOMER_H
|
||||
#define SLSQT2DZOOMER_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
/**included by Dhanya on 05.12.2012 to avoid compile time errors with the latest gcc*/
|
||||
|
||||
5
slsDetectorGui/slsDetectorPlotting/include/SlsQtNumberEntry.h
Normal file → Executable file
5
slsDetectorGui/slsDetectorPlotting/include/SlsQtNumberEntry.h
Normal file → Executable file
@@ -7,11 +7,6 @@
|
||||
#ifndef SLSQTNUMBERENTRY_H
|
||||
#define SLSQTNUMBERENTRY_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
|
||||
#include <qwidget.h>
|
||||
|
||||
6
slsDetectorGui/slsDetectorPlotting/include/SlsQtValidators.h
Normal file → Executable file
6
slsDetectorGui/slsDetectorPlotting/include/SlsQtValidators.h
Normal file → Executable file
@@ -7,12 +7,6 @@
|
||||
#ifndef SLSQTVALIDATORS_H
|
||||
#define SLSQTVALIDATORS_H
|
||||
|
||||
#ifndef IAN
|
||||
typedef double double32_t;
|
||||
typedef float float32_t;
|
||||
typedef int int32_t;
|
||||
#endif
|
||||
|
||||
#include <iostream>
|
||||
#include <math.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user