mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
a HUGE number of changes in measurement tab, and changes probes to be still disabled until #frames>1 and set cycles to 1 if probes >1
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@219 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -87,21 +87,16 @@ private:
|
||||
void SetupTimingMode();
|
||||
|
||||
/** Sets up all the slots and signals
|
||||
* @param timingChange only some of the signals are disconnected when timing mode is changed
|
||||
* This method is to reconnect them again.
|
||||
*/
|
||||
void Initialization(int timingChange=0);
|
||||
|
||||
/** Disconnects all the slots and signals (which depend on timing mode)
|
||||
* to retrieve all the parameters from client.
|
||||
* This is done only when Timing mode is changed
|
||||
*/
|
||||
void DeInitialization();
|
||||
void Initialization();
|
||||
|
||||
/** Enables/Disables all the widgets
|
||||
*/
|
||||
void Enable(bool enable);
|
||||
|
||||
/** Validates before enabling or disabling probes */
|
||||
void EnableProbes();
|
||||
|
||||
|
||||
private slots:
|
||||
/** Sets the timing mode
|
||||
|
Reference in New Issue
Block a user