uifw/AvKon/inc/AknSmileyModel.h
branchRCL_3
changeset 18 fcdfafb36fe7
parent 7 08e69e956a8c
child 19 aecbbf00d063
--- a/uifw/AvKon/inc/AknSmileyModel.h	Thu Jul 15 18:56:19 2010 +0300
+++ b/uifw/AvKon/inc/AknSmileyModel.h	Thu Aug 19 10:11:06 2010 +0300
@@ -177,8 +177,15 @@
 
     TChar SmileyCode(TInt aIndex, TInt aVariant=0) const;
     TChar SmileyCode(const CAknSmileyIcon* aSmileyIcon) const;
+
     void LoadStillImagesL(const TDesC& aText);
+    void PlayAnimationL(const TDesC& aText, TInt aRepeat=0, TInt aDelay=0);
+    void StopAnimation(const TDesC& aText);
+    
+private:
     void LoadStillImageL(TChar aChar);
+    void PlayAnimationL(TChar aChar, TInt aRepeat=0, TInt aDelay=0);
+    void StopAnimation(TChar aChar);
 
 private:
     const TDesC& Text(TInt aIndex, TInt aVariant=0) const;