uiaccelerator_plat/alf_visual_api/inc/alf/alftimedvalue.h
branchRCL_3
changeset 41 cd0ae4656946
parent 0 15bf7259bb7c
equal deleted inserted replaced
34:3a60ebea00d0 41:cd0ae4656946
   157     /**
   157     /**
   158      * Set a new current value Change becomes effective immediately.
   158      * Set a new current value Change becomes effective immediately.
   159      *
   159      *
   160      * @param aValueNow  New currentvalue.
   160      * @param aValueNow  New currentvalue.
   161      */
   161      */
   162     IMPORT_C void SetValueNow(const TReal32& aValueNow);
   162     IMPORT_C void SetValueNow(const TReal32& aValueNow) __SOFTFP;
   163 
   163 
   164     /**
   164     /**
   165      * Gets current value.
   165      * Gets current value.
   166      *
   166      *
   167      * @return Current value.
   167      * @return Current value.
   173      * @see SetTargetWithSpeed()
   173      * @see SetTargetWithSpeed()
   174      *
   174      *
   175      * @param aValue            New target value.
   175      * @param aValue            New target value.
   176      * @param aTime   Time duration after the target value will be in effect. Transition duration in milliseconds.
   176      * @param aTime   Time duration after the target value will be in effect. Transition duration in milliseconds.
   177      */
   177      */
   178     IMPORT_C void SetTarget(const TReal32& aTarget, TInt aTime); 
   178     IMPORT_C void SetTarget(const TReal32& aTarget, TInt aTime) __SOFTFP; 
   179 
   179 
   180     /**
   180     /**
   181      * Sets a new target value. The transition time depends on the speed.
   181      * Sets a new target value. The transition time depends on the speed.
   182      * @see SetTarget()
   182      * @see SetTarget()
   183      *
   183      *