email/imum/Utils/Inc/MuiuDynamicHeader.h
changeset 0 72b543305e3a
equal deleted inserted replaced
-1:000000000000 0:72b543305e3a
       
     1 /*
       
     2 * Copyright (c) 2006 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:  MuiuDynamicHeader.h
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef __MUIUDYNAMICHEADER_H__
       
    21 #define __MUIUDYNAMICHEADER_H__
       
    22 
       
    23 // INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 #include "MuiuDynamicSettingsArray.hrh"
       
    27 
       
    28 // FORWARD DECLARATIONS
       
    29 class CMuiuSettingBase;
       
    30 
       
    31 // DATATYPES
       
    32 typedef TBuf<KMuiuDynMaxSettingsLongTextLength> TMuiuSettingsText;
       
    33 typedef TBuf<KMuiuDynMaxPasswordLength> TMuiuPasswordText;
       
    34 typedef CArrayPtrFlat<CMuiuSettingBase> CMuiuDynSetItemArray;
       
    35 _LIT( KMuiuDynStrSpace, " " );
       
    36 _LIT( KMuiuBaseItemPanic, "MuiuDynItem" );
       
    37 _LIT( KMuiuExtLinkItemPanic, "Dynamic Item: Extended link" );
       
    38 _LIT( KMuiuEditValueItemPanic, "Dynamic Item: Edit Value" );
       
    39 _LIT( KMuiuEditTextItemPanic, "Dynamic Item: Edit Text" );
       
    40 // Muiu dynamic dialog panic text
       
    41 _LIT( KMuiuDynSetDialogPanic, "MuiuDynDialog" );
       
    42 // Muiu array panic
       
    43 _LIT( KMuiuDynSettingsArrayPanic, "MuiuDynArray" );
       
    44 
       
    45 // FUNCTION PROTOTYPES
       
    46 // CLASS DECLARATION
       
    47 
       
    48 #endif //__MUIUDYNAMICHEADER_H__
       
    49 
       
    50 // End of file