mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 14:57:13 +02:00
constant size scan widget works properly now
git-svn-id: file:///afs/psi.ch/project/sls_det_software/svn/slsDetectorGui@42 af1100a4-978c-4157-bff7-07162d2ba061
This commit is contained in:
@ -117,9 +117,17 @@ void SetParameter();
|
||||
void SetPrecision(int value);
|
||||
|
||||
/** Set number of steps
|
||||
* @param int num is the number of steps
|
||||
* */
|
||||
void SetNSteps(int num);
|
||||
void SetNSteps();
|
||||
|
||||
/** Range type: If size is changed,
|
||||
* the Number of steps is calculated
|
||||
* */
|
||||
void RangeCalculateNumSteps();
|
||||
|
||||
/** Range type: If size is changed, the To is calculated
|
||||
* */
|
||||
void RangeCalculateTo();
|
||||
|
||||
/** Set range for scan
|
||||
* */
|
||||
|
Reference in New Issue
Block a user