meetingrequest/mrgui/mrfieldbuildercommon/inc/cesmrrichtextlink.h
branchRCL_3
changeset 33 da5135c61bad
parent 0 8466d47a6819
equal deleted inserted replaced
32:a3a1ae9acec6 33:da5135c61bad
     1 /*
     1 /*
     2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
   104      *
   104      *
   105      * @param aPos New start position of the link
   105      * @param aPos New start position of the link
   106      */
   106      */
   107     IMPORT_C void SetStartPos( TInt aPos );
   107     IMPORT_C void SetStartPos( TInt aPos );
   108 
   108 
       
   109     /**
       
   110      * Gets the MSK command id based on link type.
       
   111      * @return the command id
       
   112      */
       
   113     TInt MSKCommand() const;
       
   114     
       
   115     /**
       
   116      * Gets the MSK text resource id based on link type.
       
   117      * @return the resource id.
       
   118      */
       
   119     TInt MSKText() const;
       
   120     
   109 private: // Implementation
   121 private: // Implementation
   110     CESMRRichTextLink(
   122     CESMRRichTextLink(
   111             TInt aStartPos,
   123             TInt aStartPos,
   112             TInt aLength,
   124             TInt aLength,
   113             TType aType,
   125             TType aType,