vtuis/videotelui/inc/features/tvtuifeatureids.h
changeset 0 ed9695c8bcbe
equal deleted inserted replaced
-1:000000000000 0:ed9695c8bcbe
       
     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:  Feature ids.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_VTUIFEATUREIDS_H
       
    20 #define T_VTUIFEATUREIDS_H
       
    21 
       
    22 /**
       
    23  *
       
    24  * Feature IDs.
       
    25  *
       
    26  */
       
    27 enum TVtUiFeatureId
       
    28     {
       
    29     /** Toolbar feature id */
       
    30     EVtUiFeatureIdToolbar = 1,
       
    31 
       
    32     /** Softkey feature id */
       
    33     EVtUiFeatureIdSoftkey,
       
    34 
       
    35     /** Menu feature id */
       
    36     EVtUiFeatureIdMenu,
       
    37 
       
    38     /** Mini Dialer feature id */
       
    39     EVtUiFeatureIdMiniDialer,
       
    40 
       
    41     /** Number entry feature id */
       
    42     EVtUiFeatureIdNumberEntry,
       
    43     
       
    44     /** Video quality feature id */
       
    45     EVtUiFeatureIdVideoQuality,
       
    46     
       
    47     /** White balance feature id */
       
    48     EVtUiFeatureIdWhiteBalance,
       
    49 
       
    50     /** Color tone feature id */
       
    51     EVtUiFeatureIdColourTone,
       
    52 
       
    53     /** Brightness feature id */
       
    54     EVtUiFeatureIdBrightness,
       
    55 
       
    56     /** Contrast feature id */
       
    57     EVtUiFeatureIdContrast,
       
    58 
       
    59     /** Dialer feature id */
       
    60     EVtUiFeatureIdDialer,
       
    61 
       
    62     /** Volume feature id */
       
    63     EVtUiFeatureIdVolume,
       
    64 
       
    65     /** Zoom feature id */
       
    66     EVtUiFeatureIdZoom
       
    67     };
       
    68 
       
    69 #endif // T_VTUIFEATUREIDS_H