uifw/EikStd/coctlinc/smileymanager.h
branchRCL_3
changeset 19 aecbbf00d063
parent 17 a1caeb42b3a3
child 20 d48ab3b357f1
--- a/uifw/EikStd/coctlinc/smileymanager.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/EikStd/coctlinc/smileymanager.h	Tue Aug 31 15:28:30 2010 +0300
@@ -42,7 +42,7 @@
     {
 public:
     static const TText KPlaceHolder = 0xfff0;
-    static const TInt KMaxLength = 100;
+    static const TInt KMaxLength = 5;
     static const TInt KMinLength = 2;
     static const TText KZeroCode = 0;
     static const TText KCompensateChar = 'i'; 
@@ -66,6 +66,7 @@
 //new functions    
     TBool ConvertTextForSmileyL( TInt aStart, TDes& aText, 
         TBool aStringToCodes = ETrue );
+    void SetVisibleRange( TInt aDocPos, TInt aLength );
     
     void DrawIconL( CBitmapContext& aGc, const TRect& aRect, 
         TInt aDocPos );