classicui_pub/lists_api/inc/eikfrlbd.h
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 23 3d340a0166ff
--- a/classicui_pub/lists_api/inc/eikfrlbd.h	Mon Mar 15 12:41:34 2010 +0200
+++ b/classicui_pub/lists_api/inc/eikfrlbd.h	Wed Mar 31 21:59:52 2010 +0300
@@ -1275,7 +1275,23 @@
     */
     CEikListBox* ListBox() const;
 
-    
+    /**
+     * This method prepare smiley engine if it is not ready yet.
+     * apply new icon size to smiley icon. 
+     * @internal
+     * @since S60 5.2
+     */
+    void InitSmileyL();
+
+    /**
+     * Decide which subcell will draw smiley icon. Note that only text subcell can
+     * be set.
+     *
+     * @param aSubCell Index Index number of the subcell.
+     * @internal
+     * @since S60 5.2
+     */
+    void SetSmileySubCellL( TInt aSubCell );
 private:
     void DoConstructL( const TAknsItemID& aAnimationIID );