wlanutilities/wlansniffer/mainapplication/inc/wsfmainviewinternals.h
branchRCL_3
changeset 24 63be7eb3fc78
parent 23 b852595f5cbe
child 25 f28ada11abbf
equal deleted inserted replaced
23:b852595f5cbe 24:63be7eb3fc78
     1 /*
       
     2 * Copyright (c) 2007-2008 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:  MainView internals
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef WSFMAINVIEWINTERNALS_H
       
    19 #define WSFMAINVIEWINTERNALS_H
       
    20 
       
    21 //Constants
       
    22 /** Icon ID constants */
       
    23 
       
    24 //Animation Icons
       
    25 const TInt KWlanOnIcon = 0;
       
    26 const TInt KWlanOnIcon_0 = 1;
       
    27 const TInt KWlanOnIcon_1 = 2;
       
    28 
       
    29 const TInt KSecureNetworkIcon = 3;
       
    30 const TInt KNoSignalIcon = 4;
       
    31 const TInt KPoorSignal = 5;
       
    32 const TInt KAverageSignal = 6;
       
    33 const TInt KExcelentSignal = 7;
       
    34 const TInt KConnectedNWIcon = 8;
       
    35 const TInt KKnownNWIcon = 9;
       
    36 const TInt KTransparentIcon = 10;
       
    37 
       
    38 #endif // WSFMAINVIEWINTERNALS_H