--- a/uifw/EikStd/coctlinc/smileydrawer.h Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/EikStd/coctlinc/smileydrawer.h Tue Aug 31 15:28:30 2010 +0300
@@ -83,6 +83,12 @@
void SetPlayTimes( TInt aPlayTimes ){ iPlayTimes = aPlayTimes; };
+ void SetVisibleRange( TInt aDocPos, TInt aLength )
+ {
+ iVisibleStart = aDocPos;
+ iVisibleLength = aLength;
+ };
+
void StartAnimTimerL();
static TInt AnimTimerCallbackL( TAny* aPtr );
void CheckAnimStatusL();
@@ -104,6 +110,8 @@
TRgb iHighlightColor;
TInt iPlayTimes;
+ TInt iVisibleStart;
+ TInt iVisibleLength;
// own
CSmileyAsyncDraw* iAsyncDraw;
// own