bug fix: after cloning, signals still ocnnected

git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@195 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
l_maliakal_d
2013-06-07 11:16:53 +00:00
parent 378f7715b9
commit d49a5cd7b4
7 changed files with 77 additions and 13 deletions

View File

@ -190,7 +190,6 @@ protected:
* */
void resizeEvent(QResizeEvent* event);
signals:
};

View File

@ -126,6 +126,10 @@ public:
*/
bool GetClientInitiated(){return clientInitiated;};
/** Update all ranges, interpolate etc after cloning
* parameters are if they are checked or not
*/
void UpdateAfterCloning(bool points, bool logy, bool interpolate, bool contour, bool logz);
public slots:
/** To select 1D or 2D plot
@ -511,6 +515,7 @@ void ResetZMinZMaxSignal(bool,bool,double,double);
void SetCurrentMeasurementSignal(int);
void saveErrorSignal(QString);
void AcquisitionErrorSignal(QString);
void UpdateAfterCloningSignal();
};

View File

@ -112,7 +112,9 @@ public slots:
*/
void EnableScanBox();
/** Update all ranges, interpolate etc after cloning
*/
void UpdateAfterCloning();
private slots:
/** Selects the plot to display, enables/disables widgets

View File

@ -1,11 +0,0 @@
//#define SVNPATH ""
#define SVNURL "file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui"
//#define SVNREPPATH ""
#define SVNREPUUID "af1100a4-978c-4157-bff7-07162d2ba061"
//#define SVNREV 0x193
//#define SVNKIND ""
//#define SVNSCHED ""
#define SVNAUTH "l_maliakal_d"
#define SVNREV 0x193
#define SVNDATE 0x20130528
//