taskswitcher/taskswitcherui/inc/tsgraphictab.h
changeset 5 c743ef5928ba
parent 4 4d54b72983ae
child 9 f966699dea19
child 10 148c8716f7c0
child 13 6205fd287e8a
child 17 eb51821c0aca
child 35 f9ce957a272c
equal deleted inserted replaced
4:4d54b72983ae 5:c743ef5928ba
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 #ifndef TSGRAPHICTAB_H
       
    18 #define TSGRAPHICTAB_H
       
    19 
       
    20 #include <e32base.h>
       
    21 
       
    22 #include <AknUtils.h>
       
    23 #include <AknsUtils.h>          // skinned icons
       
    24 #include <AknsConstants.h>      // skinned icon ids
       
    25 
       
    26 
       
    27 /**
       
    28  * Name of image file in case icon is not available from the skin.
       
    29  * Path should not be included.
       
    30  * Use _S( "" ) if skin id should be used instead.
       
    31  * Order and count must match TTsGraphicId. (except the last-marker)
       
    32  */
       
    33 static const TText* const KTsGraphicFiles[] =
       
    34     {
       
    35     _S( "" )
       
    36     };
       
    37 
       
    38 /**
       
    39  * Skin related IDs. Not in use yet.
       
    40  * Use all zeros if image file should be used instead.
       
    41  * Order and count must match TTsGraphicId. (except the last-marker)
       
    42  */
       
    43 static const TAknsItemID KTsGraphicSkinIds[] =
       
    44     {
       
    45     KAknsIIDNone
       
    46     };
       
    47 
       
    48 #endif // TSGRAPHICTAB_H