classicui_pub/lists_api/inc/EIKLBX.H
branchRCL_3
changeset 16 71dd06cfe933
parent 4 8ca85d2f0db7
child 23 3d340a0166ff
equal deleted inserted replaced
15:08e69e956a8c 16:71dd06cfe933
  1517      *
  1517      *
  1518      * @since S60 5.2
  1518      * @since S60 5.2
  1519      */
  1519      */
  1520     IMPORT_C void DisableItemSpecificMenu();
  1520     IMPORT_C void DisableItemSpecificMenu();
  1521     
  1521     
       
  1522     /**
       
  1523      * Checks if highlight drawing is enabled. If single click is
       
  1524      * enabled highlight drawing is by default disabled, but highlight comes 
       
  1525      * visible with hardware keys. 
       
  1526      * 
       
  1527      * @return ETrue if highlight is enabled, EFalse if not.
       
  1528      *
       
  1529      * @since S60 5.2
       
  1530      */
       
  1531     IMPORT_C TBool IsHighlightEnabled();
       
  1532     
  1522 private:
  1533 private:
  1523     IMPORT_C virtual void CEikListBox_Reserved(); // listbox use only
  1534     IMPORT_C virtual void CEikListBox_Reserved(); // listbox use only
  1524     void HorizontalScroll(TInt aScrollAmountInPixels);
  1535     void HorizontalScroll(TInt aScrollAmountInPixels);
  1525     void DrawItemInView(TInt aItemIndex) const;
  1536     void DrawItemInView(TInt aItemIndex) const;
  1526     void ClearMargins(CWindowGc& aGc) const;
  1537     void ClearMargins(CWindowGc& aGc) const;