uifw/AvKon/inc/PictograhGrouping.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 /*
       
     2 * Copyright (c) 2002-2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Defined avkon pictograph ranges to show in SCT
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PICTOGRAPH_GROUPING_H
       
    21 #define PICTOGRAPH_GROUPING_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32std.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 /**
       
    29 *  Pictograph grouping.
       
    30 *  This class is used for Japanese variant only.
       
    31 *
       
    32 *  @lib Avkon.lib
       
    33 *  @since Series 60 2.6
       
    34 */
       
    35 class PictograhGrouping
       
    36     {
       
    37    
       
    38     public:  // enum
       
    39         enum TAknPictographGroupType
       
    40             {
       
    41             TAknPictographGroup1,
       
    42             TAknPictographGroup2
       
    43             };
       
    44 
       
    45     public: // New functions
       
    46         /**
       
    47         * Return pictograph string to show in SCT.
       
    48         * @since Series 60 2.6
       
    49         * @param aType Pictograph group type
       
    50         *              set TAknPictographGroup1 or TAknPictographGroup2
       
    51         * @return Heap descriptor containing the Pictograph characters
       
    52 
       
    53         */
       
    54         static HBufC* AllocStringLC(TAknPictographGroupType aType);
       
    55 
       
    56     };
       
    57 
       
    58 #endif      // PICTOGRAPH_GROUPING_H
       
    59             
       
    60 // End of File