classicui_pub/lists_api/inc/eikfrlbd.h
branchRCL_3
changeset 15 08e69e956a8c
parent 0 2f259fa3e83a
child 23 3d340a0166ff
equal deleted inserted replaced
10:9f56a4e1b8ab 15:08e69e956a8c
  1273     * @since S60 5.0
  1273     * @since S60 5.0
  1274     * @return Instance of CEikListBox.
  1274     * @return Instance of CEikListBox.
  1275     */
  1275     */
  1276     CEikListBox* ListBox() const;
  1276     CEikListBox* ListBox() const;
  1277 
  1277 
  1278     
  1278     /**
       
  1279      * This method prepare smiley engine if it is not ready yet.
       
  1280      * apply new icon size to smiley icon. 
       
  1281      * @internal
       
  1282      * @since S60 5.2
       
  1283      */
       
  1284     void InitSmileyL();
       
  1285 
       
  1286     /**
       
  1287      * Decide which subcell will draw smiley icon. Note that only text subcell can
       
  1288      * be set.
       
  1289      *
       
  1290      * @param aSubCell Index Index number of the subcell.
       
  1291      * @internal
       
  1292      * @since S60 5.2
       
  1293      */
       
  1294     void SetSmileySubCellL( TInt aSubCell );
  1279 private:
  1295 private:
  1280     void DoConstructL( const TAknsItemID& aAnimationIID );
  1296     void DoConstructL( const TAknsItemID& aAnimationIID );
  1281 
  1297 
  1282     const TColors &Colors(TInt aItemIndex, TInt aSubCell) const;
  1298     const TColors &Colors(TInt aItemIndex, TInt aSubCell) const;
  1283     TInt LastSubCell() const;
  1299     TInt LastSubCell() const;