mobilemessaging/unieditor/utils/inc/UniUtils.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2005-2007 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:   Unified Message Editor Utils definitions.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef UNIUTILS_H
       
    21 #define UNIUTILS_H
       
    22 
       
    23 // INCLUDES
       
    24 
       
    25 #include <e32def.h>
       
    26 #include <MsgEditor.hrh>
       
    27 
       
    28 // CONSTANTS
       
    29 
       
    30 // UiUtils bitmaps.
       
    31 _LIT( KUniUtilsMBMFileName, "uniutils.mbm" );
       
    32 _LIT( KUniUtilsResourceFileName, "uniutils.rsc" );
       
    33 
       
    34 // MACROS
       
    35 
       
    36 // FORWARD DECLARATIONS
       
    37 
       
    38 // DATA TYPES
       
    39 
       
    40 enum TUniObjectTypeFlags
       
    41     {
       
    42     EUniNoneFlag    = 0x00,
       
    43     EUniAudioFlag   = 0x01,
       
    44     EUniImageFlag   = 0x02,
       
    45     EUniTextFlag    = 0x04,
       
    46     EUniVideoFlag   = 0x08,
       
    47     EUniSvgFlag     = 0x10
       
    48     };
       
    49 
       
    50 // FUNCTION PROTOTYPES
       
    51 
       
    52 // CLASS DECLARATION
       
    53 
       
    54 #endif // UNIUTILS_H
       
    55 
       
    56 // End of file