classicui_pub/lists_api/inc/EIKLBX.H
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
56:d48ab3b357f1 59:978afdc0236f
  1538      * @since S60 5.2
  1538      * @since S60 5.2
  1539      */
  1539      */
  1540     IMPORT_C TBool IsHighlightEnabled();
  1540     IMPORT_C TBool IsHighlightEnabled();
  1541     
  1541     
  1542     /**
  1542     /**
  1543      * Turns the marking mode on / off.
  1543      * Turns the marking mode on / off. 
       
  1544      * States of navipane and softkeys are updated. 
  1544      *
  1545      *
  1545      * @since S60 5.2
  1546      * @since S60 5.2
  1546      * 
  1547      * 
  1547      * @param  aEnable @c ETrue to turn marking mode on
  1548      * @param  aEnable @c ETrue to turn marking mode on, 
  1548      *                 @c EFalse to turn marking mode off
  1549      *                 "marking mode" is shown in navipane, 
       
  1550      *                 "Cancel" is shown in right softkey.
       
  1551      *                 @c EFalse to turn marking mode off,
       
  1552      *                 "marking mode" is not shown in navipane,
       
  1553      *                 "Back" or "exit" is shown in right softkey.
  1549      */
  1554      */
  1550     IMPORT_C void SetMarkingMode( TBool aEnable );
  1555     IMPORT_C void SetMarkingMode( TBool aEnable );
  1551 
  1556 
  1552     /**
  1557     /**
  1553      * Sets the marking mode observer.
  1558      * Sets the marking mode observer.