uifw/EikStd/coctlinc/smileymanager.h
branchRCL_3
changeset 59 978afdc0236f
parent 56 d48ab3b357f1
child 72 a5e7a4f63858
equal deleted inserted replaced
56:d48ab3b357f1 59:978afdc0236f
    39  *  @since S60 v5.0
    39  *  @since S60 v5.0
    40  */
    40  */
    41 NONSHARABLE_CLASS( CSmileyManager ) : public CBase
    41 NONSHARABLE_CLASS( CSmileyManager ) : public CBase
    42     {
    42     {
    43 public:
    43 public:
    44     static const TText KPlaceHolder = 0xfff0;
       
    45     static const TInt KMaxLength = 100;
    44     static const TInt KMaxLength = 100;
    46     static const TInt KMinLength = 2;
    45     static const TInt KMinLength = 2;
    47     static const TText KZeroCode = 0;
    46     static const TText KZeroCode = 0;    
    48     static const TText KCompensateChar = 'i'; 
       
    49     static const TUint KSmileyCodeMin = 0xf880;
       
    50     static const TUint KSmileyCodeMax = 0xf8e4;    
       
    51     
    47     
    52     enum TOperationType
    48     enum TOperationType
    53         {
    49         {
    54         EDelete = 0,
    50         EDelete = 0,
    55         EInsert,
    51         EInsert,