mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
merging refactor (replacing)
This commit is contained in:
4
slsDetectorGui/include/qDrawPlot.h
Normal file → Executable file
4
slsDetectorGui/include/qDrawPlot.h
Normal file → Executable file
@ -50,7 +50,7 @@ class qDrawPlot:public QWidget{
|
||||
|
||||
public:
|
||||
/** \short The constructor */
|
||||
qDrawPlot(QWidget *parent,multiSlsDetector*& detector);
|
||||
qDrawPlot(QWidget *parent, multiSlsDetector* detector);
|
||||
/** Destructor */
|
||||
~qDrawPlot();
|
||||
|
||||
@ -181,7 +181,7 @@ void SetLines(bool enable){lines = enable;};
|
||||
/** sets markers */
|
||||
void SetMarkers(bool enable){markers = enable;};
|
||||
/** sets the scan argument to prepare the plot*/
|
||||
void SetScanArgument(int scanArg);
|
||||
// void SetScanArgument(int scanArg);
|
||||
/** sets stop_signal to true */
|
||||
void StopAcquisition(){ stop_signal = true; };
|
||||
/** Set/unset pedestal */
|
||||
|
Reference in New Issue
Block a user