idlehomescreen/xmluirendering/renderingplugins/xnnewstickerfactory/inc/xnnewstickercontrol.h
branchRCL_3
changeset 30 b8fae6b8a148
parent 2 08c6ee43b396
child 54 1b758917cafc
equal deleted inserted replaced
16:9674c1a575e9 30:b8fae6b8a148
    88     	 * Return the title of the given index.
    88     	 * Return the title of the given index.
    89     	 * @param aIndex The index to return the title.
    89     	 * @param aIndex The index to return the title.
    90     	 * @return The title of the given index.
    90     	 * @return The title of the given index.
    91     	 */
    91     	 */
    92         const TDesC& Title(TInt aIndex) const;
    92         const TDesC& Title(TInt aIndex) const;
    93 
    93 		
       
    94 		/**
       
    95 		 * Returns last index from iTitleTexts
       
    96 		 * Which is not empty string
       
    97 		 */
       
    98         TInt LastIndexWithContent();
       
    99         
    94         /**
   100         /**
    95          * Delete all titles.
   101          * Delete all titles.
    96          */
   102          */
    97         void ClearTitles();
   103         void ClearTitles();
    98 
   104