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:
l_maliakal_d
2012-08-30 08:28:16 +00:00
parent 86ccd014ab
commit fa5817ab77
3 changed files with 112 additions and 86 deletions

View File

@ -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
* */