epoc32/include/txtrich.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 /*
     2 // All rights reserved.
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // This component and the accompanying materials are made available
     3 * All rights reserved.
     4 // under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
     4 * This component and the accompanying materials are made available
     5 // which accompanies this distribution, and is available
     5 * under the terms of "Eclipse Public License v1.0"
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 * which accompanies this distribution, and is available
     7 //
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // Initial Contributors:
     8 *
     9 // Nokia Corporation - initial contribution.
     9 * Initial Contributors:
    10 //
    10 * Nokia Corporation - initial contribution.
    11 // Contributors:
    11 *
    12 //
    12 * Contributors:
    13 // Description:
    13 *
    14 //
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
    15 
    18 
    16 #ifndef __TXTRICH_H__
    19 #ifndef __TXTRICH_H__
    17 #define __TXTRICH_H__
    20 #define __TXTRICH_H__
    18 
    21 
    19 #include <e32std.h>
    22 #include <e32std.h>
    21 #include <txtglobl.h>
    24 #include <txtglobl.h>
    22 #include <txtstyle.h>
    25 #include <txtstyle.h>
    23 #include <mparser.h>
    26 #include <mparser.h>
    24 #include <medobsrv.h>
    27 #include <medobsrv.h>
    25 
    28 
       
    29 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    30 #include <txtrich_internal.h>
       
    31 #include <txtclipboard.h>
       
    32 #endif
    26 
    33 
    27 // forward references
    34 // forward references
    28 class CRichTextIndex;
    35 class CRichTextIndex;
    29 class CStreamStore;
    36 class CStreamStore;
    30 class CStoreMap;
    37 class CStoreMap;
    31 class MPictureFactory;
    38 class MPictureFactory;
    32 class MRichTextStoreResolver;
    39 class MRichTextStoreResolver;
    33 class TCharFormatX;
    40 class TCharFormatX;
    34 class TCharFormatXMask;
    41 class TCharFormatXMask;
    35 class CParserData;
    42 class CParserData;
    36 
       
    37 
       
    38 /**
       
    39 UIDs
       
    40 @internalComponent 
       
    41 */
       
    42 const TUid KRichTextStyleDataUid = { 268450335 };
       
    43 const TUid KClipboardUidTypeRichText = { 268450336 };
       
    44 const TUid KClipboardUidTypeRichTextWithStyles = { 268450337 };
       
    45 const TUid KRichTextMarkupDataUid = { 268435558 };
       
    46 
    43 
    47 
    44 
    48 class CRichText : public CGlobalText
    45 class CRichText : public CGlobalText
    49 /** 
    46 /** 
    50 Text with rich formatting.
    47 Text with rich formatting.
   325 
   322 
   326 #include <txtrich.inl>
   323 #include <txtrich.inl>
   327 
   324 
   328 
   325 
   329 #endif
   326 #endif
       
   327 
       
   328 
       
   329