epoc32/include/mw/aknsconstants.hrh
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:27:01 +0100
branchSymbian2
changeset 3 e1b950c65cb4
parent 2 2fe1408b6811
child 4 837f303aceeb
permissions -rw-r--r--
Attempt to represent the S^2->S^3 header reorganisation as a series of "hg rename" operations
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     1
/*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     2
* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     3
* All rights reserved.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     4
* This component and the accompanying materials are made available
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     6
* which accompanies this distribution, and is available
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     8
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
     9
* Initial Contributors:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    10
* Nokia Corporation - initial contribution.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    11
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    12
* Contributors:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    13
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    14
* Description:  Defines constant values for Avkon Skins.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    15
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    16
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    17
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    18
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    19
#ifndef AKNSCONSTANTS_HRH
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    20
#define AKNSCONSTANTS_HRH
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    21
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    22
// This header file defines enumerations for skin item IDs (major and minor
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    23
// values).
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    24
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    25
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    26
// Major values
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    27
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    28
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    29
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    30
* Major values for item IDs.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    31
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    32
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    33
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    34
enum TAknsMajorValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    35
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    36
    EAknsMajorNone              = -1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    37
    EAknsMajorDefault           = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    38
    EAknsMajorSkin              = 0x10005a26,   // AknSkins UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    39
    EAknsMajorAvkon             = 0x100056c6,   // Avkon UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    40
    EAknsMajorAppIcon           = 0x101f84b6,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    41
    EAknsMajorAppIconBmpLst     = 0x101f84b7,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    42
    EAknsMajorAppIconBmpCxt     = 0x101f84b8,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    43
    EAknsMajorCallstatus        = 0x101f8553,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    44
    EAknsMajorCalendar          = 0x10005901,   // Calendar UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    45
    EAknsMajorScreensaver       = 0x100056cf,   // Screensaver UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    46
    EAknsMajorPinboard          = 0x1000590b,   // Pinboard UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    47
    EAknsMajorCbsuiApp          = 0x101f4cd3,   // CbsuiApp UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    48
    EAknsMajorSound             = 0x101f869e,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    49
    EAknsMajorProperty          = 0x101FD651,   // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    50
    EAknsMajorGeneric           = 0x101F86E3,    // AknSkins Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    51
    EAknsMajorESeries           = 0x200100FC    // ESeries Content UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    52
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    53
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    54
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    55
// None and default values
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    56
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    57
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    58
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    59
* Common minor values for item IDs.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    60
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    61
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    62
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    63
enum TAknsMinorCommonValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    64
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    65
    EAknsMinorNone              = -1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    66
    EAknsMinorDefault           = 0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    67
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    68
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    69
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    70
// EAknsMajorSkin item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    71
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    72
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    73
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    74
* Minor values for item IDs in EAknsMajorSkin major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    75
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    76
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    77
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    78
enum TAknsMinorSkinValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    79
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    80
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    81
    // Screen, status and control areas
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    82
    EAknsMinorQsnBgScreen               = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    83
    EAknsMinorQsnBgScreenIdle           = 0x1001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    84
    EAknsMinorQsnBgScreenMp             = 0x1002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    85
    EAknsMinorQsnBgAreaStatus           = 0x1010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    86
    EAknsMinorQsnBgAreaStatusIdle       = 0x1011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    87
    EAknsMinorQsnBgAreaControl          = 0x1020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    88
    EAknsMinorQsnBgAreaControlPopup     = 0x1021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    89
    EAknsMinorQsnBgAreaControlIdle      = 0x1022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    90
    EAknsMinorQsnBgAreaControlMp        = 0x1023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    91
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    92
    // Stacon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    93
    EAknsMinorQsnBgAreaStaconRt         = 0x1030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    94
    EAknsMinorQsnBgAreaStaconLt         = 0x1031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    95
    EAknsMinorQsnBgAreaStaconRb         = 0x1032,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    96
    EAknsMinorQsnBgAreaStaconLb         = 0x1033,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    97
    EAknsMinorQsnBgAreaStaconRtIdle     = 0x1034,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    98
    EAknsMinorQsnBgAreaStaconLtIdle     = 0x1035,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    99
    EAknsMinorQsnBgAreaStaconRbIdle     = 0x1036,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   100
    EAknsMinorQsnBgAreaStaconLbIdle     = 0x1037,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   102
    // Main areas
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   103
    EAknsMinorQsnBgAreaMain             = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   104
    EAknsMinorQsnBgAreaMainListGene     = 0x1101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   105
    EAknsMinorQsnBgAreaMainListSet      = 0x1102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   106
    EAknsMinorQsnBgAreaMainAppsGrid     = 0x1103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   107
    EAknsMinorQsnBgAreaMainMessage      = 0x1104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   108
    EAknsMinorQsnBgAreaMainIdle         = 0x1105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   109
    EAknsMinorQsnBgAreaMainPinb         = 0x1106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   110
    EAknsMinorQsnBgAreaMainCalc         = 0x1107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   111
    EAknsMinorQsnBgAreaMainQdial        = 0x1108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   112
    EAknsMinorQsnBgAreaMainIdleDimmed   = 0x1109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   113
    EAknsMinorQsnBgAreaMainHigh         = 0x110a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   114
    EAknsMinorQsnBgAreaMainMp           = 0x110b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   116
    EAknsMinorQsnBgAreaMainFlat         = 0x110c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   117
    EAknsMinorQsnBgAreaMainSmall        = 0x110d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   119
    // Slice elements
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   120
    EAknsMinorQsnBgSlicePopup           = 0x11a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   121
    EAknsMinorQsnBgSlicePinb            = 0x11a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   122
    EAknsMinorQsnBgSliceFswap           = 0x11a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   124
    // Wallpaper
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   125
    EAknsMinorWallpaper                 = 0x1180,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   126
    EAknsMinorQgnGrafIdleFade           = 0x1190,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   127
    EAknsMinorQgnGrafDimWipeLscLeft     = 0x1191,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   129
    // Volume levels
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   130
    EAknsMinorQsnCpVolumeOn             = 0x11f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   131
    EAknsMinorQsnCpVolumeOff            = 0x11f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   133
    // List column background
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   134
    EAknsMinorQsnBgColumn0              = 0x1200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   135
    EAknsMinorQsnBgColumnA              = 0x1201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   136
    EAknsMinorQsnBgColumnAB             = 0x1202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   137
    EAknsMinorQsnBgColumnC0             = 0x1203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   138
    EAknsMinorQsnBgColumnCA             = 0x1204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   139
    EAknsMinorQsnBgColumnCAB            = 0x1205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   141
    // The following three numeric values are reserved for obsolete items.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   142
    // 0x1210, 0x1211, 0x1212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   144
    // List bottom elements
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   145
    EAknsMinorQsnBgSliceList0           = 0x1220,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   146
    EAknsMinorQsnBgSliceListA           = 0x1221,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   147
    EAknsMinorQsnBgSliceListAB          = 0x1222,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   149
    // Setting item list - option item frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   150
    EAknsMinorQsnFrSetOpt               = 0x1300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   151
    EAknsMinorQsnFrSetOptCornerTl       = 0x1301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   152
    EAknsMinorQsnFrSetOptCornerTr       = 0x1302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   153
    EAknsMinorQsnFrSetOptCornerBl       = 0x1303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   154
    EAknsMinorQsnFrSetOptCornerBr       = 0x1304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   155
    EAknsMinorQsnFrSetOptSideT          = 0x1305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   156
    EAknsMinorQsnFrSetOptSideB          = 0x1306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   157
    EAknsMinorQsnFrSetOptSideL          = 0x1307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   158
    EAknsMinorQsnFrSetOptSideR          = 0x1308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   159
    EAknsMinorQsnFrSetOptCenter         = 0x1309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   161
    // Setting item list - focused option item frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   162
    EAknsMinorQsnFrSetOptFoc            = 0x1310,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   163
    EAknsMinorQsnFrSetOptFocCornerTl    = 0x1311,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   164
    EAknsMinorQsnFrSetOptFocCornerTr    = 0x1312,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   165
    EAknsMinorQsnFrSetOptFocCornerBl    = 0x1313,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   166
    EAknsMinorQsnFrSetOptFocCornerBr    = 0x1314,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   167
    EAknsMinorQsnFrSetOptFocSideT       = 0x1315,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   168
    EAknsMinorQsnFrSetOptFocSideB       = 0x1316,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   169
    EAknsMinorQsnFrSetOptFocSideL       = 0x1317,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   170
    EAknsMinorQsnFrSetOptFocSideR       = 0x1318,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   171
    EAknsMinorQsnFrSetOptFocCenter      = 0x1319,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   173
    // Setting list volume graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   174
    EAknsMinorQsnCpSetListVolumeOn      = 0x13f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   175
    EAknsMinorQsnCpSetListVolumeOff     = 0x13f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   177
    // Setting list slider graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   178
    EAknsMinorQgnIndiSliderSet          = 0x13f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   180
    // General list highlight frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   181
    EAknsMinorQsnFrList                 = 0x1400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   182
    EAknsMinorQsnFrListCornerTl         = 0x1401,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   183
    EAknsMinorQsnFrListCornerTr         = 0x1402,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   184
    EAknsMinorQsnFrListCornerBl         = 0x1403,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   185
    EAknsMinorQsnFrListCornerBr         = 0x1404,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   186
    EAknsMinorQsnFrListSideT            = 0x1405,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   187
    EAknsMinorQsnFrListSideB            = 0x1406,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   188
    EAknsMinorQsnFrListSideL            = 0x1407,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   189
    EAknsMinorQsnFrListSideR            = 0x1408,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   190
    EAknsMinorQsnFrListCenter           = 0x1409,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   192
    // General grid highlight frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   193
    EAknsMinorQsnFrGrid                 = 0x1410,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   194
    EAknsMinorQsnFrGridCornerTl         = 0x1411,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   195
    EAknsMinorQsnFrGridCornerTr         = 0x1412,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   196
    EAknsMinorQsnFrGridCornerBl         = 0x1413,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   197
    EAknsMinorQsnFrGridCornerBr         = 0x1414,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   198
    EAknsMinorQsnFrGridSideT            = 0x1415,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   199
    EAknsMinorQsnFrGridSideB            = 0x1416,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   200
    EAknsMinorQsnFrGridSideL            = 0x1417,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   201
    EAknsMinorQsnFrGridSideR            = 0x1418,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   202
    EAknsMinorQsnFrGridCenter           = 0x1419,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   204
    // General input field border frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   205
    EAknsMinorQsnFrInput                = 0x1500,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   206
    EAknsMinorQsnFrInputCornerTl        = 0x1501,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   207
    EAknsMinorQsnFrInputCornerTr        = 0x1502,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   208
    EAknsMinorQsnFrInputCornerBl        = 0x1503,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   209
    EAknsMinorQsnFrInputCornerBr        = 0x1504,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   210
    EAknsMinorQsnFrInputSideT           = 0x1505,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   211
    EAknsMinorQsnFrInputSideB           = 0x1506,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   212
    EAknsMinorQsnFrInputSideL           = 0x1507,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   213
    EAknsMinorQsnFrInputSideR           = 0x1508,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   214
    EAknsMinorQsnFrInputCenter          = 0x1509,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   216
    // Settings volume graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   217
    EAknsMinorQsnCpSetVolumeOn          = 0x15f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   218
    EAknsMinorQsnCpSetVolumeOff         = 0x15f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   220
    // Slider editing graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   221
    EAknsMinorQgnIndiSliderEdit         = 0x15f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   223
    // Scrollbars
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   224
    EAknsMinorQsnCpScrollBgTop          = 0x1600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   225
    EAknsMinorQsnCpScrollBgMiddle       = 0x1601,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   226
    EAknsMinorQsnCpScrollBgBottom       = 0x1602,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   227
    EAknsMinorQsnCpScrollHandleBgTop    = 0x1603,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   228
    EAknsMinorQsnCpScrollHandleBgMiddle = 0x1604,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   229
    EAknsMinorQsnCpScrollHandleBgBottom = 0x1605,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   230
    EAknsMinorQsnCpScrollHandleTop      = 0x1606,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   231
    EAknsMinorQsnCpScrollHandleMiddle   = 0x1607,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   232
    EAknsMinorQsnCpScrollHandleBottom   = 0x1608,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   234
    // Popup generics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   235
    EAknsMinorQsnBgScreenDimming        = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   236
    EAknsMinorQsnBgPopupBackground      = 0x2001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   238
    // General popup frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   239
    EAknsMinorQsnFrPopup                = 0x2100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   240
    EAknsMinorQsnFrPopupCornerTl        = 0x2101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   241
    EAknsMinorQsnFrPopupCornerTr        = 0x2102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   242
    EAknsMinorQsnFrPopupCornerBl        = 0x2103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   243
    EAknsMinorQsnFrPopupCornerBr        = 0x2104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   244
    EAknsMinorQsnFrPopupSideT           = 0x2105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   245
    EAknsMinorQsnFrPopupSideB           = 0x2106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   246
    EAknsMinorQsnFrPopupSideL           = 0x2107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   247
    EAknsMinorQsnFrPopupSideR           = 0x2108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   248
    EAknsMinorQsnFrPopupCenter          = 0x2109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   250
    // Specific popup centers
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   251
    EAknsMinorQsnFrPopupCenterMenu      = 0x2110,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   252
    EAknsMinorQsnFrPopupCenterSubmenu   = 0x2111,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   253
    EAknsMinorQsnFrPopupCenterNote      = 0x2112,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   254
    EAknsMinorQsnFrPopupCenterQuery     = 0x2113,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   255
    EAknsMinorQsnFrPopupCenterFind      = 0x2114,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   256
    EAknsMinorQsnFrPopupCenterSnote     = 0x2115,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   257
    EAknsMinorQsnFrPopupCenterFswap     = 0x2116,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   259
    // Submenu frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   260
    EAknsMinorQsnFrPopupSub             = 0x2120,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   261
    EAknsMinorQsnFrPopupSubCornerTl     = 0x2121,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   262
    EAknsMinorQsnFrPopupSubCornerTr     = 0x2122,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   263
    EAknsMinorQsnFrPopupSubCornerBl     = 0x2123,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   264
    EAknsMinorQsnFrPopupSubCornerBr     = 0x2124,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   265
    EAknsMinorQsnFrPopupSubSideT        = 0x2125,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   266
    EAknsMinorQsnFrPopupSubSideB        = 0x2126,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   267
    EAknsMinorQsnFrPopupSubSideL        = 0x2127,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   268
    EAknsMinorQsnFrPopupSubSideR        = 0x2128,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   270
    // Popup heading frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   271
    EAknsMinorQsnFrPopupHeading         = 0x2130,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   272
    EAknsMinorQsnFrPopupHeadingCornerTl = 0x2131,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   273
    EAknsMinorQsnFrPopupHeadingCornerTr = 0x2132,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   274
    EAknsMinorQsnFrPopupHeadingCornerBl = 0x2133,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   275
    EAknsMinorQsnFrPopupHeadingCornerBr = 0x2134,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   276
    EAknsMinorQsnFrPopupHeadingSideT    = 0x2135,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   277
    EAknsMinorQsnFrPopupHeadingSideB    = 0x2136,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   278
    EAknsMinorQsnFrPopupHeadingSideL    = 0x2137,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   279
    EAknsMinorQsnFrPopupHeadingSideR    = 0x2138,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   280
    EAknsMinorQsnFrPopupHeadingCenter   = 0x2139,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   282
    // Fast application swapping
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   283
    EAknsMinorQsnBgFswapEnd             = 0x2150,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   285
    // Flat status pane frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   287
    EAknsMinorQsnFrStatusFlat           = 0x2160,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   288
    EAknsMinorQsnFrStatusFlatCornerTl   = 0x2161,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   289
    EAknsMinorQsnFrStatusFlatCornerTr   = 0x2162,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   290
    EAknsMinorQsnFrStatusFlatCornerBl   = 0x2163,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   291
    EAknsMinorQsnFrStatusFlatCornerBr   = 0x2164,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   292
    EAknsMinorQsnFrStatusFlatSideT      = 0x2165,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   293
    EAknsMinorQsnFrStatusFlatSideB      = 0x2166,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   294
    EAknsMinorQsnFrStatusFlatSideL      = 0x2167,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   295
    EAknsMinorQsnFrStatusFlatSideR      = 0x2168,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   296
    EAknsMinorQsnFrStatusFlatCenter     = 0x2169,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   298
    // toolbar buttons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   300
    EAknsMinorQsnFrButtonTb             = 0x2170,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   301
    EAknsMinorQsnFrButtonTbCornerTl     = 0x2171,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   302
    EAknsMinorQsnFrButtonTbCornerTr     = 0x2172,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   303
    EAknsMinorQsnFrButtonTbCornerBl     = 0x2173,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   304
    EAknsMinorQsnFrButtonTbCornerBr     = 0x2174,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   305
    EAknsMinorQsnFrButtonTbSideT        = 0x2175,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   306
    EAknsMinorQsnFrButtonTbSideB        = 0x2176,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   307
    EAknsMinorQsnFrButtonTbSideL        = 0x2177,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   308
    EAknsMinorQsnFrButtonTbSideR        = 0x2178,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   309
    EAknsMinorQsnFrButtonTbCenter       = 0x2179,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   311
    EAknsMinorQsnFrButtonTbInactive          = 0x2180,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   312
    EAknsMinorQsnFrButtonTbCornerTlInactive  = 0x2181,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   313
    EAknsMinorQsnFrButtonTbCornerTrInactive  = 0x2182,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   314
    EAknsMinorQsnFrButtonTbCornerBlInactive  = 0x2183,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   315
    EAknsMinorQsnFrButtonTbCornerBrInactive  = 0x2184,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   316
    EAknsMinorQsnFrButtonTbSideTInactive     = 0x2185,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   317
    EAknsMinorQsnFrButtonTbSideBInactive     = 0x2186,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   318
    EAknsMinorQsnFrButtonTbSideLInactive     = 0x2187,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   319
    EAknsMinorQsnFrButtonTbSideRInactive     = 0x2188,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   320
    EAknsMinorQsnFrButtonTbCenterInactive    = 0x2189,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   322
    EAknsMinorQsnFrButtonTbMode          = 0x2190,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   323
    EAknsMinorQsnFrButtonTbCornerTlMode  = 0x2191,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   324
    EAknsMinorQsnFrButtonTbCornerTrMode  = 0x2192,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   325
    EAknsMinorQsnFrButtonTbCornerBlMode  = 0x2193,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   326
    EAknsMinorQsnFrButtonTbCornerBrMode  = 0x2194,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   327
    EAknsMinorQsnFrButtonTbSideTMode     = 0x2195,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   328
    EAknsMinorQsnFrButtonTbSideBMode     = 0x2196,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   329
    EAknsMinorQsnFrButtonTbSideLMode     = 0x2197,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   330
    EAknsMinorQsnFrButtonTbSideRMode     = 0x2198,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   331
    EAknsMinorQsnFrButtonTbCenterMode    = 0x2199,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   333
    EAknsMinorQsnFrButtonTbPressed          = 0x21a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   334
    EAknsMinorQsnFrButtonTbCornerTlPressed  = 0x21a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   335
    EAknsMinorQsnFrButtonTbCornerTrPressed  = 0x21a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   336
    EAknsMinorQsnFrButtonTbCornerBlPressed  = 0x21a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   337
    EAknsMinorQsnFrButtonTbCornerBrPressed  = 0x21a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   338
    EAknsMinorQsnFrButtonTbSideTPressed     = 0x21a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   339
    EAknsMinorQsnFrButtonTbSideBPressed     = 0x21a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   340
    EAknsMinorQsnFrButtonTbSideLPressed     = 0x21a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   341
    EAknsMinorQsnFrButtonTbSideRPressed     = 0x21a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   342
    EAknsMinorQsnFrButtonTbCenterPressed    = 0x21a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   344
    EAknsMinorQsnFrButtonInactive           = 0x21b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   345
    EAknsMinorQsnFrButtonCornerTlInactive   = 0x21b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   346
    EAknsMinorQsnFrButtonCornerTrInactive   = 0x21b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   347
    EAknsMinorQsnFrButtonCornerBlInactive   = 0x21b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   348
    EAknsMinorQsnFrButtonCornerBrInactive   = 0x21b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   349
    EAknsMinorQsnFrButtonSideTInactive      = 0x21b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   350
    EAknsMinorQsnFrButtonSideBInactive      = 0x21b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   351
    EAknsMinorQsnFrButtonSideLInactive      = 0x21b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   352
    EAknsMinorQsnFrButtonSideRInactive      = 0x21b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   353
    EAknsMinorQsnFrButtonCenterInactive     = 0x21b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   355
    EAknsMinorQsnFrButtonNormal             = 0x21c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   356
    EAknsMinorQsnFrButtonCornerTlNormal     = 0x21c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   357
    EAknsMinorQsnFrButtonCornerTrNormal     = 0x21c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   358
    EAknsMinorQsnFrButtonCornerBlNormal     = 0x21c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   359
    EAknsMinorQsnFrButtonCornerBrNormal     = 0x21c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   360
    EAknsMinorQsnFrButtonSideTNormal        = 0x21c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   361
    EAknsMinorQsnFrButtonSideBNormal        = 0x21c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   362
    EAknsMinorQsnFrButtonSideLNormal        = 0x21c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   363
    EAknsMinorQsnFrButtonSideRNormal        = 0x21c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   364
    EAknsMinorQsnFrButtonCenterNormal       = 0x21c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   368
    EAknsMinorQsnFrButtonPressed            = 0x21d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   369
    EAknsMinorQsnFrButtonCornerTlPressed    = 0x21d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   370
    EAknsMinorQsnFrButtonCornerTrPressed    = 0x21d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   371
    EAknsMinorQsnFrButtonCornerBlPressed    = 0x21d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   372
    EAknsMinorQsnFrButtonCornerBrPressed    = 0x21d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   373
    EAknsMinorQsnFrButtonSideTPressed       = 0x21d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   374
    EAknsMinorQsnFrButtonSideBPressed       = 0x21d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   375
    EAknsMinorQsnFrButtonSideLPressed       = 0x21d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   376
    EAknsMinorQsnFrButtonSideRPressed       = 0x21d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   377
    EAknsMinorQsnFrButtonCenterPressed      = 0x21d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   379
    // touch pane buttons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   380
    EAknsMinorQsnFrButtonTpNormal           = 0x21e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   381
    EAknsMinorQsnFrButtonTpCornerTlNormal   = 0x21e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   382
    EAknsMinorQsnFrButtonTpCornerTrNormal   = 0x21e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   383
    EAknsMinorQsnFrButtonTpCornerBlNormal   = 0x21e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   384
    EAknsMinorQsnFrButtonTpCornerBrNormal   = 0x21e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   385
    EAknsMinorQsnFrButtonTpSideTNormal      = 0x21e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   386
    EAknsMinorQsnFrButtonTpSideBNormal      = 0x21e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   387
    EAknsMinorQsnFrButtonTpSideLNormal      = 0x21e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   388
    EAknsMinorQsnFrButtonTpSideRNormal      = 0x21e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   389
    EAknsMinorQsnFrButtonTpCenterNormal     = 0x21e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   391
    EAknsMinorQsnFrButtonTpPressed          = 0x21f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   392
    EAknsMinorQsnFrButtonTpCornerTlPressed  = 0x21f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   393
    EAknsMinorQsnFrButtonTpCornerTrPressed  = 0x21f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   394
    EAknsMinorQsnFrButtonTpCornerBlPressed  = 0x21f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   395
    EAknsMinorQsnFrButtonTpCornerBrPressed  = 0x21f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   396
    EAknsMinorQsnFrButtonTpSideTPressed     = 0x21f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   397
    EAknsMinorQsnFrButtonTpSideBPressed     = 0x21f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   398
    EAknsMinorQsnFrButtonTpSideLPressed     = 0x21f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   399
    EAknsMinorQsnFrButtonTpSideRPressed     = 0x21f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   400
    EAknsMinorQsnFrButtonTpCenterPressed    = 0x21f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   402
    EAknsMinorQsnFrButtonTpInactive         = 0x2200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   403
    EAknsMinorQsnFrButtonTpCornerTlInactive = 0x2201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   404
    EAknsMinorQsnFrButtonTpCornerTrInactive = 0x2202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   405
    EAknsMinorQsnFrButtonTpCornerBlInactive = 0x2203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   406
    EAknsMinorQsnFrButtonTpCornerBrInactive = 0x2204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   407
    EAknsMinorQsnFrButtonTpSideTInactive    = 0x2205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   408
    EAknsMinorQsnFrButtonTpSideBInactive    = 0x2206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   409
    EAknsMinorQsnFrButtonTpSideLInactive    = 0x2207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   410
    EAknsMinorQsnFrButtonTpSideRInactive    = 0x2208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   411
    EAknsMinorQsnFrButtonTpCenterInactive   = 0x2209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   413
    EAknsMinorQgnFrSctrlButton              = 0x2300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   414
    EAknsMinorQgnFrSctrlButtonCornerTl      = 0x2301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   415
    EAknsMinorQgnFrSctrlButtonCornerTr      = 0x2302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   416
    EAknsMinorQgnFrSctrlButtonCornerBl      = 0x2303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   417
    EAknsMinorQgnFrSctrlButtonCornerBr      = 0x2304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   418
    EAknsMinorQgnFrSctrlButtonSideT         = 0x2305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   419
    EAknsMinorQgnFrSctrlButtonSideB         = 0x2306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   420
    EAknsMinorQgnFrSctrlButtonSideL         = 0x2307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   421
    EAknsMinorQgnFrSctrlButtonSideR         = 0x2308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   422
    EAknsMinorQgnFrSctrlButtonCenter        = 0x2309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   424
    EAknsMinorQgnFrSctrlSkButton            = 0x2400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   425
    EAknsMinorQgnFrSctrlSkButtonCornerTl    = 0x2401,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   426
    EAknsMinorQgnFrSctrlSkButtonCornerTr    = 0x2402,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   427
    EAknsMinorQgnFrSctrlSkButtonCornerBl    = 0x2403,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   428
    EAknsMinorQgnFrSctrlSkButtonCornerBr    = 0x2404,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   429
    EAknsMinorQgnFrSctrlSkButtonSideT       = 0x2405,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   430
    EAknsMinorQgnFrSctrlSkButtonSideB       = 0x2406,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   431
    EAknsMinorQgnFrSctrlSkButtonSideL       = 0x2407,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   432
    EAknsMinorQgnFrSctrlSkButtonSideR       = 0x2408,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   433
    EAknsMinorQgnFrSctrlSkButtonCenter      = 0x2409,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   435
    EAknsMinorQsnFrButtonLatchdown          = 0x2500,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   436
    EAknsMinorQsnFrButtonCornerTlLatchdown  = 0x2501,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   437
    EAknsMinorQsnFrButtonCornerTrLatchdown  = 0x2502,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   438
    EAknsMinorQsnFrButtonCornerBlLatchdown  = 0x2503,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   439
    EAknsMinorQsnFrButtonCornerBrLatchdown  = 0x2504,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   440
    EAknsMinorQsnFrButtonSideTLatchdown     = 0x2505,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   441
    EAknsMinorQsnFrButtonSideBLatchdown     = 0x2506,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   442
    EAknsMinorQsnFrButtonSideLLatchdown     = 0x2507,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   443
    EAknsMinorQsnFrButtonSideRLatchdown     = 0x2508,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   444
    EAknsMinorQsnFrButtonCenterLatchdown    = 0x2509,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   446
    EAknsMinorQsnFrOrgBg                    = 0x2600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   447
    EAknsMinorQsnFrOrgBgCornerTl            = 0x2601,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   448
    EAknsMinorQsnFrOrgBgCornerTr            = 0x2602,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   449
    EAknsMinorQsnFrOrgBgCornerBl            = 0x2603,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   450
    EAknsMinorQsnFrOrgBgCornerBr            = 0x2604,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   451
    EAknsMinorQsnFrOrgBgSideT               = 0x2605,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   452
    EAknsMinorQsnFrOrgBgSideB               = 0x2606,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   453
    EAknsMinorQsnFrOrgBgSideL               = 0x2607,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   454
    EAknsMinorQsnFrOrgBgSideR               = 0x2608,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   455
    EAknsMinorQsnFrOrgBgCenter              = 0x2609,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   457
    EAknsMinorQgnFrSctrlButtonLatchdown         = 0x2610,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   458
    EAknsMinorQgnFrSctrlButtonCornerTlLatchdown = 0x2611,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   459
    EAknsMinorQgnFrSctrlButtonCornerTrLatchdown = 0x2612,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   460
    EAknsMinorQgnFrSctrlButtonCornerBlLatchdown = 0x2613,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   461
    EAknsMinorQgnFrSctrlButtonCornerBrLatchdown = 0x2614,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   462
    EAknsMinorQgnFrSctrlButtonSideTLatchdown    = 0x2615,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   463
    EAknsMinorQgnFrSctrlButtonSideBLatchdown    = 0x2616,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   464
    EAknsMinorQgnFrSctrlButtonSideLLatchdown    = 0x2617,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   465
    EAknsMinorQgnFrSctrlButtonSideRLatchdown    = 0x2618,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   466
    EAknsMinorQgnFrSctrlButtonCenterLatchdown   = 0x2619,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   468
    EAknsMinorQgnFrSctrlButtonPressed           = 0x2620,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   469
    EAknsMinorQgnFrSctrlButtonCornerTlPressed   = 0x2621,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   470
    EAknsMinorQgnFrSctrlButtonCornerTrPressed   = 0x2622,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   471
    EAknsMinorQgnFrSctrlButtonCornerBlPressed   = 0x2623,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   472
    EAknsMinorQgnFrSctrlButtonCornerBrPressed   = 0x2624,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   473
    EAknsMinorQgnFrSctrlButtonSideTPressed      = 0x2625,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   474
    EAknsMinorQgnFrSctrlButtonSideBPressed      = 0x2626,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   475
    EAknsMinorQgnFrSctrlButtonSideLPressed      = 0x2627,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   476
    EAknsMinorQgnFrSctrlButtonSideRPressed      = 0x2628,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   477
    EAknsMinorQgnFrSctrlButtonCenterPressed     = 0x2629,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   479
    EAknsMinorQsnFrInputCharPreview             = 0x2630,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   480
    EAknsMinorQsnFrInputCharPreviewCornerTl     = 0x2631,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   481
    EAknsMinorQsnFrInputCharPreviewCornerTr     = 0x2632,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   482
    EAknsMinorQsnFrInputCharPreviewCornerBl     = 0x2633,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   483
    EAknsMinorQsnFrInputCharPreviewCornerBr     = 0x2634,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   484
    EAknsMinorQsnFrInputCharPreviewSideT        = 0x2635,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   485
    EAknsMinorQsnFrInputCharPreviewSideB        = 0x2636,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   486
    EAknsMinorQsnFrInputCharPreviewSideL        = 0x2637,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   487
    EAknsMinorQsnFrInputCharPreviewSideR        = 0x2638,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   488
    EAknsMinorQsnFrInputCharPreviewCenter       = 0x2639,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   491
    // Option item frame 2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   492
    EAknsMinorQsnFrTake52               = 0x263a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   493
    EAknsMinorQsnFrTake5Corner2Tl       = 0x263b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   494
    EAknsMinorQsnFrTake5Corner2Tr       = 0x263c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   495
    EAknsMinorQsnFrTake5Corner2Bl       = 0x263d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   496
    EAknsMinorQsnFrTake5Corner2Br       = 0x263e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   497
    EAknsMinorQsnFrTake5Side2T          = 0x263f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   498
    EAknsMinorQsnFrTake5Side2B          = 0x2640,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   499
    EAknsMinorQsnFrTake5Side2L          = 0x2641,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   500
    EAknsMinorQsnFrTake5Side2R          = 0x2642,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   501
    EAknsMinorQsnFrTake5Center2         = 0x2643,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   502
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   503
    // Option item frame 3
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   504
    EAknsMinorQsnFrTake53               = 0x2644,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   505
    EAknsMinorQsnFrTake5Corner3Tl       = 0x2645,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   506
    EAknsMinorQsnFrTake5Corner3Tr       = 0x2646,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   507
    EAknsMinorQsnFrTake5Corner3Bl       = 0x2647,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   508
    EAknsMinorQsnFrTake5Corner3Br       = 0x2648,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   509
    EAknsMinorQsnFrTake5Side3T          = 0x2649,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   510
    EAknsMinorQsnFrTake5Side3B          = 0x264a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   511
    EAknsMinorQsnFrTake5Side3L          = 0x264b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   512
    EAknsMinorQsnFrTake5Side3R          = 0x264c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   513
    EAknsMinorQsnFrTake5Center3         = 0x264d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   514
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   515
    // Function button inactive -- option item frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   516
    EAknsMinorQsnFrFunctionButtonInactive               = 0x264e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   517
    EAknsMinorQsnFrFunctionButtonCornerTlInactive       = 0x264f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   518
    EAknsMinorQsnFrFunctionButtonCornerTrInactive       = 0x2650,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   519
    EAknsMinorQsnFrFunctionButtonCornerBlInactive       = 0x2651,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   520
    EAknsMinorQsnFrFunctionButtonCornerBrInactive       = 0x2652,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   521
    EAknsMinorQsnFrFunctionButtonSideTInactive          = 0x2653,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   522
    EAknsMinorQsnFrFunctionButtonSideBInactive          = 0x2654,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   523
    EAknsMinorQsnFrFunctionButtonSideLInactive          = 0x2655,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   524
    EAknsMinorQsnFrFunctionButtonSideRInactive          = 0x2656,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   525
    EAknsMinorQsnFrFunctionButtonCenterInactive         = 0x2657,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   526
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   527
    // Function button normal -- option item frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   528
    EAknsMinorQsnFrFunctionButtonNormal               = 0x2658,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   529
    EAknsMinorQsnFrFunctionButtonCornerTlNormal       = 0x2659,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   530
    EAknsMinorQsnFrFunctionButtonCornerTrNormal       = 0x265a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   531
    EAknsMinorQsnFrFunctionButtonCornerBlNormal       = 0x265b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   532
    EAknsMinorQsnFrFunctionButtonCornerBrNormal       = 0x265c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   533
    EAknsMinorQsnFrFunctionButtonSideTNormal          = 0x265d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   534
    EAknsMinorQsnFrFunctionButtonSideBNormal          = 0x265e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   535
    EAknsMinorQsnFrFunctionButtonSideLNormal          = 0x265f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   536
    EAknsMinorQsnFrFunctionButtonSideRNormal          = 0x2660,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   537
    EAknsMinorQsnFrFunctionButtonCenterNormal         = 0x2661,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   538
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   539
    // Function button pressed -- option item frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   540
    EAknsMinorQsnFrFunctionButtonPressed               = 0x2662,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   541
    EAknsMinorQsnFrFunctionButtonCornerTlPressed       = 0x2663,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   542
    EAknsMinorQsnFrFunctionButtonCornerTrPressed       = 0x2664,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   543
    EAknsMinorQsnFrFunctionButtonCornerBlPressed       = 0x2665,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   544
    EAknsMinorQsnFrFunctionButtonCornerBrPressed       = 0x2666,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   545
    EAknsMinorQsnFrFunctionButtonSideTPressed          = 0x2667,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   546
    EAknsMinorQsnFrFunctionButtonSideBPressed          = 0x2668,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   547
    EAknsMinorQsnFrFunctionButtonSideLPressed          = 0x2669,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   548
    EAknsMinorQsnFrFunctionButtonSideRPressed          = 0x266a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   549
    EAknsMinorQsnFrFunctionButtonCenterPressed         = 0x266b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   551
    // Option item frame 1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   552
    EAknsMinorQsnFrTake5               = 0x266c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   553
    EAknsMinorQsnFrTake5CornerTl       = 0x266d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   554
    EAknsMinorQsnFrTake5CornerTr       = 0x266e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   555
    EAknsMinorQsnFrTake5CornerBl       = 0x266f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   556
    EAknsMinorQsnFrTake5CornerBr       = 0x2670,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   557
    EAknsMinorQsnFrTake5SideT          = 0x2671,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   558
    EAknsMinorQsnFrTake5SideB          = 0x2672,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   559
    EAknsMinorQsnFrTake5SideL          = 0x2673,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   560
    EAknsMinorQsnFrTake5SideR          = 0x2674,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   561
    EAknsMinorQsnFrTake5Center         = 0x2675,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   562
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   563
    // Sctrl SK button pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   564
    EAknsMinorQgnFrSctrlSkButtonPressed           = 0x2676,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   565
    EAknsMinorQgnFrSctrlSkButtonCornerTlPressed   = 0x2677,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   566
    EAknsMinorQgnFrSctrlSkButtonCornerTrPressed   = 0x2678,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   567
    EAknsMinorQgnFrSctrlSkButtonCornerBlPressed   = 0x2679,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   568
    EAknsMinorQgnFrSctrlSkButtonCornerBrPressed   = 0x267a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   569
    EAknsMinorQgnFrSctrlSkButtonSideTPressed      = 0x267b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   570
    EAknsMinorQgnFrSctrlSkButtonSideBPressed      = 0x267c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   571
    EAknsMinorQgnFrSctrlSkButtonSideLPressed      = 0x267d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   572
    EAknsMinorQgnFrSctrlSkButtonSideRPressed      = 0x267e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   573
    EAknsMinorQgnFrSctrlSkButtonCenterPressed     = 0x267f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   574
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   575
    // Grid pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   576
    EAknsMinorQsnFrGridPressed            = 0x2680,          
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   577
    EAknsMinorQsnFrGridCornerTlPressed    = 0x2681,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   578
    EAknsMinorQsnFrGridCornerTrPressed    = 0x2682,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   579
    EAknsMinorQsnFrGridCornerBlPressed    = 0x2683,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   580
    EAknsMinorQsnFrGridCornerBrPressed    = 0x2684,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   581
    EAknsMinorQsnFrGridSideTPressed       = 0x2685,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   582
    EAknsMinorQsnFrGridSideBPressed       = 0x2686,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   583
    EAknsMinorQsnFrGridSideLPressed       = 0x2687,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   584
    EAknsMinorQsnFrGridSideRPressed       = 0x2688,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   585
    EAknsMinorQsnFrGridCenterPressed      = 0x2689,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   586
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   587
    // List pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   588
    EAknsMinorQsnFrListPressed            = 0x268a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   589
    EAknsMinorQsnFrListCornerTlPressed    = 0x268b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   590
    EAknsMinorQsnFrListCornerTrPressed    = 0x268c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   591
    EAknsMinorQsnFrListCornerBlPressed    = 0x268d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   592
    EAknsMinorQsnFrListCornerBrPressed    = 0x268e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   593
    EAknsMinorQsnFrListSideTPressed       = 0x268f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   594
    EAknsMinorQsnFrListSideBPressed       = 0x2690,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   595
    EAknsMinorQsnFrListSideLPressed       = 0x2691,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   596
    EAknsMinorQsnFrListSideRPressed       = 0x2692,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   597
    EAknsMinorQsnFrListCenterPressed      = 0x2693,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   598
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   599
    // Schedule Viewer
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   600
    EAknsMinorQgnFsFrScheduleViewer            = 0x2694,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   601
    EAknsMinorQgnFsFrScheduleViewerCornerTl    = 0x2695,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   602
    EAknsMinorQgnFsFrScheduleViewerCornerTr    = 0x2696,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   603
    EAknsMinorQgnFsFrScheduleViewerCornerBl    = 0x2697,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   604
    EAknsMinorQgnFsFrScheduleViewerCornerBr    = 0x2698,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   605
    EAknsMinorQgnFsFrScheduleViewerSideT       = 0x2699,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   606
    EAknsMinorQgnFsFrScheduleViewerSideB       = 0x269a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   607
    EAknsMinorQgnFsFrScheduleViewerSideL       = 0x269b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   608
    EAknsMinorQgnFsFrScheduleViewerSideR       = 0x269c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   609
    EAknsMinorQgnFsFrScheduleViewerCenter      = 0x269d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   610
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   611
    // Home Button Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   612
    EAknsMinorQgnHomeButtonWidget         = 0x269e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   613
    EAknsMinorQgnHomeButtonWidgetTl       = 0x269f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   614
    EAknsMinorQgnHomeButtonWidgetTr       = 0x26a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   615
    EAknsMinorQgnHomeButtonWidgetBl       = 0x26a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   616
    EAknsMinorQgnHomeButtonWidgetBr       = 0x26a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   617
    EAknsMinorQgnHomeButtonWidgetT        = 0x26a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   618
    EAknsMinorQgnHomeButtonWidgetB        = 0x26a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   619
    EAknsMinorQgnHomeButtonWidgetL        = 0x26a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   620
    EAknsMinorQgnHomeButtonWidgetR        = 0x26a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   621
    EAknsMinorQgnHomeButtonWidgetCenter   = 0x26a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   622
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   623
    // Home
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   624
    EAknsMinorQsnFrHome         = 0x26a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   625
    EAknsMinorQsnFrHomeTl       = 0x26a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   626
    EAknsMinorQsnFrHomeTr       = 0x26aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   627
    EAknsMinorQsnFrHomeBl       = 0x26ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   628
    EAknsMinorQsnFrHomeBr       = 0x26ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   629
    EAknsMinorQsnFrHomeT        = 0x26ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   630
    EAknsMinorQsnFrHomeB        = 0x26ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   631
    EAknsMinorQsnFrHomeL        = 0x26af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   632
    EAknsMinorQsnFrHomeR        = 0x26b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   633
    EAknsMinorQsnFrHomeCenter   = 0x26b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   634
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   635
    // Qsn Home Bg Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   636
    EAknsMinorQsnHomeBgWidget         = 0x26b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   637
    EAknsMinorQsnHomeBgWidgetTl       = 0x26b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   638
    EAknsMinorQsnHomeBgWidgetTr       = 0x26b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   639
    EAknsMinorQsnHomeBgWidgetBl       = 0x26b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   640
    EAknsMinorQsnHomeBgWidgetBr       = 0x26b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   641
    EAknsMinorQsnHomeBgWidgetT        = 0x26b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   642
    EAknsMinorQsnHomeBgWidgetB        = 0x26b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   643
    EAknsMinorQsnHomeBgWidgetL        = 0x26b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   644
    EAknsMinorQsnHomeBgWidgetR        = 0x26ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   645
    EAknsMinorQsnHomeBgWidgetCenter   = 0x26bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   646
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   647
    // Qgn Home Bg Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   648
    EAknsMinorQgnHomeBgWidget         = 0x26bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   649
    EAknsMinorQgnHomeBgWidgetTl       = 0x26bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   650
    EAknsMinorQgnHomeBgWidgetTr       = 0x26be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   651
    EAknsMinorQgnHomeBgWidgetBl       = 0x26bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   652
    EAknsMinorQgnHomeBgWidgetBr       = 0x26c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   653
    EAknsMinorQgnHomeBgWidgetT        = 0x26c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   654
    EAknsMinorQgnHomeBgWidgetB        = 0x26c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   655
    EAknsMinorQgnHomeBgWidgetL        = 0x26c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   656
    EAknsMinorQgnHomeBgWidgetR        = 0x26c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   657
    EAknsMinorQgnHomeBgWidgetCenter   = 0x26c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   658
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   659
    // Graf Mediatag Bubble
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   660
    EAknsMinorQgnGrafMediatagBubble            = 0x26c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   661
    EAknsMinorQgnGrafMediatagBubbleCornerTl    = 0x26c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   662
    EAknsMinorQgnGrafMediatagBubbleCornerTr    = 0x26c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   663
    EAknsMinorQgnGrafMediatagBubbleCornerBl    = 0x26c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   664
    EAknsMinorQgnGrafMediatagBubbleCornerBr    = 0x26ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   665
    EAknsMinorQgnGrafMediatagBubbleSideT       = 0x26cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   666
    EAknsMinorQgnGrafMediatagBubbleSideB       = 0x26cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   667
    EAknsMinorQgnGrafMediatagBubbleSideL       = 0x26cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   668
    EAknsMinorQgnGrafMediatagBubbleSideR       = 0x26ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   669
    EAknsMinorQgnGrafMediatagBubbleCenter      = 0x26cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   670
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   671
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   672
    // Qsn Fr Cmail List
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   673
    EAknsMinorQsnFrCmailList            = 0x26d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   674
    EAknsMinorQsnFrCmailListCornerTl    = 0x26d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   675
    EAknsMinorQsnFrCmailListCornerTr    = 0x26d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   676
    EAknsMinorQsnFrCmailListCornerBl    = 0x26d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   677
    EAknsMinorQsnFrCmailListCornerBr    = 0x26d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   678
    EAknsMinorQsnFrCmailListSideTop     = 0x26d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   679
    EAknsMinorQsnFrCmailListSideBottom  = 0x26d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   680
    EAknsMinorQsnFrCmailListSideL       = 0x26d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   681
    EAknsMinorQsnFrCmailListSideR       = 0x26d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   682
    EAknsMinorQsnFrCmailListCenter      = 0x26d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   683
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   684
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   685
    // Qgn Fr Cmail Field
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   686
    EAknsMinorQgnFrCmailField            = 0x26da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   687
    EAknsMinorQgnFrCmailFieldCornerTl    = 0x26db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   688
    EAknsMinorQgnFrCmailFieldCornerTr    = 0x26dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   689
    EAknsMinorQgnFrCmailFieldCornerBl    = 0x26dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   690
    EAknsMinorQgnFrCmailFieldCornerBr    = 0x26de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   691
    EAknsMinorQgnFrCmailFieldSideT       = 0x26df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   692
    EAknsMinorQgnFrCmailFieldSideB       = 0x26e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   693
    EAknsMinorQgnFrCmailFieldSideL       = 0x26e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   694
    EAknsMinorQgnFrCmailFieldSideR       = 0x26e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   695
    EAknsMinorQgnFrCmailFieldCenter      = 0x26e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   696
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   697
    // Home Pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   698
    EAknsMinorQsnFrHomePressed         = 0x26e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   699
    EAknsMinorQsnFrHomeTlPressed       = 0x26e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   700
    EAknsMinorQsnFrHomeTrPressed       = 0x26e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   701
    EAknsMinorQsnFrHomeBlPressed       = 0x26e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   702
    EAknsMinorQsnFrHomeBrPressed       = 0x26e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   703
    EAknsMinorQsnFrHomeTPressed        = 0x26e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   704
    EAknsMinorQsnFrHomeBPressed        = 0x26ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   705
    EAknsMinorQsnFrHomeLPressed        = 0x26eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   706
    EAknsMinorQsnFrHomeRPressed        = 0x26ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   707
    EAknsMinorQsnFrHomeCenterPressed   = 0x26ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   708
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   709
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   710
    // Qsn Fr Title Divider
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   711
    EAknsMinorQsnFrTitleDivider            = 0x26ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   712
    EAknsMinorQsnFrTitleDividerCornerTl    = 0x26ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   713
    EAknsMinorQsnFrTitleDividerCornerTr    = 0x26f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   714
    EAknsMinorQsnFrTitleDividerCornerBl    = 0x26f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   715
    EAknsMinorQsnFrTitleDividerCornerBr    = 0x26f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   716
    EAknsMinorQsnFrTitleDividerSideTop     = 0x26f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   717
    EAknsMinorQsnFrTitleDividerSideBottom  = 0x26f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   718
    EAknsMinorQsnFrTitleDividerSideL       = 0x26f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   719
    EAknsMinorQsnFrTitleDividerSideR       = 0x26f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   720
    EAknsMinorQsnFrTitleDividerCenter      = 0x26f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   722
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   723
    // Colours
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   724
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   725
    * Component colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   726
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   727
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   728
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   729
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   730
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   731
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   732
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   733
    EAknsMinorQsnComponentColors        = 0x3000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   735
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   736
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   737
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   738
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   739
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   740
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   741
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   742
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   743
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   744
    EAknsMinorQsnComponentColorBmpCG1   = 0x3001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   746
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   747
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   748
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   749
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   750
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   751
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   752
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   753
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   754
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   755
    EAknsMinorQsnComponentColorBmpCG2   = 0x3002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   757
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   758
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   759
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   760
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   761
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   762
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   763
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   764
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   765
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   766
    EAknsMinorQsnComponentColorBmpCG3   = 0x3003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   768
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   769
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   770
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   771
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   772
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   773
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   774
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   775
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   776
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   777
    EAknsMinorQsnComponentColorBmpCG4   = 0x3004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   779
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   780
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   781
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   782
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   783
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   784
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   785
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   786
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   787
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   788
    EAknsMinorQsnComponentColorBmpCG5   = 0x3005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   790
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   791
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   792
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   793
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   794
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   795
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   796
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   797
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   798
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   799
    EAknsMinorQsnComponentColorBmpCG6a  = 0x3006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   801
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   802
    * Color bitmap item for a specific component colour group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   803
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   804
    * @par Note:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   805
    *   From release 2.8 onwards, this element is only provided for backwards
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   806
    *   compatibility.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   807
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   808
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   809
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   810
    EAknsMinorQsnComponentColorBmpCG6b  = 0x3007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   812
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   813
    * Scroll indicator color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   814
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   815
    * @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   816
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   817
    EAknsMinorQsnScrollColors           = 0x3100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   819
    // Extended skinning colours
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   820
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   821
    * Icon colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   822
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   823
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   824
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   825
    EAknsMinorQsnIconColors             = 0x3200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   827
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   828
    * Text colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   829
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   830
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   831
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   832
    EAknsMinorQsnTextColors             = 0x3300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   834
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   835
    * Line colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   836
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   837
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   838
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   839
    EAknsMinorQsnLineColors             = 0x3400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   841
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   842
    * Other colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   843
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   844
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   845
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   846
    EAknsMinorQsnOtherColors            = 0x3500,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   848
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   849
    * Highlight colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   850
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   851
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   852
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   853
    EAknsMinorQsnHighlightColors        = 0x3600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   855
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   856
    * Parent colour groups (that are used if no component-specific color
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   857
    * is available) color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   858
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   859
    * @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   860
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   861
    EAknsMinorQsnParentColors           = 0x3700,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   863
    // Analogue clock
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   864
    EAknsMinorQsnCpClockAnalogueFace1           = 0x4000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   865
    EAknsMinorQsnCpClockAnalogueFace1MaskIcon   = 0x4003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   866
    EAknsMinorQsnCpClockAnalogueFace1MaskSoft   = 0x4003, // Obsolete alias for <ref>MaskIcon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   867
    EAknsMinorQsnCpClockAnalogueBorderNum       = 0x4001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   868
    EAknsMinorQsnCpClockAnalogueFace2           = 0x4002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   869
    EAknsMinorQsnCpClockAnalogueFace2MaskIcon   = 0x4004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   870
    EAknsMinorQsnCpClockAnalogueFace2MaskSoft   = 0x4004, // Obsolete alias for <ref>MaskIcon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   871
    EAknsMinorQsnCpClockAnaloguePointerHour     = 0x4005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   872
    EAknsMinorQsnCpClockAnaloguePointerMinute   = 0x4006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   874
    // Obsolete digital clock graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   875
    EAknsMinorQsnCpClockDigitalZero             = 0x4010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   876
    EAknsMinorQsnCpClockDigitalOne              = 0x4011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   877
    EAknsMinorQsnCpClockDigitalTwo              = 0x4012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   878
    EAknsMinorQsnCpClockDigitalThree            = 0x4013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   879
    EAknsMinorQsnCpClockDigitalFour             = 0x4014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   880
    EAknsMinorQsnCpClockDigitalFive             = 0x4015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   881
    EAknsMinorQsnCpClockDigitalSix              = 0x4016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   882
    EAknsMinorQsnCpClockDigitalSeven            = 0x4017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   883
    EAknsMinorQsnCpClockDigitalEight            = 0x4018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   884
    EAknsMinorQsnCpClockDigitalNine             = 0x4019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   885
    EAknsMinorQsnCpClockDigitalStop             = 0x401a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   886
    EAknsMinorQsnCpClockDigitalColon            = 0x401b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   887
    EAknsMinorQsnCpClockDigitalZeroMaskSoft     = 0x4020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   888
    EAknsMinorQsnCpClockDigitalOneMaskSoft      = 0x4021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   889
    EAknsMinorQsnCpClockDigitalTwoMaskSoft      = 0x4022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   890
    EAknsMinorQsnCpClockDigitalThreeMaskSoft    = 0x4023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   891
    EAknsMinorQsnCpClockDigitalFourMaskSoft     = 0x4024,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   892
    EAknsMinorQsnCpClockDigitalFiveMaskSoft     = 0x4025,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   893
    EAknsMinorQsnCpClockDigitalSixMaskSoft      = 0x4026,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   894
    EAknsMinorQsnCpClockDigitalSevenMaskSoft    = 0x4027,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   895
    EAknsMinorQsnCpClockDigitalEightMaskSoft    = 0x4028,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   896
    EAknsMinorQsnCpClockDigitalNineMaskSoft     = 0x4029,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   897
    EAknsMinorQsnCpClockDigitalStopMaskSoft     = 0x402a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   898
    EAknsMinorQsnCpClockDigitalColonMaskSoft    = 0x402b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   899
    EAknsMinorQsnCpClockDigitalZeroMaskHard     = 0x4030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   900
    EAknsMinorQsnCpClockDigitalOneMaskHard      = 0x4031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   901
    EAknsMinorQsnCpClockDigitalTwoMaskHard      = 0x4032,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   902
    EAknsMinorQsnCpClockDigitalThreeMaskHard    = 0x4033,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   903
    EAknsMinorQsnCpClockDigitalFourMaskHard     = 0x4034,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   904
    EAknsMinorQsnCpClockDigitalFiveMaskHard     = 0x4035,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   905
    EAknsMinorQsnCpClockDigitalSixMaskHard      = 0x4036,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   906
    EAknsMinorQsnCpClockDigitalSevenMaskHard    = 0x4037,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   907
    EAknsMinorQsnCpClockDigitalEightMaskHard    = 0x4038,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   908
    EAknsMinorQsnCpClockDigitalNineMaskHard     = 0x4039,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   909
    EAknsMinorQsnCpClockDigitalStopMaskHard     = 0x403a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   910
    EAknsMinorQsnCpClockDigitalColonMaskHard    = 0x403b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   911
    EAknsMinorQsnCpClockDigitalAhZero           = 0x4110,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   912
    EAknsMinorQsnCpClockDigitalAhOne            = 0x4111,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   913
    EAknsMinorQsnCpClockDigitalAhTwo            = 0x4112,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   914
    EAknsMinorQsnCpClockDigitalAhThree          = 0x4113,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   915
    EAknsMinorQsnCpClockDigitalAhFour           = 0x4114,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   916
    EAknsMinorQsnCpClockDigitalAhFive           = 0x4115,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   917
    EAknsMinorQsnCpClockDigitalAhSix            = 0x4116,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   918
    EAknsMinorQsnCpClockDigitalAhSeven          = 0x4117,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   919
    EAknsMinorQsnCpClockDigitalAhEight          = 0x4118,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   920
    EAknsMinorQsnCpClockDigitalAhNine           = 0x4119,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   921
    EAknsMinorQsnCpClockDigitalAhStop           = 0x411a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   922
    EAknsMinorQsnCpClockDigitalAhColon          = 0x411b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   923
    EAknsMinorQsnCpClockDigitalAhZeroMaskSoft   = 0x4120,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   924
    EAknsMinorQsnCpClockDigitalAhOneMaskSoft    = 0x4121,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   925
    EAknsMinorQsnCpClockDigitalAhTwoMaskSoft    = 0x4122,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   926
    EAknsMinorQsnCpClockDigitalAhThreeMaskSoft  = 0x4123,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   927
    EAknsMinorQsnCpClockDigitalAhFourMaskSoft   = 0x4124,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   928
    EAknsMinorQsnCpClockDigitalAhFiveMaskSoft   = 0x4125,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   929
    EAknsMinorQsnCpClockDigitalAhSixMaskSoft    = 0x4126,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   930
    EAknsMinorQsnCpClockDigitalAhSevenMaskSoft  = 0x4127,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   931
    EAknsMinorQsnCpClockDigitalAhEightMaskSoft  = 0x4128,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   932
    EAknsMinorQsnCpClockDigitalAhNineMaskSoft   = 0x4129,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   933
    EAknsMinorQsnCpClockDigitalAhStopMaskSoft   = 0x412a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   934
    EAknsMinorQsnCpClockDigitalAhColonMaskSoft  = 0x412b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   935
    EAknsMinorQsnCpClockDigitalAhZeroMaskHard   = 0x4130,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   936
    EAknsMinorQsnCpClockDigitalAhOneMaskHard    = 0x4131,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   937
    EAknsMinorQsnCpClockDigitalAhTwoMaskHard    = 0x4132,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   938
    EAknsMinorQsnCpClockDigitalAhThreeMaskHard  = 0x4133,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   939
    EAknsMinorQsnCpClockDigitalAhFourMaskHard   = 0x4134,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   940
    EAknsMinorQsnCpClockDigitalAhFiveMaskHard   = 0x4135,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   941
    EAknsMinorQsnCpClockDigitalAhSixMaskHard    = 0x4136,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   942
    EAknsMinorQsnCpClockDigitalAhSevenMaskHard  = 0x4137,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   943
    EAknsMinorQsnCpClockDigitalAhEightMaskHard  = 0x4138,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   944
    EAknsMinorQsnCpClockDigitalAhNineMaskHard   = 0x4139,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   945
    EAknsMinorQsnCpClockDigitalAhStopMaskHard   = 0x413a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   946
    EAknsMinorQsnCpClockDigitalAhColonMaskHard  = 0x413b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   948
    // New digital clock digits (softmasked with halo, and white shape on black bg)
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   949
    EAknsMinorQsnCpClockDigitalNewZero          = 0x4210,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   950
    EAknsMinorQsnCpClockDigitalNewOne           = 0x4211,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   951
    EAknsMinorQsnCpClockDigitalNewTwo           = 0x4212,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   952
    EAknsMinorQsnCpClockDigitalNewThree         = 0x4213,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   953
    EAknsMinorQsnCpClockDigitalNewFour          = 0x4214,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   954
    EAknsMinorQsnCpClockDigitalNewFive          = 0x4215,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   955
    EAknsMinorQsnCpClockDigitalNewSix           = 0x4216,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   956
    EAknsMinorQsnCpClockDigitalNewSeven         = 0x4217,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   957
    EAknsMinorQsnCpClockDigitalNewEight         = 0x4218,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   958
    EAknsMinorQsnCpClockDigitalNewNine          = 0x4219,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   959
    EAknsMinorQsnCpClockDigitalNewStop          = 0x421a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   960
    EAknsMinorQsnCpClockDigitalNewColon         = 0x421b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   961
    EAknsMinorQsnCpClockDigitalNewZeroShape     = 0x4220,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   962
    EAknsMinorQsnCpClockDigitalNewOneShape      = 0x4221,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   963
    EAknsMinorQsnCpClockDigitalNewTwoShape      = 0x4222,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   964
    EAknsMinorQsnCpClockDigitalNewThreeShape    = 0x4223,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   965
    EAknsMinorQsnCpClockDigitalNewFourShape     = 0x4224,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   966
    EAknsMinorQsnCpClockDigitalNewFiveShape     = 0x4225,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   967
    EAknsMinorQsnCpClockDigitalNewSixShape      = 0x4226,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   968
    EAknsMinorQsnCpClockDigitalNewSevenShape    = 0x4227,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   969
    EAknsMinorQsnCpClockDigitalNewEightShape    = 0x4228,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   970
    EAknsMinorQsnCpClockDigitalNewNineShape     = 0x4229,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   971
    EAknsMinorQsnCpClockDigitalNewStopShape     = 0x422a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   972
    EAknsMinorQsnCpClockDigitalNewColonShape    = 0x422b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   974
    // New Arabic-Indic digital clock digits (softmasked with halo, and white shape on black bg)
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   975
    EAknsMinorQsnCpClockDigitalAhNewZero        = 0x4310,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   976
    EAknsMinorQsnCpClockDigitalAhNewOne         = 0x4311,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   977
    EAknsMinorQsnCpClockDigitalAhNewTwo         = 0x4312,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   978
    EAknsMinorQsnCpClockDigitalAhNewThree       = 0x4313,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   979
    EAknsMinorQsnCpClockDigitalAhNewFour        = 0x4314,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   980
    EAknsMinorQsnCpClockDigitalAhNewFive        = 0x4315,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   981
    EAknsMinorQsnCpClockDigitalAhNewSix         = 0x4316,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   982
    EAknsMinorQsnCpClockDigitalAhNewSeven       = 0x4317,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   983
    EAknsMinorQsnCpClockDigitalAhNewEight       = 0x4318,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   984
    EAknsMinorQsnCpClockDigitalAhNewNine        = 0x4319,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   985
    EAknsMinorQsnCpClockDigitalAhNewStop        = 0x431a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   986
    EAknsMinorQsnCpClockDigitalAhNewColon       = 0x431b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   987
    EAknsMinorQsnCpClockDigitalAhNewZeroShape   = 0x4320,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   988
    EAknsMinorQsnCpClockDigitalAhNewOneShape    = 0x4321,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   989
    EAknsMinorQsnCpClockDigitalAhNewTwoShape    = 0x4322,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   990
    EAknsMinorQsnCpClockDigitalAhNewThreeShape  = 0x4323,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   991
    EAknsMinorQsnCpClockDigitalAhNewFourShape   = 0x4324,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   992
    EAknsMinorQsnCpClockDigitalAhNewFiveShape   = 0x4325,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   993
    EAknsMinorQsnCpClockDigitalAhNewSixShape    = 0x4326,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   994
    EAknsMinorQsnCpClockDigitalAhNewSevenShape  = 0x4327,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   995
    EAknsMinorQsnCpClockDigitalAhNewEightShape  = 0x4328,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   996
    EAknsMinorQsnCpClockDigitalAhNewNineShape   = 0x4329,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   997
    EAknsMinorQsnCpClockDigitalAhNewStopShape   = 0x432a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   998
    EAknsMinorQsnCpClockDigitalAhNewColonShape  = 0x432b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1000
    // Notepad frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1001
    EAknsMinorQsnFrNotepad                      = 0x5000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1002
    EAknsMinorQsnFrNotepadCornerTl              = 0x5001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1003
    EAknsMinorQsnFrNotepadCornerTr              = 0x5002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1004
    EAknsMinorQsnFrNotepadCornerBl              = 0x5003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1005
    EAknsMinorQsnFrNotepadCornerBr              = 0x5004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1006
    EAknsMinorQsnFrNotepadSideT                 = 0x5005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1007
    EAknsMinorQsnFrNotepadSideB                 = 0x5006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1008
    EAknsMinorQsnFrNotepadSideL                 = 0x5007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1009
    EAknsMinorQsnFrNotepadSideR                 = 0x5008,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1010
    EAknsMinorQsnFrNotepadCenter                = 0x5009,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1012
    // Notepad "cont" frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1013
    EAknsMinorQsnFrNotepadCont                  = 0x5010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1014
    EAknsMinorQsnFrNotepadContCornerTl          = 0x5011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1015
    EAknsMinorQsnFrNotepadContCornerTr          = 0x5012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1016
    EAknsMinorQsnFrNotepadContCornerBl          = 0x5013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1017
    EAknsMinorQsnFrNotepadContCornerBr          = 0x5014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1018
    EAknsMinorQsnFrNotepadContSideT             = 0x5015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1019
    EAknsMinorQsnFrNotepadContSideB             = 0x5016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1020
    EAknsMinorQsnFrNotepadContSideL             = 0x5017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1021
    EAknsMinorQsnFrNotepadContSideR             = 0x5018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1022
    EAknsMinorQsnFrNotepadContCenter            = 0x5019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1024
    // Calculator paper frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1025
    EAknsMinorQsnFrCalcPaper                    = 0x5100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1026
    EAknsMinorQsnFrCalcPaperCornerTl            = 0x5101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1027
    EAknsMinorQsnFrCalcPaperCornerTr            = 0x5102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1028
    EAknsMinorQsnFrCalcPaperCornerBl            = 0x5103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1029
    EAknsMinorQsnFrCalcPaperCornerBr            = 0x5104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1030
    EAknsMinorQsnFrCalcPaperSideT               = 0x5105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1031
    EAknsMinorQsnFrCalcPaperSideB               = 0x5106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1032
    EAknsMinorQsnFrCalcPaperSideL               = 0x5107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1033
    EAknsMinorQsnFrCalcPaperSideR               = 0x5108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1034
    EAknsMinorQsnFrCalcPaperCenter              = 0x5109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1036
    // Calculator display parts
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1037
    EAknsMinorQsnFrCalcDisplaySideL             = 0x5117,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1038
    EAknsMinorQsnFrCalcDisplaySideR             = 0x5118,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1039
    EAknsMinorQsnFrCalcDisplayCenter            = 0x5119,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1041
    // Button frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1042
    EAknsMinorQsnFrSelButton                    = 0x5200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1043
    EAknsMinorQsnFrSelButtonCornerTl            = 0x5201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1044
    EAknsMinorQsnFrSelButtonCornerTr            = 0x5202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1045
    EAknsMinorQsnFrSelButtonCornerBl            = 0x5203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1046
    EAknsMinorQsnFrSelButtonCornerBr            = 0x5204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1047
    EAknsMinorQsnFrSelButtonSideT               = 0x5205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1048
    EAknsMinorQsnFrSelButtonSideB               = 0x5206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1049
    EAknsMinorQsnFrSelButtonSideL               = 0x5207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1050
    EAknsMinorQsnFrSelButtonSideR               = 0x5208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1051
    EAknsMinorQsnFrSelButtonCenter              = 0x5209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1053
    // Info popup frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1054
    EAknsMinorQsnFrPopupPreview                 = 0x5300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1057
    // Transparent popup
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1058
    EAknsMinorQgnGrafPopupTrans                 = 0x5400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1060
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1061
    * Highlight animation for grids.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1062
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1063
    * @since 3.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1064
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1065
    EAknsMinorQsnAnimGrid                       = 0x6000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1066
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1067
    * Highlight animation for generic lists (includes ColumnListBox, Form and
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1068
    * OptionsMenu).
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1069
    * TODO: Declaring animations for Form, ColumnListBox and OptionsMenu
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1070
    * separately.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1071
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1072
    * @since 3.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1073
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1074
    EAknsMinorQsnAnimList                       = 0x6001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1075
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1076
    * Highlight animation for settings list item editing list (you know, the
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1077
    * one that has radio buttons and all).
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1078
    *
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1079
    * @since 3.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1080
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1081
    EAknsMinorQsnAnimSetOptFoc                  = 0x6002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1083
    // Bitmap animations which are not tied to resource IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1084
    // these animations _must_ be defined by the default
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1085
    // system skin
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1086
    EAknsMinorQgnGrafLongPressAnim              = 0x7000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1087
    // Midp alarm animation
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1088
    EAknsMinorQgnNoteAlarmAlertAnim             = 0x8000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1090
    // ESeries frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1091
    EAknsMinorQgnFsAction                       = 0x8100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1092
    EAknsMinorQgnFsActionCornerTl               = 0x8101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1093
    EAknsMinorQgnFsActionCornerTr               = 0x8102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1094
    EAknsMinorQgnFsActionCornerBl               = 0x8103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1095
    EAknsMinorQgnFsActionCornerBr               = 0x8104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1096
    EAknsMinorQgnFsActionSideT                  = 0x8105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1097
    EAknsMinorQgnFsActionSideB                  = 0x8106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1098
    EAknsMinorQgnFsActionSideL                  = 0x8107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1099
    EAknsMinorQgnFsActionSideR                  = 0x8108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1100
    EAknsMinorQgnFsActionCenter                 = 0x8109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1102
    EAknsMinorQgnFsCaleWeekHighBottom           = 0x8200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1103
    EAknsMinorQgnFsCaleWeekHighBottomCornerTl   = 0x8201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1104
    EAknsMinorQgnFsCaleWeekHighBottomCornerTr   = 0x8202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1105
    EAknsMinorQgnFsCaleWeekHighBottomCornerBl   = 0x8203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1106
    EAknsMinorQgnFsCaleWeekHighBottomCornerBr   = 0x8204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1107
    EAknsMinorQgnFsCaleWeekHighBottomSideT      = 0x8205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1108
    EAknsMinorQgnFsCaleWeekHighBottomSideB      = 0x8206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1109
    EAknsMinorQgnFsCaleWeekHighBottomSideL      = 0x8207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1110
    EAknsMinorQgnFsCaleWeekHighBottomSideR      = 0x8208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1111
    EAknsMinorQgnFsCaleWeekHighBottomCenter     = 0x8209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1113
    EAknsMinorQgnFsCaleWeekHigh                 = 0x8300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1114
    EAknsMinorQgnFsCaleWeekHighCornerTl         = 0x8301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1115
    EAknsMinorQgnFsCaleWeekHighCornerTr         = 0x8302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1116
    EAknsMinorQgnFsCaleWeekHighCornerBl         = 0x8303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1117
    EAknsMinorQgnFsCaleWeekHighCornerBr         = 0x8304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1118
    EAknsMinorQgnFsCaleWeekHighSideT            = 0x8305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1119
    EAknsMinorQgnFsCaleWeekHighSideB            = 0x8306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1120
    EAknsMinorQgnFsCaleWeekHighSideL            = 0x8307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1121
    EAknsMinorQgnFsCaleWeekHighSideR            = 0x8308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1122
    EAknsMinorQgnFsCaleWeekHighCenter           = 0x8309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1124
    EAknsMinorQgnFsCaleWeekHighTop              = 0x8400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1125
    EAknsMinorQgnFsCaleWeekHighTopCornerTl      = 0x8401,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1126
    EAknsMinorQgnFsCaleWeekHighTopCornerTr      = 0x8402,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1127
    EAknsMinorQgnFsCaleWeekHighTopCornerBl      = 0x8403,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1128
    EAknsMinorQgnFsCaleWeekHighTopCornerBr      = 0x8404,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1129
    EAknsMinorQgnFsCaleWeekHighTopSideT         = 0x8405,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1130
    EAknsMinorQgnFsCaleWeekHighTopSideB         = 0x8406,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1131
    EAknsMinorQgnFsCaleWeekHighTopSideL         = 0x8407,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1132
    EAknsMinorQgnFsCaleWeekHighTopSideR         = 0x8408,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1133
    EAknsMinorQgnFsCaleWeekHighTopCenter        = 0x8409,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1135
    EAknsMinorQgnFsGrid                         = 0x8500,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1136
    EAknsMinorQgnFsGridCornerTl                 = 0x8501,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1137
    EAknsMinorQgnFsGridCornerTr                 = 0x8502,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1138
    EAknsMinorQgnFsGridCornerBl                 = 0x8503,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1139
    EAknsMinorQgnFsGridCornerBr                 = 0x8504,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1140
    EAknsMinorQgnFsGridSideT                    = 0x8505,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1141
    EAknsMinorQgnFsGridSideL                    = 0x8506,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1142
    EAknsMinorQgnFsGridSideR                    = 0x8507,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1143
    EAknsMinorQgnFsGridSideB                    = 0x8508,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1144
    EAknsMinorQgnFsGridCenter                   = 0x8509,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1146
    EAknsMinorQgnFsInput                        = 0x8600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1147
    EAknsMinorQgnFsInputCornerTl                = 0x8601,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1148
    EAknsMinorQgnFsInputCornerTr                = 0x8602,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1149
    EAknsMinorQgnFsInputCornerBl                = 0x8603,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1150
    EAknsMinorQgnFsInputCornerBr                = 0x8604,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1151
    EAknsMinorQgnFsInputSideT                   = 0x8605,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1152
    EAknsMinorQgnFsInputSideL                   = 0x8606,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1153
    EAknsMinorQgnFsInputSideR                   = 0x8607,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1154
    EAknsMinorQgnFsInputSideB                   = 0x8608,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1155
    EAknsMinorQgnFsInputCenter                  = 0x8609,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1157
    EAknsMinorQgnFsList                         = 0x8700,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1158
    EAknsMinorQgnFsListCornerTl                 = 0x8701,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1159
    EAknsMinorQgnFsListCornerTr                 = 0x8702,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1160
    EAknsMinorQgnFsListCornerBl                 = 0x8703,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1161
    EAknsMinorQgnFsListCornerBr                 = 0x8704,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1162
    EAknsMinorQgnFsListSideT                    = 0x8705,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1163
    EAknsMinorQgnFsListSideL                    = 0x8706,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1164
    EAknsMinorQgnFsListSideR                    = 0x8707,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1165
    EAknsMinorQgnFsListSideB                    = 0x8708,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1166
    EAknsMinorQgnFsListCenter                   = 0x8709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1167
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1169
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1170
// EAknsMajorAvkon item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1171
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1173
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1174
* Minor values for item IDs in EAknsMajorAvkon major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1175
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1176
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1177
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1178
enum TAknsMinorAvkonValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1179
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1181
    // Icon group "gene"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1182
    EAknsMinorQgnIndiScrollUpMask       = 0x106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1183
    EAknsMinorQgnIndiScrollDownMask     = 0x107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1184
    EAknsMinorQgnIndiSignalStrength     = 0x24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1185
    EAknsMinorQgnIndiBatteryStrength    = 0x26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1186
    EAknsMinorQgnIndiNoSignal           = 0x1d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1187
    EAknsMinorQgnIndiFindGlass          = 0x4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1188
    EAknsMinorQgnPropCheckboxOff        = 0x7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1189
    EAknsMinorQgnPropCheckboxOn         = 0x78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1190
    EAknsMinorQgnPropFolderSmall        = 0x86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1191
    EAknsMinorQgnPropGroupSmall         = 0x80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1192
    EAknsMinorQgnPropRadiobuttOff       = 0x7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1193
    EAknsMinorQgnPropRadiobuttOn        = 0x7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1194
    EAknsMinorQgnPropFolderLarge        = 0x8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1195
    EAknsMinorQgnPropFolderMedium       = 0x88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1196
    EAknsMinorQgnPropGroupLarge         = 0x84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1197
    EAknsMinorQgnPropGroupMedium        = 0x82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1198
    EAknsMinorQgnPropUnsupportedFile    = 0x1020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1199
    EAknsMinorQgnPropFolderGms          = 0x1021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1200
    EAknsMinorQgnPropFmgrFileGame       = 0x1030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1201
    EAknsMinorQgnPropFmgrFileOther      = 0x1031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1202
    EAknsMinorQgnPropFolderCurrent      = 0x1040,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1203
    EAknsMinorQgnPropFolderSubSmall     = 0x1041,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1204
    EAknsMinorQgnPropFolderAppsMedium   = 0x1042,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1205
    EAknsMinorQgnMenuFolderApps         = 0x1042, // Intentional alias to QgnPropFolderAppsMedium
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1206
    EAknsMinorQgnPropFolderSubMedium    = 0x1043,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1207
    EAknsMinorQgnPropFolderImages       = 0x1044,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1208
    EAknsMinorQgnPropFolderMmsTemp      = 0x1045,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1209
    EAknsMinorQgnPropFolderSounds       = 0x1046,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1210
    EAknsMinorQgnPropFolderSubLarge     = 0x1047,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1211
    EAknsMinorQgnPropFolderVideo        = 0x1048,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1212
    EAknsMinorQgnPropImFrom             = 0x1050,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1213
    EAknsMinorQgnPropImTome             = 0x1051,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1214
    EAknsMinorQgnPropNrtypAddress       = 0x90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1215
    EAknsMinorQgnPropNrtypCompAddress   = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1216
    EAknsMinorQgnPropNrtypHomeAddress   = 0x1101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1217
    EAknsMinorQgnPropNrtypDate          = 0x1102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1218
    EAknsMinorQgnPropNrtypEmail         = 0x92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1219
    EAknsMinorQgnPropNrtypFax           = 0x94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1220
    EAknsMinorQgnPropNrtypMobile        = 0x98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1221
    EAknsMinorQgnPropNrtypNote          = 0x9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1222
    EAknsMinorQgnPropNrtypPager         = 0x9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1223
    EAknsMinorQgnPropNrtypPhone         = 0x9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1224
    EAknsMinorQgnPropNrtypTone          = 0x1103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1225
    EAknsMinorQgnPropNrtypUrl           = 0xa0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1226
    EAknsMinorQgnIndiSubmenu            = 0x1ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1227
    EAknsMinorQgnIndiOnimageAudio       = 0x1060,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1228
    EAknsMinorQgnPropFolderDigital      = 0x1070,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1229
    EAknsMinorQgnPropFolderSimple       = 0x1071,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1230
    EAknsMinorQgnPropFolderPres         = 0x1072,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1231
    EAknsMinorQgnPropFileVideo          = 0x1080,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1232
    EAknsMinorQgnPropFileAudio          = 0x1081,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1233
    EAknsMinorQgnPropFileRam            = 0x1082,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1234
    EAknsMinorQgnPropFilePlaylist       = 0x1083,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1235
    EAknsMinorQgnPropWmlFolderLinkSeamless = 0x10a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1236
    EAknsMinorQgnIndiFindGoto           = 0x228,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1238
    // Icon group "tab"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1239
    EAknsMinorQgnGrafTab21              = 0x0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1240
    EAknsMinorQgnGrafTab22              = 0x2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1241
    EAknsMinorQgnGrafTab31              = 0x4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1242
    EAknsMinorQgnGrafTab32              = 0x6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1243
    EAknsMinorQgnGrafTab33              = 0x8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1244
    EAknsMinorQgnGrafTab41              = 0xa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1245
    EAknsMinorQgnGrafTab42              = 0xc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1246
    EAknsMinorQgnGrafTab43              = 0xe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1247
    EAknsMinorQgnGrafTab44              = 0x10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1248
    EAknsMinorQgnGrafTabLong21          = 0x12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1249
    EAknsMinorQgnGrafTabLong22          = 0x14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1250
    EAknsMinorQgnGrafTabLong31          = 0x16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1251
    EAknsMinorQgnGrafTabLong32          = 0x18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1252
    EAknsMinorQgnGrafTabLong33          = 0x1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1254
    // Tab icons for A&H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1255
    EAknsMinorQgnPropFolderTab1         = 0x1300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1256
    EAknsMinorQgnPropFolderHelpTab1     = 0x1301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1257
    EAknsMinorQgnPropHelpOpenTab1       = 0x130b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1258
    EAknsMinorQgnPropFolderImageTab1    = 0x1302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1259
    EAknsMinorQgnPropFolderMessageTab1  = 0x1303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1260
    EAknsMinorQgnPropFolderMessageAttachTab1 = 0x1304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1261
    EAknsMinorQgnPropFolderMessageAudioTab1 = 0x1305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1262
    EAknsMinorQgnPropFolderMessageObjectTab1 = 0x1306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1263
    EAknsMinorQgnPropNoteListAlphaTab2  = 0x1307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1264
    EAknsMinorQgnPropListKeywordTab2    = 0x130c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1265
    EAknsMinorQgnPropNoteListTimeTab2   = 0x1308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1266
    EAknsMinorQgnPropMceDocTab4         = 0x1309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1267
    EAknsMinorQgnPropFolderTab          = 0x130a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1268
    EAknsMinorQgnPropListKeywordArabicTab2 = 0x1900,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1269
    EAknsMinorQgnPropListKeywordHebrewTab2 = 0x1901,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1270
    EAknsMinorQgnPropNoteListAlphaArabicTab2 = 0x1910,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1271
    EAknsMinorQgnPropNoteListAlphaHebrewTab2 = 0x1911,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1273
    // Icon group "bt"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1274
    EAknsMinorQgnPropBtAudio            = 0x1b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1275
    EAknsMinorQgnPropBtUnknown          = 0x118,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1277
    // Icon group "mce"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1278
    EAknsMinorQgnPropFolderSmallNew     = 0x8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1279
    EAknsMinorQgnPropFolderTemp         = 0x8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1280
    EAknsMinorQgnPropMceUnknownRead     = 0x1200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1281
    EAknsMinorQgnPropMceUnknownUnread   = 0x1201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1282
    EAknsMinorQgnPropMceBtUnread        = 0x1202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1283
    EAknsMinorQgnPropMceDocSmall        = 0x1203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1284
    EAknsMinorQgnPropMceDocumentsNewSub = 0x1280,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1285
    EAknsMinorQgnPropMceDocumentsSub    = 0x1281,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1286
    EAknsMinorQgnPropFolderSubs         = 0x1282,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1287
    EAknsMinorQgnPropFolderSubsNew      = 0x1283,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1288
    EAknsMinorQgnPropFolderSubSubs      = 0x1284,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1289
    EAknsMinorQgnPropFolderSubSubsNew   = 0x1285,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1290
    EAknsMinorQgnPropFolderSubUnsubsNew = 0x1286,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1291
    EAknsMinorQgnPropFolderUnsubsNew    = 0x1287,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1292
    EAknsMinorQgnPropMceWriteSub        = 0x1288,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1293
    EAknsMinorQgnPropMceInboxSub        = 0x1289,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1294
    EAknsMinorQgnPropMceInboxNewSub     = 0x128a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1295
    EAknsMinorQgnPropMceRemoteSub       = 0x128b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1296
    EAknsMinorQgnPropMceRemoteNewSub    = 0x128c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1297
    EAknsMinorQgnPropMceSentSub         = 0x128f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1298
    EAknsMinorQgnPropMceOutboxSub       = 0x1290,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1299
    EAknsMinorQgnPropMceDrSub           = 0x1291,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1301
    // Icon group "log"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1302
    EAknsMinorQgnPropLogCallsSub        = 0x1a00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1303
    EAknsMinorQgnPropLogMissedSub       = 0x1a01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1304
    EAknsMinorQgnPropLogInSub           = 0x1a02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1305
    EAknsMinorQgnPropLogOutSub          = 0x1a03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1306
    EAknsMinorQgnPropLogTimersSub       = 0x1a04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1307
    EAknsMinorQgnPropLogTimerCallLast   = 0x1a05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1308
    EAknsMinorQgnPropLogTimerCallOut    = 0x1a06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1309
    EAknsMinorQgnPropLogTimerCallIn     = 0x1a07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1310
    EAknsMinorQgnPropLogTimerCallAll    = 0x1a08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1311
    EAknsMinorQgnPropLogGprsSub         = 0x1a09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1312
    EAknsMinorQgnPropLogGprsSent        = 0x1a0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1313
    EAknsMinorQgnPropLogGprsReceived    = 0x1a0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1315
    // Icon group "Camera settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1316
    EAknsMinorQgnPropSetCamsImageSub    = 0x1b00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1317
    EAknsMinorQgnPropSetCamsVideoSub    = 0x1b01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1319
    // Icon group "realplayer settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1320
    EAknsMinorQgnPropSetMpVideoSub      = 0x1c00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1321
    EAknsMinorQgnPropSetMpAudioSub      = 0x1c01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1322
    EAknsMinorQgnPropSetMpStreamSub     = 0x1c02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1324
    // Icon group "chat"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1325
    EAknsMinorQgnPropImIbox             = 0x1d00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1326
    EAknsMinorQgnPropImFriends          = 0x1d01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1327
    EAknsMinorQgnPropImList             = 0x1d02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1329
    // Icon group "dyc"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1330
    EAknsMinorQgnPropDycPublicSub       = 0x1e00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1331
    EAknsMinorQgnPropDycPrivateSub      = 0x1e01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1332
    EAknsMinorQgnPropDycBlockedSub      = 0x1e02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1333
    EAknsMinorQgnPropDycAvailBig        = 0x1e03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1334
    EAknsMinorQgnPropDycDiscreetBig     = 0x1e04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1335
    EAknsMinorQgnPropDycNotAvailBig     = 0x1e05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1336
    EAknsMinorQgnPropDycNotPublishBig   = 0x1e06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1338
    // Icon group "Settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1339
    EAknsMinorQgnPropSetDeviceSub       = 0x1f00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1340
    EAknsMinorQgnPropSetCallSub         = 0x1f01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1341
    EAknsMinorQgnPropSetConnecSub       = 0x1f02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1342
    EAknsMinorQgnPropSetDatimSub        = 0x1f03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1343
    EAknsMinorQgnPropSetSecSub          = 0x1f04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1344
    EAknsMinorQgnPropSetDivSub          = 0x1f05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1345
    EAknsMinorQgnPropSetBarrSub         = 0x1f06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1346
    EAknsMinorQgnPropSetNetworkSub      = 0x1f07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1347
    EAknsMinorQgnPropSetAccessorySub    = 0x1f08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1349
    // Icon group "location"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1350
    EAknsMinorQgnPropLocSetSub          = 0x2200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1351
    EAknsMinorQgnPropLocRequestsSub     = 0x2201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1353
    // Icon group "Wallet"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1354
    EAknsMinorQgnPropWalletServiceSub   = 0x2300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1355
    EAknsMinorQgnPropWalletTicketsSub   = 0x2301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1356
    EAknsMinorQgnPropWalletCardsSub     = 0x2302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1357
    EAknsMinorQgnPropWalletPnotesSub    = 0x2304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1359
    // Icon group "Sync"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1360
    EAknsMinorQgnPropSmlBt              = 0x2400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1362
    // Icon group "note"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1363
    EAknsMinorQgnNoteQuery              = 0xcc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1364
    EAknsMinorQgnNoteAlarmClock         = 0xa6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1365
    EAknsMinorQgnNoteBattCharging       = 0xaa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1366
    EAknsMinorQgnNoteBattFull           = 0xac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1367
    EAknsMinorQgnNoteBattLow            = 0xae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1368
    EAknsMinorQgnNoteBattNotCharging    = 0xb0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1369
    EAknsMinorQgnNoteBattRecharge       = 0xb2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1370
    EAknsMinorQgnNoteErased             = 0xba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1371
    EAknsMinorQgnNoteError              = 0xbc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1372
    EAknsMinorQgnNoteFaxpc              = 0x1510,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1373
    EAknsMinorQgnNoteGrps               = 0x1511,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1374
    EAknsMinorQgnNoteInfo               = 0xbe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1375
    EAknsMinorQgnNoteKeyguard           = 0x173,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1376
    EAknsMinorQgnNoteOk                 = 0xc8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1377
    EAknsMinorQgnNoteProgress           = 0xca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1378
    EAknsMinorQgnNoteWarning            = 0xd6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1380
    // Icon group "phota"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1381
    EAknsMinorQgnPropImageNotcreated    = 0x1700,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1382
    EAknsMinorQgnPropImageCorrupted     = 0x1701,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1384
    // Icon group "memc"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1385
    EAknsMinorQgnPropFileSmall          = 0x1800,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1386
    EAknsMinorQgnPropPhoneMemc          = 0x1801,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1387
    EAknsMinorQgnPropMmcMemc            = 0x1802,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1388
    EAknsMinorQgnPropMmcLocked          = 0x1803,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1389
    EAknsMinorQgnPropMmcNon             = 0x1804,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1390
    EAknsMinorQgnPropPhoneMemcLarge     = 0x1805,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1391
    EAknsMinorQgnPropMmcMemcLarge       = 0x1806,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1393
    // Other icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1394
    EAknsMinorQgnIndiNaviArrowLeft      = 0x2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1395
    EAknsMinorQgnIndiNaviArrowRight     = 0x2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1396
    EAknsMinorQgnGrafProgressBar        = 0x15a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1397
    EAknsMinorQgnGrafVorecProgressBar   = 0x15c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1398
    EAknsMinorQgnGrafVorecBarBackground = 0x15e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1399
    EAknsMinorQgnGrafWaitBarBackground  = 0x160,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1400
    EAknsMinorQgnGrafWaitBar1           = 0x162,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1401
    EAknsMinorQgnGrafSimpdStatusBackg   = 0x1600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1402
    EAknsMinorQgnGrafPbStatusBackg      = 0x1601,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1403
    EAknsMinorQgnGrafSnoteAdd1          = 0x1610,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1404
    EAknsMinorQgnGrafSnoteAdd2          = 0x1611,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1406
    // Other icons for A&H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1407
    EAknsMinorQgnIndiCamsPhoneMemc      = 0x1680,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1408
    EAknsMinorQgnIndiDycDtOtherAdd      = 0x1681,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1409
    EAknsMinorQgnPropFolderDyc          = 0x1682,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1410
    EAknsMinorQgnPropFolderTab2         = 0x1683,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1411
    EAknsMinorQgnPropLogLogsTab2        = 0x1684,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1412
    EAknsMinorQgnPropMceDraftsNewSub    = 0x1685,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1413
    EAknsMinorQgnPropMceDraftsSub       = 0x1686,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1414
    EAknsMinorQgnPropWmlFolderAdap      = 0x1687,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1416
    // Navi area components
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1417
    EAknsMinorQsnBgNavipaneSolid        = 0x1010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1418
    EAknsMinorQsnBgNavipaneWipe         = 0x170,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1419
    EAknsMinorQsnBgNavipaneSolidIdle    = 0x1011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1420
    EAknsMinorQsnBgNavipaneWipeIdle     = 0x1012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1422
    // Bitmaps for animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1423
    EAknsMinorQgnNoteQuery2             = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1424
    EAknsMinorQgnNoteQuery3             = 0x2001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1425
    EAknsMinorQgnNoteQuery4             = 0x2002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1426
    EAknsMinorQgnNoteQuery5             = 0x2003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1428
    // Animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1429
    EAknsMinorQgnNoteQueryAnim          = 0x8cc013e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1430
    EAknsMinorQgnNoteBattChargingAnim   = 0x8cc0142,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1431
    EAknsMinorQgnNoteBattFullAnim       = 0x8cc0144,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1432
    EAknsMinorQgnNoteBattLowAnim        = 0x8cc0146,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1433
    EAknsMinorQgnNoteBattNotChargingAnim= 0x8cc0148,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1434
    EAknsMinorQgnNoteBattRechargeAnim   = 0x8cc014a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1435
    EAknsMinorQgnNoteErasedAnim         = 0x8cc0136,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1436
    EAknsMinorQgnNoteErrorAnim          = 0x8cc013c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1437
    EAknsMinorQgnNoteInfoAnim           = 0x8cc0138,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1438
    EAknsMinorQgnNoteKeyguardLockedAnim = 0x8cc014c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1439
    EAknsMinorQgnNoteKeyguardOpenAnim   = 0x8cc014e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1440
    EAknsMinorQgnNoteOkAnim             = 0x8cc0134,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1441
    EAknsMinorQgnNoteWarningAnim        = 0x8cc013a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1442
    EAknsMinorQgnNoteBtAnim             = 0xc34d022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1443
    EAknsMinorQgnNoteFaxpcAnim          = 0x1f49700b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1444
    EAknsMinorQgnGrafBarWaitAnim        = 0x8cc0140,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1446
    // Browser animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1447
    EAknsMinorQgnMenuWmlAnim            = 0x5c512128,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1448
    EAknsMinorQgnIndiWaitWmlCsdAnim     = 0x5c512125,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1449
    EAknsMinorQgnIndiWaitWmlGprsAnim    = 0x5c512127,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1450
    EAknsMinorQgnIndiWaitWmlHscsdAnim   = 0x5c51212b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1452
    // CLS animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1453
    EAknsMinorQgnMenuClsCxtAnim         = 0x10ad705d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1455
    // Telephony Swipe Indicator animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1456
    EAknsMinorQgnGrafSwipeindiAnimLeft    = 0x8cc0150,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1457
    EAknsMinorQgnGrafSwipeindiBgLeftAnim    = 0x8cc0151,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1458
    EAknsMinorQgnGrafSwipeindiBgRightAnim    = 0x8cc0152,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1459
    EAknsMinorQgnGrafSwipeindiBlueAnimLeft    = 0x8cc0153,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1460
    EAknsMinorQgnGrafSwipeindiGreenAnimRight    = 0x8cc0154,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1461
    EAknsMinorQgnGrafSwipeindiOrangeAnimLeft    = 0x8cc0155,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1462
    EAknsMinorQgnGrafSwipeindiOrangeAnimRight    = 0x8cc0156,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1463
    EAknsMinorQgnGrafSwipeindiRedAnimLeft    = 0x8cc0157,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1464
    EAknsMinorQgnGrafSwipeindiRedAnimRight    = 0x8cc0158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1465
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1467
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1468
// EAknsMajorAppIconBmpLst item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1469
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1471
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1472
* Minor values for item IDs in EAknsMajorAppIconBmpLst major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1473
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1474
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1475
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1476
enum TAknsMinorAppIconBmpLstValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1477
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1478
    EAknsMinorQgnMenuBtLst              = 0x10005951,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1479
    EAknsMinorQgnMenuCalcLst            = 0x10005902,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1480
    EAknsMinorQgnMenuCaleLst            = 0x10005901,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1481
    EAknsMinorQgnMenuCamcorderLst       = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1482
    EAknsMinorQgnMenuCamLst             = 0x1000593f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1483
    // Deprecated - divert application was removed from platform in 2.0.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1484
    EAknsMinorQgnMenuDivertLst          = 0x200b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1485
    EAknsMinorQgnMenuGamesLst           = 0x2001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1486
    EAknsMinorQgnMenuHelpLst            = 0x10005234,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1487
    EAknsMinorQgnMenuIdleLst            = 0x100058b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1488
    EAknsMinorQgnMenuImLst              = 0x101f4673,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1489
    EAknsMinorQgnMenuIrLst              = 0x1000594D,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1490
    EAknsMinorQgnMenuLogLst             = 0x101f4cd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1491
    EAknsMinorQgnMenuMceLst             = 0x100058C5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1492
    EAknsMinorQgnMenuMceCardLst         = 0x101f4ce5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1493
    EAknsMinorQgnMenuMemoryLst          = 0x101f4666,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1494
    EAknsMinorQgnMenuMidletLst          = 0x200e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1495
    EAknsMinorQgnMenuMidletSuiteLst     = 0x200f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1496
    EAknsMinorQgnMenuModeLst            = 0x100058f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1497
    EAknsMinorQgnMenuNoteLst            = 0x10005907,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1498
    EAknsMinorQgnMenuPhobLst            = 0x101f4cce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1499
    EAknsMinorQgnMenuPhotaLst           = 0x101f4cd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1500
    EAknsMinorQgnMenuPinbLst            = 0x1000590b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1501
    EAknsMinorQgnMenuQdialLst           = 0x1000590A,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1502
    EAknsMinorQgnMenuSetLst             = 0x100058ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1503
    EAknsMinorQgnMenuSimpdLst           = 0x101F4CF6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1504
    EAknsMinorQgnMenuSmsvoLst           = 0x100058f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1505
    EAknsMinorQgnMenuTodoLst            = 0x10005900,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1506
    EAknsMinorQgnMenuUnknownLst         = 0x2100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1507
    EAknsMinorQgnMenuVideoLst           = 0x2007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1508
    EAknsMinorQgnMenuVoirecLst          = 0x100058CA,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1509
    EAknsMinorQgnMenuWclkLst            = 0x10005903,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1510
    EAknsMinorQgnMenuWmlLst             = 0x10008d39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1511
    EAknsMinorQgnMenuLocLst             = 0x101F4D91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1512
    EAknsMinorQgnMenuBlidLst            = 0x101F85A0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1513
    EAknsMinorQgnMenuDycLst             = 0x101f467c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1514
    EAknsMinorQgnMenuDmLst              = 0x101f6de5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1515
    EAknsMinorQgnMenuLmLst              = 0x101F85A2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1516
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1518
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1519
// EAknsMajorAppIconBmpCxt item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1520
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1522
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1523
* Minor values for item IDs in EAknsMajorAppIconBmpCxt major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1524
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1525
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1526
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1527
enum TAknsMinorAppIconBmpCxtValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1528
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1529
    EAknsMinorQgnMenuAppsgridCxt        = 0x101f4cd2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1530
    EAknsMinorQgnMenuBtCxt              = 0x10005951,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1531
    EAknsMinorQgnMenuCaleCxt            = 0x10005901,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1532
    EAknsMinorQgnMenuCamcorderCxt       = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1533
    EAknsMinorQgnMenuCamCxt             = 0x1000593f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1534
    EAknsMinorQgnMenuCnvCxt             = 0x101f4668,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1535
    EAknsMinorQgnMenuConCxt             = 0x200a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1536
    // Deprecated - divert application was removed from platform in 2.0.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1537
    EAknsMinorQgnMenuDivertCxt          = 0x200b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1538
    EAknsMinorQgnMenuGamesCxt           = 0x2001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1539
    EAknsMinorQgnMenuHelpCxt            = 0x10005234,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1540
    EAknsMinorQgnMenuImCxt              = 0x101f4673,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1541
    EAknsMinorQgnMenuImOffCxt           = 0x2004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1542
    EAknsMinorQgnMenuIrCxt              = 0x1000594D,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1543
    EAknsMinorQgnMenuJavaCxt            = 0x200c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1544
    EAknsMinorQgnMenuLogCxt             = 0x101f4cd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1545
    EAknsMinorQgnMenuMceCxt             = 0x100058C5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1546
    EAknsMinorQgnMenuMceCardCxt         = 0x101f4ce5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1547
    EAknsMinorQgnMenuMceMmcCxt          = 0x2006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1548
    EAknsMinorQgnMenuMemoryCxt          = 0x101f4666,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1549
    EAknsMinorQgnMenuMidletSuiteCxt     = 0x200f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1550
    EAknsMinorQgnMenuModeCxt            = 0x100058f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1551
    EAknsMinorQgnMenuNoteCxt            = 0x10005907,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1552
    EAknsMinorQgnMenuPhobCxt            = 0x101f4cce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1553
    EAknsMinorQgnMenuPhotaCxt           = 0x101f4cd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1554
    EAknsMinorQgnMenuSetCxt             = 0x100058ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1555
    EAknsMinorQgnMenuSimpdCxt           = 0x101F4CF6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1556
    EAknsMinorQgnMenuSmsvoCxt           = 0x100058f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1557
    EAknsMinorQgnMenuTodoCxt            = 0x10005900,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1558
    EAknsMinorQgnMenuUnknownCxt         = 0x2100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1559
    EAknsMinorQgnMenuVideoCxt           = 0x2007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1560
    EAknsMinorQgnMenuVoirecCxt          = 0x100058CA,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1561
    EAknsMinorQgnMenuWclkCxt            = 0x10005903,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1562
    EAknsMinorQgnMenuWmlCxt             = 0x10008d39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1563
    EAknsMinorQgnMenuLocCxt             = 0x101F4D91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1564
    EAknsMinorQgnMenuBlidCxt            = 0x101F85A0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1565
    EAknsMinorQgnMenuBlidOffCxt         = 0x2010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1566
    EAknsMinorQgnMenuDycCxt             = 0x101f467c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1567
    EAknsMinorQgnMenuDycOffCxt          = 0x2011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1568
    EAknsMinorQgnMenuDmCxt              = 0x101f6de5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1569
    EAknsMinorQgnMenuDmDisabledCxt      = 0x2012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1570
    EAknsMinorQgnMenuLmCxt              = 0x101F85A2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1571
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1573
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1574
// EAknsMajorScreensaver item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1575
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1577
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1578
* Minor values for item IDs in EAknsMajorScreensaver major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1579
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1580
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1581
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1582
enum TAknsMinorScreensaverValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1583
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1584
    EAknsMinorQsnBgPowersave            = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1585
    EAknsMinorQsnBgScreenSaver          = 0x1001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1586
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1588
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1589
// EAknsMajorCallstatus item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1590
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1592
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1593
* Minor values for item IDs in EAknsMajorCallstatus major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1594
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1595
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1596
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1597
enum TAknsMinorCallstatusValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1598
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1600
    // Icon group "call" - call status icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1601
    EAknsMinorQgnIndiCallActive             = 0x0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1602
    EAknsMinorQgnIndiCallActiveCyphOff      = 0x2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1603
    EAknsMinorQgnIndiCallDisconn            = 0x4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1604
    EAknsMinorQgnIndiCallDisconnCyphOff     = 0x6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1605
    EAknsMinorQgnIndiCallHeld               = 0x8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1606
    EAknsMinorQgnIndiCallHeldCyphOff        = 0xa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1607
    EAknsMinorQgnIndiCallMutedCallsta       = 0xd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1608
    EAknsMinorQgnIndiCallActive2            = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1609
    EAknsMinorQgnIndiCallActiveCyphOff2     = 0x1001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1610
    EAknsMinorQgnIndiCallActiveConf         = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1611
    EAknsMinorQgnIndiCallActiveConfCyphOff  = 0x1101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1612
    EAknsMinorQgnIndiCallDisconnConf        = 0x1102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1613
    EAknsMinorQgnIndiCallDisconnConfCyphOff = 0x1103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1614
    EAknsMinorQgnIndiCallHeldConf           = 0x1104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1615
    EAknsMinorQgnIndiCallHeldConfCyphOff    = 0x1105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1616
    EAknsMinorQgnIndiCallMuted              = 0x1106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1617
    EAknsMinorQgnIndiCallWaiting            = 0x1107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1618
    EAknsMinorQgnIndiCallWaiting2           = 0x1108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1619
    EAknsMinorQgnIndiCallWaitingCyphOff     = 0x1109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1620
    EAknsMinorQgnIndiCallWaitingCyphOff2    = 0x110a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1621
    EAknsMinorQgnIndiCallWaitingDisconn     = 0x110b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1622
    EAknsMinorQgnIndiCallWaitingDisconnCyphOff = 0x110c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1623
    EAknsMinorQgnIndiCallWaiting1           = 0x110d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1625
    // Icon group "call" - call handling graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1626
    EAknsMinorQgnGrafBubbleIncall           = 0xf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1627
    EAknsMinorQgnGrafBubbleIncallDisconn    = 0x10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1628
    EAknsMinorQgnGrafCallConfFive           = 0x1200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1629
    EAknsMinorQgnGrafCallConfFour           = 0x1201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1630
    EAknsMinorQgnGrafCallConfThree          = 0x1202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1631
    EAknsMinorQgnGrafCallConfTwo            = 0x1203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1632
    EAknsMinorQgnGrafCallFirstHeld          = 0x1204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1633
    EAknsMinorQgnGrafCallFirstOneActive     = 0x1205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1634
    EAknsMinorQgnGrafCallFirstOneDisconn    = 0x1206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1635
    EAknsMinorQgnGrafCallFirstOneHeld       = 0x1207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1636
    EAknsMinorQgnGrafCallFirstThreeActive   = 0x1208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1637
    EAknsMinorQgnGrafCallFirstThreeDisconn  = 0x1209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1638
    EAknsMinorQgnGrafCallFirstThreeHeld     = 0x120a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1639
    EAknsMinorQgnGrafCallFirstTwoActive     = 0x120b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1640
    EAknsMinorQgnGrafCallFirstTwoDisconn    = 0x120c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1641
    EAknsMinorQgnGrafCallFirstTwoHeld       = 0x120d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1642
    EAknsMinorQgnGrafCallFirstWaitActive    = 0x120e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1643
    EAknsMinorQgnGrafCallFirstWaitDisconn   = 0x120f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1644
    EAknsMinorQgnGrafCallHiddenHeld         = 0x1210,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1645
    EAknsMinorQgnGrafCallRecBig             = 0x1211,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1646
    EAknsMinorQgnGrafCallRecBigDisconn      = 0x1212,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1647
    EAknsMinorQgnGrafCallRecBigLeft         = 0x1213,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1648
    EAknsMinorQgnGrafCallRecBigLeftDisconn  = 0x1214,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1649
    EAknsMinorQgnGrafCallRecBigRight        = 0x1215,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1650
    EAknsMinorQgnGrafCallRecBigger          = 0x1216,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1651
    EAknsMinorQgnGrafCallRecBigRightDisconn = 0x1217,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1652
    EAknsMinorQgnGrafCallRecSmallLeft       = 0x1218,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1653
    EAknsMinorQgnGrafCallRecSmallRight      = 0x1219,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1654
    EAknsMinorQgnGrafCallRecSmallRightDisconn = 0x121a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1655
    EAknsMinorQgnGrafCallSecondThreeActive  = 0x121b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1656
    EAknsMinorQgnGrafCallSecondThreeDisconn = 0x121c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1657
    EAknsMinorQgnGrafCallSecondThreeHeld    = 0x121d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1658
    EAknsMinorQgnGrafCallSecondTwoActive    = 0x121e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1659
    EAknsMinorQgnGrafCallSecondTwoDisconn   = 0x121f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1660
    EAknsMinorQgnGrafCallSecondTwoHeld      = 0x1220,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1661
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1662
    // Video call
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1663
    EAknsMinorQgnIndiCallVideo1             = 0x1300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1664
    EAknsMinorQgnIndiCallVideo2             = 0x1301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1665
    EAknsMinorQgnIndiCallVideoBlindIn       = 0x1302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1666
    EAknsMinorQgnIndiCallVideoBlindOut      = 0x1303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1667
    EAknsMinorQgnIndiCallVideoCallsta1      = 0x1304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1668
    EAknsMinorQgnIndiCallVideoCallsta2      = 0x1305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1669
    EAknsMinorQgnIndiCallVideoCallstaDisconn= 0x1306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1670
    EAknsMinorQgnIndiCallVideoDisconn       = 0x1307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1671
    EAknsMinorQgnIndiCallVideoLst           = 0x1308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1673
    // Zoom indications
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1674
    EAknsMinorQgnGrafZoomArea               = 0x1320,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1675
    EAknsMinorQgnIndiZoomMin                = 0x1321,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1676
    EAknsMinorQgnIndiZoomMax                = 0x1322,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1678
    // Call handling frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1679
    EAknsMinorQsnFrCall2Bubble              = 0x1400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1680
    EAknsMinorQsnFrCall2BubbleDisconn       = 0x1401,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1681
    EAknsMinorQsnFrCall2BubbleFirst         = 0x1402,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1682
    EAknsMinorQsnFrCall2BubbleFirstDisconn  = 0x1403,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1683
    EAknsMinorQsnFrCall2BubbleSecond        = 0x1404,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1684
    EAknsMinorQsnFrCall2BubbleSecondDisconn = 0x1405,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1685
    EAknsMinorQsnFrCall2Rect                = 0x1406,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1686
    EAknsMinorQsnFrCall2RectDisconn         = 0x1407,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1688
    // POC frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1689
    EAknsMinorQsnFrCallPocAct               = 0x1410,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1690
    EAknsMinorQsnFrCallPocActIdle           = 0x1411,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1691
    EAknsMinorQsnFrCallPocInact             = 0x1412,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1692
    EAknsMinorQsnFrCallPocInactIdle         = 0x1413,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1693
    EAknsMinorQsnFrCall2BubbleCoMask        = 0x1420,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1694
    EAknsMinorQsnFrCall2BubbleFirstCoMask   = 0x1421,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1695
    EAknsMinorQsnFrCall2BubbleSecondCoMask  = 0x1422,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1696
    EAknsMinorQsnFrCall2RectCoMask          = 0x1423,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1697
    EAknsMinorQsnFrCallObjectGraphics       = 0x1424,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1699
    EAknsMinorQsnFrCall3Rect                = 0x1430,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1700
    EAknsMinorQsnFrCall3RectCornerTl        = 0x1431,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1701
    EAknsMinorQsnFrCall3RectCornerTr        = 0x1432,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1702
    EAknsMinorQsnFrCall3RectCornerBl        = 0x1433,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1703
    EAknsMinorQsnFrCall3RectCornerBr        = 0x1434,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1704
    EAknsMinorQsnFrCall3RectSideT           = 0x1435,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1705
    EAknsMinorQsnFrCall3RectSideB           = 0x1436,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1706
    EAknsMinorQsnFrCall3RectSideL           = 0x1437,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1707
    EAknsMinorQsnFrCall3RectSideR           = 0x1438,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1708
    EAknsMinorQsnFrCall3RectCenter          = 0x1439,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1710
    EAknsMinorQsnFrCall3RectDisconn         = 0x1440,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1711
    EAknsMinorQsnFrCall3RectCornerTlDisconn = 0x1441,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1712
    EAknsMinorQsnFrCall3RectCornerTrDisconn = 0x1442,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1713
    EAknsMinorQsnFrCall3RectCornerBlDisconn = 0x1443,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1714
    EAknsMinorQsnFrCall3RectCornerBrDisconn = 0x1444,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1715
    EAknsMinorQsnFrCall3RectSideTDisconn    = 0x1445,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1716
    EAknsMinorQsnFrCall3RectSideBDisconn    = 0x1446,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1717
    EAknsMinorQsnFrCall3RectSideLDisconn    = 0x1447,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1718
    EAknsMinorQsnFrCall3RectSideRDisconn    = 0x1448,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1719
    EAknsMinorQsnFrCall3RectCenterDisconn   = 0x1449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1720
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1722
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1723
// EAknsMajorCalendar item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1724
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1726
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1727
* Minor values for item IDs in EAknsMajorCalendar major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1728
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1729
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1730
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1731
enum TAknsMinorCalendarValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1732
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1733
    // General calendar frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1734
    EAknsMinorQsnFrCale                 = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1735
    EAknsMinorQsnFrCaleCornerTl         = 0x1001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1736
    EAknsMinorQsnFrCaleCornerTr         = 0x1002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1737
    EAknsMinorQsnFrCaleCornerBl         = 0x1003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1738
    EAknsMinorQsnFrCaleCornerBr         = 0x1004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1739
    EAknsMinorQsnFrCaleSideT            = 0x1005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1740
    EAknsMinorQsnFrCaleSideB            = 0x1006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1741
    EAknsMinorQsnFrCaleSideL            = 0x1007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1742
    EAknsMinorQsnFrCaleSideR            = 0x1008,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1743
    EAknsMinorQsnFrCaleCenter           = 0x1009,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1745
    // Calendar frame for holiday event
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1746
    EAknsMinorQsnFrCaleHoli             = 0x1010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1747
    EAknsMinorQsnFrCaleHoliCornerTl     = 0x1011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1748
    EAknsMinorQsnFrCaleHoliCornerTr     = 0x1012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1749
    EAknsMinorQsnFrCaleHoliCornerBl     = 0x1013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1750
    EAknsMinorQsnFrCaleHoliCornerBr     = 0x1014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1751
    EAknsMinorQsnFrCaleHoliSideT        = 0x1015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1752
    EAknsMinorQsnFrCaleHoliSideB        = 0x1016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1753
    EAknsMinorQsnFrCaleHoliSideL        = 0x1017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1754
    EAknsMinorQsnFrCaleHoliSideR        = 0x1018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1755
    EAknsMinorQsnFrCaleHoliCenter       = 0x1019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1757
    // Calendar icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1758
    EAknsMinorQgnIndiCdrBirthday        = 0x02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1759
    EAknsMinorQgnIndiCdrMeeting         = 0x04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1760
    EAknsMinorQgnIndiCdrReminder        = 0x06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1762
    // Calendar heading frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1763
    EAknsMinorQsnFrCaleHeading          = 0x1020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1764
    EAknsMinorQsnFrCaleHeadingCornerTl  = 0x1021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1765
    EAknsMinorQsnFrCaleHeadingCornerTr  = 0x1022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1766
    EAknsMinorQsnFrCaleHeadingCornerBl  = 0x1023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1767
    EAknsMinorQsnFrCaleHeadingCornerBr  = 0x1024,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1768
    EAknsMinorQsnFrCaleHeadingSideT     = 0x1025,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1769
    EAknsMinorQsnFrCaleHeadingSideB     = 0x1026,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1770
    EAknsMinorQsnFrCaleHeadingSideL     = 0x1027,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1771
    EAknsMinorQsnFrCaleHeadingSideR     = 0x1028,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1772
    EAknsMinorQsnFrCaleHeadingCenter    = 0x1029,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1774
    // Calendar side frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1775
    EAknsMinorQsnFrCaleSide             = 0x1030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1776
    EAknsMinorQsnFrCaleSideCornerTl     = 0x1031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1777
    EAknsMinorQsnFrCaleSideCornerTr     = 0x1032,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1778
    EAknsMinorQsnFrCaleSideCornerBl     = 0x1033,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1779
    EAknsMinorQsnFrCaleSideCornerBr     = 0x1034,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1780
    EAknsMinorQsnFrCaleSideSideT        = 0x1035,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1781
    EAknsMinorQsnFrCaleSideSideB        = 0x1036,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1782
    EAknsMinorQsnFrCaleSideSideL        = 0x1037,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1783
    EAknsMinorQsnFrCaleSideSideR        = 0x1038,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1784
    EAknsMinorQsnFrCaleSideCenter       = 0x1039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1785
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1787
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1788
// EAknsMajorPinboard item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1789
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1791
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1792
* Minor values for item IDs in EAknsMajorPinboard major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1793
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1794
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1795
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1796
enum TAknsMinorPinboardValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1797
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1798
    // Pinboard frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1799
    EAknsMinorQsnFrPinb                 = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1800
    EAknsMinorQsnFrPinbCornerTl         = 0x1001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1801
    EAknsMinorQsnFrPinbCornerTr         = 0x1002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1802
    EAknsMinorQsnFrPinbCornerBl         = 0x1003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1803
    EAknsMinorQsnFrPinbCornerBr         = 0x1004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1804
    EAknsMinorQsnFrPinbSideT            = 0x1005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1805
    EAknsMinorQsnFrPinbSideB            = 0x1006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1806
    EAknsMinorQsnFrPinbSideL            = 0x1007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1807
    EAknsMinorQsnFrPinbSideR            = 0x1008,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1809
    // Pinboard wallpaper
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1810
    EAknsMinorQsnFrPinbCenterWp         = 0x1009,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1812
    // Icon group "pinb"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1813
    EAknsMinorQgnPropPinbLinkUnknownId  = 0x20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1814
    EAknsMinorQgnIndiFindTitle          = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1815
    EAknsMinorQgnPropPinbHelp           = 0x1101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1816
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1818
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1819
// EAknsMajorCbsuiApp item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1820
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1822
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1823
* Minor values for item IDs in EAknsMajorCbsuiApp major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1824
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1825
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1826
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1827
enum TAknsMinorCbsuiAppValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1828
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1829
    // List icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1830
    EAknsMinorQgnPropCbMsg              = 0x08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1831
    EAknsMinorQgnPropCbMsgUnread        = 0x0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1832
    EAknsMinorQgnPropCbSubs             = 0x0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1833
    EAknsMinorQgnPropCbSubsUnread       = 0x0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1834
    EAknsMinorQgnPropCbUnsubs           = 0x10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1835
    EAknsMinorQgnPropCbUnsubsUnread     = 0x12
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1836
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1838
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1839
// EAknsMajorSound item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1840
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1842
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1843
* Minor values for item IDs in EAknsMajorSound major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1844
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1845
* @since 2.6
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1846
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1847
enum TAknsMinorSoundValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1848
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1849
    EAknsMinorSoundRingingTone          = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1850
    EAknsMinorSoundMessageAlert         = 0x1001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1851
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1853
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1854
// EAknsMajorProperty item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1855
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1857
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1858
* Minor values for item IDs in EAknsMajorProperty major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1859
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1860
* @since 2.7
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1861
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1862
enum TAknsMinorPropertyValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1863
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1864
    EAknsMinorPropertyListSeparatorLines    = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1865
    EAknsMinorPropertyMessageHeaderLines    = 0x1020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1866
    EAknsMinorPropertyAnalogueClockDate     = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1867
    EAknsMinorPropertyMorphingTime          = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1868
    EAknsMinorPropertyNoteSlidingMode       = 0x3000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1869
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1871
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1872
// EAknsMajorGeneric item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1873
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1875
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1876
* Minor values for item IDs in EAknsMajorGeneric major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1877
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1878
* @since 2.6
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1879
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1880
enum TAknsMinorGenericValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1881
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1882
    EAknsMinorGenericQgnBtConnectOn = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1883
    EAknsMinorGenericQgnGrafBarFrame = 0x1001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1884
    EAknsMinorGenericQgnGrafBarFrameLong = 0x1002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1885
    EAknsMinorGenericQgnGrafBarFrameShort = 0x1003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1886
    EAknsMinorGenericQgnGrafBarFrameVorec = 0x1004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1887
    EAknsMinorGenericQgnGrafBarProgress = 0x1005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1888
    EAknsMinorGenericQgnGrafBarWait1 = 0x1006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1889
    EAknsMinorGenericQgnGrafBarWait2 = 0x1007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1890
    EAknsMinorGenericQgnGrafBarWait3 = 0x1008,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1891
    EAknsMinorGenericQgnGrafBarWait4 = 0x1009,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1892
    EAknsMinorGenericQgnGrafBarWait5 = 0x100a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1893
    EAknsMinorGenericQgnGrafBarWait6 = 0x100b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1894
    EAknsMinorGenericQgnGrafBarWait7 = 0x100c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1895
    EAknsMinorGenericQgnGrafBlidCompass = 0x100d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1896
    EAknsMinorGenericQgnGrafCalcDisplay = 0x100e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1897
    EAknsMinorGenericQgnGrafCalcPaper = 0x100f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1898
    EAknsMinorGenericQgnGrafCallFirstOneActiveEmergency = 0x1010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1899
    EAknsMinorGenericQgnGrafCallTwoActiveEmergency = 0x1011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1900
    EAknsMinorGenericQgnGrafCallVideoOutBg = 0x1012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1901
    EAknsMinorGenericQgnGrafMmsAudioInserted = 0x1013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1902
    EAknsMinorGenericQgnGrafMmsAudioPlay = 0x1014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1903
    EAknsMinorGenericQgnGrafMmsEdit = 0x1015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1904
    EAknsMinorGenericQgnGrafMmsInsertedVideo = 0x1016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1905
    EAknsMinorGenericQgnGrafMmsInsertedVideoEdit = 0x1017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1906
    EAknsMinorGenericQgnGrafMmsInsertedVideoView = 0x1018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1907
    EAknsMinorGenericQgnGrafMmsInsertImage = 0x1019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1908
    EAknsMinorGenericQgnGrafMmsInsertVideo = 0x101a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1909
    EAknsMinorGenericQgnGrafMmsObjectCorrupt = 0x101b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1910
    EAknsMinorGenericQgnGrafMmsPlay = 0x101c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1911
    EAknsMinorGenericQgnGrafMmsTransBar = 0x101d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1912
    EAknsMinorGenericQgnGrafMmsTransClock = 0x101e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1913
    EAknsMinorGenericQgnGrafMmsTransEye = 0x101f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1914
    EAknsMinorGenericQgnGrafMmsTransFade = 0x1020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1915
    EAknsMinorGenericQgnGrafMmsTransHeart = 0x1021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1916
    EAknsMinorGenericQgnGrafMmsTransIris = 0x1022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1917
    EAknsMinorGenericQgnGrafMmsTransNone = 0x1023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1918
    EAknsMinorGenericQgnGrafMmsTransPush = 0x1024,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1919
    EAknsMinorGenericQgnGrafMmsTransSlide = 0x1025,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1920
    EAknsMinorGenericQgnGrafMmsTransSnake = 0x1026,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1921
    EAknsMinorGenericQgnGrafMmsTransStar = 0x1027,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1922
    EAknsMinorGenericQgnGrafMmsUnedit = 0x1028,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1923
    EAknsMinorGenericQgnGrafMpSplash = 0x1029,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1924
    EAknsMinorGenericQgnGrafNoteCont = 0x102a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1925
    EAknsMinorGenericQgnGrafNoteStart = 0x102b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1926
    EAknsMinorGenericQgnGrafPhoneLocked = 0x102c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1927
    EAknsMinorGenericQgnGrafPopup = 0x102d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1928
    EAknsMinorGenericQgnGrafQuickEight = 0x102e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1929
    EAknsMinorGenericQgnGrafQuickFive = 0x102f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1930
    EAknsMinorGenericQgnGrafQuickFour = 0x1030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1931
    EAknsMinorGenericQgnGrafQuickNine = 0x1031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1932
    EAknsMinorGenericQgnGrafQuickOne = 0x1032,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1933
    EAknsMinorGenericQgnGrafQuickSeven = 0x1033,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1934
    EAknsMinorGenericQgnGrafQuickSix = 0x1034,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1935
    EAknsMinorGenericQgnGrafQuickThree = 0x1035,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1936
    EAknsMinorGenericQgnGrafQuickTwo = 0x1036,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1937
    EAknsMinorGenericQgnGrafStatusSmallProg = 0x1037,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1938
    EAknsMinorGenericQgnGrafWmlSplash = 0x1038,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1939
    EAknsMinorGenericQgnImstatEmpty = 0x1039,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1940
    EAknsMinorGenericQgnIndiAccuracyOff = 0x103a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1941
    EAknsMinorGenericQgnIndiAccuracyOn = 0x103b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1942
    EAknsMinorGenericQgnIndiAlarmAdd = 0x103c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1943
    EAknsMinorGenericQgnIndiAlsLine2Add = 0x103d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1944
    EAknsMinorGenericQgnIndiAmInstMmcAdd = 0x103e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1945
    EAknsMinorGenericQgnIndiAmNotInstAdd = 0x103f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1946
    EAknsMinorGenericQgnIndiAttachementAdd = 0x1040,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1947
    EAknsMinorGenericQgnIndiAttachAudio = 0x1041,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1948
    EAknsMinorGenericQgnIndiAttachGene = 0x1042,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1949
    EAknsMinorGenericQgnIndiAttachImage = 0x1043,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1950
    EAknsMinorGenericQgnIndiAttachUnsupportAdd = 0x1044,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1951
    EAknsMinorGenericQgnIndiBtAudioConnectedAdd = 0x1045,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1952
    EAknsMinorGenericQgnIndiBtAudioSelectedAdd = 0x1046,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1953
    EAknsMinorGenericQgnIndiBtPairedAdd = 0x1047,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1954
    EAknsMinorGenericQgnIndiBtTrustedAdd = 0x1048,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1955
    EAknsMinorGenericQgnIndiCalcButtonDivide = 0x1049,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1956
    EAknsMinorGenericQgnIndiCalcButtonDividePressed = 0x104a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1957
    EAknsMinorGenericQgnIndiCalcButtonDown = 0x104b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1958
    EAknsMinorGenericQgnIndiCalcButtonDownInactive = 0x104c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1959
    EAknsMinorGenericQgnIndiCalcButtonDownPressed = 0x104d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1960
    EAknsMinorGenericQgnIndiCalcButtonEquals = 0x104e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1961
    EAknsMinorGenericQgnIndiCalcButtonEqualsPressed = 0x104f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1962
    EAknsMinorGenericQgnIndiCalcButtonMinus = 0x1050,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1963
    EAknsMinorGenericQgnIndiCalcButtonMinusPressed = 0x1051,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1964
    EAknsMinorGenericQgnIndiCalcButtonMr = 0x1052,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1965
    EAknsMinorGenericQgnIndiCalcButtonMrPressed = 0x1053,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1966
    EAknsMinorGenericQgnIndiCalcButtonMs = 0x1054,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1967
    EAknsMinorGenericQgnIndiCalcButtonMsPressed = 0x1055,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1968
    EAknsMinorGenericQgnIndiCalcButtonMultiply = 0x1056,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1969
    EAknsMinorGenericQgnIndiCalcButtonMultiplyPressed = 0x1057,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1970
    EAknsMinorGenericQgnIndiCalcButtonPercent = 0x1058,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1971
    EAknsMinorGenericQgnIndiCalcButtonPercentInactive = 0x1059,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1972
    EAknsMinorGenericQgnIndiCalcButtonPercentPressed = 0x105a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1973
    EAknsMinorGenericQgnIndiCalcButtonPlus = 0x105b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1974
    EAknsMinorGenericQgnIndiCalcButtonPlusPressed = 0x105c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1975
    EAknsMinorGenericQgnIndiCalcButtonSign = 0x105d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1976
    EAknsMinorGenericQgnIndiCalcButtonSignInactive = 0x105e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1977
    EAknsMinorGenericQgnIndiCalcButtonSignPressed = 0x105f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1978
    EAknsMinorGenericQgnIndiCalcButtonSquareroot = 0x1060,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1979
    EAknsMinorGenericQgnIndiCalcButtonSquarerootInactive = 0x1061,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1980
    EAknsMinorGenericQgnIndiCalcButtonSquarerootPressed = 0x1062,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1981
    EAknsMinorGenericQgnIndiCalcButtonUp = 0x1063,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1982
    EAknsMinorGenericQgnIndiCalcButtonUpInactive = 0x1064,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1983
    EAknsMinorGenericQgnIndiCalcButtonUpPressed = 0x1065,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1984
    EAknsMinorGenericQgnIndiCallActiveEmergency = 0x1066,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1985
    EAknsMinorGenericQgnIndiCallCypheringOff = 0x1067,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1986
    EAknsMinorGenericQgnIndiCallData = 0x1068,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1987
    EAknsMinorGenericQgnIndiCallDataDiv = 0x1069,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1988
    EAknsMinorGenericQgnIndiCallDataHscsd = 0x106a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1989
    EAknsMinorGenericQgnIndiCallDataHscsdDiv = 0x106b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1990
    EAknsMinorGenericQgnIndiCallDataHscsdWaiting = 0x106c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1991
    EAknsMinorGenericQgnIndiCallDataWaiting = 0x106d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1992
    EAknsMinorGenericQgnIndiCallDiverted = 0x106e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1993
    EAknsMinorGenericQgnIndiCallFax = 0x106f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1994
    EAknsMinorGenericQgnIndiCallFaxDiv = 0x1070,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1995
    EAknsMinorGenericQgnIndiCallFaxWaiting = 0x1071,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1996
    EAknsMinorGenericQgnIndiCallLine2 = 0x1072,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1997
    EAknsMinorGenericQgnIndiCallVideo = 0x1073,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1998
    EAknsMinorGenericQgnIndiCallVideoAdd = 0x1074,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1999
    EAknsMinorGenericQgnIndiCallVideoCallsta = 0x1075,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2000
    EAknsMinorGenericQgnIndiCallWaitingCyphOff1 = 0x1076,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2001
    EAknsMinorGenericQgnIndiCamsExpo = 0x1077,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2002
    EAknsMinorGenericQgnIndiCamsFlashOff = 0x1078,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2003
    EAknsMinorGenericQgnIndiCamsFlashOn = 0x1079,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2004
    EAknsMinorGenericQgnIndiCamsMicOff = 0x107a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2005
    EAknsMinorGenericQgnIndiCamsMmc = 0x107b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2006
    EAknsMinorGenericQgnIndiCamsNight = 0x107c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2007
    EAknsMinorGenericQgnIndiCamsPaused = 0x107d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2008
    EAknsMinorGenericQgnIndiCamsRec = 0x107e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2009
    EAknsMinorGenericQgnIndiCamsTimer = 0x107f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2010
    EAknsMinorGenericQgnIndiCamsZoomBg = 0x1080,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2011
    EAknsMinorGenericQgnIndiCamsZoomElevator = 0x1081,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2012
    EAknsMinorGenericQgnIndiCamZoom2Video = 0x1082,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2013
    EAknsMinorGenericQgnIndiCbHotAdd = 0x1083,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2014
    EAknsMinorGenericQgnIndiCbKeptAdd = 0x1084,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2015
    EAknsMinorGenericQgnIndiCdrDummy = 0x1085,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2016
    EAknsMinorGenericQgnIndiCdrEventDummy = 0x1086,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2017
    EAknsMinorGenericQgnIndiCdrEventGrayed = 0x1087,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2018
    EAknsMinorGenericQgnIndiCdrEventMixed = 0x1088,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2019
    EAknsMinorGenericQgnIndiCdrEventPrivate = 0x1089,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2020
    EAknsMinorGenericQgnIndiCdrEventPrivateDimm = 0x108a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2021
    EAknsMinorGenericQgnIndiCdrEventPublic = 0x108b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2022
    EAknsMinorGenericQgnIndiCheckboxOff = 0x108c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2023
    EAknsMinorGenericQgnIndiCheckboxOn = 0x108d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2024
    EAknsMinorGenericQgnIndiChiFindNumeric = 0x108e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2025
    EAknsMinorGenericQgnIndiChiFindPinyin = 0x108f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2026
    EAknsMinorGenericQgnIndiChiFindSmall = 0x1090,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2027
    EAknsMinorGenericQgnIndiChiFindStrokeSimple = 0x1091,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2028
    EAknsMinorGenericQgnIndiChiFindStrokeSymbol = 0x1092,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2029
    EAknsMinorGenericQgnIndiChiFindStrokeTrad = 0x1093,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2030
    EAknsMinorGenericQgnIndiChiFindZhuyin = 0x1094,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2031
    EAknsMinorGenericQgnIndiChiFindZhuyinSymbol = 0x1095,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2032
    EAknsMinorGenericQgnIndiConnectionAlwaysAdd = 0x1096,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2033
    EAknsMinorGenericQgnIndiConnectionInactiveAdd = 0x1097,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2034
    EAknsMinorGenericQgnIndiConnectionOnAdd = 0x1098,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2035
    EAknsMinorGenericQgnIndiDrmRightsExpAdd = 0x1099,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2036
    EAknsMinorGenericQgnIndiDstAdd = 0x109a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2037
    EAknsMinorGenericQgnIndiDycAvailAdd = 0x109b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2038
    EAknsMinorGenericQgnIndiDycDiscreetAdd = 0x109c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2039
    EAknsMinorGenericQgnIndiDycDtMobileAdd = 0x109d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2040
    EAknsMinorGenericQgnIndiDycDtPcAdd = 0x109e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2041
    EAknsMinorGenericQgnIndiDycNotAvailAdd = 0x109f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2042
    EAknsMinorGenericQgnIndiDycNotPublishAdd = 0x10a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2043
    EAknsMinorGenericQgnIndiEarpiece = 0x10a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2044
    EAknsMinorGenericQgnIndiEarpieceActive = 0x10a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2045
    EAknsMinorGenericQgnIndiEarpieceMuted = 0x10a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2046
    EAknsMinorGenericQgnIndiEarpiecePassive = 0x10a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2047
    EAknsMinorGenericQgnIndiFepArrowDown = 0x10a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2048
    EAknsMinorGenericQgnIndiFepArrowLeft = 0x10a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2049
    EAknsMinorGenericQgnIndiFepArrowRight = 0x10a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2050
    EAknsMinorGenericQgnIndiFepArrowUp = 0x10a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2051
    EAknsMinorGenericQgnIndiFindGlassPinb = 0x10a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2052
    EAknsMinorGenericQgnIndiImFriendOffAdd = 0x10aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2053
    EAknsMinorGenericQgnIndiImFriendOnAdd = 0x10ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2054
    EAknsMinorGenericQgnIndiImImsgAdd = 0x10ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2055
    EAknsMinorGenericQgnIndiImWatchAdd = 0x10ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2056
    EAknsMinorGenericQgnIndiItemNotShown = 0x10ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2057
    EAknsMinorGenericQgnIndiLevelBack = 0x10af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2058
    EAknsMinorGenericQgnIndiMarkedAdd = 0x10b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2059
    EAknsMinorGenericQgnIndiMarkedGridAdd = 0x10b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2060
    EAknsMinorGenericQgnIndiMic = 0x10b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2061
    EAknsMinorGenericQgnIndiMissedCallOne = 0x10b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2062
    EAknsMinorGenericQgnIndiMissedCallTwo = 0x10b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2063
    EAknsMinorGenericQgnIndiMissedMessOne = 0x10b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2064
    EAknsMinorGenericQgnIndiMissedMessTwo = 0x10b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2065
    EAknsMinorGenericQgnIndiMmcAdd = 0x10b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2066
    EAknsMinorGenericQgnIndiMmcMarkedAdd = 0x10b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2067
    EAknsMinorGenericQgnIndiMmsArrowLeft = 0x10b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2068
    EAknsMinorGenericQgnIndiMmsArrowRight = 0x10ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2069
    EAknsMinorGenericQgnIndiMmsPause = 0x10bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2070
    EAknsMinorGenericQgnIndiMmsSpeakerActive = 0x10bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2071
    EAknsMinorGenericQgnIndiMmsTemplateImageCorrupt = 0x10bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2072
    EAknsMinorGenericQgnIndiMpButtonForw = 0x10be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2073
    EAknsMinorGenericQgnIndiMpButtonForwInact = 0x10bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2074
    EAknsMinorGenericQgnIndiMpButtonNext = 0x10c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2075
    EAknsMinorGenericQgnIndiMpButtonNextInact = 0x10c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2076
    EAknsMinorGenericQgnIndiMpButtonPause = 0x10c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2077
    EAknsMinorGenericQgnIndiMpButtonPauseInact = 0x10c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2078
    EAknsMinorGenericQgnIndiMpButtonPlay = 0x10c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2079
    EAknsMinorGenericQgnIndiMpButtonPlayInact = 0x10c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2080
    EAknsMinorGenericQgnIndiMpButtonPrev = 0x10c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2081
    EAknsMinorGenericQgnIndiMpButtonPrevInact = 0x10c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2082
    EAknsMinorGenericQgnIndiMpButtonRew = 0x10c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2083
    EAknsMinorGenericQgnIndiMpButtonRewInact = 0x10c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2084
    EAknsMinorGenericQgnIndiMpButtonStop = 0x10ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2085
    EAknsMinorGenericQgnIndiMpButtonStopInact = 0x10cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2086
    EAknsMinorGenericQgnIndiMpCorruptedFileAdd = 0x10cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2087
    EAknsMinorGenericQgnIndiMpPause = 0x10cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2088
    EAknsMinorGenericQgnIndiMpPlay = 0x10ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2089
    EAknsMinorGenericQgnIndiMpPlaylistArrowAdd = 0x10cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2090
    EAknsMinorGenericQgnIndiMpRandom = 0x10d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2091
    EAknsMinorGenericQgnIndiMpRandomRepeat = 0x10d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2092
    EAknsMinorGenericQgnIndiMpRepeat = 0x10d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2093
    EAknsMinorGenericQgnIndiMpStop = 0x10d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2094
    EAknsMinorGenericQgnIndiObjectGene = 0x10d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2095
    EAknsMinorGenericQgnIndiPaused = 0x10d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2096
    EAknsMinorGenericQgnIndiPinSpace = 0x10d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2097
    EAknsMinorGenericQgnIndiQdialAdd = 0x10d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2098
    EAknsMinorGenericQgnIndiRadiobuttOff = 0x10d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2099
    EAknsMinorGenericQgnIndiRadiobuttOn = 0x10d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2100
    EAknsMinorGenericQgnIndiRepeatAdd = 0x10da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2101
    EAknsMinorGenericQgnIndiSettProtectedAdd = 0x10db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2102
    EAknsMinorGenericQgnIndiSignalActiveCdma = 0x10dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2103
    EAknsMinorGenericQgnIndiSignalDormantCdma = 0x10dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2104
    EAknsMinorGenericQgnIndiSignalGprsAttach = 0x10de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2105
    EAknsMinorGenericQgnIndiSignalGprsContext = 0x10df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2106
    EAknsMinorGenericQgnIndiSignalGprsMultipdp = 0x10e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2107
    EAknsMinorGenericQgnIndiSignalGprsSuspended = 0x10e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2108
    EAknsMinorGenericQgnIndiSignalPdAttach = 0x10e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2109
    EAknsMinorGenericQgnIndiSignalPdContext = 0x10e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2110
    EAknsMinorGenericQgnIndiSignalPdMultipdp = 0x10e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2111
    EAknsMinorGenericQgnIndiSignalPdSuspended = 0x10e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2112
    EAknsMinorGenericQgnIndiSignalWcdmaAttach = 0x10e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2113
    EAknsMinorGenericQgnIndiSignalWcdmaContext = 0x10e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2114
    EAknsMinorGenericQgnIndiSignalWcdmaIcon = 0x10e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2115
    EAknsMinorGenericQgnIndiSignalWcdmaMultidp = 0x10e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2116
    EAknsMinorGenericQgnIndiSignalWcdmaMultipdp = 0x10ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2117
    EAknsMinorGenericQgnIndiSliderNavi = 0x10eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2118
    EAknsMinorGenericQgnIndiSpeaker = 0x10ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2119
    EAknsMinorGenericQgnIndiSpeakerActive = 0x10ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2120
    EAknsMinorGenericQgnIndiSpeakerMuted = 0x10ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2121
    EAknsMinorGenericQgnIndiSpeakerPassive = 0x10ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2122
    EAknsMinorGenericQgnIndiThaiFindSmall = 0x10f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2123
    EAknsMinorGenericQgnIndiTodoHighAdd = 0x10f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2124
    EAknsMinorGenericQgnIndiTodoLowAdd = 0x10f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2125
    EAknsMinorGenericQgnIndiVoiceAdd = 0x10f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2126
    EAknsMinorGenericQgnIndiVorecButtonForw = 0x10f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2127
    EAknsMinorGenericQgnIndiVorecButtonForwInactive = 0x10f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2128
    EAknsMinorGenericQgnIndiVorecButtonForwPressed = 0x10f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2129
    EAknsMinorGenericQgnIndiVorecButtonPause = 0x10f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2130
    EAknsMinorGenericQgnIndiVorecButtonPauseInactive = 0x10f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2131
    EAknsMinorGenericQgnIndiVorecButtonPausePressed = 0x10f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2132
    EAknsMinorGenericQgnIndiVorecButtonPlay = 0x10fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2133
    EAknsMinorGenericQgnIndiVorecButtonPlayInactive = 0x10fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2134
    EAknsMinorGenericQgnIndiVorecButtonPlayPressed = 0x10fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2135
    EAknsMinorGenericQgnIndiVorecButtonRec = 0x10fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2136
    EAknsMinorGenericQgnIndiVorecButtonRecInactive = 0x10fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2137
    EAknsMinorGenericQgnIndiVorecButtonRecPressed = 0x10ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2138
    EAknsMinorGenericQgnIndiVorecButtonRew = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2139
    EAknsMinorGenericQgnIndiVorecButtonRewInactive = 0x1101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2140
    EAknsMinorGenericQgnIndiVorecButtonRewPressed = 0x1102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2141
    EAknsMinorGenericQgnIndiVorecButtonStop = 0x1103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2142
    EAknsMinorGenericQgnIndiVorecButtonStopInactive = 0x1104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2143
    EAknsMinorGenericQgnIndiVorecButtonStopPressed = 0x1105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2144
    EAknsMinorGenericQgnIndiWmlCsdAdd = 0x1106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2145
    EAknsMinorGenericQgnIndiWmlGprsAdd = 0x1107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2146
    EAknsMinorGenericQgnIndiWmlHscsdAdd = 0x1108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2147
    EAknsMinorGenericQgnIndiWmlObject = 0x1109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2148
    EAknsMinorGenericQgnIndiXhtmlMmc = 0x110a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2149
    EAknsMinorGenericQgnIndiZoomDir = 0x110b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2150
    EAknsMinorGenericQgnLogoEmpty = 0x110c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2151
    EAknsMinorGenericQgnNoteAlarmAlert = 0x110d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2152
    EAknsMinorGenericQgnNoteAlarmCalendar = 0x110e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2153
    EAknsMinorGenericQgnNoteAlarmMisc = 0x110f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2154
    EAknsMinorGenericQgnNoteBt = 0x1110,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2155
    EAknsMinorGenericQgnNoteBtPopup = 0x1111,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2156
    EAknsMinorGenericQgnNoteCall = 0x1112,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2157
    EAknsMinorGenericQgnNoteCopy = 0x1113,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2158
    EAknsMinorGenericQgnNoteCsd = 0x1114,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2159
    EAknsMinorGenericQgnNoteDycStatusChanged = 0x1115,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2160
    EAknsMinorGenericQgnNoteEmpty = 0x1116,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2161
    EAknsMinorGenericQgnNoteGprs = 0x1117,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2162
    EAknsMinorGenericQgnNoteImMessage = 0x1118,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2163
    EAknsMinorGenericQgnNoteMail = 0x1119,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2164
    EAknsMinorGenericQgnNoteMemory = 0x111a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2165
    EAknsMinorGenericQgnNoteMessage = 0x111b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2166
    EAknsMinorGenericQgnNoteMms = 0x111c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2167
    EAknsMinorGenericQgnNoteMove = 0x111d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2168
    EAknsMinorGenericQgnNoteRemoteMailbox = 0x111e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2169
    EAknsMinorGenericQgnNoteSim = 0x111f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2170
    EAknsMinorGenericQgnNoteSml = 0x1120,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2171
    EAknsMinorGenericQgnNoteSmlServer = 0x1121,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2172
    EAknsMinorGenericQgnNoteUrgentMessage = 0x1122,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2173
    EAknsMinorGenericQgnNoteVoice = 0x1123,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2174
    EAknsMinorGenericQgnNoteVoiceFound = 0x1124,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2175
    EAknsMinorGenericQgnNoteWarr = 0x1125,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2176
    EAknsMinorGenericQgnNoteWml = 0x1126,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2177
    EAknsMinorGenericQgnPropAlbumMusic = 0x1127,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2178
    EAknsMinorGenericQgnPropAlbumPhoto = 0x1128,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2179
    EAknsMinorGenericQgnPropAlbumVideo = 0x1129,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2180
    EAknsMinorGenericQgnPropAmsGetNewSub = 0x112a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2181
    EAknsMinorGenericQgnPropAmMidlet = 0x112b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2182
    EAknsMinorGenericQgnPropAmSis = 0x112c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2183
    EAknsMinorGenericQgnPropBatteryIcon = 0x112d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2184
    EAknsMinorGenericQgnPropBlidCompassSub = 0x112e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2185
    EAknsMinorGenericQgnPropBlidCompassTab3 = 0x112f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2186
    EAknsMinorGenericQgnPropBlidLocationSub = 0x1130,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2187
    EAknsMinorGenericQgnPropBlidLocationTab3 = 0x1131,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2188
    EAknsMinorGenericQgnPropBlidNavigationSub = 0x1132,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2189
    EAknsMinorGenericQgnPropBlidNavigationTab3 = 0x1133,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2190
    EAknsMinorGenericQgnPropBrowserSelectfile = 0x1134,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2191
    EAknsMinorGenericQgnPropBtCarkit = 0x1135,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2192
    EAknsMinorGenericQgnPropBtComputer = 0x1136,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2193
    EAknsMinorGenericQgnPropBtDeviceTab2 = 0x1137,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2194
    EAknsMinorGenericQgnPropBtHeadset = 0x1138,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2195
    EAknsMinorGenericQgnPropBtMisc = 0x1139,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2196
    EAknsMinorGenericQgnPropBtPhone = 0x113a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2197
    EAknsMinorGenericQgnPropBtSetTab2 = 0x113b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2198
    EAknsMinorGenericQgnPropCamsBright = 0x113c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2199
    EAknsMinorGenericQgnPropCamsBurst = 0x113d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2200
    EAknsMinorGenericQgnPropCamsContrast = 0x113e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2201
    EAknsMinorGenericQgnPropCamsSetImageTab2 = 0x113f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2202
    EAknsMinorGenericQgnPropCamsSetVideoTab2 = 0x1140,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2203
    EAknsMinorGenericQgnPropCheckboxOffSel = 0x1141,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2204
    EAknsMinorGenericQgnPropClkAlarmTab2 = 0x1142,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2205
    EAknsMinorGenericQgnPropClkDualTab2 = 0x1143,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2206
    EAknsMinorGenericQgnPropCmonGprsSuspended = 0x1144,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2207
    EAknsMinorGenericQgnPropDrmExpForbid = 0x1145,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2208
    EAknsMinorGenericQgnPropDrmRightsExpForbidLarge = 0x1146, // This is a deprecated alias for QgnPropDrmExpForbidLarge
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2209
    EAknsMinorGenericQgnPropDrmExpForbidLarge = 0x1146, // Intentionally duplicate minor value
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2210
    EAknsMinorGenericQgnPropDrmRightsExp = 0x1147,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2211
    EAknsMinorGenericQgnPropDrmRightsExpLarge = 0x1148, // This is a deprecated alias for QgnPropDrmExpLarge
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2212
    EAknsMinorGenericQgnPropDrmExpLarge = 0x1148, // Intentionally duplicate minor value
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2213
    EAknsMinorGenericQgnPropDrmRightsHold = 0x1149,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2214
    EAknsMinorGenericQgnPropDrmRightsMultiple = 0x114a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2215
    EAknsMinorGenericQgnPropDrmRightsValid = 0x114b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2216
    EAknsMinorGenericQgnPropDrmSendForbid = 0x114c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2217
    EAknsMinorGenericQgnPropDscontentTab2 = 0x114d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2218
    EAknsMinorGenericQgnPropDsprofileTab2 = 0x114e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2219
    EAknsMinorGenericQgnPropDycActWatch = 0x114f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2220
    EAknsMinorGenericQgnPropDycAvail = 0x1150,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2221
    EAknsMinorGenericQgnPropDycBlockedTab3 = 0x1151,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2222
    EAknsMinorGenericQgnPropDycDiscreet = 0x1152,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2223
    EAknsMinorGenericQgnPropDycNotAvail = 0x1153,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2224
    EAknsMinorGenericQgnPropDycNotPublish = 0x1154,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2225
    EAknsMinorGenericQgnPropDycPrivateTab3 = 0x1155,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2226
    EAknsMinorGenericQgnPropDycPublicTab3 = 0x1156,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2227
    EAknsMinorGenericQgnPropDycStatusTab1 = 0x1157,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2228
    EAknsMinorGenericQgnPropEmpty = 0x1158,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2229
    EAknsMinorGenericQgnPropFileAllSub = 0x1159,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2230
    EAknsMinorGenericQgnPropFileAllTab4 = 0x115a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2231
    EAknsMinorGenericQgnPropFileDownload = 0x115b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2232
    EAknsMinorGenericQgnPropFileImagesSub = 0x115c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2233
    EAknsMinorGenericQgnPropFileImagesTab4 = 0x115d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2234
    EAknsMinorGenericQgnPropFileLinksSub = 0x115e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2235
    EAknsMinorGenericQgnPropFileLinksTab4 = 0x115f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2236
    EAknsMinorGenericQgnPropFileMusicSub = 0x1160,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2237
    EAknsMinorGenericQgnPropFileMusicTab4 = 0x1161,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2238
    EAknsMinorGenericQgnPropFileSounds = 0x1162,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2239
    EAknsMinorGenericQgnPropFileSoundsSub = 0x1163,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2240
    EAknsMinorGenericQgnPropFileSoundsTab4 = 0x1164,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2241
    EAknsMinorGenericQgnPropFileVideoSub = 0x1165,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2242
    EAknsMinorGenericQgnPropFileVideoTab4 = 0x1166,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2243
    EAknsMinorGenericQgnPropFmgrDycLogos = 0x1167,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2244
    EAknsMinorGenericQgnPropFmgrFileApps = 0x1168,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2245
    EAknsMinorGenericQgnPropFmgrFileCompo = 0x1169,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2246
    EAknsMinorGenericQgnPropFmgrFileGms = 0x116a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2247
    EAknsMinorGenericQgnPropFmgrFileImage = 0x116b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2248
    EAknsMinorGenericQgnPropFmgrFileLink = 0x116c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2249
    EAknsMinorGenericQgnPropFmgrFilePlaylist = 0x116d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2250
    EAknsMinorGenericQgnPropFmgrFileSound = 0x116e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2251
    EAknsMinorGenericQgnPropFmgrFileVideo = 0x116f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2252
    EAknsMinorGenericQgnPropFmgrFileVoicerec = 0x1170,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2253
    EAknsMinorGenericQgnPropFolder = 0x1171,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2254
    EAknsMinorGenericQgnPropFolderSmsTab1 = 0x1172,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2255
    EAknsMinorGenericQgnPropGroupOpenTab1 = 0x1173,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2256
    EAknsMinorGenericQgnPropGroupTab2 = 0x1174,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2257
    EAknsMinorGenericQgnPropGroupTab3 = 0x1175,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2258
    EAknsMinorGenericQgnPropImageOpenTab1 = 0x1176,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2259
    EAknsMinorGenericQgnPropImFriendOff = 0x1177,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2260
    EAknsMinorGenericQgnPropImFriendOn = 0x1178,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2261
    EAknsMinorGenericQgnPropImFriendTab4 = 0x1179,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2262
    EAknsMinorGenericQgnPropImIboxNew = 0x117a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2263
    EAknsMinorGenericQgnPropImIboxTab4 = 0x117b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2264
    EAknsMinorGenericQgnPropImImsg = 0x117c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2265
    EAknsMinorGenericQgnPropImJoinedNotSaved = 0x117d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2266
    EAknsMinorGenericQgnPropImListTab4 = 0x117e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2267
    EAknsMinorGenericQgnPropImMany = 0x117f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2268
    EAknsMinorGenericQgnPropImNewInvit = 0x1180,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2269
    EAknsMinorGenericQgnPropImNonuserCreatedSavedActive = 0x1181,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2270
    EAknsMinorGenericQgnPropImNonuserCreatedSavedInactive = 0x1182,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2271
    EAknsMinorGenericQgnPropImSaved = 0x1183,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2272
    EAknsMinorGenericQgnPropImSavedChat = 0x1184,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2273
    EAknsMinorGenericQgnPropImSavedChatTab4 = 0x1185,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2274
    EAknsMinorGenericQgnPropImSavedConv = 0x1186,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2275
    EAknsMinorGenericQgnPropImSmileysAngry = 0x1187,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2276
    EAknsMinorGenericQgnPropImSmileysBored = 0x1188,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2277
    EAknsMinorGenericQgnPropImSmileysCrying = 0x1189,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2278
    EAknsMinorGenericQgnPropImSmileysGlasses = 0x118a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2279
    EAknsMinorGenericQgnPropImSmileysHappy = 0x118b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2280
    EAknsMinorGenericQgnPropImSmileysIndif = 0x118c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2281
    EAknsMinorGenericQgnPropImSmileysKiss = 0x118d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2282
    EAknsMinorGenericQgnPropImSmileysLaugh = 0x118e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2283
    EAknsMinorGenericQgnPropImSmileysRobot = 0x118f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2284
    EAknsMinorGenericQgnPropImSmileysSad = 0x1190,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2285
    EAknsMinorGenericQgnPropImSmileysShock = 0x1191,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2286
    EAknsMinorGenericQgnPropImSmileysSkeptical = 0x1192,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2287
    EAknsMinorGenericQgnPropImSmileysSleepy = 0x1193,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2288
    EAknsMinorGenericQgnPropImSmileysSunglasses = 0x1194,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2289
    EAknsMinorGenericQgnPropImSmileysSurprise = 0x1195,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2290
    EAknsMinorGenericQgnPropImSmileysTired = 0x1196,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2291
    EAknsMinorGenericQgnPropImSmileysVeryhappy = 0x1197,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2292
    EAknsMinorGenericQgnPropImSmileysVerysad = 0x1198,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2293
    EAknsMinorGenericQgnPropImSmileysWickedsmile = 0x1199,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2294
    EAknsMinorGenericQgnPropImSmileysWink = 0x119a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2295
    EAknsMinorGenericQgnPropImToMany = 0x119b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2296
    EAknsMinorGenericQgnPropImUserBlocked = 0x119c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2297
    EAknsMinorGenericQgnPropImUserCreatedActive = 0x119d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2298
    EAknsMinorGenericQgnPropImUserCreatedInactive = 0x119e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2299
    EAknsMinorGenericQgnPropKeywordFindTab1 = 0x119f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2300
    EAknsMinorGenericQgnPropListAlphaTab2 = 0x11a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2301
    EAknsMinorGenericQgnPropListTab3 = 0x11a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2302
    EAknsMinorGenericQgnPropLocAccepted = 0x11a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2303
    EAknsMinorGenericQgnPropLocExpired = 0x11a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2304
    EAknsMinorGenericQgnPropLocPolicyAccept = 0x11a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2305
    EAknsMinorGenericQgnPropLocPolicyAsk = 0x11a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2306
    EAknsMinorGenericQgnPropLocPolicyReject = 0x11a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2307
    EAknsMinorGenericQgnPropLocPrivacySub = 0x11a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2308
    EAknsMinorGenericQgnPropLocPrivacyTab3 = 0x11a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2309
    EAknsMinorGenericQgnPropLocRejected = 0x11a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2310
    EAknsMinorGenericQgnPropLocRequestsTab2 = 0x11aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2311
    EAknsMinorGenericQgnPropLocRequestsTab3 = 0x11ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2312
    EAknsMinorGenericQgnPropLocSetTab2 = 0x11ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2313
    EAknsMinorGenericQgnPropLocSetTab3 = 0x11ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2314
    EAknsMinorGenericQgnPropLogCallsInTab3 = 0x11ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2315
    EAknsMinorGenericQgnPropLogCallsMissedTab3 = 0x11af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2316
    EAknsMinorGenericQgnPropLogCallsOutTab3 = 0x11b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2317
    EAknsMinorGenericQgnPropLogCallsTab4 = 0x11b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2318
    EAknsMinorGenericQgnPropLogCallAll = 0x11b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2319
    EAknsMinorGenericQgnPropLogCallLast = 0x11b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2320
    EAknsMinorGenericQgnPropLogCostsSub = 0x11b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2321
    EAknsMinorGenericQgnPropLogCostsTab4 = 0x11b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2322
    EAknsMinorGenericQgnPropLogCountersTab2 = 0x11b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2323
    EAknsMinorGenericQgnPropLogGprsTab4 = 0x11b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2324
    EAknsMinorGenericQgnPropLogIn = 0x11b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2325
    EAknsMinorGenericQgnPropLogMissed = 0x11b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2326
    EAknsMinorGenericQgnPropLogOut = 0x11ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2327
    EAknsMinorGenericQgnPropLogTimersTab4 = 0x11bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2328
    EAknsMinorGenericQgnPropLogTimerCallActive = 0x11bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2329
    EAknsMinorGenericQgnPropMailText = 0x11bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2330
    EAknsMinorGenericQgnPropMailUnsupported = 0x11be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2331
    EAknsMinorGenericQgnPropMceBtRead = 0x11bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2332
    EAknsMinorGenericQgnPropMceDraftsTab4 = 0x11c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2333
    EAknsMinorGenericQgnPropMceDrTab4 = 0x11c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2334
    EAknsMinorGenericQgnPropMceInboxSmall = 0x11c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2335
    EAknsMinorGenericQgnPropMceInboxTab4 = 0x11c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2336
    EAknsMinorGenericQgnPropMceIrRead = 0x11c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2337
    EAknsMinorGenericQgnPropMceIrUnread = 0x11c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2338
    EAknsMinorGenericQgnPropMceMailFetRead = 0x11c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2339
    EAknsMinorGenericQgnPropMceMailFetReaDel = 0x11c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2340
    EAknsMinorGenericQgnPropMceMailFetUnread = 0x11c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2341
    EAknsMinorGenericQgnPropMceMailUnfetRead = 0x11c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2342
    EAknsMinorGenericQgnPropMceMailUnfetUnread = 0x11ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2343
    EAknsMinorGenericQgnPropMceMmsInfo = 0x11cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2344
    EAknsMinorGenericQgnPropMceMmsRead = 0x11cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2345
    EAknsMinorGenericQgnPropMceMmsUnread = 0x11cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2346
    EAknsMinorGenericQgnPropMceNotifRead = 0x11ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2347
    EAknsMinorGenericQgnPropMceNotifUnread = 0x11cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2348
    EAknsMinorGenericQgnPropMceOutboxTab4 = 0x11d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2349
    EAknsMinorGenericQgnPropMcePushRead = 0x11d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2350
    EAknsMinorGenericQgnPropMcePushUnread = 0x11d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2351
    EAknsMinorGenericQgnPropMceRemoteOnTab4 = 0x11d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2352
    EAknsMinorGenericQgnPropMceRemoteTab4 = 0x11d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2353
    EAknsMinorGenericQgnPropMceSentTab4 = 0x11d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2354
    EAknsMinorGenericQgnPropMceSmartRead = 0x11d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2355
    EAknsMinorGenericQgnPropMceSmartUnread = 0x11d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2356
    EAknsMinorGenericQgnPropMceSmsInfo = 0x11d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2357
    EAknsMinorGenericQgnPropMceSmsRead = 0x11d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2358
    EAknsMinorGenericQgnPropMceSmsReadUrgent = 0x11da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2359
    EAknsMinorGenericQgnPropMceSmsUnread = 0x11db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2360
    EAknsMinorGenericQgnPropMceSmsUnreadUrgent = 0x11dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2361
    EAknsMinorGenericQgnPropMceTemplate = 0x11dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2362
    EAknsMinorGenericQgnPropMemcMmcTab = 0x11de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2363
    EAknsMinorGenericQgnPropMemcMmcTab2 = 0x11df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2364
    EAknsMinorGenericQgnPropMemcPhoneTab = 0x11e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2365
    EAknsMinorGenericQgnPropMemcPhoneTab2 = 0x11e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2366
    EAknsMinorGenericQgnPropMmsEmptyPageSub = 0x11e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2367
    EAknsMinorGenericQgnPropMmsTemplateImageSmSub = 0x11e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2368
    EAknsMinorGenericQgnPropMmsTemplateImageSub = 0x11e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2369
    EAknsMinorGenericQgnPropMmsTemplateTitleSub = 0x11e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2370
    EAknsMinorGenericQgnPropMmsTemplateVideoSub = 0x11e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2371
    EAknsMinorGenericQgnPropNetwork2g = 0x11e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2372
    EAknsMinorGenericQgnPropNetwork3g = 0x11e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2373
    EAknsMinorGenericQgnPropNrtypHome = 0x11e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2374
    EAknsMinorGenericQgnPropNrtypHomeDiv = 0x11ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2375
    EAknsMinorGenericQgnPropNrtypMobileDiv = 0x11eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2376
    EAknsMinorGenericQgnPropNrtypPhoneCnap = 0x11ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2377
    EAknsMinorGenericQgnPropNrtypPhoneDiv = 0x11ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2378
    EAknsMinorGenericQgnPropNrtypSdn = 0x11ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2379
    EAknsMinorGenericQgnPropNrtypVideo = 0x11ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2380
    EAknsMinorGenericQgnPropNrtypWork = 0x11f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2381
    EAknsMinorGenericQgnPropNrtypWorkDiv = 0x11f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2382
    EAknsMinorGenericQgnPropNrtypWvid = 0x11f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2383
    EAknsMinorGenericQgnPropNtypVideo = 0x11f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2384
    EAknsMinorGenericQgnPropOtaTone = 0x11f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2385
    EAknsMinorGenericQgnPropPbContactsTab3 = 0x11f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2386
    EAknsMinorGenericQgnPropPbPersonalTab4 = 0x11f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2387
    EAknsMinorGenericQgnPropPbPhotoTab3 = 0x11f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2388
    EAknsMinorGenericQgnPropPbSubsTab3 = 0x11f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2389
    EAknsMinorGenericQgnPropPinbAnchorId = 0x11f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2390
    EAknsMinorGenericQgnPropPinbBagId = 0x11fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2391
    EAknsMinorGenericQgnPropPinbBeerId = 0x11fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2392
    EAknsMinorGenericQgnPropPinbBookId = 0x11fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2393
    EAknsMinorGenericQgnPropPinbCrownId = 0x11fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2394
    EAknsMinorGenericQgnPropPinbCupId = 0x11fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2395
    EAknsMinorGenericQgnPropPinbDocument = 0x11ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2396
    EAknsMinorGenericQgnPropPinbDuckId = 0x1200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2397
    EAknsMinorGenericQgnPropPinbEightId = 0x1201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2398
    EAknsMinorGenericQgnPropPinbExclamtionId = 0x1202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2399
    EAknsMinorGenericQgnPropPinbFiveId = 0x1203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2400
    EAknsMinorGenericQgnPropPinbFourId = 0x1204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2401
    EAknsMinorGenericQgnPropPinbHeartId = 0x1205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2402
    EAknsMinorGenericQgnPropPinbInbox = 0x1206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2403
    EAknsMinorGenericQgnPropPinbLinkBmId = 0x1207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2404
    EAknsMinorGenericQgnPropPinbLinkImageId = 0x1208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2405
    EAknsMinorGenericQgnPropPinbLinkMessageId = 0x1209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2406
    EAknsMinorGenericQgnPropPinbLinkNoteId = 0x120a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2407
    EAknsMinorGenericQgnPropPinbLinkPageId = 0x120b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2408
    EAknsMinorGenericQgnPropPinbLinkToneId = 0x120c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2409
    EAknsMinorGenericQgnPropPinbLinkVideoId = 0x120d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2410
    EAknsMinorGenericQgnPropPinbLinkVorecId = 0x120e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2411
    EAknsMinorGenericQgnPropPinbLockId = 0x120f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2412
    EAknsMinorGenericQgnPropPinbLorryId = 0x1210,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2413
    EAknsMinorGenericQgnPropPinbMoneyId = 0x1211,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2414
    EAknsMinorGenericQgnPropPinbMovieId = 0x1212,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2415
    EAknsMinorGenericQgnPropPinbNineId = 0x1213,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2416
    EAknsMinorGenericQgnPropPinbNotepad = 0x1214,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2417
    EAknsMinorGenericQgnPropPinbOneId = 0x1215,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2418
    EAknsMinorGenericQgnPropPinbPhoneId = 0x1216,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2419
    EAknsMinorGenericQgnPropPinbSevenId = 0x1217,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2420
    EAknsMinorGenericQgnPropPinbSixId = 0x1218,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2421
    EAknsMinorGenericQgnPropPinbSmiley1Id = 0x1219,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2422
    EAknsMinorGenericQgnPropPinbSmiley2Id = 0x121a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2423
    EAknsMinorGenericQgnPropPinbSoccerId = 0x121b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2424
    EAknsMinorGenericQgnPropPinbStarId = 0x121c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2425
    EAknsMinorGenericQgnPropPinbSuitcaseId = 0x121d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2426
    EAknsMinorGenericQgnPropPinbTeddyId = 0x121e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2427
    EAknsMinorGenericQgnPropPinbThreeId = 0x121f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2428
    EAknsMinorGenericQgnPropPinbToday = 0x1220,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2429
    EAknsMinorGenericQgnPropPinbTwoId = 0x1221,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2430
    EAknsMinorGenericQgnPropPinbWml = 0x1222,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2431
    EAknsMinorGenericQgnPropPinbZeroId = 0x1223,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2432
    EAknsMinorGenericQgnPropPslnActive = 0x1224,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2433
    EAknsMinorGenericQgnPropPushDefault = 0x1225,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2434
    EAknsMinorGenericQgnPropSetAccessoryTab4 = 0x1226,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2435
    EAknsMinorGenericQgnPropSetBarrTab4 = 0x1227,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2436
    EAknsMinorGenericQgnPropSetCallTab4 = 0x1228,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2437
    EAknsMinorGenericQgnPropSetConnecTab4 = 0x1229,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2438
    EAknsMinorGenericQgnPropSetDatimTab4 = 0x122a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2439
    EAknsMinorGenericQgnPropSetDeviceTab4 = 0x122b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2440
    EAknsMinorGenericQgnPropSetDivTab4 = 0x122c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2441
    EAknsMinorGenericQgnPropSetMpAudioTab3 = 0x122d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2442
    EAknsMinorGenericQgnPropSetMpStreamTab3 = 0x122e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2443
    EAknsMinorGenericQgnPropSetMpVideoTab3 = 0x122f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2444
    EAknsMinorGenericQgnPropSetNetworkTab4 = 0x1230,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2445
    EAknsMinorGenericQgnPropSetSecTab4 = 0x1231,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2446
    EAknsMinorGenericQgnPropSetTonesSub = 0x1232,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2447
    EAknsMinorGenericQgnPropSetTonesTab4 = 0x1233,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2448
    EAknsMinorGenericQgnPropSignalIcon = 0x1234,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2449
    EAknsMinorGenericQgnPropSmlBtOff = 0x1235,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2450
    EAknsMinorGenericQgnPropSmlHttp = 0x1236,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2451
    EAknsMinorGenericQgnPropSmlHttpOff = 0x1237,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2452
    EAknsMinorGenericQgnPropSmlIr = 0x1238,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2453
    EAknsMinorGenericQgnPropSmlIrOff = 0x1239,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2454
    EAknsMinorGenericQgnPropSmlRemoteNewSub = 0x123a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2455
    EAknsMinorGenericQgnPropSmlRemoteSub = 0x123b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2456
    EAknsMinorGenericQgnPropSmlUsb = 0x123c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2457
    EAknsMinorGenericQgnPropSmlUsbOff = 0x123d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2458
    EAknsMinorGenericQgnPropSmsDeliveredCdma = 0x123e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2459
    EAknsMinorGenericQgnPropSmsDeliveredUrgentCdma = 0x123f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2460
    EAknsMinorGenericQgnPropSmsFailedCdma = 0x1240,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2461
    EAknsMinorGenericQgnPropSmsFailedUrgentCdma = 0x1241,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2462
    EAknsMinorGenericQgnPropSmsPendingCdma = 0x1242,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2463
    EAknsMinorGenericQgnPropSmsPendingUrgentCdma = 0x1243,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2464
    EAknsMinorGenericQgnPropSmsSentCdma = 0x1244,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2465
    EAknsMinorGenericQgnPropSmsSentUrgentCdma = 0x1245,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2466
    EAknsMinorGenericQgnPropSmsWaitingCdma = 0x1246,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2467
    EAknsMinorGenericQgnPropSmsWaitingUrgentCdma = 0x1247,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2468
    EAknsMinorGenericQgnPropTodoDone = 0x1248,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2469
    EAknsMinorGenericQgnPropTodoUndone = 0x1249,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2470
    EAknsMinorGenericQgnPropVoice = 0x124a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2471
    EAknsMinorGenericQgnPropVpnLogError = 0x124b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2472
    EAknsMinorGenericQgnPropVpnLogInfo = 0x124c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2473
    EAknsMinorGenericQgnPropVpnLogWarn = 0x124d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2474
    EAknsMinorGenericQgnPropWalletCards = 0x124e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2475
    EAknsMinorGenericQgnPropWalletCardsLib = 0x124f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2476
    EAknsMinorGenericQgnPropWalletCardsLibDef = 0x1250,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2477
    EAknsMinorGenericQgnPropWalletCardsLibOta = 0x1251,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2478
    EAknsMinorGenericQgnPropWalletCardsOta = 0x1252,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2479
    EAknsMinorGenericQgnPropWalletPnotes = 0x1253,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2480
    EAknsMinorGenericQgnPropWalletService = 0x1254,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2481
    EAknsMinorGenericQgnPropWalletTickets = 0x1255,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2482
    EAknsMinorGenericQgnPropWmlBm = 0x1256,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2483
    EAknsMinorGenericQgnPropWmlBmAdap = 0x1257,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2484
    EAknsMinorGenericQgnPropWmlBmLast = 0x1258,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2485
    EAknsMinorGenericQgnPropWmlBmTab2 = 0x1259,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2486
    EAknsMinorGenericQgnPropWmlCheckboxOff = 0x125a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2487
    EAknsMinorGenericQgnPropWmlCheckboxOffSel = 0x125b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2488
    EAknsMinorGenericQgnPropWmlCheckboxOn = 0x125c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2489
    EAknsMinorGenericQgnPropWmlCheckboxOnSel = 0x125d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2490
    EAknsMinorGenericQgnPropWmlCircle = 0x125e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2491
    EAknsMinorGenericQgnPropWmlCsd = 0x125f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2492
    EAknsMinorGenericQgnPropWmlDisc = 0x1260,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2493
    EAknsMinorGenericQgnPropWmlGprs = 0x1261,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2494
    EAknsMinorGenericQgnPropWmlHome = 0x1262,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2495
    EAknsMinorGenericQgnPropWmlHscsd = 0x1263,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2496
    EAknsMinorGenericQgnPropWmlImageMap = 0x1264,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2497
    EAknsMinorGenericQgnPropWmlImageNotShown = 0x1265,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2498
    EAknsMinorGenericQgnPropWmlObject = 0x1266,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2499
    EAknsMinorGenericQgnPropWmlPage = 0x1267,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2500
    EAknsMinorGenericQgnPropWmlPagesTab2 = 0x1268,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2501
    EAknsMinorGenericQgnPropWmlRadiobuttOff = 0x1269,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2502
    EAknsMinorGenericQgnPropWmlRadiobuttOffSel = 0x126a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2503
    EAknsMinorGenericQgnPropWmlRadiobuttOn = 0x126b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2504
    EAknsMinorGenericQgnPropWmlRadiobuttOnSel = 0x126c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2505
    EAknsMinorGenericQgnPropWmlSelectarrow = 0x126d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2506
    EAknsMinorGenericQgnPropWmlSelectfile = 0x126e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2507
    EAknsMinorGenericQgnPropWmlSms = 0x126f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2508
    EAknsMinorGenericQgnPropWmlSquare = 0x1270,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2509
    EAknsMinorGenericQgnStatAlarm = 0x1271,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2510
    EAknsMinorGenericQgnStatBt = 0x1272,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2511
    EAknsMinorGenericQgnStatBtBlank = 0x1273,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2512
    EAknsMinorGenericQgnStatBtUni = 0x1274,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2513
    EAknsMinorGenericQgnStatBtUniBlank = 0x1275,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2514
    EAknsMinorGenericQgnStatCaseArabic = 0x1276,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2515
    EAknsMinorGenericQgnStatCaseArabicNumeric = 0x1277,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2516
    EAknsMinorGenericQgnStatCaseArabicNumericQuery = 0x1278,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2517
    EAknsMinorGenericQgnStatCaseArabicQuery = 0x1279,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2518
    EAknsMinorGenericQgnStatCaseCapital = 0x127a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2519
    EAknsMinorGenericQgnStatCaseCapitalFull = 0x127b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2520
    EAknsMinorGenericQgnStatCaseCapitalQuery = 0x127c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2521
    EAknsMinorGenericQgnStatCaseHebrew = 0x127d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2522
    EAknsMinorGenericQgnStatCaseHebrewQuery = 0x127e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2523
    EAknsMinorGenericQgnStatCaseNumeric = 0x127f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2524
    EAknsMinorGenericQgnStatCaseNumericFull = 0x1280,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2525
    EAknsMinorGenericQgnStatCaseNumericQuery = 0x1281,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2526
    EAknsMinorGenericQgnStatCaseSmall = 0x1282,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2527
    EAknsMinorGenericQgnStatCaseSmallFull = 0x1283,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2528
    EAknsMinorGenericQgnStatCaseSmallQuery = 0x1284,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2529
    EAknsMinorGenericQgnStatCaseText = 0x1285,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2530
    EAknsMinorGenericQgnStatCaseTextFull = 0x1286,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2531
    EAknsMinorGenericQgnStatCaseTextQuery = 0x1287,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2532
    EAknsMinorGenericQgnStatCaseThai = 0x1288,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2533
    EAknsMinorGenericQgnStatCaseTitle = 0x1289,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2534
    EAknsMinorGenericQgnStatCaseTitleQuery = 0x128a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2535
    EAknsMinorGenericQgnStatCdmaRoaming = 0x128b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2536
    EAknsMinorGenericQgnStatCdmaRoamingUni = 0x128c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2537
    EAknsMinorGenericQgnStatChiPinyin = 0x128d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2538
    EAknsMinorGenericQgnStatChiPinyinQuery = 0x128e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2539
    EAknsMinorGenericQgnStatChiStroke = 0x128f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2540
    EAknsMinorGenericQgnStatChiStrokeFind = 0x1290,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2541
    EAknsMinorGenericQgnStatChiStrokeFindQuery = 0x1291,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2542
    EAknsMinorGenericQgnStatChiStrokeQuery = 0x1292,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2543
    EAknsMinorGenericQgnStatChiStrokeTrad = 0x1293,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2544
    EAknsMinorGenericQgnStatChiStrokeTradQuery = 0x1294,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2545
    EAknsMinorGenericQgnStatChiZhuyin = 0x1295,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2546
    EAknsMinorGenericQgnStatChiZhuyinFind = 0x1296,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2547
    EAknsMinorGenericQgnStatChiZhuyinFindQuery = 0x1297,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2548
    EAknsMinorGenericQgnStatChiZhuyinQuery = 0x1298,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2549
    EAknsMinorGenericQgnStatCypheringOn = 0x1299,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2550
    EAknsMinorGenericQgnStatCypheringOnUni = 0x129a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2551
    EAknsMinorGenericQgnStatDivert0 = 0x129b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2552
    EAknsMinorGenericQgnStatDivert1 = 0x129c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2553
    EAknsMinorGenericQgnStatDivert12 = 0x129d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2554
    EAknsMinorGenericQgnStatDivert2 = 0x129e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2555
    EAknsMinorGenericQgnStatDivertVm = 0x129f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2556
    EAknsMinorGenericQgnStatHeadset = 0x12a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2557
    EAknsMinorGenericQgnStatHeadsetUnavailable = 0x12a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2558
    EAknsMinorGenericQgnStatIhf = 0x12a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2559
    EAknsMinorGenericQgnStatIhfUni = 0x12a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2560
    EAknsMinorGenericQgnStatImUni = 0x12a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2561
    EAknsMinorGenericQgnStatIr = 0x12a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2562
    EAknsMinorGenericQgnStatIrBlank = 0x12a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2563
    EAknsMinorGenericQgnStatIrUni = 0x12a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2564
    EAknsMinorGenericQgnStatIrUniBlank = 0x12a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2565
    EAknsMinorGenericQgnStatJapinHiragana = 0x12a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2566
    EAknsMinorGenericQgnStatJapinHiraganaOnly = 0x12aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2567
    EAknsMinorGenericQgnStatJapinKatakanaFull = 0x12ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2568
    EAknsMinorGenericQgnStatJapinKatakanaHalf = 0x12ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2569
    EAknsMinorGenericQgnStatKeyguard = 0x12ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2570
    EAknsMinorGenericQgnStatLine2 = 0x12ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2571
    EAknsMinorGenericQgnStatLoc = 0x12af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2572
    EAknsMinorGenericQgnStatLocOff = 0x12b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2573
    EAknsMinorGenericQgnStatLocOn = 0x12b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2574
    EAknsMinorGenericQgnStatLoopset = 0x12b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2575
    EAknsMinorGenericQgnStatMessage = 0x12b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2576
    EAknsMinorGenericQgnStatMessageBlank = 0x12b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2577
    EAknsMinorGenericQgnStatMessageData = 0x12b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2578
    EAknsMinorGenericQgnStatMessageDataUni = 0x12b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2579
    EAknsMinorGenericQgnStatMessageFax = 0x12b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2580
    EAknsMinorGenericQgnStatMessageFaxUni = 0x12b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2581
    EAknsMinorGenericQgnStatMessageMail = 0x12b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2582
    EAknsMinorGenericQgnStatMessageMailUni = 0x12ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2583
    EAknsMinorGenericQgnStatMessageOther = 0x12bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2584
    EAknsMinorGenericQgnStatMessageOtherUni = 0x12bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2585
    EAknsMinorGenericQgnStatMessagePs = 0x12bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2586
    EAknsMinorGenericQgnStatMessageRemote = 0x12be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2587
    EAknsMinorGenericQgnStatMessageRemoteUni = 0x12bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2588
    EAknsMinorGenericQgnStatMessageUni = 0x12c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2589
    EAknsMinorGenericQgnStatMessageUniBlank = 0x12c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2590
    EAknsMinorGenericQgnStatMissedCallsUni = 0x12c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2591
    EAknsMinorGenericQgnStatMissedCallPs = 0x12c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2592
    EAknsMinorGenericQgnStatModBt = 0x12c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2593
    EAknsMinorGenericQgnStatOutbox = 0x12c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2594
    EAknsMinorGenericQgnStatOutboxUni = 0x12c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2595
    EAknsMinorGenericQgnStatQuery = 0x12c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2596
    EAknsMinorGenericQgnStatQueryQuery = 0x12c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2597
    EAknsMinorGenericQgnStatT9 = 0x12c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2598
    EAknsMinorGenericQgnStatT9Query = 0x12ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2599
    EAknsMinorGenericQgnStatTty = 0x12cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2600
    EAknsMinorGenericQgnStatUsb = 0x12cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2601
    EAknsMinorGenericQgnStatUsbUni = 0x12cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2602
    EAknsMinorGenericQgnStatVm0 = 0x12ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2603
    EAknsMinorGenericQgnStatVm0Uni = 0x12cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2604
    EAknsMinorGenericQgnStatVm1 = 0x12d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2605
    EAknsMinorGenericQgnStatVm12 = 0x12d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2606
    EAknsMinorGenericQgnStatVm12Uni = 0x12d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2607
    EAknsMinorGenericQgnStatVm1Uni = 0x12d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2608
    EAknsMinorGenericQgnStatVm2 = 0x12d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2609
    EAknsMinorGenericQgnStatVm2Uni = 0x12d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2610
    EAknsMinorGenericQgnStatZoneHome = 0x12d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2611
    EAknsMinorGenericQgnStatZoneViag = 0x12d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2612
    EAknsMinorGenericQgnIndiJapFindCaseNumericFull = 0x12d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2613
    EAknsMinorGenericQgnIndiJapFindCaseSmallFull = 0x12d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2614
    EAknsMinorGenericQgnIndiJapFindHiragana = 0x12da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2615
    EAknsMinorGenericQgnIndiJapFindHiraganaOnly = 0x12db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2616
    EAknsMinorGenericQgnIndiJapFindKatakanaFull = 0x12dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2617
    EAknsMinorGenericQgnIndiJapFindKatakanaHalf = 0x12dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2618
    EAknsMinorGenericQgnIndiJapFindPredictive = 0x12de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2619
    EAknsMinorGenericQgnIndiRadioButtonBack = 0x12df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2620
    EAknsMinorGenericQgnIndiRadioButtonBackInactive = 0x12e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2621
    EAknsMinorGenericQgnIndiRadioButtonBackPressed = 0x12e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2622
    EAknsMinorGenericQgnIndiRadioButtonDown = 0x12e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2623
    EAknsMinorGenericQgnIndiRadioButtonDownInactive = 0x12e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2624
    EAknsMinorGenericQgnIndiRadioButtonDownPressed = 0x12e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2625
    EAknsMinorGenericQgnIndiRadioButtonForward = 0x12e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2626
    EAknsMinorGenericQgnIndiRadioButtonForwardInactive = 0x12e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2627
    EAknsMinorGenericQgnIndiRadioButtonForwardPressed = 0x12e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2628
    EAknsMinorGenericQgnIndiRadioButtonPause = 0x12e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2629
    EAknsMinorGenericQgnIndiRadioButtonPauseInactive = 0x12e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2630
    EAknsMinorGenericQgnIndiRadioButtonPausePressed = 0x12ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2631
    EAknsMinorGenericQgnIndiRadioButtonRecord = 0x12eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2632
    EAknsMinorGenericQgnIndiRadioButtonRecordInactive = 0x12ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2633
    EAknsMinorGenericQgnIndiRadioButtonRecordPressed = 0x12ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2634
    EAknsMinorGenericQgnIndiRadioButtonStop = 0x12ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2635
    EAknsMinorGenericQgnIndiRadioButtonStopInactive = 0x12ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2636
    EAknsMinorGenericQgnIndiRadioButtonStopPressed = 0x12f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2637
    EAknsMinorGenericQgnIndiRadioButtonUp = 0x12f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2638
    EAknsMinorGenericQgnIndiRadioButtonUpInactive = 0x12f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2639
    EAknsMinorGenericQgnIndiRadioButtonUpPressed = 0x12f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2640
    EAknsMinorGenericQgnPropAlbumMain = 0x12f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2641
    EAknsMinorGenericQgnPropAlbumPhotoSmall = 0x12f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2642
    EAknsMinorGenericQgnPropAlbumVideoSmall = 0x12f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2643
    EAknsMinorGenericQgnPropLogGprsReceivedSub = 0x12f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2644
    EAknsMinorGenericQgnPropLogGprsSentSub = 0x12f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2645
    EAknsMinorGenericQgnPropLogGprsTab3 = 0x12f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2646
    EAknsMinorGenericQgnPropPinbLinkStreamId = 0x12fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2647
    EAknsMinorGenericQgnStatCaseShift = 0x12fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2648
    EAknsMinorGenericQgnIndiCamsBw = 0x12fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2649
    EAknsMinorGenericQgnIndiCamsCloudy = 0x12fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2650
    EAknsMinorGenericQgnIndiCamsFluorescent = 0x12fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2651
    EAknsMinorGenericQgnIndiCamsNegative = 0x12ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2652
    EAknsMinorGenericQgnIndiCamsSepia = 0x1300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2653
    EAknsMinorGenericQgnIndiCamsSunny = 0x1301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2654
    EAknsMinorGenericQgnIndiCamsTungsten = 0x1302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2655
    EAknsMinorGenericQgnIndiPhoneAdd = 0x1303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2656
    EAknsMinorGenericQgnPropLinkEmbdLarge = 0x1304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2657
    EAknsMinorGenericQgnPropLinkEmbdMedium = 0x1305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2658
    EAknsMinorGenericQgnPropLinkEmbdSmall = 0x1306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2659
    EAknsMinorGenericQgnPropMceDraft = 0x1307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2660
    EAknsMinorGenericQgnPropMceDraftNew = 0x1308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2661
    EAknsMinorGenericQgnPropMceInboxSmallNew = 0x1309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2662
    EAknsMinorGenericQgnPropMceOutboxSmall = 0x130a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2663
    EAknsMinorGenericQgnPropMceOutboxSmallNew = 0x130b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2664
    EAknsMinorGenericQgnPropMceSent = 0x130c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2665
    EAknsMinorGenericQgnPropMceSentNew = 0x130d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2666
    EAknsMinorGenericQgnPropSmlRemoteTab4 = 0x130e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2667
    EAknsMinorGenericQgnIndiAiSat = 0x130f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2668
    EAknsMinorGenericQgnMenuCb2Cxt = 0x1310,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2669
    EAknsMinorGenericQgnMenuSimfdnCxt = 0x1311,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2670
    EAknsMinorGenericQgnMenuSiminCxt = 0x1312,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2671
    // value 0x1313 is reserved
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2672
    EAknsMinorGenericQgnMenuCbCxt = 0x1314,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2673
    EAknsMinorGenericQgnGrafMmsTemplatePrevImage = 0x1315,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2674
    EAknsMinorGenericQgnGrafMmsTemplatePrevText = 0x1316,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2675
    EAknsMinorGenericQgnGrafMmsTemplatePrevVideo = 0x1317,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2676
    EAknsMinorGenericQgnIndiSignalNotAvailCdma = 0x1318,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2677
    EAknsMinorGenericQgnIndiSignalNoService = 0x1319,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2678
    EAknsMinorGenericQgnMenuDycRoamingCxt = 0x131a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2679
    EAknsMinorGenericQgnMenuImRoamingCxt = 0x131b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2680
    EAknsMinorGenericQgnMenuMyAccountLst = 0x131c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2681
    EAknsMinorGenericQgnPropAmsGetNew = 0x131d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2682
    EAknsMinorGenericQgnPropFileOtherSub = 0x131e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2683
    EAknsMinorGenericQgnPropFileOtherTab4 = 0x131f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2684
    EAknsMinorGenericQgnPropMyAccount = 0x1320,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2685
    EAknsMinorGenericQgnIndiAiCale = 0x1321,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2686
    EAknsMinorGenericQgnIndiAiTodo = 0x1322,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2687
    EAknsMinorGenericQgnIndiMmsLinksEmail = 0x1323,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2688
    EAknsMinorGenericQgnIndiMmsLinksPhone = 0x1324,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2689
    EAknsMinorGenericQgnIndiMmsLinksWml = 0x1325,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2690
    EAknsMinorGenericQgnIndiMmsSpeakerMuted = 0x1326,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2691
    EAknsMinorGenericQgnPropAiShortcut = 0x1327,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2692
    EAknsMinorGenericQgnPropImFriendAway = 0x1328,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2693
    EAknsMinorGenericQgnPropImServer = 0x1329,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2694
    EAknsMinorGenericQgnPropMmsTemplateImageBotSub = 0x132a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2695
    EAknsMinorGenericQgnPropMmsTemplateImageMidSub = 0x132b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2696
    EAknsMinorGenericQgnPropMmsTemplateImageSmBotSub = 0x132c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2697
    EAknsMinorGenericQgnPropMmsTemplateImageSmLdiaSub = 0x132d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2698
    EAknsMinorGenericQgnPropMmsTemplateImageSmManySub = 0x132e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2699
    EAknsMinorGenericQgnPropMmsTemplateImageSmRdiaSub = 0x132f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2700
    EAknsMinorGenericQgnPropMmsTemplateImageSmTlSub = 0x1330,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2701
    EAknsMinorGenericQgnPropMmsTemplateImageSmTrSub = 0x1331,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2702
    EAknsMinorGenericQgnPropMmsTemplateTextSub = 0x1332,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2703
    EAknsMinorGenericQgnPropWmlPlay = 0x1333,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2704
    EAknsMinorGenericQgnIndiOnlineAlbumImageAdd = 0x1334,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2705
    EAknsMinorGenericQgnIndiOnlineAlbumVideoAdd = 0x1335,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2706
    EAknsMinorGenericQgnPropClsInactiveChannel = 0x1336,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2707
    EAknsMinorGenericQgnPropClsTab1 = 0x1337,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2708
    EAknsMinorGenericQgnPropOnlineAlbumEmpty = 0x1338,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2709
    EAknsMinorGenericQgnPropNetwSharedConn = 0x1339,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2710
    EAknsMinorGenericQgnPropFolderDynamic = 0x133a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2711
    EAknsMinorGenericQgnPropFolderDynamicLarge = 0x133b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2712
    EAknsMinorGenericQgnPropFolderMmc = 0x133c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2713
    EAknsMinorGenericQgnPropFolderProfiles = 0x133d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2714
    EAknsMinorGenericQgnPropLmArea = 0x133e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2715
    EAknsMinorGenericQgnPropLmBusiness = 0x133f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2716
    EAknsMinorGenericQgnPropLmCategoriesTab2 = 0x1340,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2717
    EAknsMinorGenericQgnPropLmChurch = 0x1341,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2718
    EAknsMinorGenericQgnPropLmCommunication = 0x1342,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2719
    EAknsMinorGenericQgnPropLmCxt = 0x1343,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2720
    EAknsMinorGenericQgnPropLmEducation = 0x1344,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2721
    EAknsMinorGenericQgnPropLmFun = 0x1345,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2722
    EAknsMinorGenericQgnPropLmGene = 0x1346,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2723
    EAknsMinorGenericQgnPropLmHotel = 0x1347,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2724
    EAknsMinorGenericQgnPropLmLst = 0x1348,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2725
    EAknsMinorGenericQgnPropLmNamesTab2 = 0x1349,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2726
    EAknsMinorGenericQgnPropLmOutdoor = 0x134a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2727
    EAknsMinorGenericQgnPropLmPeople = 0x134b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2728
    EAknsMinorGenericQgnPropLmPublic = 0x134c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2729
    EAknsMinorGenericQgnPropLmRestaurant = 0x134d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2730
    EAknsMinorGenericQgnPropLmShopping = 0x134e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2731
    EAknsMinorGenericQgnPropLmSightseeing = 0x134f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2732
    EAknsMinorGenericQgnPropLmSport = 0x1350,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2733
    EAknsMinorGenericQgnPropLmTransport = 0x1351,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2734
    EAknsMinorGenericQgnPropPmAttachAlbum = 0x1352,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2735
    EAknsMinorGenericQgnPropProfiles = 0x1353,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2736
    EAknsMinorGenericQgnPropProfilesSmall = 0x1354,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2737
    EAknsMinorGenericQgnPropSmlSyncFromServer = 0x1355,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2738
    EAknsMinorGenericQgnPropSmlSyncOff = 0x1356,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2739
    EAknsMinorGenericQgnPropSmlSyncServer = 0x1357,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2740
    EAknsMinorGenericQgnPropSmlSyncToServer = 0x1358,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2741
    EAknsMinorGenericQgnPropAlbumPermanentPhoto = 0x1359,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2742
    EAknsMinorGenericQgnPropAlbumPermanentPhotoSmall = 0x135a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2743
    EAknsMinorGenericQgnPropAlbumPermanentVideo = 0x135b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2744
    EAknsMinorGenericQgnPropAlbumPermanentVideoSmall = 0x135c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2745
    EAknsMinorGenericQgnPropAlbumSounds = 0x135d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2746
    EAknsMinorGenericQgnPropAlbumSoundsSmall = 0x135e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2747
    EAknsMinorGenericQgnPropFolderPermanent = 0x135f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2748
    EAknsMinorGenericQgnPropOnlineAlbumSub = 0x1360,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2749
    EAknsMinorGenericQgnGrafDimWipeLsc = 0x1361,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2750
    EAknsMinorGenericQgnGrafDimWipePrt = 0x1362,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2751
    EAknsMinorGenericQgnGrafLinePrimaryHorizontal = 0x1363,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2752
    EAknsMinorGenericQgnGrafLinePrimaryHorizontalDashed = 0x1364,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2753
    EAknsMinorGenericQgnGrafLinePrimaryVertical = 0x1365,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2754
    EAknsMinorGenericQgnGrafLinePrimaryVerticalDashed = 0x1366,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2755
    EAknsMinorGenericQgnGrafLineSecondaryHorizontal = 0x1367,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2756
    EAknsMinorGenericQgnGrafLineSecondaryVertical = 0x1368,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2757
    EAknsMinorGenericQgnGrafStatusSmallProgress = 0x1369,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2758
    EAknsMinorGenericQgnGrafStatusSmallWaitBg = 0x136a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2759
    EAknsMinorGenericQgnGrafTabActiveL = 0x136b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2760
    EAknsMinorGenericQgnGrafTabActiveM = 0x136c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2761
    EAknsMinorGenericQgnGrafTabActiveR = 0x136d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2762
    EAknsMinorGenericQgnGrafTabPassiveL = 0x136e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2763
    EAknsMinorGenericQgnGrafTabPassiveM = 0x136f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2764
    EAknsMinorGenericQgnGrafTabPassiveR = 0x1370,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2765
    EAknsMinorGenericQgnGrafVolumeSet10Off = 0x1371,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2766
    EAknsMinorGenericQgnGrafVolumeSet10On = 0x1372,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2767
    EAknsMinorGenericQgnGrafVolumeSet1Off = 0x1373,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2768
    EAknsMinorGenericQgnGrafVolumeSet1On = 0x1374,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2769
    EAknsMinorGenericQgnGrafVolumeSet2Off = 0x1375,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2770
    EAknsMinorGenericQgnGrafVolumeSet2On = 0x1376,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2771
    EAknsMinorGenericQgnGrafVolumeSet3Off = 0x1377,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2772
    EAknsMinorGenericQgnGrafVolumeSet3On = 0x1378,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2773
    EAknsMinorGenericQgnGrafVolumeSet4Off = 0x1379,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2774
    EAknsMinorGenericQgnGrafVolumeSet4On = 0x137a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2775
    EAknsMinorGenericQgnGrafVolumeSet5Off = 0x137b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2776
    EAknsMinorGenericQgnGrafVolumeSet5On = 0x137c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2777
    EAknsMinorGenericQgnGrafVolumeSet6Off = 0x137d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2778
    EAknsMinorGenericQgnGrafVolumeSet6On = 0x137e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2779
    EAknsMinorGenericQgnGrafVolumeSet7Off = 0x137f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2780
    EAknsMinorGenericQgnGrafVolumeSet7On = 0x1380,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2781
    EAknsMinorGenericQgnGrafVolumeSet8Off = 0x1381,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2782
    EAknsMinorGenericQgnGrafVolumeSet8On = 0x1382,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2783
    EAknsMinorGenericQgnGrafVolumeSet9Off = 0x1383,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2784
    EAknsMinorGenericQgnGrafVolumeSet9On = 0x1384,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2785
    EAknsMinorGenericQgnGrafVolumeSmall10Off = 0x1385,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2786
    EAknsMinorGenericQgnGrafVolumeSmall10On = 0x1386,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2787
    EAknsMinorGenericQgnGrafVolumeSmall1Off = 0x1387,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2788
    EAknsMinorGenericQgnGrafVolumeSmall1On = 0x1388,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2789
    EAknsMinorGenericQgnGrafVolumeSmall2Off = 0x1389,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2790
    EAknsMinorGenericQgnGrafVolumeSmall2On = 0x138a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2791
    EAknsMinorGenericQgnGrafVolumeSmall3Off = 0x138b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2792
    EAknsMinorGenericQgnGrafVolumeSmall3On = 0x138c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2793
    EAknsMinorGenericQgnGrafVolumeSmall4Off = 0x138d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2794
    EAknsMinorGenericQgnGrafVolumeSmall4On = 0x138e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2795
    EAknsMinorGenericQgnGrafVolumeSmall5Off = 0x138f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2796
    EAknsMinorGenericQgnGrafVolumeSmall5On = 0x1390,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2797
    EAknsMinorGenericQgnGrafVolumeSmall6Off = 0x1391,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2798
    EAknsMinorGenericQgnGrafVolumeSmall6On = 0x1392,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2799
    EAknsMinorGenericQgnGrafVolumeSmall7Off = 0x1393,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2800
    EAknsMinorGenericQgnGrafVolumeSmall7On = 0x1394,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2801
    EAknsMinorGenericQgnGrafVolumeSmall8Off = 0x1395,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2802
    EAknsMinorGenericQgnGrafVolumeSmall8On = 0x1396,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2803
    EAknsMinorGenericQgnGrafVolumeSmall9Off = 0x1397,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2804
    EAknsMinorGenericQgnGrafVolumeSmall9On = 0x1398,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2805
    EAknsMinorGenericQgnGrafWaitIncrem = 0x1399,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2806
    EAknsMinorGenericQgnImStatEmpty = 0x139a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2807
    EAknsMinorGenericQgnIndiAmInstNoAdd = 0x139b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2808
    EAknsMinorGenericQgnIndiAttachAdd = 0x139c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2809
    EAknsMinorGenericQgnIndiAttachUnfetchedAdd = 0x139d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2810
    EAknsMinorGenericQgnIndiAttachVideo = 0x139e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2811
    EAknsMinorGenericQgnIndiBatteryStrengthLsc = 0x139f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2812
    EAknsMinorGenericQgnIndiBrowserMmcAdd = 0x13a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2813
    EAknsMinorGenericQgnIndiBrowserPauseAdd = 0x13a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2814
    EAknsMinorGenericQgnIndiBtConnectedAdd = 0x13a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2815
    EAknsMinorGenericQgnIndiCallVideoBlindInMaskIcon = 0x13a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2816
    EAknsMinorGenericQgnIndiCallVideoBlindInMaskSoft = 0x13a3,   // This is obsolete alias for <ref>MaskIcon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2817
    EAknsMinorGenericQgnIndiCallVideoBlindOutMaskIcon = 0x13a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2818
    EAknsMinorGenericQgnIndiCallVideoBlindOutMaskSoft = 0x13a4,  // This is obsolete alias for <ref>MaskIcon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2819
    EAknsMinorGenericQgnIndiCamsBright = 0x13a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2820
    EAknsMinorGenericQgnIndiCamsBurst = 0x13a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2821
    EAknsMinorGenericQgnIndiCamsContrast = 0x13a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2822
    EAknsMinorGenericQgnIndiCamsZoomBgMax = 0x13a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2823
    EAknsMinorGenericQgnIndiCamsZoomBgMin = 0x13a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2824
    EAknsMinorGenericQgnIndiChiFindCangjie = 0x13aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2825
    EAknsMinorGenericQgnIndiConnectionOnRoamAdd = 0x13ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2826
    EAknsMinorGenericQgnIndiDrmManyMoAdd = 0x13ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2827
    EAknsMinorGenericQgnIndiDycDiacreetAdd = 0x13ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2828
    EAknsMinorGenericQgnIndiEnter = 0x13ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2829
    EAknsMinorGenericQgnIndiFindGlassAdvanced = 0x13af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2830
    EAknsMinorGenericQgnIndiFindNone = 0x13b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2831
    EAknsMinorGenericQgnIndiImportantAdd = 0x13b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2832
    EAknsMinorGenericQgnIndiImMessage = 0x13b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2833
    EAknsMinorGenericQgnIndiLocPolicyAcceptAdd = 0x13b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2834
    EAknsMinorGenericQgnIndiLocPolicyAskAdd = 0x13b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2835
    EAknsMinorGenericQgnIndiMmsEarpiece = 0x13b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2836
    EAknsMinorGenericQgnIndiMmsNoncorm = 0x13b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2837
    EAknsMinorGenericQgnIndiMmsStop = 0x13b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2838
    EAknsMinorGenericQgnIndiSettProtectedInvAdd = 0x13b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2839
    EAknsMinorGenericQgnIndiSignalStrengthLsc = 0x13b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2840
    EAknsMinorGenericQgnIndiSignalWcdmaSuspended = 0x13ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2841
    EAknsMinorGenericQgnIndiTextLeft = 0x13bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2842
    EAknsMinorGenericQgnIndiTextRight = 0x13bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2843
    EAknsMinorGenericQgnIndiWmlImageNoteShown = 0x13bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2844
    EAknsMinorGenericQgnIndiWmlImageNotShown = 0x13be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2845
    EAknsMinorGenericQgnPropBildNavigationSub = 0x13bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2846
    EAknsMinorGenericQgnPropBtDevicesTab2 = 0x13c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2847
    EAknsMinorGenericQgnPropGroupVip = 0x13c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2848
    EAknsMinorGenericQgnPropLogCallsTab3 = 0x13c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2849
    EAknsMinorGenericQgnPropLogTimersTab3 = 0x13c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2850
    EAknsMinorGenericQgnPropMceDrafts = 0x13c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2851
    EAknsMinorGenericQgnPropMceDraftsNew = 0x13c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2852
    EAknsMinorGenericQgnPropMceMailFetReadDel = 0x13c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2853
    EAknsMinorGenericQgnPropMceSmsTab4 = 0x13c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2854
    EAknsMinorGenericQgnPropModeRing = 0x13c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2855
    EAknsMinorGenericQgnPropPbContactsTab1 = 0x13c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2856
    EAknsMinorGenericQgnPropPbContactsTab2 = 0x13ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2857
    EAknsMinorGenericQgnPropPinbExclamationId = 0x13cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2858
    EAknsMinorGenericQgnPropPlsnActive = 0x13cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2859
    EAknsMinorGenericQgnPropSetButton = 0x13cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2860
    EAknsMinorGenericQgnPropVoiceMidi = 0x13ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2861
    EAknsMinorGenericQgnPropVoiceWav = 0x13cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2862
    EAknsMinorGenericQgnPropVpnAccessPoint = 0x13d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2863
    EAknsMinorGenericQgnPropWmlUssd = 0x13d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2864
    EAknsMinorGenericQgnStatChiCangjie = 0x13d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2865
    EAknsMinorGenericQgnStatConnectionOnUni = 0x13d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2866
    EAknsMinorGenericQgnStatCsd = 0x13d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2867
    EAknsMinorGenericQgnStatCsdUni = 0x13d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2868
    EAknsMinorGenericQgnStatDsign = 0x13d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2869
    EAknsMinorGenericQgnStatHscsd = 0x13d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2870
    EAknsMinorGenericQgnStatHscsdUni = 0x13d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2871
    EAknsMinorGenericQgnStatMissedCalls = 0x13d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2872
    EAknsMinorGenericQgnStatNoCalls = 0x13da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2873
    EAknsMinorGenericQgnStatNoCallsUni = 0x13db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2874
    EAknsMinorGenericQgnIndiWlanSecureNetworkAdd = 0x13dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2875
    EAknsMinorGenericQgnIndiWlanSignalGoodAdd = 0x13dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2876
    EAknsMinorGenericQgnIndiWlanSignalLowAdd = 0x13de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2877
    EAknsMinorGenericQgnIndiWlanSignalMedAdd = 0x13df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2878
    EAknsMinorGenericQgnPropCmonConnActive = 0x13e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2879
    EAknsMinorGenericQgnPropCmonWlanAvail = 0x13e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2880
    EAknsMinorGenericQgnPropCmonWlanConn = 0x13e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2881
    EAknsMinorGenericQgnPropWlanBearer = 0x13e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2882
    EAknsMinorGenericQgnPropWlanEasy = 0x13e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2883
    EAknsMinorGenericQgnStatWlanActive = 0x13e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2884
    EAknsMinorGenericQgnStatWlanActiveSecure = 0x13e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2885
    EAknsMinorGenericQgnStatWlanActiveSecureUni = 0x13e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2886
    EAknsMinorGenericQgnStatWlanActiveUni = 0x13e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2887
    EAknsMinorGenericQgnStatWlanAvail = 0x13e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2888
    EAknsMinorGenericQgnStatWlanAvailUni = 0x13ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2889
    EAknsMinorGenericQgnGrafMmsAudioCorrupted = 0x13eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2890
    EAknsMinorGenericQgnGrafMmsAudioDrm = 0x13ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2891
    EAknsMinorGenericQgnGrafMmsImageCorrupted = 0x13ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2892
    EAknsMinorGenericQgnGrafMmsImageDrm = 0x13ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2893
    EAknsMinorGenericQgnGrafMmsVideoCorrupted = 0x13ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2894
    EAknsMinorGenericQgnGrafMmsVideoDrm = 0x13f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2895
    EAknsMinorGenericQgnMenuEmpty = 0x13f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2896
    EAknsMinorGenericQgnPropImFriendTab3 = 0x13f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2897
    EAknsMinorGenericQgnPropImIboxTab3 = 0x13f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2898
    EAknsMinorGenericQgnPropImListTab3 = 0x13f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2899
    EAknsMinorGenericQgnPropImSavedChatTab3 = 0x13f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2900
    EAknsMinorGenericQgnIndiSignalEgprsAttach = 0x13f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2901
    EAknsMinorGenericQgnIndiSignalEgprsContext = 0x13f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2902
    EAknsMinorGenericQgnIndiSignalEgprsMultipdp = 0x13f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2903
    EAknsMinorGenericQgnIndiSignalEgprsSuspended = 0x13f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2904
    EAknsMinorGenericQgnStatPocOn = 0x13fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2905
    EAknsMinorGenericQgnMenuGroupConnectLst = 0x13fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2906
    EAknsMinorGenericQgnMenuGroupConnect = 0x13fb, // Intentional duplicate
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2907
    EAknsMinorGenericQgnMenuGroupExtrasLst = 0x13fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2908
    EAknsMinorGenericQgnMenuGroupExtras = 0x13fc, // Intentional duplicate
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2909
    EAknsMinorGenericQgnMenuGroupInstallLst = 0x13fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2910
    EAknsMinorGenericQgnMenuGroupInstall = 0x13fd, // Intentional duplicate
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2911
    EAknsMinorGenericQgnMenuGroupOrganiserLst = 0x13fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2912
    EAknsMinorGenericQgnMenuGroupOrganiser = 0x13fe, // Intentional duplicate
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2913
    EAknsMinorGenericQgnMenuGroupToolsLst = 0x13ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2914
    EAknsMinorGenericQgnMenuGroupTools = 0x13ff, // Intentional duplicate
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2915
    EAknsMinorGenericQgnIndiCamsZoomMax = 0x1400,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2916
    EAknsMinorGenericQgnIndiCamsZoomMin = 0x1401,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2917
    EAknsMinorGenericQgnIndiAiMusicPause = 0x1402,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2918
    EAknsMinorGenericQgnIndiAiMusicPlay = 0x1403,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2919
    EAknsMinorGenericQgnIndiAiNtDef = 0x1404,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2920
    EAknsMinorGenericQgnIndiAlarmInactiveAdd = 0x1405,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2921
    EAknsMinorGenericQgnIndiCdrTodo = 0x1406,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2922
    EAknsMinorGenericQgnIndiViewerPanningDown = 0x1407,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2923
    EAknsMinorGenericQgnIndiViewerPanningLeft = 0x1408,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2924
    EAknsMinorGenericQgnIndiViewerPanningRight = 0x1409,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2925
    EAknsMinorGenericQgnIndiViewerPanningUp = 0x140a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2926
    EAknsMinorGenericQgnIndiViewerPointer = 0x140b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2927
    EAknsMinorGenericQgnIndiViewerPointerHand = 0x140c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2928
    EAknsMinorGenericQgnPropLogCallsMostdialTab4 = 0x140d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2929
    EAknsMinorGenericQgnPropLogMostdSub = 0x140e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2930
    EAknsMinorGenericQgnAreaMainMup = 0x140f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2931
    EAknsMinorGenericQgnGrafBlid = 0x1410,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2932
    EAknsMinorGenericQgnGrafBlidDestNear = 0x1411,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2933
    EAknsMinorGenericQgnGrafBlidDir = 0x1412,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2934
    EAknsMinorGenericQgnGrafMupBarProgress = 0x1413,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2935
    EAknsMinorGenericQgnGrafMupBarProgress2 = 0x1414,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2936
    EAknsMinorGenericQgnGrafMupVisualizerImage = 0x1415,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2937
    EAknsMinorGenericQgnGrafMupVisualizerMaskIcon = 0x1416,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2938
    EAknsMinorGenericQgnGrafMupVisualizerMaskSoft = 0x1416, // This is obsolete alias for <ref>MaskIcon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2939
    EAknsMinorGenericQgnIndiAppOpen = 0x1417,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2940
    EAknsMinorGenericQgnIndiCallVoipActive = 0x1418,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2941
    EAknsMinorGenericQgnIndiCallVoipActive2 = 0x1419,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2942
    EAknsMinorGenericQgnIndiCallVoipActiveConf = 0x141a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2943
    EAknsMinorGenericQgnIndiCallVoipCallstaDisconn = 0x141b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2944
    EAknsMinorGenericQgnIndiCallVoipDisconn = 0x141c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2945
    EAknsMinorGenericQgnIndiCallVoipDisconnConf = 0x141d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2946
    EAknsMinorGenericQgnIndiCallVoipHeld = 0x141e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2947
    EAknsMinorGenericQgnIndiCallVoipHeldConf = 0x141f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2948
    EAknsMinorGenericQgnIndiCallVoipWaiting1 = 0x1420,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2949
    EAknsMinorGenericQgnIndiCallVoipWaiting2 = 0x1421,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2950
    EAknsMinorGenericQgnIndiMupButtonLink = 0x1422,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2951
    EAknsMinorGenericQgnIndiMupButtonLinkDimmed = 0x1423,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2952
    EAknsMinorGenericQgnIndiMupButtonLinkHl = 0x1424,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2953
    EAknsMinorGenericQgnIndiMupButtonLinkInact = 0x1425,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2954
    EAknsMinorGenericQgnIndiMupButtonMc = 0x1426,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2955
    EAknsMinorGenericQgnIndiMupButtonMcHl = 0x1427,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2956
    EAknsMinorGenericQgnIndiMupButtonMcInact = 0x1428,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2957
    EAknsMinorGenericQgnIndiMupButtonNext = 0x1429,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2958
    EAknsMinorGenericQgnIndiMupButtonNextHl = 0x142a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2959
    EAknsMinorGenericQgnIndiMupButtonNextInact = 0x142b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2960
    EAknsMinorGenericQgnIndiMupButtonPause = 0x142c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2961
    EAknsMinorGenericQgnIndiMupButtonPauseHl = 0x142d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2962
    EAknsMinorGenericQgnIndiMupButtonPauseInact = 0x142e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2963
    EAknsMinorGenericQgnIndiMupButtonPlay = 0x142f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2964
    EAknsMinorGenericQgnIndiMupButtonPlaylist = 0x1430,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2965
    EAknsMinorGenericQgnIndiMupButtonPlaylistDimmed = 0x1431,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2966
    EAknsMinorGenericQgnIndiMupButtonPlaylistHl = 0x1432,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2967
    EAknsMinorGenericQgnIndiMupButtonPlaylistInact = 0x1433,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2968
    EAknsMinorGenericQgnIndiMupButtonPlayHl = 0x1434,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2969
    EAknsMinorGenericQgnIndiMupButtonPlayInact = 0x1435,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2970
    EAknsMinorGenericQgnIndiMupButtonPrev = 0x1436,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2971
    EAknsMinorGenericQgnIndiMupButtonPrevHl = 0x1437,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2972
    EAknsMinorGenericQgnIndiMupButtonPrevInact = 0x1438,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2973
    EAknsMinorGenericQgnIndiMupButtonStop = 0x1439,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2974
    EAknsMinorGenericQgnIndiMupButtonStopHl = 0x143a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2975
    EAknsMinorGenericQgnIndiMupEq = 0x143b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2976
    EAknsMinorGenericQgnIndiMupEqBg = 0x143c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2977
    EAknsMinorGenericQgnIndiMupEqSlider = 0x143d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2978
    EAknsMinorGenericQgnIndiMupPause = 0x143e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2979
    EAknsMinorGenericQgnIndiMupPauseAdd = 0x143f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2980
    EAknsMinorGenericQgnIndiMupPlay = 0x1440,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2981
    EAknsMinorGenericQgnIndiMupPlayAdd = 0x1441,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2982
    EAknsMinorGenericQgnIndiMupSpeaker = 0x1442,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2983
    EAknsMinorGenericQgnIndiMupSpeakerMuted = 0x1443,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2984
    EAknsMinorGenericQgnIndiMupStop = 0x1444,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2985
    EAknsMinorGenericQgnIndiMupStopAdd = 0x1445,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2986
    EAknsMinorGenericQgnIndiMupVolumeSlider = 0x1446,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2987
    EAknsMinorGenericQgnIndiMupVolumeSliderBg = 0x1447,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2988
    EAknsMinorGenericQgnMenuGroupMedia = 0x1448,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2989
    EAknsMinorGenericQgnMenuVoip = 0x1449,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2990
    EAknsMinorGenericQgnNoteAlarmTodo = 0x144a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2991
    EAknsMinorGenericQgnPropBlidTripSub = 0x144b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2992
    EAknsMinorGenericQgnPropBlidTripTab3 = 0x144c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2993
    EAknsMinorGenericQgnPropBlidWaypoint = 0x144d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2994
    EAknsMinorGenericQgnPropLinkEmbd = 0x144e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2995
    EAknsMinorGenericQgnPropMupAlbum = 0x144f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2996
    EAknsMinorGenericQgnPropMupArtist = 0x1450,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2997
    EAknsMinorGenericQgnPropMupAudio = 0x1451,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2998
    EAknsMinorGenericQgnPropMupComposer = 0x1452,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2999
    EAknsMinorGenericQgnPropMupGenre = 0x1453,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3000
    EAknsMinorGenericQgnPropMupPlaylist = 0x1454,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3001
    EAknsMinorGenericQgnPropMupSongs = 0x1455,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3002
    EAknsMinorGenericQgnPropNrtypVoip = 0x1456,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3003
    EAknsMinorGenericQgnPropNrtypVoipDiv = 0x1457,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3004
    EAknsMinorGenericQgnPropSubCurrent = 0x1458,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3005
    EAknsMinorGenericQgnPropSubMarked = 0x1459,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3006
    EAknsMinorGenericQgnStatPocOnUni = 0x145a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3007
    EAknsMinorGenericQgnStatVietCaseCapital = 0x145b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3008
    EAknsMinorGenericQgnStatVietCaseSmall = 0x145c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3009
    EAknsMinorGenericQgnStatVietCaseText = 0x145d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3010
    EAknsMinorGenericQgnIndiSyncSetAdd = 0x145e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3011
    EAknsMinorGenericQgnPropMceMms = 0x145f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3012
    EAknsMinorGenericQgnPropUnknown = 0x1460,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3013
    EAknsMinorGenericQgnStatMsgNumber = 0x1461,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3014
    EAknsMinorGenericQgnStatMsgRoom = 0x1462,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3015
    EAknsMinorGenericQgnStatSilent = 0x1463,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3016
    EAknsMinorGenericQgnGrafBgGray = 0x1464,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3017
    EAknsMinorGenericQgnIndiAiNt3g = 0x1465,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3018
    EAknsMinorGenericQgnIndiAiNtAudvideo = 0x1466,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3019
    EAknsMinorGenericQgnIndiAiNtChat = 0x1467,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3020
    EAknsMinorGenericQgnIndiAiNtDirectio = 0x1468,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3021
    EAknsMinorGenericQgnIndiAiNtDownload = 0x1469,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3022
    EAknsMinorGenericQgnIndiAiNtEconomy = 0x146a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3023
    EAknsMinorGenericQgnIndiAiNtErotic = 0x146b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3024
    EAknsMinorGenericQgnIndiAiNtEvent = 0x146c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3025
    EAknsMinorGenericQgnIndiAiNtFilm = 0x146d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3026
    EAknsMinorGenericQgnIndiAiNtFinanceu = 0x146e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3027
    EAknsMinorGenericQgnIndiAiNtFinancuk = 0x146f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3028
    EAknsMinorGenericQgnIndiAiNtFind = 0x1470,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3029
    EAknsMinorGenericQgnIndiAiNtFlirt = 0x1471,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3030
    EAknsMinorGenericQgnIndiAiNtFormula1 = 0x1472,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3031
    EAknsMinorGenericQgnIndiAiNtFun = 0x1473,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3032
    EAknsMinorGenericQgnIndiAiNtGames = 0x1474,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3033
    EAknsMinorGenericQgnIndiAiNtHoroscop = 0x1475,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3034
    EAknsMinorGenericQgnIndiAiNtLottery = 0x1476,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3035
    EAknsMinorGenericQgnIndiAiNtMessage = 0x1477,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3036
    EAknsMinorGenericQgnIndiAiNtMusic = 0x1478,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3037
    EAknsMinorGenericQgnIndiAiNtNewidea = 0x1479,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3038
    EAknsMinorGenericQgnIndiAiNtNews = 0x147a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3039
    EAknsMinorGenericQgnIndiAiNtNewsweat = 0x147b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3040
    EAknsMinorGenericQgnIndiAiNtParty = 0x147c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3041
    EAknsMinorGenericQgnIndiAiNtShopping = 0x147d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3042
    EAknsMinorGenericQgnIndiAiNtSoccer1 = 0x147e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3043
    EAknsMinorGenericQgnIndiAiNtSoccer2 = 0x147f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3044
    EAknsMinorGenericQgnIndiAiNtSoccerwc = 0x1480,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3045
    EAknsMinorGenericQgnIndiAiNtStar = 0x1481,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3046
    EAknsMinorGenericQgnIndiAiNtTopten = 0x1482,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3047
    EAknsMinorGenericQgnIndiAiNtTravel = 0x1483,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3048
    EAknsMinorGenericQgnIndiAiNtTv = 0x1484,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3049
    EAknsMinorGenericQgnIndiAiNtVodafone = 0x1485,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3050
    EAknsMinorGenericQgnIndiAiNtWeather = 0x1486,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3051
    EAknsMinorGenericQgnIndiAiNtWinterol = 0x1487,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3052
    EAknsMinorGenericQgnIndiAiNtXmas = 0x1488,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3053
    EAknsMinorGenericQgnPropPinbEight = 0x1489,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3054
    EAknsMinorGenericQgnGrafMmsPostcardBack = 0x148a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3055
    EAknsMinorGenericQgnGrafMmsPostcardFront = 0x148b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3056
    EAknsMinorGenericQgnGrafMmsPostcardInsertImageBg = 0x148c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3057
    EAknsMinorGenericQgnIndiFileCorruptedAdd = 0x148d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3058
    EAknsMinorGenericQgnIndiMmsPostcardDown = 0x148e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3059
    EAknsMinorGenericQgnIndiMmsPostcardImage = 0x148f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3060
    EAknsMinorGenericQgnIndiMmsPostcardStamp = 0x1490,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3061
    EAknsMinorGenericQgnIndiMmsPostcardText = 0x1491,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3062
    EAknsMinorGenericQgnIndiMmsPostcardUp = 0x1492,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3063
    EAknsMinorGenericQgnIndiMupButtonMcDimmed = 0x1493,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3064
    EAknsMinorGenericQgnIndiMupButtonStopInact = 0x1494,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3065
    EAknsMinorGenericQgnIndiMupRandom = 0x1495,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3066
    EAknsMinorGenericQgnIndiMupRepeat = 0x1496,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3067
    EAknsMinorGenericQgnIndiWmlWindows = 0x1497,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3068
    EAknsMinorGenericQgnPropFileVideoMp = 0x1498,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3069
    EAknsMinorGenericQgnPropMcePostcard = 0x1499,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3070
    EAknsMinorGenericQgnPropMmsPostcardAddressActive = 0x149a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3071
    EAknsMinorGenericQgnPropMmsPostcardAddressInactive = 0x149b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3072
    EAknsMinorGenericQgnPropMmsPostcardGreetingActive = 0x149c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3073
    EAknsMinorGenericQgnPropMmsPostcardGreetingInactive = 0x149d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3074
    EAknsMinorGenericQgnPropDrmExpForbidSuper = 0x149e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3075
    EAknsMinorGenericQgnPropDrmRemovedLarge = 0x149f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3076
    EAknsMinorGenericQgnPropDrmRemovedTab3 = 0x14a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3077
    EAknsMinorGenericQgnPropDrmRightsExpSuper = 0x14a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3078
    EAknsMinorGenericQgnPropDrmRightsGroup = 0x14a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3079
    EAknsMinorGenericQgnPropDrmRightsInvalidTab3 = 0x14a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3080
    EAknsMinorGenericQgnPropDrmRightsValidSuper = 0x14a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3081
    EAknsMinorGenericQgnPropDrmRightsValidTab3 = 0x14a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3082
    EAknsMinorGenericQgnPropDrmSendForbidSuper = 0x14a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3083
    EAknsMinorGenericQgnPropDrmValidLarge = 0x14a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3084
    EAknsMinorGenericQgnPropMupPlaylistAuto = 0x14a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3085
    EAknsMinorGenericQgnStatCarkit = 0x14a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3086
    EAknsMinorGenericQgnGrafMmsVolumeOff = 0x14aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3087
    EAknsMinorGenericQgnGrafMmsVolumeOn = 0x14ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3088
    EAknsMinorGenericQgnStatRoaming = 0x14ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3089
    EAknsMinorGenericQgnStatRoamingUni = 0x14ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3090
    EAknsMinorGenericQgnGrafBarFrameCenter = 0x14ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3091
    EAknsMinorGenericQgnGrafBgPhobThumbnail = 0x14af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3092
    EAknsMinorGenericQgnGrafBlidDirMask = 0x14b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3093
    EAknsMinorGenericQgnGrafCalcResultsLine = 0x14b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3094
    EAknsMinorGenericQgnGrafMupBarFrame = 0x14b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3095
    EAknsMinorGenericQgnIndiAiNtAntenna = 0x14b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3096
    EAknsMinorGenericQgnIndiAiNtArrowLeft = 0x14b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3097
    EAknsMinorGenericQgnIndiAiNtArrowRight = 0x14b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3098
    EAknsMinorGenericQgnIndiAiNtAt = 0x14b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3099
    EAknsMinorGenericQgnIndiAiNtAttentio = 0x14b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3100
    EAknsMinorGenericQgnIndiAiNtBirthday = 0x14b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3101
    EAknsMinorGenericQgnIndiAiNtCamera = 0x14b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3102
    EAknsMinorGenericQgnIndiAiNtCar = 0x14ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3103
    EAknsMinorGenericQgnIndiAiNtConferen = 0x14bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3104
    EAknsMinorGenericQgnIndiAiNtDisc = 0x14bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3105
    EAknsMinorGenericQgnIndiAiNtFilm1 = 0x14bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3106
    EAknsMinorGenericQgnIndiAiNtFilmcam = 0x14be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3107
    EAknsMinorGenericQgnIndiAiNtFirstaid = 0x14bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3108
    EAknsMinorGenericQgnIndiAiNtHeadset = 0x14c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3109
    EAknsMinorGenericQgnIndiAiNtLove = 0x14c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3110
    EAknsMinorGenericQgnIndiAiNtMicrowav = 0x14c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3111
    EAknsMinorGenericQgnIndiAiNtMoney = 0x14c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3112
    EAknsMinorGenericQgnIndiAiNtMusic1 = 0x14c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3113
    EAknsMinorGenericQgnIndiAiNtRadio = 0x14c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3114
    EAknsMinorGenericQgnIndiAiNtRecordpl = 0x14c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3115
    EAknsMinorGenericQgnIndiAiNtScreen = 0x14c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3116
    EAknsMinorGenericQgnIndiAiNtStopwatc = 0x14c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3117
    EAknsMinorGenericQgnIndiAiNtTheme = 0x14c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3118
    EAknsMinorGenericQgnIndiAiNtTourweat = 0x14ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3119
    EAknsMinorGenericQgnIndiAiNtWorld = 0x14cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3120
    EAknsMinorGenericQgnIndiDrmRightsAdd = 0x14cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3121
    EAknsMinorGenericQgnPropFileSwf = 0x14cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3122
    EAknsMinorGenericQgnPropFileSwfSmall = 0x14ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3123
    EAknsMinorGenericQgnIndiVoipCallActive = 0x14cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3124
    EAknsMinorGenericQgnIndiVoipCallActive2 = 0x14d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3125
    EAknsMinorGenericQgnIndiVoipCallDisconn = 0x14d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3126
    EAknsMinorGenericQgnIndiVoipCallHeld = 0x14d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3127
    EAknsMinorGenericQgnIndiVoipCallWaiting1 = 0x14d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3128
    EAknsMinorGenericQgnIndiVoipCallWaiting2 = 0x14d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3129
    EAknsMinorGenericQgnIndiVoipCallWaitingDisconn = 0x14d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3130
    EAknsMinorGenericQgnIndiVoipReadiness = 0x14d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3131
    EAknsMinorGenericQgnStatDivertVoip = 0x14d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3132
    EAknsMinorGenericQgnStatImPs12 = 0x14d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3133
    EAknsMinorGenericQgnStatImPs16 = 0x14d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3134
    EAknsMinorGenericQgnStatKeyguardPs12 = 0x14da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3135
    EAknsMinorGenericQgnStatKeyguardPs16 = 0x14db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3136
    EAknsMinorGenericQgnStatMessageMailPs12 = 0x14dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3137
    EAknsMinorGenericQgnStatMessageMailPs16 = 0x14dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3138
    EAknsMinorGenericQgnStatMessagePs12 = 0x14de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3139
    EAknsMinorGenericQgnStatMessagePs16 = 0x14df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3140
    EAknsMinorGenericQgnStatMissedCallsPs12 = 0x14e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3141
    EAknsMinorGenericQgnStatMissedCallsPs16 = 0x14e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3142
    EAknsMinorGenericQgnStatVm0Ps12 = 0x14e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3143
    EAknsMinorGenericQgnStatVm0Ps16 = 0x14e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3144
    EAknsMinorGenericQgnGrafBlidDirringMask = 0x14e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3145
    EAknsMinorGenericQgnGrafCallFirstOneActiveEmegency = 0x14e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3146
    EAknsMinorGenericQgnGrafMmsAudioDrmInvalidSendForbid = 0x14e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3147
    EAknsMinorGenericQgnGrafMmsAudioDrmValidSend = 0x14e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3148
    EAknsMinorGenericQgnGrafMmsAudioDrmValidSendForbid = 0x14e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3149
    EAknsMinorGenericQgnGrafMmsImageDrmInvalidSendForbid = 0x14e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3150
    EAknsMinorGenericQgnGrafMmsPres = 0x14ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3151
    EAknsMinorGenericQgnGrafMmsPresCorrupted = 0x14eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3152
    EAknsMinorGenericQgnGrafMmsPresDrmInvalidSend = 0x14ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3153
    EAknsMinorGenericQgnGrafMmsPresDrmInvalidSendForbid = 0x14ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3154
    EAknsMinorGenericQgnGrafMmsVideoDrmInvalidSendForbid = 0x14ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3155
    EAknsMinorGenericQgnGrafMmsVideoDrmValidSend = 0x14ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3156
    EAknsMinorGenericQgnGrafMmsVideoDrmValidSendForbid = 0x14f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3157
    EAknsMinorGenericQgnGrafShutdown = 0x14f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3158
    EAknsMinorGenericQgnGrafShutdownBg = 0x14f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3159
    EAknsMinorGenericQgnGrafStartup = 0x14f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3160
    EAknsMinorGenericQgnGrafStartupBg = 0x14f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3161
    EAknsMinorGenericQgnGrafUsb = 0x14f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3162
    EAknsMinorGenericQgnGrafUsbBg = 0x14f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3163
    EAknsMinorGenericQgnIndiCallActiveEmergencyCallsta = 0x14f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3164
    EAknsMinorGenericQgnIndiMcePriorityHigh = 0x14f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3165
    EAknsMinorGenericQgnIndiMcePriorityLow = 0x14f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3166
    EAknsMinorGenericQgnIndiMupButtonNextDimmed = 0x14fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3167
    EAknsMinorGenericQgnIndiMupButtonPauseDimmed = 0x14fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3168
    EAknsMinorGenericQgnIndiMupButtonPlayDimmed = 0x14fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3169
    EAknsMinorGenericQgnIndiMupButtonPrevDimmed = 0x14fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3170
    EAknsMinorGenericQgnIndiMupButtonStopDimmed = 0x14fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3171
    EAknsMinorGenericQgnIndiMupRepeatOne = 0x14ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3172
    EAknsMinorGenericQgnIndiPocAdd = 0x1500,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3173
    EAknsMinorGenericQgnIndiVietFindSmall = 0x1501,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3174
    EAknsMinorGenericQgnNotePoc = 0x1502,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3175
    EAknsMinorGenericQgnPropFilePresentation = 0x1503,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3176
    EAknsMinorGenericQgnPropFilePresentationsSub = 0x1504,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3177
    EAknsMinorGenericQgnPropFilePresentationsTab4 = 0x1505,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3178
    EAknsMinorGenericQgnPropImFriendInvisible = 0x1506,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3179
    EAknsMinorGenericQgnPropMceDelivered = 0x1507,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3180
    EAknsMinorGenericQgnPropMceDeliveryFailed = 0x1508,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3181
    EAknsMinorGenericQgnPropMceDeliveryPending = 0x1509,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3182
    EAknsMinorGenericQgnPropMceMmsDelivered = 0x150a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3183
    EAknsMinorGenericQgnPropMceMmsDeliveryFailed = 0x150b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3184
    EAknsMinorGenericQgnPropMceMmsDeliveryPending = 0x150c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3185
    EAknsMinorGenericQgnPropMocFile = 0x150d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3186
    EAknsMinorGenericQgnPropMocFolder = 0x150e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3187
    EAknsMinorGenericQgnPropMocFolderSub = 0x150f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3188
    EAknsMinorGenericQgnPropModAudio = 0x1510,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3189
    EAknsMinorGenericQgnPropModAudioCol = 0x1511,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3190
    EAknsMinorGenericQgnPropModAudioExp = 0x1512,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3191
    EAknsMinorGenericQgnPropModChapter = 0x1513,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3192
    EAknsMinorGenericQgnPropModChapterCol = 0x1514,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3193
    EAknsMinorGenericQgnPropModChapterExp = 0x1515,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3194
    EAknsMinorGenericQgnPropModComment = 0x1516,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3195
    EAknsMinorGenericQgnPropModCommentCol = 0x1517,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3196
    EAknsMinorGenericQgnPropModCommentExp = 0x1518,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3197
    EAknsMinorGenericQgnPropModDoc = 0x1519,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3198
    EAknsMinorGenericQgnPropModDocCol = 0x151a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3199
    EAknsMinorGenericQgnPropModDocExp = 0x151b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3200
    EAknsMinorGenericQgnPropModHierarchyViewTab3 = 0x151c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3201
    EAknsMinorGenericQgnPropModImage = 0x151d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3202
    EAknsMinorGenericQgnPropModImageCol = 0x151e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3203
    EAknsMinorGenericQgnPropModImageExp = 0x151f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3204
    EAknsMinorGenericQgnPropModLayoutViewTab3 = 0x1520,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3205
    EAknsMinorGenericQgnPropModLink = 0x1521,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3206
    EAknsMinorGenericQgnPropModLinkCol = 0x1522,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3207
    EAknsMinorGenericQgnPropModLinkExp = 0x1523,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3208
    EAknsMinorGenericQgnPropModNormViewTab3 = 0x1524,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3209
    EAknsMinorGenericQgnPropModPaint = 0x1525,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3210
    EAknsMinorGenericQgnPropModPaintCol = 0x1526,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3211
    EAknsMinorGenericQgnPropModPaintExp = 0x1527,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3212
    EAknsMinorGenericQgnPropModPresentation = 0x1528,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3213
    EAknsMinorGenericQgnPropModPresentationCol = 0x1529,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3214
    EAknsMinorGenericQgnPropModPresentationExp = 0x152a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3215
    EAknsMinorGenericQgnPropModReference = 0x152b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3216
    EAknsMinorGenericQgnPropModReferenceCol = 0x152c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3217
    EAknsMinorGenericQgnPropModReferenceExp = 0x152d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3218
    EAknsMinorGenericQgnPropModSheet = 0x152e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3219
    EAknsMinorGenericQgnPropModSheetCol = 0x152f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3220
    EAknsMinorGenericQgnPropModSheetExp = 0x1530,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3221
    EAknsMinorGenericQgnPropModTable = 0x1531,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3222
    EAknsMinorGenericQgnPropModTableCol = 0x1532,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3223
    EAknsMinorGenericQgnPropModTableExp = 0x1533,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3224
    EAknsMinorGenericQgnPropModUnknown = 0x1534,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3225
    EAknsMinorGenericQgnPropModUnknownCol = 0x1535,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3226
    EAknsMinorGenericQgnPropModUnknownExp = 0x1536,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3227
    EAknsMinorGenericQgnPropModVideo = 0x1537,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3228
    EAknsMinorGenericQgnPropModVideoCol = 0x1538,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3229
    EAknsMinorGenericQgnPropModVideoExp = 0x1539,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3230
    EAknsMinorGenericQgnPropMopAlignHorizontalCenter = 0x153a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3231
    EAknsMinorGenericQgnPropMopAlignHorizontalLeft = 0x153b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3232
    EAknsMinorGenericQgnPropMopAlignHorizontalRight = 0x153c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3233
    EAknsMinorGenericQgnPropMopAlignVerticalBottom = 0x153d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3234
    EAknsMinorGenericQgnPropMopAlignVerticalCenter = 0x153e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3235
    EAknsMinorGenericQgnPropMopAlignVerticalTop = 0x153f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3236
    EAknsMinorGenericQgnPropMopAutoshape = 0x1540,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3237
    EAknsMinorGenericQgnPropMopAutoshapeArrowDown = 0x1541,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3238
    EAknsMinorGenericQgnPropMopAutoshapeArrowHeadDouble = 0x1542,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3239
    EAknsMinorGenericQgnPropMopAutoshapeArrowHeadSingle = 0x1543,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3240
    EAknsMinorGenericQgnPropMopAutoshapeArrowLeft = 0x1544,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3241
    EAknsMinorGenericQgnPropMopAutoshapeArrowRight = 0x1545,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3242
    EAknsMinorGenericQgnPropMopAutoshapeArrowUp = 0x1546,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3243
    EAknsMinorGenericQgnPropMopAutoshapeLine = 0x1547,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3244
    EAknsMinorGenericQgnPropMopAutoshapeOval = 0x1548,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3245
    EAknsMinorGenericQgnPropMopAutoshapeRectangle = 0x1549,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3246
    EAknsMinorGenericQgnPropMopAutoshapeRoundRectangle = 0x154a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3247
    EAknsMinorGenericQgnPropMopAutoshapeSmall = 0x154b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3248
    EAknsMinorGenericQgnPropMopAutoshapeTab2 = 0x154c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3249
    EAknsMinorGenericQgnPropMopBackgroundTab2 = 0x154d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3250
    EAknsMinorGenericQgnPropMopBorderTab2 = 0x154e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3251
    EAknsMinorGenericQgnPropMopChart = 0x154f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3252
    EAknsMinorGenericQgnPropMopChartSmall = 0x1550,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3253
    EAknsMinorGenericQgnPropMopComment = 0x1551,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3254
    EAknsMinorGenericQgnPropMopCommentSmall = 0x1552,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3255
    EAknsMinorGenericQgnPropMopEmpty = 0x1553,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3256
    EAknsMinorGenericQgnPropMopImage = 0x1554,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3257
    EAknsMinorGenericQgnPropMopImageSmall = 0x1555,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3258
    EAknsMinorGenericQgnPropMopLayoutTab3 = 0x1556,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3259
    EAknsMinorGenericQgnPropMopLineTab2 = 0x1557,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3260
    EAknsMinorGenericQgnPropMopNotesTab3 = 0x1558,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3261
    EAknsMinorGenericQgnPropMopNoteSmall = 0x1559,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3262
    EAknsMinorGenericQgnPropMopOutlineTab3 = 0x155a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3263
    EAknsMinorGenericQgnPropMopSetLayoutTab3 = 0x155b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3264
    EAknsMinorGenericQgnPropMopSetNotesTab3 = 0x155c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3265
    EAknsMinorGenericQgnPropMopSetOutlineTab3 = 0x155d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3266
    EAknsMinorGenericQgnPropMopSlide = 0x155e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3267
    EAknsMinorGenericQgnPropMopSlide2Column = 0x155f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3268
    EAknsMinorGenericQgnPropMopSlideBlank = 0x1560,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3269
    EAknsMinorGenericQgnPropMopSlideBullets = 0x1561,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3270
    EAknsMinorGenericQgnPropMopSlideCol = 0x1562,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3271
    EAknsMinorGenericQgnPropMopSlideColHidden = 0x1563,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3272
    EAknsMinorGenericQgnPropMopSlideExp = 0x1564,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3273
    EAknsMinorGenericQgnPropMopSlideExpHidden = 0x1565,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3274
    EAknsMinorGenericQgnPropMopSlideHidden = 0x1566,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3275
    EAknsMinorGenericQgnPropMopSlideImageAndText = 0x1567,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3276
    EAknsMinorGenericQgnPropMopSlideTable = 0x1568,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3277
    EAknsMinorGenericQgnPropMopSlideTextAndImage = 0x1569,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3278
    EAknsMinorGenericQgnPropMopSlideTitle1Row = 0x156a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3279
    EAknsMinorGenericQgnPropMopSlideTitle2Row = 0x156b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3280
    EAknsMinorGenericQgnPropMopTable = 0x156c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3281
    EAknsMinorGenericQgnPropMopTableSmall = 0x156d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3282
    EAknsMinorGenericQgnPropMopTextbox = 0x156e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3283
    EAknsMinorGenericQgnPropMopTextboxSmall = 0x156f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3284
    EAknsMinorGenericQgnPropMopTextboxTab2 = 0x1570,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3285
    EAknsMinorGenericQgnPropMopUnknown = 0x1571,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3286
    EAknsMinorGenericQgnPropMopUnknownSmall = 0x1572,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3287
    EAknsMinorGenericQgnPropMoEmpty = 0x1573,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3288
    EAknsMinorGenericQgnPropMoFormatBorderTab4 = 0x1574,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3289
    EAknsMinorGenericQgnPropMoFormatBulletTab4 = 0x1575,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3290
    EAknsMinorGenericQgnPropMoFormatFontStyleTab4 = 0x1576,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3291
    EAknsMinorGenericQgnPropMoFormatFontTab4 = 0x1577,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3292
    EAknsMinorGenericQgnPropMoFormatParaTab4 = 0x1578,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3293
    EAknsMinorGenericQgnPropMoMmcMemc = 0x1579,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3294
    EAknsMinorGenericQgnPropMoPhoneMemc = 0x157a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3295
    EAknsMinorGenericQgnPropNrtypCnap = 0x157b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3296
    EAknsMinorGenericQgnPropNrtypPoc = 0x157c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3297
    EAknsMinorGenericQgnStatFarsiCase = 0x157d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3298
    EAknsMinorGenericQgnStatPocDnd = 0x157e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3299
    EAknsMinorGenericQgnStatPocMissed = 0x157f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3300
    EAknsMinorGenericQgnStatPocMissedUni = 0x1580,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3301
    EAknsMinorGenericQgnStatPocPocOn = 0x1581,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3302
    EAknsMinorGenericQgnGrafBarFrameSideL = 0x1582,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3303
    EAknsMinorGenericQgnGrafBarFrameSideR = 0x1583,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3304
    EAknsMinorGenericQgnPropCaleAccepted = 0x1584,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3305
    EAknsMinorGenericQgnPropCaleAttendance = 0x1585,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3306
    EAknsMinorGenericQgnPropCaleInfo = 0x1586,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3307
    EAknsMinorGenericQgnPropCaleNotanswered = 0x1587,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3308
    EAknsMinorGenericQgnPropCaleOrganizer = 0x1588,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3309
    EAknsMinorGenericQgnPropCaleRejected = 0x1589,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3310
    EAknsMinorGenericQgnPropCaleTentative = 0x158a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3311
    EAknsMinorGenericQgnPropMceMeetreqFetRead = 0x158b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3312
    EAknsMinorGenericQgnPropMceMeetreqFetUnread = 0x158c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3313
    EAknsMinorGenericQgnPropMceMeetreqReaDel = 0x158d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3314
    EAknsMinorGenericQgnPropMceMeetreqUnfetRead = 0x158e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3315
    EAknsMinorGenericQgnPropMceMeetreqUnfetUnread = 0x158f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3316
    EAknsMinorGenericQgnGrafLineMessageHorizontal = 0x1590,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3317
    EAknsMinorGenericQgnPropGroupCollapsed = 0x1591,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3318
    EAknsMinorGenericQgnPropGroupExpanded = 0x1592,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3319
    EAknsMinorGenericQgnPropSnoteWlanAdhoc = 0x1593,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3320
    EAknsMinorGenericQgnPropSnoteWlanInfra = 0x1594,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3321
    EAknsMinorGenericQgnStatVoipReadiness = 0x1595,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3322
    EAknsMinorGenericQgnPropMceMeetreqReadDel = 0x1596,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3323
    EAknsMinorGenericQgnPropMosCells = 0x1597,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3324
    EAknsMinorGenericQgnPropMosChart = 0x1598,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3325
    EAknsMinorGenericQgnPropMosClearBoth = 0x1599,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3326
    EAknsMinorGenericQgnPropMosClearContent = 0x159a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3327
    EAknsMinorGenericQgnPropMosClearFormatting = 0x159b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3328
    EAknsMinorGenericQgnPropMosDetailsTab2 = 0x159c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3329
    EAknsMinorGenericQgnPropMosEditCell = 0x159d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3330
    EAknsMinorGenericQgnPropMosEditLinkAddress = 0x159e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3331
    EAknsMinorGenericQgnPropMosEditLinkName = 0x159f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3332
    EAknsMinorGenericQgnPropMosEditName = 0x15a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3333
    EAknsMinorGenericQgnPropMosFindLocTab2 = 0x15a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3334
    EAknsMinorGenericQgnPropMosFindTab2 = 0x15a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3335
    EAknsMinorGenericQgnPropMosFormatAlignTab4 = 0x15a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3336
    EAknsMinorGenericQgnPropMosFormatNumberTab4 = 0x15a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3337
    EAknsMinorGenericQgnPropMosFuncAllTab3 = 0x15a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3338
    EAknsMinorGenericQgnPropMosFuncCategoryTab3 = 0x15a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3339
    EAknsMinorGenericQgnPropMosFuncCommonTab3 = 0x15a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3340
    EAknsMinorGenericQgnPropMosFuncDatetime = 0x15a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3341
    EAknsMinorGenericQgnPropMosFuncDatetimeTab4 = 0x15a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3342
    EAknsMinorGenericQgnPropMosFuncFinancial = 0x15aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3343
    EAknsMinorGenericQgnPropMosFuncFinancialTab4 = 0x15ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3344
    EAknsMinorGenericQgnPropMosFuncInfo = 0x15ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3345
    EAknsMinorGenericQgnPropMosFuncInfoTab4 = 0x15ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3346
    EAknsMinorGenericQgnPropMosFuncLogical = 0x15ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3347
    EAknsMinorGenericQgnPropMosFuncLogicalTab4 = 0x15af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3348
    EAknsMinorGenericQgnPropMosFuncLookup = 0x15b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3349
    EAknsMinorGenericQgnPropMosFuncLookupTab4 = 0x15b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3350
    EAknsMinorGenericQgnPropMosFuncMath = 0x15b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3351
    EAknsMinorGenericQgnPropMosFuncMathTab4 = 0x15b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3352
    EAknsMinorGenericQgnPropMosFuncStatistic = 0x15b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3353
    EAknsMinorGenericQgnPropMosFuncStatisticTab4 = 0x15b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3354
    EAknsMinorGenericQgnPropMosFuncText = 0x15b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3355
    EAknsMinorGenericQgnPropMosFuncTextTab4 = 0x15b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3356
    EAknsMinorGenericQgnPropMosLabelTab2 = 0x15b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3357
    EAknsMinorGenericQgnPropMosSelectSheet = 0x15b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3358
    EAknsMinorGenericQgnPropMosSetChartStyleTab2 = 0x15ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3359
    EAknsMinorGenericQgnPropMosSetChartTitleTab2 = 0x15bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3360
    EAknsMinorGenericQgnPropMosSetGeneralTab2 = 0x15bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3361
    EAknsMinorGenericQgnPropMosSetSheetTab2 = 0x15bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3362
    EAknsMinorGenericQgnPropMosSheet = 0x15be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3363
    EAknsMinorGenericQgnPropMosSheetCol = 0x15bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3364
    EAknsMinorGenericQgnPropMosSheetExp = 0x15c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3365
    EAknsMinorGenericQgnPropMosXaxisScaleTab2 = 0x15c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3366
    EAknsMinorGenericQgnPropMosXaxisStyleTab2 = 0x15c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3367
    EAknsMinorGenericQgnPropMosYaxisAppearTab3 = 0x15c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3368
    EAknsMinorGenericQgnPropMosYaxisFormatTab3 = 0x15c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3369
    EAknsMinorGenericQgnPropMosYaxisScaleTab3 = 0x15c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3370
    EAknsMinorGenericQgnStatModTarm = 0x15c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3371
    EAknsMinorGenericQgnStatTarm = 0x15c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3372
    EAknsMinorGenericQgnGrafMupVisualizerImageMaskIcon = 0x15c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3373
    EAknsMinorGenericQgnPropDycInsertImage = 0x15c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3374
    EAknsMinorGenericQgnGrafBlidDirBg = 0x15c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3375
    EAknsMinorGenericQgnGrafMupVisualizerBgImage1 = 0x15c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3376
    EAknsMinorGenericQgnGrafMupVisualizerBgImage2 = 0x15ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3377
    EAknsMinorGenericQgnIndiPocContactAdd = 0x15cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3378
    EAknsMinorGenericQgnPropFileRss = 0x15cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3379
    EAknsMinorGenericQgnPropFolderRss = 0x15cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3380
    EAknsMinorGenericQgnPropPocBlock = 0x15ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3381
    EAknsMinorGenericQgnStatTvout = 0x15cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3382
    EAknsMinorGenericQgnGrafIdleFadeLsc = 0x15d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3383
    EAknsMinorGenericQgnGrafScrollArrowDown = 0x15d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3384
    EAknsMinorGenericQgnGrafScrollArrowUp = 0x15d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3385
    EAknsMinorGenericQgnGrafStatIndiButtonAvailable = 0x15d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3386
    EAknsMinorGenericQgnGrafTouchBg = 0x15d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3387
    EAknsMinorGenericQgnIndiAiMusicForw = 0x15d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3388
    EAknsMinorGenericQgnIndiAiMusicRew = 0x15d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3389
    EAknsMinorGenericQgnIndiCypheringOn = 0x15d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3390
    EAknsMinorGenericQgnIndiMceAttach = 0x15d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3391
    EAknsMinorGenericQgnIndiMmsAudioPause = 0x15d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3392
    EAknsMinorGenericQgnIndiMmsAudioPlay = 0x15da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3393
    EAknsMinorGenericQgnIndiMmsAudioRecord = 0x15db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3394
    EAknsMinorGenericQgnIndiMtvParentalControl = 0x15dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3395
    EAknsMinorGenericQgnIndiMtvPaused = 0x15dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3396
    EAknsMinorGenericQgnIndiMtvRec = 0x15de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3397
    EAknsMinorGenericQgnIndiMtvRecAdd = 0x15df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3398
    EAknsMinorGenericQgnIndiMtvRightsForbid = 0x15e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3399
    EAknsMinorGenericQgnIndiMtvServicesInfoAdd = 0x15e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3400
    EAknsMinorGenericQgnIndiMupForw = 0x15e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3401
    EAknsMinorGenericQgnIndiMupForwAdd = 0x15e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3402
    EAknsMinorGenericQgnIndiMupRew = 0x15e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3403
    EAknsMinorGenericQgnIndiMupRewAdd = 0x15e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3404
    EAknsMinorGenericQgnIndiTouchAvailable = 0x15e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3405
    EAknsMinorGenericQgnIndiTouchSelected = 0x15e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3406
    EAknsMinorGenericQgnIndiTouchUnavailable = 0x15e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3407
    EAknsMinorGenericQgnIndiTpAppsgrid = 0x15e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3408
    EAknsMinorGenericQgnIndiTpAppswapper = 0x15ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3409
    EAknsMinorGenericQgnIndiTpFullscreen = 0x15eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3410
    EAknsMinorGenericQgnIndiTpIdle = 0x15ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3411
    EAknsMinorGenericQgnIndiTpInput = 0x15ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3412
    EAknsMinorGenericQgnIndiTpRotateScreen = 0x15ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3413
    EAknsMinorGenericQgnIndiTpToolbar = 0x15ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3414
    EAknsMinorGenericQgnMenuImAway = 0x15f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3415
    EAknsMinorGenericQgnMenuImInvisible = 0x15f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3416
    EAknsMinorGenericQgnMenuImOn = 0x15f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3417
    EAknsMinorGenericQgnNoteBrowser = 0x15f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3418
    EAknsMinorGenericQgnNoteMtvProgStart = 0x15f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3419
    EAknsMinorGenericQgnPropFmgrBackupSub = 0x15f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3420
    EAknsMinorGenericQgnPropFmgrMmcNoSub = 0x15f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3421
    EAknsMinorGenericQgnPropFmgrMmcSub = 0x15f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3422
    EAknsMinorGenericQgnPropFmgrPhoneMemcSub = 0x15f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3423
    EAknsMinorGenericQgnPropFolderEmpty = 0x15f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3424
    EAknsMinorGenericQgnPropImJoinedNotSavedUnread = 0x15fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3425
    EAknsMinorGenericQgnPropImListUnread = 0x15fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3426
    EAknsMinorGenericQgnPropImNonuserCreatedSavedActiveUnread = 0x15fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3427
    EAknsMinorGenericQgnPropImUserCreatedActiveUnread = 0x15fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3428
    EAknsMinorGenericQgnPropMceAudio = 0x15fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3429
    EAknsMinorGenericQgnPropMceAudioUnread = 0x15ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3430
    EAknsMinorGenericQgnPropMtvChannel = 0x1600,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3431
    EAknsMinorGenericQgnPropMtvChannelPackage = 0x1601,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3432
    EAknsMinorGenericQgnPropMtvChannelProgramSecured = 0x1602,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3433
    EAknsMinorGenericQgnPropMtvFolderVideo = 0x1603,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3434
    EAknsMinorGenericQgnPropMtvFolderVideoNew = 0x1604,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3435
    EAknsMinorGenericQgnPropMtvParentalControl = 0x1605,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3436
    EAknsMinorGenericQgnPropMtvProgram = 0x1606,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3437
    EAknsMinorGenericQgnPropMtvProgClip = 0x1607,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3438
    EAknsMinorGenericQgnPropMtvProgClipNew = 0x1608,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3439
    EAknsMinorGenericQgnPropMtvRightsForbid = 0x1609,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3440
    EAknsMinorGenericQgnPropMtvServicesCall = 0x160a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3441
    EAknsMinorGenericQgnPropMtvServicesJava = 0x160b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3442
    EAknsMinorGenericQgnPropMtvServicesSms = 0x160c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3443
    EAknsMinorGenericQgnPropMtvServicesWeb = 0x160d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3444
    EAknsMinorGenericQgnPropNrtypSimContact = 0x160e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3445
    EAknsMinorGenericQgnPropPocChannelGroup1 = 0x160f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3446
    EAknsMinorGenericQgnPropPocChannelGroup2 = 0x1610,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3447
    EAknsMinorGenericQgnPropPocGroupDetails = 0x1611,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3448
    EAknsMinorGenericQgnPropPocGroupMembers = 0x1612,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3449
    EAknsMinorGenericQgnPropPocNetworkGroup1 = 0x1613,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3450
    EAknsMinorGenericQgnPropPocNetworkGroup2 = 0x1614,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3451
    EAknsMinorGenericQgnStatCaseDevanagari = 0x1615,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3452
    EAknsMinorGenericQgnStatCaseDevanagariNumeric = 0x1616,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3453
    EAknsMinorGenericQgnStatIndiMtvOn = 0x1617,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3454
    EAknsMinorGenericQgnStatPocNewRequest = 0x1618,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3455
    EAknsMinorGenericQgnStatPocNewRequestUni = 0x1619,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3456
    EAknsMinorGenericQgnAreaMainMup2 = 0x161a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3457
    EAknsMinorGenericQgnGrafImBg = 0x161b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3458
    EAknsMinorGenericQgnGrafMup2BarFrame = 0x161c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3459
    EAknsMinorGenericQgnGrafMup2BarProgress = 0x161d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3460
    EAknsMinorGenericQgnGrafMup2VisualizerImage = 0x161e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3461
    EAknsMinorGenericQgnIndiAiMupButtonNext = 0x161f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3462
    EAknsMinorGenericQgnIndiAiMupButtonPause = 0x1620,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3463
    EAknsMinorGenericQgnIndiAiMupButtonPlay = 0x1621,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3464
    EAknsMinorGenericQgnIndiAiMupButtonPrev = 0x1622,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3465
    EAknsMinorGenericQgnIndiAiMupButtonStop = 0x1623,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3466
    EAknsMinorGenericQgnIndiAiRadioButtonNext = 0x1624,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3467
    EAknsMinorGenericQgnIndiAiRadioButtonOff = 0x1625,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3468
    EAknsMinorGenericQgnIndiAiRadioButtonOn = 0x1626,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3469
    EAknsMinorGenericQgnIndiAiRadioButtonPrev = 0x1627,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3470
    EAknsMinorGenericQgnIndiCamsPhoto = 0x1628,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3471
    EAknsMinorGenericQgnIndiCamsVideo = 0x1629,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3472
    EAknsMinorGenericQgnIndiFileCorrupted = 0x162a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3473
    EAknsMinorGenericQgnIndiMceTb = 0x162b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3474
    EAknsMinorGenericQgnIndiMceTbAudio = 0x162c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3475
    EAknsMinorGenericQgnIndiMceTbImage = 0x162d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3476
    EAknsMinorGenericQgnIndiMceTbOther = 0x162e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3477
    EAknsMinorGenericQgnIndiMceTbPres = 0x162f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3478
    EAknsMinorGenericQgnIndiMceTbText = 0x1630,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3479
    EAknsMinorGenericQgnIndiMceTbVideo = 0x1631,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3480
    EAknsMinorGenericQgnIndiMup2ButtonPause = 0x1632,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3481
    EAknsMinorGenericQgnIndiMup2ButtonPauseDimmed = 0x1633,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3482
    EAknsMinorGenericQgnIndiMup2ButtonPausePressed = 0x1634,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3483
    EAknsMinorGenericQgnIndiMup2ButtonPlay = 0x1635,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3484
    EAknsMinorGenericQgnIndiMup2ButtonPlayDimmed = 0x1636,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3485
    EAknsMinorGenericQgnIndiMup2ButtonPlayPressed = 0x1637,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3486
    EAknsMinorGenericQgnIndiMup2ButtonPrev = 0x1638,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3487
    EAknsMinorGenericQgnIndiMup2ButtonPrevDimmed = 0x1639,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3488
    EAknsMinorGenericQgnIndiMup2ButtonPrevPressed = 0x163a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3489
    EAknsMinorGenericQgnIndiMupButtonMinus = 0x163b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3490
    EAknsMinorGenericQgnIndiMupButtonMinusDimmed = 0x163c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3491
    EAknsMinorGenericQgnIndiMupButtonMinusPressed = 0x163d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3492
    EAknsMinorGenericQgnIndiMupButtonNextPressed = 0x163e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3493
    EAknsMinorGenericQgnIndiMupButtonPlus = 0x163f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3494
    EAknsMinorGenericQgnIndiMupButtonPlusDimmed = 0x1640,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3495
    EAknsMinorGenericQgnIndiMupButtonPlusPressed = 0x1641,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3496
    EAknsMinorGenericQgnIndiRepeatExceptionAdd = 0x1642,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3497
    EAknsMinorGenericQgnIndiWmlRss = 0x1643,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3498
    EAknsMinorGenericQgnMenuAmMidlet = 0x1644,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3499
    EAknsMinorGenericQgnMenuAmSis = 0x1645,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3500
    EAknsMinorGenericQgnPropMceAudioTitle = 0x1646,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3501
    EAknsMinorGenericQgnPropMceEmailTitle = 0x1647,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3502
    EAknsMinorGenericQgnPropMceMmsTitle = 0x1648,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3503
    EAknsMinorGenericQgnPropMcePostcardTitle = 0x1649,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3504
    EAknsMinorGenericQgnPropMceSmsTitle = 0x164a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3505
    EAknsMinorGenericQgnPropPslnAiSub = 0x164b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3506
    EAknsMinorGenericQgnPropPslnAiTab4 = 0x164c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3507
    EAknsMinorGenericQgnPropPslnAppsgridSub = 0x164d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3508
    EAknsMinorGenericQgnPropPslnAppsgridTab4 = 0x164e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3509
    EAknsMinorGenericQgnPropPslnGeneralSub = 0x164f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3510
    EAknsMinorGenericQgnPropPslnGeneralTab4 = 0x1650,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3511
    EAknsMinorGenericQgnPropPslnSsaverSub = 0x1651,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3512
    EAknsMinorGenericQgnPropPslnSsaverTab4 = 0x1652,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3513
    EAknsMinorGenericQgnPropPslnWpaperSub = 0x1653,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3514
    EAknsMinorGenericQgnPropPslnWpaperTab4 = 0x1654,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3515
    EAknsMinorGenericQgnPropSetAppsAm = 0x1655,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3516
    EAknsMinorGenericQgnPropSetAppsBt = 0x1656,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3517
    EAknsMinorGenericQgnPropSetAppsCale = 0x1657,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3518
    EAknsMinorGenericQgnPropSetAppsCams = 0x1658,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3519
    EAknsMinorGenericQgnPropSetAppsIm = 0x1659,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3520
    EAknsMinorGenericQgnPropSetAppsLoc = 0x165a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3521
    EAknsMinorGenericQgnPropSetAppsLog = 0x165b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3522
    EAknsMinorGenericQgnPropSetAppsMce = 0x165c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3523
    EAknsMinorGenericQgnPropSetAppsPhob = 0x165d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3524
    EAknsMinorGenericQgnPropSetAppsPoc = 0x165e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3525
    EAknsMinorGenericQgnPropSetAppsRp = 0x165f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3526
    EAknsMinorGenericQgnPropSetAppsSis = 0x1660,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3527
    EAknsMinorGenericQgnPropSetAppsSub = 0x1661,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3528
    EAknsMinorGenericQgnPropSetAppsTab4 = 0x1662,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3529
    EAknsMinorGenericQgnPropSetAppsUsb = 0x1663,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3530
    EAknsMinorGenericQgnPropSetAppsVoirec = 0x1664,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3531
    EAknsMinorGenericQgnPropSetAppsWml = 0x1665,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3532
    EAknsMinorGenericQgnPropSetConnAccp = 0x1666,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3533
    EAknsMinorGenericQgnPropSetConnConfig = 0x1667,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3534
    EAknsMinorGenericQgnPropSetConnData = 0x1668,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3535
    EAknsMinorGenericQgnPropSetConnDm = 0x1669,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3536
    EAknsMinorGenericQgnPropSetConnGprs = 0x166a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3537
    EAknsMinorGenericQgnPropSetConnSip = 0x166b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3538
    EAknsMinorGenericQgnPropSetConnSub = 0x166c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3539
    EAknsMinorGenericQgnPropSetConnTab4 = 0x166d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3540
    EAknsMinorGenericQgnPropSetConnVoip = 0x166e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3541
    EAknsMinorGenericQgnPropSetConnVpn = 0x166f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3542
    EAknsMinorGenericQgnPropSetConnWlan = 0x1670,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3543
    EAknsMinorGenericQgnPropSetGeneLoc = 0x1671,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3544
    EAknsMinorGenericQgnPropSetGenePhone = 0x1672,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3545
    EAknsMinorGenericQgnPropSetGenePsln = 0x1673,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3546
    EAknsMinorGenericQgnPropSetGeneTv = 0x1674,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3547
    EAknsMinorGenericQgnStatCaseArabicNumericSelect = 0x1675,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3548
    EAknsMinorGenericQgnStatCaseArabicSelect = 0x1676,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3549
    EAknsMinorGenericQgnStatCaseCapitalFullSelect = 0x1677,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3550
    EAknsMinorGenericQgnStatCaseCapitalSelect = 0x1678,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3551
    EAknsMinorGenericQgnStatCaseHebrewSelect = 0x1679,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3552
    EAknsMinorGenericQgnStatCaseNumericFullSelect = 0x167a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3553
    EAknsMinorGenericQgnStatCaseNumericSelect = 0x167b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3554
    EAknsMinorGenericQgnStatCaseSmallFullSelect = 0x167c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3555
    EAknsMinorGenericQgnStatCaseSmallSelect = 0x167d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3556
    EAknsMinorGenericQgnStatCaseTextFullSelect = 0x167e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3557
    EAknsMinorGenericQgnStatCaseTextSelect = 0x167f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3558
    EAknsMinorGenericQgnStatCaseThaiSelect = 0x1680,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3559
    EAknsMinorGenericQgnStatFarsiCaseSelect = 0x1681,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3560
    EAknsMinorGenericQgnStatImAway = 0x1682,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3561
    EAknsMinorGenericQgnStatImAwayUni = 0x1683,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3562
    EAknsMinorGenericQgnStatImInvisible = 0x1684,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3563
    EAknsMinorGenericQgnStatImInvisibleUni = 0x1685,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3564
    EAknsMinorGenericQgnStatImOnline = 0x1686,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3565
    EAknsMinorGenericQgnStatImOnlineUni = 0x1687,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3566
    EAknsMinorGenericQgnStatIndiMtvRec = 0x1688,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3567
    EAknsMinorGenericQgnStatMceAudio = 0x1689,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3568
    EAknsMinorGenericQgnStatMceAudioUni = 0x168a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3569
    EAknsMinorGenericQgnStatVietCaseCapitalSelect = 0x168b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3570
    EAknsMinorGenericQgnStatVietCaseSmallSelect = 0x168c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3571
    EAknsMinorGenericQgnStatVietCaseTextSelect = 0x168d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3572
    EAknsMinorGenericQgnGrafScrollArrowLeft = 0x168e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3573
    EAknsMinorGenericQgnGrafScrollArrowRight = 0x168f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3574
    EAknsMinorGenericQgnIndiChiFindHwrSimple = 0x1690,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3575
    EAknsMinorGenericQgnIndiChiFindHwrTrad = 0x1691,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3576
    EAknsMinorGenericQgnIndiMup2ButtonMinus = 0x1692,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3577
    EAknsMinorGenericQgnIndiMup2ButtonMinusDimmed = 0x1693,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3578
    EAknsMinorGenericQgnIndiMup2ButtonMinusPressed = 0x1694,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3579
    EAknsMinorGenericQgnIndiMup2ButtonNext = 0x1695,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3580
    EAknsMinorGenericQgnIndiMup2ButtonNextDimmed = 0x1696,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3581
    EAknsMinorGenericQgnIndiMup2ButtonNextPressed = 0x1697,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3582
    EAknsMinorGenericQgnIndiMup2ButtonPlus = 0x1698,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3583
    EAknsMinorGenericQgnIndiMup2ButtonPlusDimmed = 0x1699,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3584
    EAknsMinorGenericQgnIndiMup2ButtonPlusPressed = 0x169a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3585
    EAknsMinorGenericQgnIndiTpDialler = 0x169b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3586
    EAknsMinorGenericQgnIndiTpHelp = 0x169c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3587
    EAknsMinorGenericQgnPropFileRssNew = 0x169d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3588
    EAknsMinorGenericQgnPropFileRssRead = 0x169e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3589
    EAknsMinorGenericQgnPropFileRssUnread = 0x169f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3590
    EAknsMinorGenericQgnPropImAwayTitle = 0x16a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3591
    EAknsMinorGenericQgnPropImInvisibleTitle = 0x16a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3592
    EAknsMinorGenericQgnPropImOffTitle = 0x16a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3593
    EAknsMinorGenericQgnPropImOnTitle = 0x16a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3594
    EAknsMinorGenericQgnPropMceMmsDeliveryUnknown = 0x16a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3595
    EAknsMinorGenericQgnPropNrtypAssistant = 0x16a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3596
    EAknsMinorGenericQgnPropNrtypCar = 0x16a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3597
    EAknsMinorGenericQgnPropNrtypReadOnly = 0x16a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3598
    EAknsMinorGenericQgnPropNrtypSip = 0x16a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3599
    EAknsMinorGenericQgnPropNrtypSwis = 0x16a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3600
    EAknsMinorGenericQgnPropSetAppsRadio = 0x16aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3601
    EAknsMinorGenericQgnPropSetGeneSub = 0x16ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3602
    EAknsMinorGenericQgnPropSetGeneTab4 = 0x16ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3603
    EAknsMinorGenericQgnStatChiHwrSimple = 0x16ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3604
    EAknsMinorGenericQgnStatChiHwrTrad = 0x16ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3605
    EAknsMinorGenericQgnGrafBgTouchHorizontal = 0x16d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3606
    EAknsMinorGenericQgnGrafBgTouchVertical = 0x16d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3607
    EAknsMinorGenericQgnGrafMmsAudioInsert = 0x16d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3608
    EAknsMinorGenericQgnGrafMup2BarProgress2 = 0x16d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3609
    EAknsMinorGenericQgnGrafMup2VisualizerBgImage2 = 0x16d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3610
    EAknsMinorGenericQgnIndiCamsLocFound = 0x16d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3611
    EAknsMinorGenericQgnIndiCamsLocNotFound = 0x16d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3612
    EAknsMinorGenericQgnIndiRss2ArrowLeft = 0x16da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3613
    EAknsMinorGenericQgnIndiRss2ArrowRight = 0x16db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3614
    EAknsMinorGenericQgnIndiViewerPointerText = 0x16dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3615
    EAknsMinorGenericQgnPropCamsSetImageTab3 = 0x16dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3616
    EAknsMinorGenericQgnPropCamsSetLocTab3 = 0x16de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3617
    EAknsMinorGenericQgnPropCamsSetVideoTab3 = 0x16df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3618
    EAknsMinorGenericQgnPropPocGroupTab3 = 0x16e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3619
    EAknsMinorGenericQgnPropPocXdm = 0x16e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3620
    EAknsMinorGenericQgnPropPslnCimageSub = 0x16e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3621
    EAknsMinorGenericQgnPropSetConnXdm = 0x16e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3622
    EAknsMinorGenericQgnStatVideoSharing = 0x16e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3623
    EAknsMinorGenericQgnVideoPluginAnimBuffering = 0x16e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3624
    EAknsMinorGenericQgnVideoPluginAnimNoVisual = 0x16e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3625
    EAknsMinorGenericQgnGrafBubblePocIncall = 0x16e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3626
    EAknsMinorGenericQgnIndiCamsFlashAuto = 0x16e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3627
    EAknsMinorGenericQgnIndiMidpChoicegroup = 0x16e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3628
    EAknsMinorGenericQgnIndiPocUserDnd = 0x16ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3629
    EAknsMinorGenericQgnIndiPocUserLoggedIn = 0x16eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3630
    EAknsMinorGenericQgnIndiPocUserNotLogged = 0x16ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3631
    EAknsMinorGenericQgnIndiPocUserUnknown = 0x16ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3632
    EAknsMinorGenericQgnPropFolderVcMedia = 0x16ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3633
    EAknsMinorGenericQgnPropGalleryLocSuper = 0x16ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3634
    EAknsMinorGenericQgnPropImFriendBusy = 0x16f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3635
    EAknsMinorGenericQgnPropImFriendOnMobile = 0x16f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3636
    EAknsMinorGenericQgnPropImOnMobileTitle = 0x16f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3637
    EAknsMinorGenericQgnPropPocInboxCallbackReqRead = 0x16f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3638
    EAknsMinorGenericQgnPropPocInboxCallbackReqUnread = 0x16f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3639
    EAknsMinorGenericQgnPropPocLogInSub = 0x16f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3640
    EAknsMinorGenericQgnPropPocLogMissedSub = 0x16f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3641
    EAknsMinorGenericQgnPropPocLogOutSub = 0x16f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3642
    EAknsMinorGenericQgnPropSetDefaultSub = 0x16f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3643
    EAknsMinorGenericQgnPropSetMpStreamTab2 = 0x16f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3644
    EAknsMinorGenericQgnPropSetMpVideoTab2 = 0x16fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3645
    EAknsMinorGenericQgnPropVcMediaNext = 0x16fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3646
    EAknsMinorGenericQgnPropVcMediaPause = 0x16fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3647
    EAknsMinorGenericQgnPropVcMediaPlay = 0x16fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3648
    EAknsMinorGenericQgnPropVcMediaPrev = 0x16fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3649
    EAknsMinorGenericQgnPropVcMediaStop = 0x16ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3650
    EAknsMinorGenericQgnPropVcMediaVolumeDown = 0x1700,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3651
    EAknsMinorGenericQgnPropVcMediaVolumeUp = 0x1701,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3652
    EAknsMinorGenericQgnPropWmlFolderAdapSub = 0x1702,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3653
    EAknsMinorGenericQgnPropWmlFolderBmSub = 0x1703,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3654
    EAknsMinorGenericQgnPropWmlFolderNewsSub = 0x1704,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3655
    EAknsMinorGenericQgnPropWmlFolderPageSub = 0x1705,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3656
    EAknsMinorGenericQgnGrafBarWaitIdle = 0x1706,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3657
    EAknsMinorGenericQgnGrafBarWaitIncrem = 0x1707,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3658
    EAknsMinorGenericQgnGrafBarWaitIncrem02 = 0x1708,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3659
    EAknsMinorGenericQgnGrafBarWaitIncrem03 = 0x1709,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3660
    EAknsMinorGenericQgnGrafBarWaitIncrem04 = 0x170a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3661
    EAknsMinorGenericQgnGrafBarWaitIncrem05 = 0x170b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3662
    EAknsMinorGenericQgnGrafBarWaitIncrem06 = 0x170c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3663
    EAknsMinorGenericQgnGrafBarWaitIncrem07 = 0x170d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3664
    EAknsMinorGenericQgnGrafBarWaitIncrem08 = 0x170e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3665
    EAknsMinorGenericQgnGrafBarWaitIncrem09 = 0x170f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3666
    EAknsMinorGenericQgnGrafBarWaitIncrem10 = 0x1710,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3667
    EAknsMinorGenericQgnGrafBarWaitIncrem11 = 0x1711,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3668
    EAknsMinorGenericQgnGrafBarWaitIncrem12 = 0x1712,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3669
    EAknsMinorGenericQgnGrafBarWaitIncrem13 = 0x1713,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3670
    EAknsMinorGenericQgnGrafBarWaitIncrem14 = 0x1714,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3671
    EAknsMinorGenericQgnGrafBarWaitIncrem15 = 0x1715,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3672
    EAknsMinorGenericQgnGrafBarWaitIncrem16 = 0x1716,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3673
    EAknsMinorGenericQgnGrafBarWaitIncrem17 = 0x1717,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3674
    EAknsMinorGenericQgnGrafBarWaitIncrem18 = 0x1718,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3675
    EAknsMinorGenericQgnGrafBarWaitIncrem19 = 0x1719,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3676
    EAknsMinorGenericQgnGrafBarWaitIncremIdle = 0x171a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3677
    EAknsMinorGenericQgnGrafFepBgColour = 0x171b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3678
    EAknsMinorGenericQgnGrafFepCandiListClose = 0x171c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3679
    EAknsMinorGenericQgnGrafFepCandiListCloseSel = 0x171d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3680
    EAknsMinorGenericQgnGrafFepCandiListPressed = 0x171e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3681
    EAknsMinorGenericQgnGrafFepCandiListPri = 0x171f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3682
    EAknsMinorGenericQgnGrafFepCandiListScrollDown = 0x1720,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3683
    EAknsMinorGenericQgnGrafFepCandiListScrollDownSel = 0x1721,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3684
    EAknsMinorGenericQgnGrafFepCandiListScrollUp = 0x1722,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3685
    EAknsMinorGenericQgnGrafFepCandiListScrollUpSel = 0x1723,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3686
    EAknsMinorGenericQgnGrafFepCandiListSec = 0x1724,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3687
    EAknsMinorGenericQgnGrafFepCandiListSel = 0x1725,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3688
    EAknsMinorGenericQgnGrafFepChar11x1 = 0x1726,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3689
    EAknsMinorGenericQgnGrafFepChar11x1ButtonDimmed = 0x1727,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3690
    EAknsMinorGenericQgnGrafFepChar11x1Stroke = 0x1728,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3691
    EAknsMinorGenericQgnGrafFepChar11x3 = 0x1729,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3692
    EAknsMinorGenericQgnGrafFepChar11x3ButtonDimmed = 0x172a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3693
    EAknsMinorGenericQgnGrafFepChar11x3Pinyin = 0x172b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3694
    EAknsMinorGenericQgnGrafFepChar11x4 = 0x172c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3695
    EAknsMinorGenericQgnGrafFepChar11x4ButtonDimmed = 0x172d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3696
    EAknsMinorGenericQgnGrafFepChar11x4Zhuyin = 0x172e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3697
    EAknsMinorGenericQgnGrafFepChar12x3 = 0x172f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3698
    EAknsMinorGenericQgnGrafFepChar12x3ButtonDimmed = 0x1730,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3699
    EAknsMinorGenericQgnGrafFepCharButtonDimmed = 0x1731,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3700
    EAknsMinorGenericQgnGrafFepInputBg = 0x1732,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3701
    EAknsMinorGenericQgnGrafFepNumb11x3 = 0x1733,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3702
    EAknsMinorGenericQgnGrafFepNumb11x31 = 0x1734,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3703
    EAknsMinorGenericQgnGrafFepNumb11x31ButtonDimmed = 0x1735,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3704
    EAknsMinorGenericQgnGrafFepNumb11x32 = 0x1736,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3705
    EAknsMinorGenericQgnGrafFepNumb11x32ButtonDimmed = 0x1737,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3706
    EAknsMinorGenericQgnGrafFepNumb12x3 = 0x1738,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3707
    EAknsMinorGenericQgnGrafFepNumb12x31 = 0x1739,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3708
    EAknsMinorGenericQgnGrafFepNumb12x31ButtonDimmed = 0x173a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3709
    EAknsMinorGenericQgnGrafFepNumb12x32 = 0x173b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3710
    EAknsMinorGenericQgnGrafFepNumb12x32ButtonDimmed = 0x173c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3711
    EAknsMinorGenericQgnGrafFepPopupShadowB = 0x173d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3712
    EAknsMinorGenericQgnGrafFepPopupShadowBl = 0x173e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3713
    EAknsMinorGenericQgnGrafFepPopupShadowBr = 0x173f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3714
    EAknsMinorGenericQgnGrafFepPopupShadowL = 0x1740,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3715
    EAknsMinorGenericQgnGrafFepPopupShadowR = 0x1741,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3716
    EAknsMinorGenericQgnGrafFepPopupShadowT = 0x1742,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3717
    EAknsMinorGenericQgnGrafFepPopupShadowTl = 0x1743,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3718
    EAknsMinorGenericQgnGrafFepPopupShadowTr = 0x1744,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3719
    EAknsMinorGenericQgnIndiFepButtonBackspace1 = 0x1745,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3720
    EAknsMinorGenericQgnIndiFepButtonBackspace1Sel = 0x1746,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3721
    EAknsMinorGenericQgnIndiFepButtonBackspace2 = 0x1747,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3722
    EAknsMinorGenericQgnIndiFepButtonBackspace2Sel = 0x1748,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3723
    EAknsMinorGenericQgnIndiFepButtonCapslock = 0x1749,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3724
    EAknsMinorGenericQgnIndiFepButtonCapslockSel = 0x174a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3725
    EAknsMinorGenericQgnIndiFepButtonCaseAccented = 0x174b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3726
    EAknsMinorGenericQgnIndiFepButtonCaseAccentedSel = 0x174c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3727
    EAknsMinorGenericQgnIndiFepButtonCaseCapital = 0x174d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3728
    EAknsMinorGenericQgnIndiFepButtonCaseCapitalSel = 0x174e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3729
    EAknsMinorGenericQgnIndiFepButtonCaseNumeric = 0x174f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3730
    EAknsMinorGenericQgnIndiFepButtonCaseNumericSel = 0x1750,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3731
    EAknsMinorGenericQgnIndiFepButtonCaseSmall = 0x1751,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3732
    EAknsMinorGenericQgnIndiFepButtonCaseSmallSel = 0x1752,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3733
    EAknsMinorGenericQgnIndiFepButtonCaseSpecial = 0x1753,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3734
    EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel = 0x1754,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3735
    EAknsMinorGenericQgnIndiFepButtonCaseText = 0x1755,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3736
    EAknsMinorGenericQgnIndiFepButtonCaseTextSel = 0x1756,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3737
    EAknsMinorGenericQgnIndiFepButtonChinese = 0x1757,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3738
    EAknsMinorGenericQgnIndiFepButtonChineseSel = 0x1758,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3739
    EAknsMinorGenericQgnIndiFepButtonClose = 0x1759,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3740
    EAknsMinorGenericQgnIndiFepButtonCloseSel = 0x175a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3741
    EAknsMinorGenericQgnIndiFepButtonEnter = 0x175b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3742
    EAknsMinorGenericQgnIndiFepButtonEnterSel = 0x175c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3743
    EAknsMinorGenericQgnIndiFepButtonExpand = 0x175d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3744
    EAknsMinorGenericQgnIndiFepButtonExpandSel = 0x175e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3745
    EAknsMinorGenericQgnIndiFepButtonHwr = 0x175f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3746
    EAknsMinorGenericQgnIndiFepButtonHwrSel = 0x1760,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3747
    EAknsMinorGenericQgnIndiFepButtonMove1 = 0x1761,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3748
    EAknsMinorGenericQgnIndiFepButtonMove1Sel = 0x1762,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3749
    EAknsMinorGenericQgnIndiFepButtonMove2 = 0x1763,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3750
    EAknsMinorGenericQgnIndiFepButtonMove2Sel = 0x1764,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3751
    EAknsMinorGenericQgnIndiFepButtonOptions = 0x1765,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3752
    EAknsMinorGenericQgnIndiFepButtonOptionsSel = 0x1766,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3753
    EAknsMinorGenericQgnIndiFepButtonShift = 0x1767,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3754
    EAknsMinorGenericQgnIndiFepButtonShiftSel = 0x1768,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3755
    EAknsMinorGenericQgnIndiFepButtonSpace1 = 0x1769,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3756
    EAknsMinorGenericQgnIndiFepButtonSpace1Sel = 0x176a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3757
    EAknsMinorGenericQgnIndiFepButtonSpace2 = 0x176b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3758
    EAknsMinorGenericQgnIndiFepButtonSpace2Sel = 0x176c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3759
    EAknsMinorGenericQgnIndiFepButtonSpace3 = 0x176d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3760
    EAknsMinorGenericQgnIndiFepButtonSpace3Sel = 0x176e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3761
    EAknsMinorGenericQgnIndiFepButtonSwitch = 0x176f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3762
    EAknsMinorGenericQgnIndiFepButtonSwitchSel = 0x1770,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3763
    EAknsMinorGenericQgnIndiFepButtonTab = 0x1771,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3764
    EAknsMinorGenericQgnIndiFepButtonTabSel = 0x1772,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3765
    EAknsMinorGenericQgnIndiFepButtonVkb = 0x1773,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3766
    EAknsMinorGenericQgnIndiFepButtonVkbSel = 0x1774,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3767
    EAknsMinorGenericQgnIndiViewerPointerWait = 0x1775,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3768
    EAknsMinorGenericQgnPropRpTitle = 0x1776,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3769
    EAknsMinorGenericQgnPropTalkingDictionary = 0x1777,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3770
    EAknsMinorGenericQgnStatSync = 0x1778,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3771
    EAknsMinorGenericQgnStatSyncUni = 0x1779,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3772
    EAknsMinorGenericQsnCpScrollHorizontalBgBottom = 0x177a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3773
    EAknsMinorGenericQsnCpScrollHorizontalBgMiddle = 0x177b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3774
    EAknsMinorGenericQsnCpScrollHorizontalBgTop = 0x177c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3775
    EAknsMinorGenericQsnCpScrollHorizontalHandleBottom = 0x177d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3776
    EAknsMinorGenericQsnCpScrollHorizontalHandleMiddle = 0x177e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3777
    EAknsMinorGenericQsnCpScrollHorizontalHandleTop = 0x177f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3778
    EAknsMinorGenericQgnGrafDevaQuickEight = 0x1780,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3779
    EAknsMinorGenericQgnGrafDevaQuickFive = 0x1781,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3780
    EAknsMinorGenericQgnGrafDevaQuickFour = 0x1782,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3781
    EAknsMinorGenericQgnGrafDevaQuickNine = 0x1783,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3782
    EAknsMinorGenericQgnGrafDevaQuickOne = 0x1784,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3783
    EAknsMinorGenericQgnGrafDevaQuickSeven = 0x1785,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3784
    EAknsMinorGenericQgnGrafDevaQuickSix = 0x1786,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3785
    EAknsMinorGenericQgnGrafDevaQuickThree = 0x1787,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3786
    EAknsMinorGenericQgnGrafDevaQuickTwo = 0x1788,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3787
    EAknsMinorGenericQgnGrafFepCharButtonPressed = 0x1789,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3788
    EAknsMinorGenericQgnIndiAppOpenAdd = 0x178a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3789
    EAknsMinorGenericQgnIndiBlidSatFirmaActive = 0x178b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3790
    EAknsMinorGenericQgnIndiBlidSatFirmaCenter = 0x178c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3791
    EAknsMinorGenericQgnIndiBlidSatFirmaInact = 0x178d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3792
    EAknsMinorGenericQgnIndiBlidSatFirmaMoon = 0x178e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3793
    EAknsMinorGenericQgnIndiBlidSatFirmaSun = 0x178f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3794
    EAknsMinorGenericQgnIndiFepButtonHwrDimmed = 0x1790,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3795
    EAknsMinorGenericQgnIndiFepButtonVkbDimmed = 0x1791,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3796
    EAknsMinorGenericQgnPropBlidActive = 0x1792,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3797
    EAknsMinorGenericQgnPropBlidBg = 0x1793,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3798
    EAknsMinorGenericQgnPropBlidInactive = 0x1794,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3799
    EAknsMinorGenericQgnPropCheckboxInactive = 0x1795,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3800
    EAknsMinorGenericQgnPropFmgrRemoteDriveTab = 0x1796,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3801
    EAknsMinorGenericQgnPropMskMenu = 0x1797,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3802
    EAknsMinorGenericQgnPropMskSelect = 0x1798,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3803
    EAknsMinorGenericQgnPropNoteListAlphaDevaTab2 = 0x1799,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3804
    EAknsMinorGenericQgnPropRadiobuttInactive = 0x179a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3805
    EAknsMinorGenericQgnPropSearchIndevice = 0x179b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3806
    EAknsMinorGenericQgnPropSearchIndeviceTitle = 0x179c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3807
    EAknsMinorGenericQgnPropSetConnBearerAvailPacketdata = 0x179d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3808
    EAknsMinorGenericQgnPropSetConnBearerAvailWlan = 0x179e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3809
    EAknsMinorGenericQgnPropSetConnDestAdd = 0x179f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3810
    EAknsMinorGenericQgnPropSetConnDestDefault = 0x17a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3811
    EAknsMinorGenericQgnPropSetConnDestDefaultSmall = 0x17a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3812
    EAknsMinorGenericQgnPropSetConnDestIcon1 = 0x17a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3813
    EAknsMinorGenericQgnPropSetConnDestIcon1Small = 0x17a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3814
    EAknsMinorGenericQgnPropSetConnDestIcon2 = 0x17a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3815
    EAknsMinorGenericQgnPropSetConnDestIcon2Small = 0x17a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3816
    EAknsMinorGenericQgnPropSetConnDestIcon3 = 0x17a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3817
    EAknsMinorGenericQgnPropSetConnDestIcon3Small = 0x17a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3818
    EAknsMinorGenericQgnPropSetConnDestIcon4 = 0x17a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3819
    EAknsMinorGenericQgnPropSetConnDestIcon4Small = 0x17a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3820
    EAknsMinorGenericQgnPropSetConnDestIcon5 = 0x17aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3821
    EAknsMinorGenericQgnPropSetConnDestIcon5Small = 0x17ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3822
    EAknsMinorGenericQgnPropSetConnDestIcon6 = 0x17ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3823
    EAknsMinorGenericQgnPropSetConnDestIcon6Small = 0x17ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3824
    EAknsMinorGenericQgnPropSetConnDestInternet = 0x17ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3825
    EAknsMinorGenericQgnPropSetConnDestInternetSmall = 0x17af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3826
    EAknsMinorGenericQgnPropSetConnDestIntranet = 0x17b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3827
    EAknsMinorGenericQgnPropSetConnDestIntranetSmall = 0x17b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3828
    EAknsMinorGenericQgnPropSetConnDestMms = 0x17b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3829
    EAknsMinorGenericQgnPropSetConnDestMmsSmall = 0x17b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3830
    EAknsMinorGenericQgnPropSetConnDestOperator = 0x17b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3831
    EAknsMinorGenericQgnPropSetConnDestOperatorSmall = 0x17b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3832
    EAknsMinorGenericQgnPropSetConnDestUncategorized = 0x17b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3833
    EAknsMinorGenericQgnPropSetConnDestWap = 0x17b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3834
    EAknsMinorGenericQgnPropSetConnDestWapSmall = 0x17b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3835
    EAknsMinorGenericQgnPropSetConnPresence = 0x17b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3836
    EAknsMinorGenericQgnPropSetConnRemotedrive = 0x17ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3837
    EAknsMinorGenericQgnPropSetConnWlanEasy = 0x17bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3838
    EAknsMinorGenericQgnPropSetPhoneSub = 0x17bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3839
    EAknsMinorGenericQgnPropSipLocked = 0x17bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3840
    EAknsMinorGenericQgnStatHac = 0x17be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3841
    EAknsMinorGenericQgnStatT9Auto = 0x17bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3842
    EAknsMinorGenericQgnGrafPopupTransCenter = 0x17c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3843
    EAknsMinorGenericQgnGrafPopupTransCornerBl = 0x17c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3844
    EAknsMinorGenericQgnGrafPopupTransCornerBr = 0x17c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3845
    EAknsMinorGenericQgnGrafPopupTransCornerTl = 0x17c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3846
    EAknsMinorGenericQgnGrafPopupTransCornerTr = 0x17c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3847
    EAknsMinorGenericQgnGrafPopupTransSideB = 0x17c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3848
    EAknsMinorGenericQgnGrafPopupTransSideL = 0x17c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3849
    EAknsMinorGenericQgnGrafPopupTransSideR = 0x17c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3850
    EAknsMinorGenericQgnGrafPopupTransSideT = 0x17c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3851
    EAknsMinorGenericQgnIndiBrowserTbBack = 0x17c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3852
    EAknsMinorGenericQgnIndiBrowserTbForward = 0x17ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3853
    EAknsMinorGenericQgnIndiBrowserTbForwardInact = 0x17cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3854
    EAknsMinorGenericQgnIndiBrowserTbGo = 0x17cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3855
    EAknsMinorGenericQgnIndiBrowserTbHome = 0x17cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3856
    EAknsMinorGenericQgnIndiBrowserTbReload = 0x17ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3857
    EAknsMinorGenericQgnIndiBrowserTbStop = 0x17cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3858
    EAknsMinorGenericQgnIndiButtonDecrease = 0x17d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3859
    EAknsMinorGenericQgnIndiButtonDecreasePressed = 0x17d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3860
    EAknsMinorGenericQgnIndiButtonIncrease = 0x17d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3861
    EAknsMinorGenericQgnIndiButtonIncreasePressed = 0x17d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3862
    EAknsMinorGenericQgnIndiDropdownArrow = 0x17d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3863
    EAknsMinorGenericQgnIndiHlColSuper = 0x17d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3864
    EAknsMinorGenericQgnIndiHlExpSuper = 0x17d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3865
    EAknsMinorGenericQgnIndiHlLineBranch = 0x17d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3866
    EAknsMinorGenericQgnIndiHlLineEnd = 0x17d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3867
    EAknsMinorGenericQgnIndiHlLineStraight = 0x17d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3868
    EAknsMinorGenericQgnIndiMceConnAlwaysAdd = 0x17da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3869
    EAknsMinorGenericQgnIndiMceConnOnAdd = 0x17db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3870
    EAknsMinorGenericQgnIndiMceConnOnRoamAdd = 0x17dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3871
    EAknsMinorGenericQgnIndiMup2EqBg = 0x17dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3872
    EAknsMinorGenericQgnIndiMup2VolumeSlider = 0x17de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3873
    EAknsMinorGenericQgnIndiMup2VolumeSliderBg = 0x17df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3874
    EAknsMinorGenericQgnPropBlidSatFirma = 0x17e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3875
    EAknsMinorGenericQgnPropBlidSatFirmaActive = 0x17e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3876
    EAknsMinorGenericQgnPropBlidSatFirmaInact = 0x17e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3877
    EAknsMinorGenericQgnPropBlidSatFirmaMoon = 0x17e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3878
    EAknsMinorGenericQgnPropBlidSatFirmaSun = 0x17e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3879
    EAknsMinorGenericQgnPropHlFile = 0x17e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3880
    EAknsMinorGenericQgnPropHlFolder = 0x17e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3881
    EAknsMinorGenericQgnPropHlFolderOpen = 0x17e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3882
    EAknsMinorGenericQgnPropImageTbClose = 0x17e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3883
    EAknsMinorGenericQgnPropImageTbCloseDimmed = 0x17e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3884
    EAknsMinorGenericQgnPropImageTbCloseFocused = 0x17ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3885
    EAknsMinorGenericQgnPropImageTbClosePressed = 0x17eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3886
    EAknsMinorGenericQgnPropImageTbDelete = 0x17ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3887
    EAknsMinorGenericQgnPropImageTbDeleteDimmed = 0x17ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3888
    EAknsMinorGenericQgnPropImageTbDeleteFocused = 0x17ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3889
    EAknsMinorGenericQgnPropImageTbDeletePressed = 0x17ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3890
    EAknsMinorGenericQgnPropImageTbInfo = 0x17f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3891
    EAknsMinorGenericQgnPropImageTbInfoDimmed = 0x17f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3892
    EAknsMinorGenericQgnPropImageTbInfoFocused = 0x17f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3893
    EAknsMinorGenericQgnPropImageTbInfoPressed = 0x17f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3894
    EAknsMinorGenericQgnPropImageTbPlay = 0x17f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3895
    EAknsMinorGenericQgnPropImageTbPlayDimmed = 0x17f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3896
    EAknsMinorGenericQgnPropImageTbPlayFocused = 0x17f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3897
    EAknsMinorGenericQgnPropImageTbPlayPressed = 0x17f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3898
    EAknsMinorGenericQgnPropImageTbRotateL = 0x17f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3899
    EAknsMinorGenericQgnPropImageTbRotateLDimmed = 0x17f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3900
    EAknsMinorGenericQgnPropImageTbRotateLFocused = 0x17fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3901
    EAknsMinorGenericQgnPropImageTbRotateLPressed = 0x17fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3902
    EAknsMinorGenericQgnPropImageTbRotateR = 0x17fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3903
    EAknsMinorGenericQgnPropImageTbRotateRDimmed = 0x17fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3904
    EAknsMinorGenericQgnPropImageTbRotateRFocused = 0x17fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3905
    EAknsMinorGenericQgnPropImageTbRotateRPressed = 0x17ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3906
    EAknsMinorGenericQgnPropImageTbZoom = 0x1800,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3907
    EAknsMinorGenericQgnPropImageTbZoomDimmed = 0x1801,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3908
    EAknsMinorGenericQgnPropImageTbZoomFocused = 0x1802,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3909
    EAknsMinorGenericQgnPropImageTbZoomPressed = 0x1803,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3910
    EAknsMinorGenericQgnPropImImsgNew = 0x1804,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3911
    EAknsMinorGenericQgnPropRemoteDriveMemc = 0x1805,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3912
    EAknsMinorGenericQgnPropRemoteDriveMemcLarge = 0x1806,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3913
    EAknsMinorGenericQgnStatMemc = 0x1807,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3914
    EAknsMinorGenericQgnStatMemcUni = 0x1808,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3915
    EAknsMinorGenericQgnIndiBrowserCursorEmail = 0x1809,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3916
    EAknsMinorGenericQgnIndiBrowserCursorPhone = 0x180a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3917
    EAknsMinorGenericQgnIndiBrowserTbFind = 0x180b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3918
    EAknsMinorGenericQgnIndiBrowserTbPage = 0x180c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3919
    EAknsMinorGenericQgnIndiBrowserTbRss = 0x180d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3920
    EAknsMinorGenericQgnIndiMmsPlay = 0x180e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3921
    EAknsMinorGenericQgnPropSetConnAcl = 0x180f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3922
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken00 = 0x1810,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3923
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken01 = 0x1811,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3924
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken02 = 0x1812,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3925
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken03 = 0x1813,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3926
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken04 = 0x1814,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3927
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken05 = 0x1815,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3928
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken06 = 0x1816,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3929
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken07 = 0x1817,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3930
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken08 = 0x1818,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3931
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken09 = 0x1819,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3932
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken10 = 0x181a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3933
    EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken11 = 0x181b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3934
    EAknsMinorGenericQgnIndiLogMissedCallAdd = 0x181c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3935
    EAknsMinorGenericQgnPropFileRssAuto = 0x181d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3936
    EAknsMinorGenericQgnPropFolderInstall = 0x181e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3937
    EAknsMinorGenericQgnPropFolderNotInstall = 0x181f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3938
    EAknsMinorGenericQgnPropImBusyTitle = 0x1820,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3939
    EAknsMinorGenericQgnPropSearchContacts = 0x1821,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3940
    EAknsMinorGenericQgnPropSearchFileNames = 0x1822,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3941
    EAknsMinorGenericQgnPropSearchMailbox = 0x1823,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3942
    EAknsMinorGenericQgnPropSearchOfficeDocs = 0x1824,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3943
    EAknsMinorGenericQgnStatChiPinyinPhrase = 0x1825,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3944
    EAknsMinorGenericQgnStatChiStrokePhrase = 0x1826,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3945
    EAknsMinorGenericQgnStatChiStrokeTradPhrase = 0x1827,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3946
    EAknsMinorGenericQgnStatChiZhuyinPhrase = 0x1828,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3947
    EAknsMinorGenericQgnMenuNews = 0x1829,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3948
    EAknsMinorGenericQgnMenuShortcut = 0x182a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3949
    EAknsMinorGenericQgnGrafVolumeSetOff = 0x182b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3950
    EAknsMinorGenericQgnGrafVolumeSetOn = 0x182c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3951
    EAknsMinorGenericQgnGrafVolumeSmallOff = 0x182d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3952
    EAknsMinorGenericQgnGrafVolumeSmallOn = 0x182e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3953
    EAknsMinorGenericQgnIndiCalcAdd = 0x182f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3954
    EAknsMinorGenericQgnIndiCalcCancel = 0x1830,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3955
    EAknsMinorGenericQgnIndiCalcDivide = 0x1831,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3956
    EAknsMinorGenericQgnIndiCalcEight = 0x1832,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3957
    EAknsMinorGenericQgnIndiCalcEquals = 0x1833,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3958
    EAknsMinorGenericQgnIndiCalcFive = 0x1834,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3959
    EAknsMinorGenericQgnIndiCalcFour = 0x1835,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3960
    EAknsMinorGenericQgnIndiCalcMultiply = 0x1836,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3961
    EAknsMinorGenericQgnIndiCalcNine = 0x1837,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3962
    EAknsMinorGenericQgnIndiCalcOne = 0x1838,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3963
    EAknsMinorGenericQgnIndiCalcPercent = 0x1839,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3964
    EAknsMinorGenericQgnIndiCalcSeparator = 0x183a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3965
    EAknsMinorGenericQgnIndiCalcSeven = 0x183b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3966
    EAknsMinorGenericQgnIndiCalcSign = 0x183c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3967
    EAknsMinorGenericQgnIndiCalcSix = 0x183d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3968
    EAknsMinorGenericQgnIndiCalcSquareroot = 0x183e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3969
    EAknsMinorGenericQgnIndiCalcSubtract = 0x183f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3970
    EAknsMinorGenericQgnIndiCalcThree = 0x1840,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3971
    EAknsMinorGenericQgnIndiCalcTwo = 0x1841,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3972
    EAknsMinorGenericQgnIndiCalcZero = 0x1842,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3973
    EAknsMinorGenericQgnIndiCamsFocusAutoFrame = 0x1843,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3974
    EAknsMinorGenericQgnIndiCamsTbBurst = 0x1844,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3975
    EAknsMinorGenericQgnIndiCamsTbCameraMain = 0x1845,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3976
    EAknsMinorGenericQgnIndiCamsTbCameraSecondary = 0x1846,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3977
    EAknsMinorGenericQgnIndiCamsTbCapture = 0x1847,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3978
    EAknsMinorGenericQgnIndiCamsTbClose = 0x1848,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3979
    EAknsMinorGenericQgnIndiCamsTbFlash = 0x1849,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3980
    EAknsMinorGenericQgnIndiCamsTbFocusAuto = 0x184a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3981
    EAknsMinorGenericQgnIndiCamsTbMinitb = 0x184b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3982
    EAknsMinorGenericQgnIndiCamsTbNight = 0x184c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3983
    EAknsMinorGenericQgnIndiCamsTbPhoto  = 0x184d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3984
    EAknsMinorGenericQgnIndiCamsTbPhotoQuality = 0x184e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3985
    EAknsMinorGenericQgnIndiCamsTbPhotoReso = 0x184f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3986
    EAknsMinorGenericQgnIndiCamsTbRec = 0x1850,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3987
    EAknsMinorGenericQgnIndiCamsTbRecPause = 0x1851,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3988
    EAknsMinorGenericQgnIndiCamsTbRecStop = 0x1852,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3989
    EAknsMinorGenericQgnIndiCamsTbTone = 0x1853,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3990
    EAknsMinorGenericQgnIndiCamsTbVideo = 0x1854,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3991
    EAknsMinorGenericQgnIndiCamsTbVideoLength = 0x1855,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3992
    EAknsMinorGenericQgnIndiCamsTbVideoReso = 0x1856,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3993
    EAknsMinorGenericQgnIndiCamsTbWhite = 0x1857,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3994
    EAknsMinorGenericQgnIndiMupDefaultAlbum = 0x1858,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3995
    EAknsMinorGenericQgnIndiMupRp = 0x1859,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3996
    EAknsMinorGenericQgnIndiS60 = 0x185a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3997
    EAknsMinorGenericQgnIndiSignalHsdpaAttach = 0x185b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3998
    EAknsMinorGenericQgnIndiSignalHsdpaContext = 0x185c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3999
    EAknsMinorGenericQgnIndiSignalHsdpaMultipdp = 0x185d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4000
    EAknsMinorGenericQgnIndiSignalHsdpaSuspended = 0x185e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4001
    EAknsMinorGenericQgnMenuImBusy = 0x185f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4002
    EAknsMinorGenericQgnPropMpPlayPause = 0x1860,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4003
    EAknsMinorGenericQgnPropMpViewNormal = 0x1861,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4004
    EAknsMinorGenericQgnPropS60 = 0x1862,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4005
    EAknsMinorGenericQgnPropSetGenePay = 0x1863,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4006
    EAknsMinorGenericQgnPropUsb = 0x1864,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4007
    EAknsMinorGenericQgnStatAlarmUni = 0x1865,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4008
    EAknsMinorGenericQgnStatCarkitUni = 0x1866,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4009
    EAknsMinorGenericQgnStatDivert0Uni = 0x1867,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4010
    EAknsMinorGenericQgnStatDivert12Uni = 0x1868,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4011
    EAknsMinorGenericQgnStatDivert1Uni = 0x1869,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4012
    EAknsMinorGenericQgnStatDivert2Uni = 0x186a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4013
    EAknsMinorGenericQgnStatDivertVmUni = 0x186b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4014
    EAknsMinorGenericQgnStatHacUni = 0x186c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4015
    EAknsMinorGenericQgnStatHeadsetUnavailableUni = 0x186d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4016
    EAknsMinorGenericQgnStatHeadsetUni = 0x186e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4017
    EAknsMinorGenericQgnStatIndiMtvOnUni = 0x186f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4018
    EAknsMinorGenericQgnStatIndiMtvRecUni = 0x1870,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4019
    EAknsMinorGenericQgnStatKeyguardUni = 0x1871,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4020
    EAknsMinorGenericQgnStatLine2Uni = 0x1872,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4021
    EAknsMinorGenericQgnStatLocUni = 0x1873,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4022
    EAknsMinorGenericQgnStatLoopsetUni = 0x1874,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4023
    EAknsMinorGenericQgnStatModBtUni = 0x1875,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4024
    EAknsMinorGenericQgnStatModTarmUni = 0x1876,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4025
    EAknsMinorGenericQgnStatPocDndUni = 0x1877,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4026
    EAknsMinorGenericQgnStatTarmUni = 0x1878,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4027
    EAknsMinorGenericQgnStatTtyUni = 0x1879,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4028
    EAknsMinorGenericQgnStatTvoutUni = 0x187a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4029
    EAknsMinorGenericQgnStatVideoSharingUni = 0x187b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4030
    EAknsMinorGenericQgnStatVoipReadinessUni = 0x187c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4031
    EAknsMinorGenericQgnStatZoneHomeUni = 0x187d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4032
    EAknsMinorGenericQgnIndiCaleTbDay = 0x187e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4033
    EAknsMinorGenericQgnIndiCaleTbLeft = 0x187f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4034
    EAknsMinorGenericQgnIndiCaleTbMonth = 0x1880,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4035
    EAknsMinorGenericQgnIndiCaleTbNewEntry = 0x1881,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4036
    EAknsMinorGenericQgnIndiCaleTbRight = 0x1882,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4037
    EAknsMinorGenericQgnIndiCaleTbTodo = 0x1883,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4038
    EAknsMinorGenericQgnIndiCaleTbWeek = 0x1884,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4039
    EAknsMinorGenericQgnIndiTbAvailContacts = 0x1885,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4040
    EAknsMinorGenericQgnIndiTbCall = 0x1886,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4041
    EAknsMinorGenericQgnIndiTbCallVideo = 0x1887,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4042
    EAknsMinorGenericQgnIndiTbMce = 0x1888,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4043
    EAknsMinorGenericQgnIndiTbPb = 0x1889,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4044
    EAknsMinorGenericQgnIndiVideoForw = 0x188a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4045
    EAknsMinorGenericQgnIndiVideoPause = 0x188b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4046
    EAknsMinorGenericQgnIndiVideoPlay = 0x188c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4047
    EAknsMinorGenericQgnIndiVideoRecord = 0x188d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4048
    EAknsMinorGenericQgnIndiVideoRecordNot = 0x188e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4049
    EAknsMinorGenericQgnIndiVideoRew = 0x188f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4050
    EAknsMinorGenericQgnIndiVideoStop = 0x1890,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4051
    EAknsMinorGenericQgnIndiVideoWait1 = 0x1891,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4052
    EAknsMinorGenericQgnIndiVideoWait2 = 0x1892,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4053
    EAknsMinorGenericQgnIndiVideoWait3 = 0x1893,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4054
    EAknsMinorGenericQgnIndiVideoWait4 = 0x1894,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4055
    EAknsMinorGenericQgnIndiVideoWait5 = 0x1895,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4056
    EAknsMinorGenericQgnIndiVideoWait6 = 0x1896,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4057
    EAknsMinorGenericQgnIndiVideoWait7 = 0x1897,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4058
    EAknsMinorGenericQgnIndiVideoWait8 = 0x1898,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4059
    EAknsMinorGenericQgnPropBtBlockedTab3 = 0x1899,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4060
    EAknsMinorGenericQgnPropBtDevicesTab3 = 0x189a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4061
    EAknsMinorGenericQgnPropBtSetTab3 = 0x189b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4062
    EAknsMinorGenericQgnPropCodec3gp = 0x189c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4063
    EAknsMinorGenericQgnPropCodecAvc = 0x189d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4064
    EAknsMinorGenericQgnPropCodecH263 = 0x189e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4065
    EAknsMinorGenericQgnPropCodecMp4 = 0x189f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4066
    EAknsMinorGenericQgnPropCodecRv = 0x18a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4067
    EAknsMinorGenericQgnPropCodecRv10 = 0x18a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4068
    EAknsMinorGenericQgnPropCodecRv8 = 0x18a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4069
    EAknsMinorGenericQgnPropCodecRv9 = 0x18a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4070
    EAknsMinorGenericQgnPropSmlSync = 0x18a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4071
    EAknsMinorGenericQgnPropVideoMb = 0x18a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4072
    EAknsMinorGenericQgnIndiMgTbDelete = 0x18a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4073
    EAknsMinorGenericQgnIndiMgTbEdit = 0x18a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4074
    EAknsMinorGenericQgnIndiMgTbSend = 0x18a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4075
    EAknsMinorGenericQgnIndiMgTbStreamNew = 0x18a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4076
    EAknsMinorGenericQgnIndiMpTbRemoveAll = 0x18aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4077
    EAknsMinorGenericQgnIndiMpTbRemoveOne = 0x18ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4078
    EAknsMinorGenericQgnIndiMupTbAddTracks = 0x18ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4079
    EAknsMinorGenericQgnIndiMupTbNext = 0x18ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4080
    EAknsMinorGenericQgnIndiMupTbPause = 0x18ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4081
    EAknsMinorGenericQgnIndiMupTbPlay = 0x18af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4082
    EAknsMinorGenericQgnIndiMupTbPlaylistNew = 0x18b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4083
    EAknsMinorGenericQgnIndiMupTbPlaylistRemove = 0x18b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4084
    EAknsMinorGenericQgnIndiMupTbPrev = 0x18b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4085
    EAknsMinorGenericQgnIndiMupTbStop = 0x18b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4086
    EAknsMinorGenericQgnPropBrowserDlCompletedAdd = 0x18b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4087
    EAknsMinorGenericQgnPropBrowserDlOngoingAdd = 0x18b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4088
    EAknsMinorGenericQgnPropBrowserDlPausedAdd = 0x18b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4089
    EAknsMinorGenericQgnPropFolderVcMessage = 0x18b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4090
    EAknsMinorGenericQgnPropFolderVcOrganiser = 0x18b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4091
    EAknsMinorGenericQgnPropFolderVcTools = 0x18b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4092
    EAknsMinorGenericQgnPropImChatsCollapsed = 0x18ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4093
    EAknsMinorGenericQgnPropImChatsExpanded = 0x18bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4094
    EAknsMinorGenericQgnPropImFriendsCollapsed = 0x18bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4095
    EAknsMinorGenericQgnPropImFriendsExpanded = 0x18bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4096
    EAknsMinorGenericQgnPropSetAppsMp = 0x18be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4097
    EAknsMinorGenericQgnStatLocTriggerOffUni = 0x18bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4098
    EAknsMinorGenericQgnStatLocTriggerOnUni = 0x18c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4099
    EAknsMinorGenericQgnGrafAiVolumeSmall1 = 0x18c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4100
    EAknsMinorGenericQgnGrafAiVolumeSmall10 = 0x18c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4101
    EAknsMinorGenericQgnGrafAiVolumeSmall2 = 0x18c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4102
    EAknsMinorGenericQgnGrafAiVolumeSmall3 = 0x18c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4103
    EAknsMinorGenericQgnGrafAiVolumeSmall4 = 0x18c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4104
    EAknsMinorGenericQgnGrafAiVolumeSmall5 = 0x18c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4105
    EAknsMinorGenericQgnGrafAiVolumeSmall6 = 0x18c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4106
    EAknsMinorGenericQgnGrafAiVolumeSmall7 = 0x18c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4107
    EAknsMinorGenericQgnGrafAiVolumeSmall8 = 0x18c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4108
    EAknsMinorGenericQgnGrafAiVolumeSmall9 = 0x18ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4109
    EAknsMinorGenericQgnGrafScreencalib = 0x18cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4110
    EAknsMinorGenericQgnGrafScreencalib1 = 0x18cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4111
    EAknsMinorGenericQgnGrafScreencalib2 = 0x18cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4112
    EAknsMinorGenericQgnGrafScreencalib3 = 0x18ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4113
    EAknsMinorGenericQgnGrafScreencalib4 = 0x18cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4114
    EAknsMinorGenericQgnGrafScreencalib5 = 0x18d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4115
    EAknsMinorGenericQgnIndiButtonMode = 0x18d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4116
    EAknsMinorGenericQgnIndiCalcClear = 0x18d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4117
    EAknsMinorGenericQgnIndiDialerCallSend = 0x18d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4118
    EAknsMinorGenericQgnIndiDialerClear = 0x18d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4119
    EAknsMinorGenericQgnIndiDialerContacts = 0x18d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4120
    EAknsMinorGenericQgnIndiDialerEight = 0x18d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4121
    EAknsMinorGenericQgnIndiDialerFive = 0x18d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4122
    EAknsMinorGenericQgnIndiDialerFour = 0x18d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4123
    EAknsMinorGenericQgnIndiDialerHash = 0x18d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4124
    EAknsMinorGenericQgnIndiDialerNine = 0x18da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4125
    EAknsMinorGenericQgnIndiDialerOne = 0x18db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4126
    EAknsMinorGenericQgnIndiDialerPrefix = 0x18dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4127
    EAknsMinorGenericQgnIndiDialerSeven = 0x18dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4128
    EAknsMinorGenericQgnIndiDialerSix = 0x18de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4129
    EAknsMinorGenericQgnIndiDialerThree = 0x18df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4130
    EAknsMinorGenericQgnIndiDialerTwo = 0x18e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4131
    EAknsMinorGenericQgnIndiDialerVideocallSend = 0x18e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4132
    EAknsMinorGenericQgnIndiDialerZero = 0x18e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4133
    EAknsMinorGenericQgnIndiHlTabColSuper = 0x18e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4134
    EAknsMinorGenericQgnIndiHlTabExpSuper = 0x18e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4135
    EAknsMinorGenericQgnIndiMupTbRemoveOne = 0x18e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4136
    EAknsMinorGenericQgnIndiOfflineFileAdd = 0x18e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4137
    EAknsMinorGenericQgnIndiTbCameraMain = 0x18e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4138
    EAknsMinorGenericQgnIndiTbCameraSecondary = 0x18e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4139
    EAknsMinorGenericQgnIndiTbGallery = 0x18e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4140
    EAknsMinorGenericQgnIndiTbMicrophoneMute = 0x18ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4141
    EAknsMinorGenericQgnIndiTbMicrophoneUnmute = 0x18eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4142
    EAknsMinorGenericQgnIndiTbPlaylistNew = 0x18ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4143
    EAknsMinorGenericQgnIndiTbSwapImages = 0x18ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4144
    EAknsMinorGenericQgnIndiTbVideo = 0x18ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4145
    EAknsMinorGenericQgnIndiTbVideoDisable = 0x18ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4146
    EAknsMinorGenericQgnIndiTbZoom = 0x18f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4147
    EAknsMinorGenericQgnIndiVideoVolMuted = 0x18f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4148
    EAknsMinorGenericQgnPropMceSubSenderCollapsed = 0x18f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4149
    EAknsMinorGenericQgnPropMceSubSenderExpanded = 0x18f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4150
    EAknsMinorGenericQgnPropMceSubSizeCollapsed = 0x18f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4151
    EAknsMinorGenericQgnPropMceSubSizeExpanded = 0x18f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4152
    EAknsMinorGenericQgnPropMceSubSubjectCollapsed = 0x18f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4153
    EAknsMinorGenericQgnPropMceSubSubjectExpanded = 0x18f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4154
    EAknsMinorGenericQgnPropMceSubTimeCollapsed = 0x18f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4155
    EAknsMinorGenericQgnPropMceSubTimeExpanded = 0x18f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4156
    EAknsMinorGenericQgnPropMceSubTypeCollapsed = 0x18fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4157
    EAknsMinorGenericQgnPropMceSubTypeExpanded = 0x18fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4158
    EAknsMinorGenericQgnPropMpDownloadVideo = 0x18fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4159
    EAknsMinorGenericQgnPropMpFolderRecentPlayed = 0x18fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4160
    EAknsMinorGenericQgnPropMpFolderStreamLink = 0x18fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4161
    EAknsMinorGenericQgnPropMpFolderVideo = 0x18ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4162
    EAknsMinorGenericQgnPropSetVideoSharing = 0x1900,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4163
    EAknsMinorGenericQgnPropSmlNew = 0x1901,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4164
    EAknsMinorGenericQgnPropVideoCorrupted = 0x1902,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4165
    EAknsMinorGenericQgnGrafAiVolumeSet0 = 0x1903,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4166
    EAknsMinorGenericQgnGrafAiVolumeSet1 = 0x1904,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4167
    EAknsMinorGenericQgnGrafAiVolumeSet10 = 0x1905,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4168
    EAknsMinorGenericQgnGrafAiVolumeSet2 = 0x1906,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4169
    EAknsMinorGenericQgnGrafAiVolumeSet3 = 0x1907,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4170
    EAknsMinorGenericQgnGrafAiVolumeSet4 = 0x1908,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4171
    EAknsMinorGenericQgnGrafAiVolumeSet5 = 0x1909,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4172
    EAknsMinorGenericQgnGrafAiVolumeSet6 = 0x190a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4173
    EAknsMinorGenericQgnGrafAiVolumeSet7 = 0x190b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4174
    EAknsMinorGenericQgnGrafAiVolumeSet8 = 0x190c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4175
    EAknsMinorGenericQgnGrafAiVolumeSet9 = 0x190d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4176
    EAknsMinorGenericQgnGrafAiVolumeSmall0 = 0x190e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4177
    EAknsMinorGenericQgnIndiColSuper = 0x190f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4178
    EAknsMinorGenericQgnIndiExpSuper = 0x1910,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4179
    EAknsMinorGenericQgnIndiSignalEgprsIcon = 0x1911,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4180
    EAknsMinorGenericQgnIndiSignalHsdpaIcon = 0x1912,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4181
    EAknsMinorGenericQgnIndiVolumeArrowLeft = 0x1913,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4182
    EAknsMinorGenericQgnIndiVolumeArrowLeftInactive = 0x1914,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4183
    EAknsMinorGenericQgnIndiVolumeArrowRight = 0x1915,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4184
    EAknsMinorGenericQgnIndiVolumeArrowRightInactive = 0x1916,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4185
    EAknsMinorGenericQgnMenuImageprint = 0x1917,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4186
    EAknsMinorGenericQgnPropMceSubSender = 0x1918,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4187
    EAknsMinorGenericQgnPropMceSubSize = 0x1919,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4188
    EAknsMinorGenericQgnPropMceSubSubject = 0x191a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4189
    EAknsMinorGenericQgnPropMceSubTime = 0x191b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4190
    EAknsMinorGenericQgnPropMceSubType = 0x191c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4191
    EAknsMinorGenericQsnFrSeparatorHLShdwin = 0x191d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4192
    EAknsMinorGenericQsnFrSeparatorHLShdwnone = 0x191e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4193
    EAknsMinorGenericQsnFrSeparatorHLShdwout = 0x191f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4194
    EAknsMinorGenericQsnFrSeparatorHMShdwin = 0x1920,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4195
    EAknsMinorGenericQsnFrSeparatorHMShdwnone = 0x1921,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4196
    EAknsMinorGenericQsnFrSeparatorHMShdwout = 0x1922,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4197
    EAknsMinorGenericQsnFrSeparatorHRShdwin = 0x1923,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4198
    EAknsMinorGenericQsnFrSeparatorHRShdwnone = 0x1924,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4199
    EAknsMinorGenericQsnFrSeparatorHRShdwout = 0x1925,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4200
    EAknsMinorGenericQsnFrSeparatorVBShdwin = 0x1926,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4201
    EAknsMinorGenericQsnFrSeparatorVBShdwnone = 0x1927,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4202
    EAknsMinorGenericQsnFrSeparatorVBShdwout = 0x1928,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4203
    EAknsMinorGenericQsnFrSeparatorVMShdwin = 0x1929,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4204
    EAknsMinorGenericQsnFrSeparatorVMShdwnone = 0x192a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4205
    EAknsMinorGenericQsnFrSeparatorVMShdwout = 0x192b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4206
    EAknsMinorGenericQsnFrSeparatorVTShdwin = 0x192c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4207
    EAknsMinorGenericQsnFrSeparatorVTShdwnone = 0x192d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4208
    EAknsMinorGenericQsnFrSeparatorVTShdwout = 0x192e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4209
    EAknsMinorGenericQgnIndiBrowserDlCompletedAdd = 0x192f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4210
    EAknsMinorGenericQgnIndiBrowserDlOngoingAdd = 0x1930,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4211
    EAknsMinorGenericQgnIndiBrowserDlPausedAdd = 0x1931,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4212
    EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillic = 0x1932,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4213
    EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillicSel = 0x1933,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4214
    EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillic = 0x1934,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4215
    EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillicSel = 0x1935,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4216
    EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreek = 0x1936,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4217
    EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreekSel = 0x1937,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4218
    EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndic = 0x1938,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4219
    EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndicSel = 0x1939,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4220
    EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagari = 0x193a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4221
    EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagariSel = 0x193b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4222
    EAknsMinorGenericQgnIndiFepButtonCaseNumericThai = 0x193c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4223
    EAknsMinorGenericQgnIndiFepButtonCaseNumericThaiSel = 0x193d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4224
    EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillic = 0x193e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4225
    EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillicSel = 0x193f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4226
    EAknsMinorGenericQgnIndiFepButtonCaseSmallGreek = 0x1940,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4227
    EAknsMinorGenericQgnIndiFepButtonCaseSmallGreekSel = 0x1941,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4228
    EAknsMinorGenericQgnIndiFepButtonCaseTextArabic = 0x1942,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4229
    EAknsMinorGenericQgnIndiFepButtonCaseTextArabicSel = 0x1943,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4230
    EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillic = 0x1944,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4231
    EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillicSel = 0x1945,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4232
    EAknsMinorGenericQgnIndiFepButtonCaseTextGreek = 0x1946,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4233
    EAknsMinorGenericQgnIndiFepButtonCaseTextGreekSel = 0x1947,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4234
    EAknsMinorGenericQgnIndiFepButtonCaseTextHebrew = 0x1948,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4235
    EAknsMinorGenericQgnIndiFepButtonCaseTextHebrewSel = 0x1949,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4236
    EAknsMinorGenericQgnIndiFepButtonCaseTextHindi = 0x194a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4237
    EAknsMinorGenericQgnIndiFepButtonCaseTextHindiSel = 0x194b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4238
    EAknsMinorGenericQgnIndiFepButtonCaseTextThai = 0x194c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4239
    EAknsMinorGenericQgnIndiFepButtonCaseTextThaiSel = 0x194d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4240
    EAknsMinorGenericQgnIndiImedBrightSuper = 0x194e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4241
    EAknsMinorGenericQgnIndiImedBw = 0x194f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4242
    EAknsMinorGenericQgnIndiImedCartoon = 0x1950,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4243
    EAknsMinorGenericQgnIndiImedClipart = 0x1951,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4244
    EAknsMinorGenericQgnIndiImedContrast = 0x1952,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4245
    EAknsMinorGenericQgnIndiImedContrastSuper = 0x1953,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4246
    EAknsMinorGenericQgnIndiImedCrop = 0x1954,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4247
    EAknsMinorGenericQgnIndiImedCursorSuper = 0x1955,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4248
    EAknsMinorGenericQgnIndiImedDownple = 0x1956,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4249
    EAknsMinorGenericQgnIndiImedEye = 0x1957,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4250
    EAknsMinorGenericQgnIndiImedFrame = 0x1958,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4251
    EAknsMinorGenericQgnIndiImedMoveSuper = 0x1959,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4252
    EAknsMinorGenericQgnIndiImedNegative = 0x195a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4253
    EAknsMinorGenericQgnIndiImedResizeSuper = 0x195b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4254
    EAknsMinorGenericQgnIndiImedRotateSuper = 0x195c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4255
    EAknsMinorGenericQgnIndiImedSepia = 0x195d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4256
    EAknsMinorGenericQgnIndiImedSharpness = 0x195e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4257
    EAknsMinorGenericQgnIndiImedSharpnessSuper = 0x195f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4258
    EAknsMinorGenericQgnIndiMidpTrusted = 0x1960,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4259
    EAknsMinorGenericQgnIndiMidpUntrusted = 0x1961,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4260
    EAknsMinorGenericQgnStatCaseLowerHindiPhonetic = 0x1962,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4261
    EAknsMinorGenericQgnStatCaseUpperHindiPhonetic = 0x1963,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4262
    EAknsMinorGenericQgnGrafAbout3edition = 0x1964,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4263
    EAknsMinorGenericQgnGrafCallImage1 = 0x1965,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4264
    EAknsMinorGenericQgnGrafS60Logo = 0x1966,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4265
    EAknsMinorGenericQgnIndiImedBright = 0x1967,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4266
    EAknsMinorGenericQgnIndiImedTalkbb05 = 0x1968,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4267
    EAknsMinorGenericQgnIndiImedTalkbb06 = 0x1969,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4268
    EAknsMinorGenericQgnIndiImedText = 0x196a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4269
    EAknsMinorGenericQgnIndiImedThinkbb05 = 0x196b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4270
    EAknsMinorGenericQgnIndiImedThinkbb06 = 0x196c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4271
    EAknsMinorGenericQgnIndiMsgListTab1 = 0x196d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4272
    EAknsMinorGenericQgnPropDmTestFailed = 0x196e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4273
    EAknsMinorGenericQgnPropDmTestPassed = 0x196f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4274
    EAknsMinorGenericQgnPropFolderVcGeneral = 0x1970,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4275
    EAknsMinorGenericQgnPropFolderVcProfiles = 0x1971,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4276
    EAknsMinorGenericQgnPropSetAppsSearch = 0x1972,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4277
    EAknsMinorGenericQgnPropSetGeneSensor = 0x1973,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4278
    EAknsMinorGenericQgnGrafFepChar11x5 = 0x1974,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4279
    EAknsMinorGenericQgnGrafNsliderImedEndLeft = 0x1975,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4280
    EAknsMinorGenericQgnGrafNsliderImedEndRight = 0x1976,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4281
    EAknsMinorGenericQgnGrafNsliderImedMarker = 0x1977,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4282
    EAknsMinorGenericQgnGrafNsliderImedMiddle = 0x1978,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4283
    EAknsMinorGenericQgnGrafTvoutLogo = 0x1979,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4284
    EAknsMinorGenericQgnGrafTvoutProtected = 0x197a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4285
    EAknsMinorGenericQgnIndiBrowserUrlCall = 0x197b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4286
    EAknsMinorGenericQgnIndiBrowserUrlEmail = 0x197c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4287
    EAknsMinorGenericQgnIndiBrowserUrlMm = 0x197d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4288
    EAknsMinorGenericQgnIndiBrowserUrlMms = 0x197e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4289
    EAknsMinorGenericQgnIndiBrowserUrlPage = 0x197f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4290
    EAknsMinorGenericQgnIndiBrowserUrlVideo = 0x1980,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4291
    EAknsMinorGenericQgnIndiCamsBrightSuper = 0x1981,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4292
    EAknsMinorGenericQgnIndiCamsBurstSuper = 0x1982,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4293
    EAknsMinorGenericQgnIndiCamsBwSuper = 0x1983,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4294
    EAknsMinorGenericQgnIndiCamsCloudySuper = 0x1984,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4295
    EAknsMinorGenericQgnIndiCamsContrastSuper = 0x1985,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4296
    EAknsMinorGenericQgnIndiCamsExpoSuper = 0x1986,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4297
    EAknsMinorGenericQgnIndiCamsFlashAutoSuper = 0x1987,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4298
    EAknsMinorGenericQgnIndiCamsFlashOffSuper = 0x1988,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4299
    EAknsMinorGenericQgnIndiCamsFlashOnSuper = 0x1989,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4300
    EAknsMinorGenericQgnIndiCamsFluorescentSuper = 0x198a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4301
    EAknsMinorGenericQgnIndiCamsLocFoundSuper = 0x198b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4302
    EAknsMinorGenericQgnIndiCamsLocNotFoundSuper = 0x198c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4303
    EAknsMinorGenericQgnIndiCamsMicOffSuper = 0x198d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4304
    EAknsMinorGenericQgnIndiCamsMmcSuper = 0x198e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4305
    EAknsMinorGenericQgnIndiCamsNegativeSuper = 0x198f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4306
    EAknsMinorGenericQgnIndiCamsNightSuper = 0x1990,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4307
    EAknsMinorGenericQgnIndiCamsPausedSuper = 0x1991,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4308
    EAknsMinorGenericQgnIndiCamsPhoneMemcSuper = 0x1992,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4309
    EAknsMinorGenericQgnIndiCamsPhotoSuper = 0x1993,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4310
    EAknsMinorGenericQgnIndiCamsSepiaSuper = 0x1994,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4311
    EAknsMinorGenericQgnIndiCamsSunnySuper = 0x1995,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4312
    EAknsMinorGenericQgnIndiCamsTimerSuper = 0x1996,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4313
    EAknsMinorGenericQgnIndiCamsTungstenSuper = 0x1997,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4314
    EAknsMinorGenericQgnIndiCamsVideoSuper = 0x1998,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4315
    EAknsMinorGenericQgnIndiCamsZoomBgMaxSuper = 0x1999,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4316
    EAknsMinorGenericQgnIndiCamsZoomBgMinSuper = 0x199a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4317
    EAknsMinorGenericQgnIndiCamsZoomBgSuper = 0x199b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4318
    EAknsMinorGenericQgnIndiCamsZoomElevatorSuper = 0x199c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4319
    EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese = 0x199d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4320
    EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel = 0x199e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4321
    EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji = 0x199f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4322
    EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel = 0x19a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4323
    EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese = 0x19a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4324
    EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel = 0x19a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4325
    EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese = 0x19a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4326
    EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel = 0x19a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4327
    EAknsMinorGenericQgnIndiFepButtonClearJapanese1 = 0x19a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4328
    EAknsMinorGenericQgnIndiFepButtonClearJapanese1Sel = 0x19a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4329
    EAknsMinorGenericQgnIndiFepButtonClearJapanese2 = 0x19a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4330
    EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel = 0x19a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4331
    EAknsMinorGenericQgnIndiFepButtonConvertToKanji = 0x19a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4332
    EAknsMinorGenericQgnIndiFepButtonConvertToKanjiDimmed = 0x19aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4333
    EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel = 0x19ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4334
    EAknsMinorGenericQgnIndiFepButtonEnterJapanese1 = 0x19ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4335
    EAknsMinorGenericQgnIndiFepButtonEnterJapanese1Sel = 0x19ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4336
    EAknsMinorGenericQgnIndiFepButtonEnterJapanese2 = 0x19ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4337
    EAknsMinorGenericQgnIndiFepButtonEnterJapanese2Sel = 0x19af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4338
    EAknsMinorGenericQgnIndiFepButtonHiragana = 0x19b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4339
    EAknsMinorGenericQgnIndiFepButtonHiraganaSel = 0x19b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4340
    EAknsMinorGenericQgnIndiFepButtonKatakana = 0x19b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4341
    EAknsMinorGenericQgnIndiFepButtonKatakanaSel = 0x19b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4342
    EAknsMinorGenericQgnIndiFepButtonSpace4 = 0x19b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4343
    EAknsMinorGenericQgnIndiFepButtonSpace4Sel = 0x19b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4344
    EAknsMinorGenericQgnIndiHelpInfo = 0x19b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4345
    EAknsMinorGenericQgnIndiHelpTip = 0x19b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4346
    EAknsMinorGenericQgnIndiHelpWarning = 0x19b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4347
    EAknsMinorGenericQgnIndiSliderNaviSuper = 0x19b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4348
    EAknsMinorGenericQgnPropMsgAttach = 0x19ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4349
    EAknsMinorGenericQgnPropMsgRecipients = 0x19bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4350
    EAknsMinorGenericQgnPropMsgReply = 0x19bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4351
    EAknsMinorGenericQsnFrPopupPreviewMaskIcon = 0x19bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4352
    EAknsMinorGenericQgnIndiDialerAddContacts = 0x19be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4353
    EAknsMinorGenericQgnIndiMsgPriorityHigh = 0x19bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4354
    EAknsMinorGenericQgnIndiMsgPriorityLow = 0x19c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4355
    EAknsMinorGenericQgnPropMgGamsnapps = 0x19c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4356
    EAknsMinorGenericQsnFrPopupPreviewCenter = 0x19c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4357
    EAknsMinorGenericQsnFrPopupPreviewCornerBl = 0x19c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4358
    EAknsMinorGenericQsnFrPopupPreviewCornerBr = 0x19c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4359
    EAknsMinorGenericQsnFrPopupPreviewCornerTl = 0x19c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4360
    EAknsMinorGenericQsnFrPopupPreviewCornerTr = 0x19c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4361
    EAknsMinorGenericQsnFrPopupPreviewSideB = 0x19c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4362
    EAknsMinorGenericQsnFrPopupPreviewSideL = 0x19c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4363
    EAknsMinorGenericQsnFrPopupPreviewSideR = 0x19c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4364
    EAknsMinorGenericQsnFrPopupPreviewSideT = 0x19ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4365
    EAknsMinorGenericQgnGrafBgLscBottomMaskIcon = 0x19cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4366
    EAknsMinorGenericQgnGrafBgLscTopMaskIcon = 0x19cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4367
    EAknsMinorGenericQgnGrafBgPrtBottomMaskIcon = 0x19cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4368
    EAknsMinorGenericQgnGrafBgPrtTopMaskIcon = 0x19ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4369
    EAknsMinorGenericQgnGrafNsliderEndLeft = 0x19cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4370
    EAknsMinorGenericQgnGrafNsliderEndRight = 0x19d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4371
    EAknsMinorGenericQgnGrafNsliderMarker = 0x19d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4372
    EAknsMinorGenericQgnGrafNsliderMiddle = 0x19d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4373
    EAknsMinorGenericQgnGrafNsliderMupEndBottom = 0x19d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4374
    EAknsMinorGenericQgnGrafNsliderMupEndTop = 0x19d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4375
    EAknsMinorGenericQgnGrafNsliderMupMarker = 0x19d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4376
    EAknsMinorGenericQgnGrafNsliderMupMiddle = 0x19d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4377
    EAknsMinorGenericQgnGrafNsliderMupTab = 0x19d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4378
    EAknsMinorGenericQgnIndiTbBrightness = 0x19d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4379
    EAknsMinorGenericQgnIndiTbCallVolume = 0x19d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4380
    EAknsMinorGenericQgnIndiTbFfwFrew = 0x19da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4381
    EAknsMinorGenericQgnIndiTbFullscreen = 0x19db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4382
    EAknsMinorGenericQgnIndiTbIhfOff = 0x19dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4383
    EAknsMinorGenericQgnIndiTbIhfOn = 0x19dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4384
    EAknsMinorGenericQgnIndiTbPauseSendVideo = 0x19de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4385
    EAknsMinorGenericQgnIndiTbPlay = 0x19df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4386
    EAknsMinorGenericQgnIndiTbSendVideo = 0x19e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4387
    EAknsMinorGenericQgnStatLocGpsUni = 0x19e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4388
    EAknsMinorGenericQsnFrCallPocActCenter = 0x19e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4389
    EAknsMinorGenericQsnFrCallPocActCenterIdle = 0x19e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4390
    EAknsMinorGenericQsnFrCallPocActCornerBl = 0x19e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4391
    EAknsMinorGenericQsnFrCallPocActCornerBlIdle = 0x19e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4392
    EAknsMinorGenericQsnFrCallPocActCornerBr = 0x19e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4393
    EAknsMinorGenericQsnFrCallPocActCornerBrIdle = 0x19e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4394
    EAknsMinorGenericQsnFrCallPocActCornerTl = 0x19e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4395
    EAknsMinorGenericQsnFrCallPocActCornerTlIdle = 0x19e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4396
    EAknsMinorGenericQsnFrCallPocActCornerTr = 0x19ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4397
    EAknsMinorGenericQsnFrCallPocActCornerTrIdle = 0x19eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4398
    EAknsMinorGenericQsnFrCallPocActSideB = 0x19ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4399
    EAknsMinorGenericQsnFrCallPocActSideBIdle = 0x19ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4400
    EAknsMinorGenericQsnFrCallPocActSideL = 0x19ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4401
    EAknsMinorGenericQsnFrCallPocActSideLIdle = 0x19ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4402
    EAknsMinorGenericQsnFrCallPocActSideR = 0x19f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4403
    EAknsMinorGenericQsnFrCallPocActSideRIdle = 0x19f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4404
    EAknsMinorGenericQsnFrCallPocActSideTl = 0x19f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4405
    EAknsMinorGenericQsnFrCallPocActSideTlIdle = 0x19f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4406
    EAknsMinorGenericQsnFrCallPocActSideTm = 0x19f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4407
    EAknsMinorGenericQsnFrCallPocActSideTmIdle = 0x19f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4408
    EAknsMinorGenericQsnFrCallPocActSideTr = 0x19f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4409
    EAknsMinorGenericQsnFrCallPocActSideTrIdle = 0x19f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4410
    EAknsMinorGenericQsnFrCallPocInactCenter = 0x19f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4411
    EAknsMinorGenericQsnFrCallPocInactCenterIdle = 0x19f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4412
    EAknsMinorGenericQsnFrCallPocInactCornerBl = 0x19fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4413
    EAknsMinorGenericQsnFrCallPocInactCornerBlIdle = 0x19fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4414
    EAknsMinorGenericQsnFrCallPocInactCornerBr = 0x19fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4415
    EAknsMinorGenericQsnFrCallPocInactCornerBrIdle = 0x19fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4416
    EAknsMinorGenericQsnFrCallPocInactCornerTl = 0x19fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4417
    EAknsMinorGenericQsnFrCallPocInactCornerTlIdle = 0x19ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4418
    EAknsMinorGenericQsnFrCallPocInactCornerTr = 0x1a00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4419
    EAknsMinorGenericQsnFrCallPocInactCornerTrIdle = 0x1a01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4420
    EAknsMinorGenericQsnFrCallPocInactSideB = 0x1a02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4421
    EAknsMinorGenericQsnFrCallPocInactSideBIdle = 0x1a03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4422
    EAknsMinorGenericQsnFrCallPocInactSideL = 0x1a04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4423
    EAknsMinorGenericQsnFrCallPocInactSideLIdle = 0x1a05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4424
    EAknsMinorGenericQsnFrCallPocInactSideR = 0x1a06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4425
    EAknsMinorGenericQsnFrCallPocInactSideRIdle = 0x1a07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4426
    EAknsMinorGenericQsnFrCallPocInactSideT = 0x1a08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4427
    EAknsMinorGenericQsnFrCallPocInactSideTIdle = 0x1a09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4428
    EAknsMinorGenericQsnFrCall2BubbleCenter = 0x1a0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4429
    EAknsMinorGenericQsnFrCall2BubbleCenterDisconn = 0x1a0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4430
    EAknsMinorGenericQsnFrCall2BubbleCenterMaskIcon = 0x1a0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4431
    EAknsMinorGenericQsnFrCall2BubbleCornerBl = 0x1a0d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4432
    EAknsMinorGenericQsnFrCall2BubbleCornerBlDisconn = 0x1a0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4433
    EAknsMinorGenericQsnFrCall2BubbleCornerBlMaskIcon = 0x1a0f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4434
    EAknsMinorGenericQsnFrCall2BubbleCornerBrFirst = 0x1a10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4435
    EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstDisconn = 0x1a11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4436
    EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstMaskIcon = 0x1a12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4437
    EAknsMinorGenericQsnFrCall2BubbleCornerBrSecond = 0x1a13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4438
    EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondDisconn = 0x1a14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4439
    EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondMaskIcon = 0x1a15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4440
    EAknsMinorGenericQsnFrCall2BubbleCornerTlFirst = 0x1a16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4441
    EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstDisconn = 0x1a17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4442
    EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstMaskIcon = 0x1a18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4443
    EAknsMinorGenericQsnFrCall2BubbleCornerTlSecond = 0x1a19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4444
    EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondDisconn = 0x1a1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4445
    EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondMaskIcon = 0x1a1b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4446
    EAknsMinorGenericQsnFrCall2BubbleCornerTr = 0x1a1c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4447
    EAknsMinorGenericQsnFrCall2BubbleCornerTrDisconn = 0x1a1d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4448
    EAknsMinorGenericQsnFrCall2BubbleCornerTrMaskIcon = 0x1a1e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4449
    EAknsMinorGenericQsnFrCall2BubbleSideB = 0x1a1f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4450
    EAknsMinorGenericQsnFrCall2BubbleSideBDisconn = 0x1a20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4451
    EAknsMinorGenericQsnFrCall2BubbleSideBMaskIcon = 0x1a21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4452
    EAknsMinorGenericQsnFrCall2BubbleSideL = 0x1a22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4453
    EAknsMinorGenericQsnFrCall2BubbleSideLDisconn = 0x1a23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4454
    EAknsMinorGenericQsnFrCall2BubbleSideLMaskIcon = 0x1a24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4455
    EAknsMinorGenericQsnFrCall2BubbleSideR = 0x1a25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4456
    EAknsMinorGenericQsnFrCall2BubbleSideRDisconn = 0x1a26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4457
    EAknsMinorGenericQsnFrCall2BubbleSideRMaskIcon = 0x1a27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4458
    EAknsMinorGenericQsnFrCall2BubbleSideT = 0x1a28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4459
    EAknsMinorGenericQsnFrCall2BubbleSideTDisconn = 0x1a29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4460
    EAknsMinorGenericQsnFrCall2BubbleSideTMaskIcon = 0x1a2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4461
    EAknsMinorGenericQsnFrCall2RectCenter = 0x1a2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4462
    EAknsMinorGenericQsnFrCall2RectCenterDisconn = 0x1a2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4463
    EAknsMinorGenericQsnFrCall2RectCenterMaskIcon = 0x1a2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4464
    EAknsMinorGenericQsnFrCall2RectCornerBl = 0x1a2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4465
    EAknsMinorGenericQsnFrCall2RectCornerBlDisconn = 0x1a2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4466
    EAknsMinorGenericQsnFrCall2RectCornerBlMaskIcon = 0x1a30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4467
    EAknsMinorGenericQsnFrCall2RectCornerBr = 0x1a31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4468
    EAknsMinorGenericQsnFrCall2RectCornerBrDisconn = 0x1a32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4469
    EAknsMinorGenericQsnFrCall2RectCornerBrMaskIcon = 0x1a33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4470
    EAknsMinorGenericQsnFrCall2RectCornerTl = 0x1a34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4471
    EAknsMinorGenericQsnFrCall2RectCornerTlDisconn = 0x1a35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4472
    EAknsMinorGenericQsnFrCall2RectCornerTlMaskIcon = 0x1a36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4473
    EAknsMinorGenericQsnFrCall2RectCornerTr = 0x1a37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4474
    EAknsMinorGenericQsnFrCall2RectCornerTrDisconn = 0x1a38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4475
    EAknsMinorGenericQsnFrCall2RectCornerTrMaskIcon = 0x1a39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4476
    EAknsMinorGenericQsnFrCall2RectSideB = 0x1a3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4477
    EAknsMinorGenericQsnFrCall2RectSideBDisconn = 0x1a3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4478
    EAknsMinorGenericQsnFrCall2RectSideBMaskIcon = 0x1a3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4479
    EAknsMinorGenericQsnFrCall2RectSideL = 0x1a3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4480
    EAknsMinorGenericQsnFrCall2RectSideLDisconn = 0x1a3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4481
    EAknsMinorGenericQsnFrCall2RectSideLMaskIcon = 0x1a3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4482
    EAknsMinorGenericQsnFrCall2RectSideR = 0x1a40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4483
    EAknsMinorGenericQsnFrCall2RectSideRDisconn = 0x1a41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4484
    EAknsMinorGenericQsnFrCall2RectSideRMaskIcon = 0x1a42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4485
    EAknsMinorGenericQsnFrCall2RectSideT = 0x1a43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4486
    EAknsMinorGenericQsnFrCall2RectSideTDisconn = 0x1a44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4487
    EAknsMinorGenericQsnFrCall2RectSideTMaskIcon = 0x1a45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4488
    EAknsMinorGenericQgnGrafNsliderCamsEndLeft = 0x1a46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4489
    EAknsMinorGenericQgnGrafNsliderCamsEndRight = 0x1a47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4490
    EAknsMinorGenericQgnGrafNsliderCamsMarker = 0x1a48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4491
    EAknsMinorGenericQgnGrafNsliderCamsMiddle = 0x1a49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4492
    EAknsMinorGenericQgnGrafNsliderMarkerSelected = 0x1a4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4493
    EAknsMinorGenericQgnGrafNsliderVdedEndLeft = 0x1a4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4494
    EAknsMinorGenericQgnGrafNsliderVdedEndLeftSelected = 0x1a4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4495
    EAknsMinorGenericQgnGrafNsliderVdedEndMiddle = 0x1a4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4496
    EAknsMinorGenericQgnGrafNsliderVdedEndRight = 0x1a4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4497
    EAknsMinorGenericQgnGrafNsliderVdedEndRightSelected = 0x1a4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4498
    EAknsMinorGenericQgnGrafNsliderVdedMiddle = 0x1a50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4499
    EAknsMinorGenericQgnGrafNsliderVdedMiddleSelected = 0x1a51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4500
    EAknsMinorGenericQgnIndiBrowserMsAdd = 0x1a52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4501
    EAknsMinorGenericQgnIndiCamsRecSuper = 0x1a53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4502
    EAknsMinorGenericQgnIndiDefaultConnAdd = 0x1a54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4503
    EAknsMinorGenericQgnIndiFlashError = 0x1a55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4504
    EAknsMinorGenericQgnIndiImedRotate = 0x1a56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4505
    EAknsMinorGenericQgnIndiImedRotateLeftSuper = 0x1a57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4506
    EAknsMinorGenericQgnIndiImedRotateRightSuper = 0x1a58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4507
    EAknsMinorGenericQgnIndiNrtypDefault = 0x1a59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4508
    EAknsMinorGenericQgnIndiVdedEnd = 0x1a5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4509
    EAknsMinorGenericQgnIndiVdedPlayhead = 0x1a5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4510
    EAknsMinorGenericQgnIndiVdedScissors = 0x1a5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4511
    EAknsMinorGenericQgnIndiVdedStart = 0x1a5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4512
    EAknsMinorGenericQgnIndiVdedTimelineSelected = 0x1a5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4513
    EAknsMinorGenericQgnIndiVdedVolumeUpDown = 0x1a5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4514
    EAknsMinorGenericQgnMenuAmWidget = 0x1a60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4515
    EAknsMinorGenericQgnMenuLocation = 0x1a61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4516
    EAknsMinorGenericQgnPropContactDetailTab2 = 0x1a62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4517
    EAknsMinorGenericQgnPropContactPropTab2 = 0x1a63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4518
    EAknsMinorGenericQgnPropCpConn = 0x1a64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4519
    EAknsMinorGenericQgnPropCpConnAdmin = 0x1a65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4520
    EAknsMinorGenericQgnPropCpConnDatasync = 0x1a66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4521
    EAknsMinorGenericQgnPropCpConnExchange = 0x1a67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4522
    EAknsMinorGenericQgnPropCpConnIr = 0x1a68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4523
    EAknsMinorGenericQgnPropCpConnMan = 0x1a69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4524
    EAknsMinorGenericQgnPropCpConnSync = 0x1a6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4525
    EAknsMinorGenericQgnPropCpDev = 0x1a6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4526
    EAknsMinorGenericQgnPropCpDevAbout = 0x1a6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4527
    EAknsMinorGenericQgnPropCpDevDef = 0x1a6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4528
    EAknsMinorGenericQgnPropCpDevDiag = 0x1a6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4529
    EAknsMinorGenericQgnPropCpDevDisp = 0x1a6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4530
    EAknsMinorGenericQgnPropCpDevInfo = 0x1a70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4531
    EAknsMinorGenericQgnPropCpDevInteract = 0x1a71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4532
    EAknsMinorGenericQgnPropCpDevMan = 0x1a72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4533
    EAknsMinorGenericQgnPropCpDevOrig = 0x1a73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4534
    EAknsMinorGenericQgnPropCpDevSecur = 0x1a74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4535
    EAknsMinorGenericQgnPropCpDevUpdate = 0x1a75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4536
    EAknsMinorGenericQgnPropCpInst = 0x1a76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4537
    EAknsMinorGenericQgnPropCpInstFiles = 0x1a77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4538
    EAknsMinorGenericQgnPropCpInstInstalls = 0x1a78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4539
    EAknsMinorGenericQgnPropCpInstSettings = 0x1a79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4540
    EAknsMinorGenericQgnPropCpPerso = 0x1a7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4541
    EAknsMinorGenericQgnPropCpPersoIdle = 0x1a7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4542
    EAknsMinorGenericQgnPropCpPersoLang = 0x1a7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4543
    EAknsMinorGenericQgnPropCpPersoProf = 0x1a7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4544
    EAknsMinorGenericQgnPropCpPersoTheme = 0x1a7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4545
    EAknsMinorGenericQgnPropCpTele = 0x1a7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4546
    EAknsMinorGenericQgnPropCpTeleSpeed = 0x1a80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4547
    EAknsMinorGenericQgnPropCpTeleVmail = 0x1a81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4548
    EAknsMinorGenericQgnPropFmgrMs = 0x1a82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4549
    EAknsMinorGenericQgnPropFmgrMsSub = 0x1a83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4550
    EAknsMinorGenericQgnPropMemcMsTab = 0x1a84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4551
    EAknsMinorGenericQgnPropMmcMsSmall = 0x1a85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4552
    EAknsMinorGenericQgnPropNrtypCaltxt = 0x1a86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4553
    EAknsMinorGenericQgnPropNrtypDefault = 0x1a87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4554
    EAknsMinorGenericQgnPropNrtypQdial = 0x1a88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4555
    EAknsMinorGenericQgnPropNrtypSync = 0x1a89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4556
    EAknsMinorGenericQsnCpImedScrollBgBottom = 0x1a8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4557
    EAknsMinorGenericQsnCpImedScrollBgMiddle = 0x1a8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4558
    EAknsMinorGenericQsnCpImedScrollBgTop = 0x1a8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4559
    EAknsMinorGenericQsnCpScrollImedHandleBottom = 0x1a8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4560
    EAknsMinorGenericQsnCpScrollImedHandleMiddle = 0x1a8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4561
    EAknsMinorGenericQsnCpScrollImedHandleTop = 0x1a8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4562
    EAknsMinorGenericQsnFrPopupPreviewLeftMaskIcon = 0x1a90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4563
    EAknsMinorGenericQsnFrPopupPreviewRightMaskIcon = 0x1a91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4564
    EAknsMinorGenericQgnStatBtInvisibleUni = 0x1a92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4565
    EAknsMinorGenericQgnStatModBtInvisibleUni = 0x1a93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4566
    EAknsMinorGenericQsnFrImedGridCenter = 0x1a94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4567
    EAknsMinorGenericQsnFrImedGridCornerBl = 0x1a95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4568
    EAknsMinorGenericQsnFrImedGridCornerBr = 0x1a96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4569
    EAknsMinorGenericQsnFrImedGridCornerTl = 0x1a97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4570
    EAknsMinorGenericQsnFrImedGridCornerTr = 0x1a98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4571
    EAknsMinorGenericQsnFrImedGridSideB = 0x1a99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4572
    EAknsMinorGenericQsnFrImedGridSideL = 0x1a9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4573
    EAknsMinorGenericQsnFrImedGridSideR = 0x1a9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4574
    EAknsMinorGenericQsnFrImedGridSideT = 0x1a9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4575
    EAknsMinorGenericQgnIndiMupDefaultAlmumPcast = 0x1a9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4576
    EAknsMinorGenericQgnIndiTpContacts = 0x1a9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4577
    EAknsMinorGenericQgnPropMupLibraryMusic = 0x1a9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4578
    EAknsMinorGenericQgnPropMupLibraryPcast = 0x1aa0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4579
    EAknsMinorGenericQgnPropMupNowPlay = 0x1aa1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4580
    EAknsMinorGenericQgnPropMupPcastEpisode = 0x1aa2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4581
    EAknsMinorGenericQgnPropMupPcastEpisodeAll = 0x1aa3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4582
    EAknsMinorGenericQgnPropMupPcastEpisodePublish = 0x1aa4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4583
    EAknsMinorGenericQgnPropMupPcastEpisodeTitle = 0x1aa5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4584
    EAknsMinorGenericQgnGrafFepChar11x4ChineseNumeric = 0x1aa6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4585
    EAknsMinorGenericQgnIndiButtonPreviewClose = 0x1aa7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4586
    EAknsMinorGenericQgnIndiFepButtonSpace5 = 0x1aa8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4587
    EAknsMinorGenericQgnIndiFepButtonSpace5Sel = 0x1aa9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4588
    EAknsMinorGenericQgnIndiImedRotateLeft = 0x1aaa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4589
    EAknsMinorGenericQgnIndiImedRotateRight = 0x1aab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4590
    EAknsMinorGenericQgnPropMupArtistsCollapsed = 0x1aac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4591
    EAknsMinorGenericQgnPropMupArtistsExpand = 0x1aad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4592
    EAknsMinorGenericQgnPropMupSongsCollapsed = 0x1aae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4593
    EAknsMinorGenericQgnPropMupSongsExpand = 0x1aaf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4594
    EAknsMinorGenericQgnPropPaSignup = 0x1ab0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4595
    EAknsMinorGenericQgnPropPaUnsubscribe = 0x1ab1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4596
    EAknsMinorGenericQgnIndiMup3Forward = 0x1ab2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4597
    EAknsMinorGenericQgnIndiMup3ForwardFocused = 0x1ab3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4598
    EAknsMinorGenericQgnIndiMup3PauseFocused = 0x1ab4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4599
    EAknsMinorGenericQgnIndiMup3Playpause = 0x1ab5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4600
    EAknsMinorGenericQgnIndiMup3PlayFocused = 0x1ab6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4601
    EAknsMinorGenericQgnIndiMup3Rewind = 0x1ab7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4602
    EAknsMinorGenericQgnIndiMup3RewindFocused = 0x1ab8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4603
    EAknsMinorGenericQgnIndiMup3Stop = 0x1ab9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4604
    EAknsMinorGenericQgnIndiMup3StopFocused = 0x1aba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4605
    EAknsMinorGenericQgnIndiWifiProtectedAdd = 0x1abb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4606
    EAknsMinorGenericQgnPropCpDevSec = 0x1abc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4607
    EAknsMinorGenericQgnPropImageTbNext = 0x1abd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4608
    EAknsMinorGenericQgnPropImageTbPause = 0x1abe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4609
    EAknsMinorGenericQgnPropImageTbPlay2 = 0x1abf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4610
    EAknsMinorGenericQgnPropImageTbPrev = 0x1ac0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4611
    EAknsMinorGenericQgnPropImageTbZoomIn = 0x1ac1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4612
    EAknsMinorGenericQgnPropImageTbZoomOut = 0x1ac2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4613
    EAknsMinorGenericQgnPropVideoNoRight = 0x1ac3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4614
    EAknsMinorGenericQgnPropVideoValidRight = 0x1ac4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4615
    EAknsMinorGenericQgnIndiCalcDown = 0x1ac5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4616
    EAknsMinorGenericQgnIndiCalcUp = 0x1ac6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4617
    EAknsMinorGenericQgnIndiCaleTbMeetingNew = 0x1ac7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4618
    EAknsMinorGenericQgnIndiCaleTbTodoNew = 0x1ac8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4619
    EAknsMinorGenericQgnIndiVdedPause = 0x1ac9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4620
    EAknsMinorGenericQgnPropCamsMskSelect = 0x1aca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4621
    EAknsMinorGenericQgnPropLinkVideoSuper = 0x1acb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4622
    EAknsMinorGenericQgnPropMupPcastTitle = 0x1acc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4623
    EAknsMinorGenericQgnGrafFepTrainingArrowLeft = 0x1acd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4624
    EAknsMinorGenericQgnGrafFepTrainingArrowLeftSel = 0x1ace,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4625
    EAknsMinorGenericQgnGrafFepTrainingArrowRight = 0x1acf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4626
    EAknsMinorGenericQgnGrafFepTrainingArrowRightSel = 0x1ad0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4627
    EAknsMinorGenericQgnGrafVolumeSmallVerticalMarker = 0x1ad1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4628
    EAknsMinorGenericQgnGrafVolumeSmallVerticalMarkerSelected = 0x1ad2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4629
    EAknsMinorGenericQgnGrafVolumeSmallVerticalOff = 0x1ad3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4630
    EAknsMinorGenericQgnGrafVolumeSmallVerticalOn = 0x1ad4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4631
    EAknsMinorGenericQgnIndiFepSctFwSymbols = 0x1ad5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4632
    EAknsMinorGenericQgnIndiFepSctFwSymbolsDimmed = 0x1ad6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4633
    EAknsMinorGenericQgnIndiFepSctHwSymbols = 0x1ad7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4634
    EAknsMinorGenericQgnIndiFepSctHwSymbolsDimmed = 0x1ad8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4635
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapital = 0x1ad9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4636
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalSel = 0x1ada,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4637
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumeric = 0x1adb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4638
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumericSel = 0x1adc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4639
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmall = 0x1add,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4640
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallSel = 0x1ade,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4641
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecial = 0x1adf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4642
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecialSel = 0x1ae0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4643
    EAknsMinorGenericQgnIndiFepTrainingButtonCharGrid = 0x1ae1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4644
    EAknsMinorGenericQgnIndiFepTrainingButtonCharGridSel = 0x1ae2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4645
    EAknsMinorGenericQgnIndiFmgrMsAdd = 0x1ae3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4646
    EAknsMinorGenericQgnIndiImedCursor2Super = 0x1ae4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4647
    EAknsMinorGenericQgnIndiPlaying = 0x1ae5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4648
    EAknsMinorGenericQgnIndiVolumeArrowDown = 0x1ae6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4649
    EAknsMinorGenericQgnIndiVolumeArrowDownInactive = 0x1ae7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4650
    EAknsMinorGenericQgnIndiVolumeArrowDownSelected = 0x1ae8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4651
    EAknsMinorGenericQgnIndiVolumeArrowUp = 0x1ae9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4652
    EAknsMinorGenericQgnIndiVolumeArrowUpInactive = 0x1aea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4653
    EAknsMinorGenericQgnIndiVolumeArrowUpSelected = 0x1aeb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4654
    EAknsMinorGenericQgnPropHwrShortcutTab2 = 0x1aec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4655
    EAknsMinorGenericQgnPropHwrTrainingShortcut = 0x1aed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4656
    EAknsMinorGenericQgnPropHwrTrainingTab1 = 0x1aee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4657
    EAknsMinorGenericQgnGrafFepChar6x5 = 0x1aef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4658
    EAknsMinorGenericQgnIndiBrowserTbBlank = 0x1af0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4659
    EAknsMinorGenericQgnIndiBrowserTbBm = 0x1af1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4660
    EAknsMinorGenericQgnIndiBrowserTbFeeds = 0x1af2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4661
    EAknsMinorGenericQgnIndiBrowserTbFindKw = 0x1af3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4662
    EAknsMinorGenericQgnIndiBrowserTbGoto = 0x1af4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4663
    EAknsMinorGenericQgnIndiBrowserTbHelp = 0x1af5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4664
    EAknsMinorGenericQgnIndiBrowserTbImages = 0x1af6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4665
    EAknsMinorGenericQgnIndiBrowserTbKeyMap = 0x1af7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4666
    EAknsMinorGenericQgnIndiBrowserTbPages = 0x1af8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4667
    EAknsMinorGenericQgnIndiBrowserTbRotate = 0x1af9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4668
    EAknsMinorGenericQgnIndiBrowserTbSaveBm = 0x1afa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4669
    EAknsMinorGenericQgnIndiBrowserTbSavePage = 0x1afb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4670
    EAknsMinorGenericQgnIndiBrowserTbSendUrl = 0x1afc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4671
    EAknsMinorGenericQgnIndiBrowserTbSettings = 0x1afd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4672
    EAknsMinorGenericQgnIndiBrowserTbSwitchWin = 0x1afe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4673
    EAknsMinorGenericQgnIndiBrowserTbTb = 0x1aff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4674
    EAknsMinorGenericQgnIndiBrowserTbUrls = 0x1b00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4675
    EAknsMinorGenericQgnIndiBrowserTbZoomIn = 0x1b01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4676
    EAknsMinorGenericQgnIndiBrowserTbZoomOut = 0x1b02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4677
    EAknsMinorGenericQgnIndiFepButtonFullHalfWidth = 0x1b03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4678
    EAknsMinorGenericQgnIndiFepButtonFullHalfWidthSel = 0x1b04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4679
    EAknsMinorGenericQgnIndiFepButtonHalfFullWidth = 0x1b05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4680
    EAknsMinorGenericQgnIndiFepButtonHalfFullWidthSel = 0x1b06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4681
    EAknsMinorGenericQgnIndiFepButtonLongBackspace = 0x1b07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4682
    EAknsMinorGenericQgnIndiFepButtonLongBackspaceSel = 0x1b08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4683
    EAknsMinorGenericQgnIndiFepButtonMarkCaseNumeric = 0x1b09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4684
    EAknsMinorGenericQgnIndiFepButtonMarkCaseNumericSel = 0x1b0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4685
    EAknsMinorGenericQgnIndiFepButtonMarkCaseText = 0x1b0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4686
    EAknsMinorGenericQgnIndiFepButtonMarkCaseTextSel = 0x1b0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4687
    EAknsMinorGenericQgnIndiFepButtonMarkChinese = 0x1b0d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4688
    EAknsMinorGenericQgnIndiFepButtonMarkChineseSel = 0x1b0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4689
    EAknsMinorGenericQgnIndiFepButtonMorefunction = 0x1b0f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4690
    EAknsMinorGenericQgnIndiFepButtonMorefunctionSel = 0x1b10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4691
    EAknsMinorGenericQgnIndiFepButtonShortSpace = 0x1b11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4692
    EAknsMinorGenericQgnIndiFepButtonShortSpaceSel = 0x1b12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4693
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillic = 0x1b13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4694
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillicSel = 0x1b14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4695
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreek = 0x1b15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4696
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreekSel = 0x1b16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4697
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillic = 0x1b17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4698
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillicSel = 0x1b18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4699
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreek = 0x1b19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4700
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreekSel = 0x1b1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4701
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrew = 0x1b1b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4702
    EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrewSel = 0x1b1c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4703
    EAknsMinorGenericQgnIndiIvImages = 0x1b1d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4704
    EAknsMinorGenericQgnIndiIvLeft = 0x1b1e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4705
    EAknsMinorGenericQgnIndiIvRight = 0x1b1f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4706
    EAknsMinorGenericQgnIndiMup2Random = 0x1b20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4707
    EAknsMinorGenericQgnIndiMup2RandomOff = 0x1b21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4708
    EAknsMinorGenericQgnIndiMup4Forward = 0x1b22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4709
    EAknsMinorGenericQgnIndiMup4ForwardDimmed = 0x1b23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4710
    EAknsMinorGenericQgnIndiMup4ForwardFocused = 0x1b24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4711
    EAknsMinorGenericQgnIndiMup4Pause = 0x1b25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4712
    EAknsMinorGenericQgnIndiMup4PauseDimmed = 0x1b26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4713
    EAknsMinorGenericQgnIndiMup4PauseFocused = 0x1b27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4714
    EAknsMinorGenericQgnIndiMup4Play = 0x1b28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4715
    EAknsMinorGenericQgnIndiMup4PlayDimmed = 0x1b29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4716
    EAknsMinorGenericQgnIndiMup4PlayFocused = 0x1b2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4717
    EAknsMinorGenericQgnIndiMup4Rewind = 0x1b2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4718
    EAknsMinorGenericQgnIndiMup4RewindDimmed = 0x1b2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4719
    EAknsMinorGenericQgnIndiMup4RewindFocused = 0x1b2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4720
    EAknsMinorGenericQgnIndiMup4Stop = 0x1b2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4721
    EAknsMinorGenericQgnIndiMup4StopDimmed = 0x1b2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4722
    EAknsMinorGenericQgnIndiMup4StopFocused = 0x1b30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4723
    EAknsMinorGenericQgnIndiMup4VolumeDown = 0x1b31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4724
    EAknsMinorGenericQgnIndiMup4VolumeDownDimmed = 0x1b32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4725
    EAknsMinorGenericQgnIndiMup4VolumeDownFocused = 0x1b33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4726
    EAknsMinorGenericQgnIndiMup4VolumeUp = 0x1b34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4727
    EAknsMinorGenericQgnIndiMup4VolumeUpDimmed = 0x1b35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4728
    EAknsMinorGenericQgnIndiMup4VolumeUpFocused = 0x1b36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4729
    EAknsMinorGenericQgnIndiMupDefaultAlbumPcast = 0x1b37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4730
    EAknsMinorGenericQgnIndiMupRepeatOff = 0x1b38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4731
    EAknsMinorGenericQgnIndiSctrlMaskActLsc = 0x1b39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4732
    EAknsMinorGenericQgnIndiSctrlMaskActPrt = 0x1b3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4733
    EAknsMinorGenericQgnIndiSctrlMaskInactLsc = 0x1b3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4734
    EAknsMinorGenericQgnIndiSctrlSkMaskLeftPrt = 0x1b3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4735
    EAknsMinorGenericQgnIndiSctrlSkMaskLsc = 0x1b3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4736
    EAknsMinorGenericQgnIndiSctrlSkMaskRightPrt = 0x1b3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4737
    EAknsMinorGenericQgnNoteNfcPrint = 0x1b3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4738
    EAknsMinorGenericQgnNoteNfcWriteTag = 0x1b40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4739
    EAknsMinorGenericQgnPropBatteryPsActivate = 0x1b41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4740
    EAknsMinorGenericQgnPropBatteryPsDeactivate = 0x1b42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4741
    EAknsMinorGenericQgnPropBtCarKit = 0x1b43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4742
    EAknsMinorGenericQgnPropBtConnected = 0x1b44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4743
    EAknsMinorGenericQgnPropBtGenericDev = 0x1b45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4744
    EAknsMinorGenericQgnPropBtKeyboard = 0x1b46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4745
    EAknsMinorGenericQgnPropBtMouse = 0x1b47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4746
    EAknsMinorGenericQgnPropBtPrinter = 0x1b48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4747
    EAknsMinorGenericQgnPropFmgrMsSmall = 0x1b49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4748
    EAknsMinorGenericQgnPropImageTbDelete2 = 0x1b4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4749
    EAknsMinorGenericQgnPropImageTbDelete2Dimmed = 0x1b4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4750
    EAknsMinorGenericQgnPropImageTbDelete2Focused = 0x1b4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4751
    EAknsMinorGenericQgnPropImageTbNextDimmed = 0x1b4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4752
    EAknsMinorGenericQgnPropImageTbNextFocused = 0x1b4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4753
    EAknsMinorGenericQgnPropImageTbPauseDimmed = 0x1b4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4754
    EAknsMinorGenericQgnPropImageTbPauseFocused = 0x1b50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4755
    EAknsMinorGenericQgnPropImageTbPlay2Dimmed = 0x1b51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4756
    EAknsMinorGenericQgnPropImageTbPlay2Focused = 0x1b52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4757
    EAknsMinorGenericQgnPropImageTbPrevDimmed = 0x1b53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4758
    EAknsMinorGenericQgnPropImageTbPrevFocused = 0x1b54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4759
    EAknsMinorGenericQgnPropImageTbZoom2 = 0x1b55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4760
    EAknsMinorGenericQgnPropImageTbZoomInDimmed = 0x1b56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4761
    EAknsMinorGenericQgnPropImageTbZoomInFocused = 0x1b57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4762
    EAknsMinorGenericQgnPropImageTbZoomOutDimmed = 0x1b58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4763
    EAknsMinorGenericQgnPropImageTbZoomOutFocused = 0x1b59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4764
    EAknsMinorGenericQgnPropImageVideo = 0x1b5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4765
    EAknsMinorGenericQgnPropMpTv = 0x1b5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4766
    EAknsMinorGenericQgnPropNfcAuthPay = 0x1b5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4767
    EAknsMinorGenericQgnPropNfcCloneTag = 0x1b5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4768
    EAknsMinorGenericQgnPropNfcCreateTag = 0x1b5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4769
    EAknsMinorGenericQgnPropNfcEraseTag = 0x1b5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4770
    EAknsMinorGenericQgnPropNfcReadTag = 0x1b60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4771
    EAknsMinorGenericQgnPropNfcSessClosed = 0x1b61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4772
    EAknsMinorGenericQgnPropNfcSessOpen = 0x1b62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4773
    EAknsMinorGenericQgnPropSctrlCharGrid = 0x1b63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4774
    EAknsMinorGenericQgnPropSctrlPreview = 0x1b64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4775
    EAknsMinorGenericQgnPropSctrlRemove = 0x1b65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4776
    EAknsMinorGenericQgnIndiDialerLogs = 0x1b66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4777
    EAknsMinorGenericQgnIndiBrowserTxtSelectionMode = 0x1b67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4778
    EAknsMinorGenericQgnIndiMpOngoingInterrupt = 0x1b68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4779
    EAknsMinorGenericQgnPropCpConnIrOff = 0x1b69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4780
    EAknsMinorGenericQgnPropImGroupNotJoined = 0x1b6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4781
    EAknsMinorGenericQgnPropSetAppsBtConnHidden = 0x1b6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4782
    EAknsMinorGenericQgnPropSetAppsBtConnShown = 0x1b6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4783
    EAknsMinorGenericQgnPropSetAppsBtOff = 0x1b6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4784
    EAknsMinorGenericQgnPropSetAppsBtOnHidden = 0x1b6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4785
    EAknsMinorGenericQgnPropSetAppsBtOnShown = 0x1b6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4786
    EAknsMinorGenericQgnPropSetAppsUsbOff = 0x1b70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4787
    EAknsMinorGenericQgnPropSetNetworkSubOffline = 0x1b71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4788
    EAknsMinorGenericQgnStatFnLock = 0x1b72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4789
    EAknsMinorGenericQgnStatFnMode = 0x1b73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4790
    EAknsMinorGenericQgnGrafMshopIconApp = 0x1b74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4791
    EAknsMinorGenericQgnGrafMshopIconCtx = 0x1b75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4792
    EAknsMinorGenericQgnGrafMupAdtlReorderDown = 0x1b76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4793
    EAknsMinorGenericQgnGrafMupAdtlReorderUp = 0x1b77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4794
    EAknsMinorGenericQgnGrafMupAdtlReorderUpdown = 0x1b78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4795
    EAknsMinorGenericQgnGrafMupCtxAddsong = 0x1b79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4796
    EAknsMinorGenericQgnGrafMupCtxReordersong = 0x1b7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4797
    EAknsMinorGenericQgnGrafMupDlstMusic = 0x1b7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4798
    EAknsMinorGenericQgnGrafMupDlstNowplaying = 0x1b7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4799
    EAknsMinorGenericQgnGrafMupDlstPodcast = 0x1b7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4800
    EAknsMinorGenericQgnGrafMupIconUpnpRemote = 0x1b7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4801
    EAknsMinorGenericQgnGrafMupLstBrokenplayl = 0x1b7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4802
    EAknsMinorGenericQgnGrafMupLstBrokenpodc = 0x1b80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4803
    EAknsMinorGenericQgnGrafMupLstBrokentrack = 0x1b81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4804
    EAknsMinorGenericQgnGrafMupLstColpsdArtist = 0x1b82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4805
    EAknsMinorGenericQgnGrafMupLstColpsdTrack = 0x1b83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4806
    EAknsMinorGenericQgnGrafMupLstCorruptpodc = 0x1b84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4807
    EAknsMinorGenericQgnGrafMupLstCorrupttrack = 0x1b85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4808
    EAknsMinorGenericQgnGrafMupLstDrmExp = 0x1b86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4809
    EAknsMinorGenericQgnGrafMupLstEmpty = 0x1b87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4810
    EAknsMinorGenericQgnGrafMupLstExpdArtist = 0x1b88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4811
    EAknsMinorGenericQgnGrafMupLstExpdTrack = 0x1b89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4812
    EAknsMinorGenericQgnGrafMupLstPdcAdded = 0x1b8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4813
    EAknsMinorGenericQgnGrafMupLstPdcAuto = 0x1b8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4814
    EAknsMinorGenericQgnGrafMupLstPdcCateg = 0x1b8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4815
    EAknsMinorGenericQgnGrafMupLstPdcCompplay = 0x1b8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4816
    EAknsMinorGenericQgnGrafMupLstPdcDate = 0x1b8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4817
    EAknsMinorGenericQgnGrafMupLstPdcEpisode = 0x1b8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4818
    EAknsMinorGenericQgnGrafMupLstPdcNew = 0x1b90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4819
    EAknsMinorGenericQgnGrafMupLstPdcNoplay = 0x1b91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4820
    EAknsMinorGenericQgnGrafMupLstPdcPartplay = 0x1b92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4821
    EAknsMinorGenericQgnGrafMupLstPdcTitle = 0x1b93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4822
    EAknsMinorGenericQgnGrafMupLstTrack = 0x1b94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4823
    EAknsMinorGenericQgnGrafMupLstUserplayl = 0x1b95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4824
    EAknsMinorGenericQgnGrafMupNpvDefalbumartTransp = 0x1b96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4825
    EAknsMinorGenericQgnGrafMupNpvIconPause = 0x1b97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4826
    EAknsMinorGenericQgnGrafMupNpvIconPlay = 0x1b98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4827
    EAknsMinorGenericQgnGrafMupNpvIconRepeat = 0x1b99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4828
    EAknsMinorGenericQgnGrafMupNpvIconRepeatone = 0x1b9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4829
    EAknsMinorGenericQgnGrafMupNpvIconShuffle = 0x1b9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4830
    EAknsMinorGenericQgnGrafMupNpvPrbarBgd = 0x1b9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4831
    EAknsMinorGenericQgnGrafMupNpvPrbarBgdLs = 0x1b9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4832
    EAknsMinorGenericQgnGrafMupNpvPrbarMidDownload = 0x1b9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4833
    EAknsMinorGenericQgnGrafMupNpvPrbarTopPlay = 0x1b9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4834
    EAknsMinorGenericQgnGrafMupSsBgnd01 = 0x1ba0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4835
    EAknsMinorGenericQgnGrafMupSsBgnd02 = 0x1ba1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4836
    EAknsMinorGenericQgnGrafMupSsBgnd03 = 0x1ba2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4837
    EAknsMinorGenericQgnGrafMupSsBgnd04 = 0x1ba3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4838
    EAknsMinorGenericQgnGrafMupStatusPopPause = 0x1ba4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4839
    EAknsMinorGenericQgnGrafMupStatusPopPlay = 0x1ba5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4840
    EAknsMinorGenericQgnGrafMupVolwIconMute = 0x1ba6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4841
    EAknsMinorGenericQgnGrafMupVolwIconSpeaker = 0x1ba7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4842
    EAknsMinorGenericQgnIndiMpNoAudio = 0x1ba8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4843
    EAknsMinorGenericQgnIndiMpNoVideo = 0x1ba9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4844
    EAknsMinorGenericQgnIndiMupVolwSlider = 0x1baa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4845
    EAknsMinorGenericQgnIndiMupVolwSliderBg = 0x1bab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4846
    EAknsMinorGenericQgnMenuSivc = 0x1bac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4847
    EAknsMinorGenericQgnPropBtCarKitConnect = 0x1bad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4848
    EAknsMinorGenericQgnPropBtGenericDevConnect = 0x1bae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4849
    EAknsMinorGenericQgnPropBtKeyboardConnect = 0x1baf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4850
    EAknsMinorGenericQgnPropBtMouseConnect = 0x1bb0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4851
    EAknsMinorGenericQgnPropBtPrinterConnect = 0x1bb1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4852
    EAknsMinorGenericQgnGrafNsliderTickMajor = 0x1bb2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4853
    EAknsMinorGenericQgnGrafNsliderTickMinor = 0x1bb3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4854
    EAknsMinorGenericQgnGrafNsliderVerticalBottom = 0x1bb4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4855
    EAknsMinorGenericQgnGrafNsliderVerticalMarker = 0x1bb5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4856
    EAknsMinorGenericQgnGrafNsliderVerticalMiddle = 0x1bb6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4857
    EAknsMinorGenericQgnGrafNsliderVerticalTickMajor = 0x1bb7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4858
    EAknsMinorGenericQgnGrafNsliderVerticalTickMinor = 0x1bb8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4859
    EAknsMinorGenericQgnGrafNsliderVerticalTop = 0x1bb9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4860
    EAknsMinorGenericQgnGrafTimetrackEndLeft = 0x1bba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4861
    EAknsMinorGenericQgnGrafTimetrackEndRight = 0x1bbb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4862
    EAknsMinorGenericQgnGrafTimetrackMiddle = 0x1bbc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4863
    EAknsMinorGenericQgnGrafTimetrackTrimmedEndLeft = 0x1bbd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4864
    EAknsMinorGenericQgnGrafTimetrackTrimmedEndRight = 0x1bbe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4865
    EAknsMinorGenericQgnGrafTimetrackTrimmedMiddle = 0x1bbf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4866
    EAknsMinorGenericQgnIndiCam4Flash = 0x1bc0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4867
    EAknsMinorGenericQgnIndiCam4ModeCamera = 0x1bc1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4868
    EAknsMinorGenericQgnIndiCam4Reso = 0x1bc2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4869
    EAknsMinorGenericQgnIndiCam4Sequence = 0x1bc3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4870
    EAknsMinorGenericQgnIndiCam4Shake = 0x1bc4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4871
    EAknsMinorGenericQgnIndiCam4Timer = 0x1bc5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4872
    EAknsMinorGenericQgnIndiTbAppsgrid = 0x1bc6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4873
    EAknsMinorGenericQgnIndiTbDialler = 0x1bc7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4874
    EAknsMinorGenericQgnIndiTbEmailNew = 0x1bc8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4875
    EAknsMinorGenericQgnIndiTbEmailReply = 0x1bc9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4876
    EAknsMinorGenericQgnIndiTbMsgNew = 0x1bca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4877
    EAknsMinorGenericQgnIndiTbMsgReply = 0x1bcb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4878
    EAknsMinorGenericQgnIndiTbProfiles = 0x1bcc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4879
    EAknsMinorGenericQgnIndiTimetrackMarked = 0x1bcd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4880
    EAknsMinorGenericQgnIndiTimetrackMarker = 0x1bce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4881
    EAknsMinorGenericQgnIndiVid4AudioMute = 0x1bcf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4882
    EAknsMinorGenericQgnIndiVid4LightOn = 0x1bd0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4883
    EAknsMinorGenericQgnIndiVid4MemoryMmc = 0x1bd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4884
    EAknsMinorGenericQgnIndiVid4MemoryPhone = 0x1bd2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4885
    EAknsMinorGenericQgnIndiVid4ModeVideo = 0x1bd3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4886
    EAknsMinorGenericQgnIndiVid4QualityHigh = 0x1bd4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4887
    EAknsMinorGenericQgnIndiVid4QualityLow = 0x1bd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4888
    EAknsMinorGenericQgnIndiVid4QualityNormal = 0x1bd6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4889
    EAknsMinorGenericQgnIndiVid4StabilizeOn = 0x1bd7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4890
    EAknsMinorGenericQgnIndiWlanSnifferPluginOff = 0x1bd8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4891
    EAknsMinorGenericQgnIndiWlanSnifferPluginOn = 0x1bd9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4892
    EAknsMinorGenericQgnMenuGroupCustomerMusic = 0x1bda,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4893
    EAknsMinorGenericQgnMenuGroupCustomerUtilities = 0x1bdb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4894
    EAknsMinorGenericQgnMenuWlanSniffer = 0x1bdc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4895
    EAknsMinorGenericQgnPropFolderParent = 0x1bdd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4896
    EAknsMinorGenericQgnPropSetConnWlanConn = 0x1bde,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4897
    EAknsMinorGenericQgnPropSetConnWlanOff = 0x1bdf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4898
    EAknsMinorGenericQgnGrafTbExtFindBg = 0x1be0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4899
    EAknsMinorGenericQgnGrafTbExtFindButtonBg = 0x1be1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4900
    EAknsMinorGenericQgnIndiAiArrowLeft = 0x1be2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4901
    EAknsMinorGenericQgnIndiAiArrowRight = 0x1be3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4902
    EAknsMinorGenericQgnIndiAiBlinds = 0x1be4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4903
    EAknsMinorGenericQgnIndiAiClosePlugin = 0x1be5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4904
    EAknsMinorGenericQgnIndiAiClosePluginPressed = 0x1be6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4905
    EAknsMinorGenericQgnIndiAiDown = 0x1be7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4906
    EAknsMinorGenericQgnIndiAiDownDimmed = 0x1be8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4907
    EAknsMinorGenericQgnIndiAiDownPressed = 0x1be9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4908
    EAknsMinorGenericQgnIndiAiLeft = 0x1bea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4909
    EAknsMinorGenericQgnIndiAiLeftDimmed = 0x1beb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4910
    EAknsMinorGenericQgnIndiAiLeftPressed = 0x1bec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4911
    EAknsMinorGenericQgnIndiAiMiddle = 0x1bed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4912
    EAknsMinorGenericQgnIndiAiMiddleDimmed = 0x1bee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4913
    EAknsMinorGenericQgnIndiAiMiddlePressed = 0x1bef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4914
    EAknsMinorGenericQgnIndiAiRight = 0x1bf0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4915
    EAknsMinorGenericQgnIndiAiRightDimmed = 0x1bf1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4916
    EAknsMinorGenericQgnIndiAiRightPressed = 0x1bf2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4917
    EAknsMinorGenericQgnIndiAiShow = 0x1bf3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4918
    EAknsMinorGenericQgnIndiAiShowLandscape = 0x1bf4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4919
    EAknsMinorGenericQgnIndiAiUp = 0x1bf5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4920
    EAknsMinorGenericQgnIndiAiUpDimmed = 0x1bf6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4921
    EAknsMinorGenericQgnIndiAiUpPressed = 0x1bf7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4922
    EAknsMinorGenericQgnIndiFepButtonInputSwitch = 0x1bf8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4923
    EAknsMinorGenericQgnIndiFepButtonInputSwitchSel = 0x1bf9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4924
    EAknsMinorGenericQgnIndiItutCursorDown = 0x1bfa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4925
    EAknsMinorGenericQgnIndiItutCursorLeft = 0x1bfb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4926
    EAknsMinorGenericQgnIndiItutCursorRight = 0x1bfc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4927
    EAknsMinorGenericQgnIndiItutCursorUp = 0x1bfd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4928
    EAknsMinorGenericQgnIndiItutInputSwitch = 0x1bfe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4929
    EAknsMinorGenericQgnIndiKeypadShift = 0x1bff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4930
    EAknsMinorGenericQgnIndiKeypadSpace = 0x1c00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4931
    EAknsMinorGenericQgnIndiKeypadStar = 0x1c01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4932
    EAknsMinorGenericQgnIndiTbExtension = 0x1c02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4933
    EAknsMinorGenericQgnMenuAppsDcd = 0x1c03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4934
    EAknsMinorGenericQgnPropBtAudioConnect = 0x1c04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4935
    EAknsMinorGenericQgnPropBtComputerConnect = 0x1c05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4936
    EAknsMinorGenericQgnPropBtPhoneConnect = 0x1c06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4937
    EAknsMinorGenericQgnPropSetAppsDcd = 0x1c07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4938
    EAknsMinorGenericQgnCalendarEventIndi = 0x1c20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4939
    EAknsMinorGenericQgnCalendarIndiDate = 0x1c21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4940
    EAknsMinorGenericQgnEasydialActionMenu = 0x1c22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4941
    EAknsMinorGenericQgnEasydialContact = 0x1c23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4942
    EAknsMinorGenericQgnEasydialContactGroup = 0x1c24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4943
    EAknsMinorGenericQgnEmailFocusFrameBottomLeft = 0x1c25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4944
    EAknsMinorGenericQgnEmailFocusFrameBottomRight = 0x1c26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4945
    EAknsMinorGenericQgnEmailFocusFrameTopLeft = 0x1c27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4946
    EAknsMinorGenericQgnEmailFocusFrameTopRight = 0x1c28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4947
    EAknsMinorGenericQgnFscalIndiAlarmDay = 0x1c29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4948
    EAknsMinorGenericQgnFscalIndiAlarmTime = 0x1c2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4949
    EAknsMinorGenericQgnFscalIndiEvents = 0x1c2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4950
    EAknsMinorGenericQgnFscalIndiMemo = 0x1c2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4951
    EAknsMinorGenericQgnFscalIndiNewTodo = 0x1c2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4952
    EAknsMinorGenericQgnFscalIndiOccasion = 0x1c2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4953
    EAknsMinorGenericQgnFscalIndiPriorityHigh = 0x1c2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4954
    EAknsMinorGenericQgnFscalIndiPriorityLow = 0x1c30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4955
    EAknsMinorGenericQgnFscalIndiPriorityNormal = 0x1c31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4956
    EAknsMinorGenericQgnFscalIndiRecurrence = 0x1c32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4957
    EAknsMinorGenericQgnFscalIndiSubject = 0x1c33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4958
    EAknsMinorGenericQgnFscalIndiSubject02 = 0x1c34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4959
    EAknsMinorGenericQgnFscalIndiSubjectPrioHi = 0x1c35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4960
    EAknsMinorGenericQgnFscalIndiSynchronisation = 0x1c36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4961
    EAknsMinorGenericQgnFscalIndiTodo = 0x1c37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4962
    EAknsMinorGenericQgnFseDropDownDeletedItemsIcon = 0x1c38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4963
    EAknsMinorGenericQgnFseDropDownDraftsIcon = 0x1c39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4964
    EAknsMinorGenericQgnFseDropDownEmailAccountIcon = 0x1c3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4965
    EAknsMinorGenericQgnFseDropDownInboxIcon = 0x1c3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4966
    EAknsMinorGenericQgnFseDropDownMoreFoldersIcon = 0x1c3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4967
    EAknsMinorGenericQgnFseDropDownOutboxIcon = 0x1c3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4968
    EAknsMinorGenericQgnFseDropDownSentIcon = 0x1c3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4969
    EAknsMinorGenericQgnFseDropDownSentIcon2 = 0x1c3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4970
    EAknsMinorGenericQgnFseFolderListAscendingIcon = 0x1c40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4971
    EAknsMinorGenericQgnFseFolderListDeletedItemsIcon = 0x1c41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4972
    EAknsMinorGenericQgnFseFolderListDescendingIcon = 0x1c42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4973
    EAknsMinorGenericQgnFseFolderListDraftsIcon = 0x1c43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4974
    EAknsMinorGenericQgnFseFolderListInboxIcon = 0x1c44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4975
    EAknsMinorGenericQgnFseFolderListInboxSubfoldersIcon = 0x1c45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4976
    EAknsMinorGenericQgnFseFolderListServerFoldersIcon = 0x1c46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4977
    EAknsMinorGenericQgnFseMailAttachment = 0x1c47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4978
    EAknsMinorGenericQgnFseMailIconForwardedAttachmentIcon = 0x1c48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4979
    EAknsMinorGenericQgnFseMailIconForwardedIcon = 0x1c49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4980
    EAknsMinorGenericQgnFseMailIconHighPriorityIcon = 0x1c4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4981
    EAknsMinorGenericQgnFseMailIconLowPriorityIcon = 0x1c4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4982
    EAknsMinorGenericQgnFseMailIconReadAttachmentIcon = 0x1c4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4983
    EAknsMinorGenericQgnFseMailIconReadIcon = 0x1c4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4984
    EAknsMinorGenericQgnFseMailIconRepliedAllAttachmentIcon = 0x1c4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4985
    EAknsMinorGenericQgnFseMailIconRepliedAllIcon = 0x1c4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4986
    EAknsMinorGenericQgnFseMailIconRepliedAttachmentIcon = 0x1c50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4987
    EAknsMinorGenericQgnFseMailIconRepliedIcon = 0x1c51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4988
    EAknsMinorGenericQgnFseMailIconUnreadIcon = 0x1c52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4989
    EAknsMinorGenericQgnFseMailIconUnreadAttachmentIcon = 0x1c53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4990
    EAknsMinorGenericQgnFseMailRead = 0x1c54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4991
    EAknsMinorGenericQgnFseMailReadAttachment = 0x1c55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4992
    EAknsMinorGenericQgnFseMailReadAttachmentLowPrior = 0x1c56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4993
    EAknsMinorGenericQgnFseMailReadForwarded = 0x1c57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4994
    EAknsMinorGenericQgnFseMailReadForwardedAttachment = 0x1c58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4995
    EAknsMinorGenericQgnFseMailReadForwardedAttachmentHighPrior = 0x1c59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4996
    EAknsMinorGenericQgnFseMailReadForwardedAttachmentLowPrior = 0x1c5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4997
    EAknsMinorGenericQgnFseMailReadForwardedHighPrior = 0x1c5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4998
    EAknsMinorGenericQgnFseMailReadForwardedLowPrior = 0x1c5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4999
    EAknsMinorGenericQgnFseMailReadForwardedLowPrior2 = 0x1c5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5000
    EAknsMinorGenericQgnFseMailReadHighPrior = 0x1c5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5001
    EAknsMinorGenericQgnFseMailReadLowPrior = 0x1c5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5002
    EAknsMinorGenericQgnFseMailReadReplied = 0x1c60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5003
    EAknsMinorGenericQgnFseMailReadRepliedAttachment = 0x1c61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5004
    EAknsMinorGenericQgnFseMailReadRepliedAttachmentHighPrior = 0x1c62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5005
    EAknsMinorGenericQgnFseMailReadRepliedAttachmentLowPrior = 0x1c63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5006
    EAknsMinorGenericQgnFseMailReadRepliedForwarded = 0x1c64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5007
    EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachment = 0x1c65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5008
    EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentHighPrior = 0x1c66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5009
    EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentLowPrior = 0x1c67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5010
    EAknsMinorGenericQgnFseMailReadRepliedForwardedHighPrior = 0x1c68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5011
    EAknsMinorGenericQgnFseMailReadRepliedHighPrior = 0x1c69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5012
    EAknsMinorGenericQgnFseMailReadRepliedLowPrior = 0x1c6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5013
    EAknsMinorGenericQgnFseMailSentMail = 0x1c6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5014
    EAknsMinorGenericQgnFseMailUnread = 0x1c6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5015
    EAknsMinorGenericQgnFseMailUnreadAttachment = 0x1c6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5016
    EAknsMinorGenericQgnFseMailUnreadAttachmentHighPrior = 0x1c6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5017
    EAknsMinorGenericQgnFseMailUnreadAttachmentLowPrior = 0x1c6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5018
    EAknsMinorGenericQgnFseMailUnreadForwarded = 0x1c70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5019
    EAknsMinorGenericQgnFseMailUnreadForwardedAttachment = 0x1c71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5020
    EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentHighPrior = 0x1c72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5021
    EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentLowPrior = 0x1c73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5022
    EAknsMinorGenericQgnFseMailUnreadForwardedHighPrior = 0x1c74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5023
    EAknsMinorGenericQgnFseMailUnreadForwardedLowPrior = 0x1c75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5024
    EAknsMinorGenericQgnFseMailUnreadHighPrior = 0x1c76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5025
    EAknsMinorGenericQgnFseMailUnreadLowPrior = 0x1c77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5026
    EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon = 0x1c78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5027
    EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon02 = 0x1c79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5028
    EAknsMinorGenericQgnFseViewerFollowUpIcon = 0x1c7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5029
    EAknsMinorGenericQgnFseViewerIconHighPriorityIcon = 0x1c7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5030
    EAknsMinorGenericQgnFseViewerIconLowPriorityIcon = 0x1c7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5031
    EAknsMinorGenericQgnFseViewerIconReadIcon = 0x1c7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5032
    EAknsMinorGenericQgnFseViewerIconRepliedAllIcon = 0x1c7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5033
    EAknsMinorGenericQgnFseViewerIconRepliedIcon = 0x1c7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5034
    EAknsMinorGenericQgnFseViewerIconUnreadIcon = 0x1c80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5035
    EAknsMinorGenericQgnFseViewerAttachmentDocIcon = 0x1c81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5036
    EAknsMinorGenericQgnFseViewerAttachmentHtmlIcon = 0x1c82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5037
    EAknsMinorGenericQgnFseViewerAttachmentImageIcon = 0x1c83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5038
    EAknsMinorGenericQgnFseViewerAttachmentNotDownloadedIcon = 0x1c84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5039
    EAknsMinorGenericQgnFseViewerAttachmentPdfIcon = 0x1c85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5040
    EAknsMinorGenericQgnFseViewerAttachmentPptIcon = 0x1c86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5041
    EAknsMinorGenericQgnFseViewerAttachmentRtfIcon = 0x1c87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5042
    EAknsMinorGenericQgnFseViewerAttachmentUnidentifiedExtensionIcon = 0x1c88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5043
    EAknsMinorGenericQgnFseViewerAttachmentXlsIcon = 0x1c89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5044
    EAknsMinorGenericQgnFsActionCall = 0x1c8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5045
    EAknsMinorGenericQgnFsActionConfService = 0x1c8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5046
    EAknsMinorGenericQgnFsActionConfWizard = 0x1c8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5047
    EAknsMinorGenericQgnFsActionEmail = 0x1c8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5048
    EAknsMinorGenericQgnFsActionMeeting = 0x1c8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5049
    EAknsMinorGenericQgnFsActionMms = 0x1c8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5050
    EAknsMinorGenericQgnFsActionPtt = 0x1c90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5051
    EAknsMinorGenericQgnFsActionSms = 0x1c91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5052
    EAknsMinorGenericQgnFsActionVidcall = 0x1c92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5053
    EAknsMinorGenericQgnFsActionVoip = 0x1c93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5054
    EAknsMinorGenericQgnFsContactsGroup = 0x1c94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5055
    EAknsMinorGenericQgnFsDatabasePhone = 0x1c95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5056
    EAknsMinorGenericQgnFsEmailContentTypeGroupedResultView = 0x1c96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5057
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField0 = 0x1c97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5058
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField01 = 0x1c98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5059
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField02 = 0x1c99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5060
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField03 = 0x1c9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5061
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField04 = 0x1c9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5062
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField05 = 0x1c9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5063
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField06 = 0x1c9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5064
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField07 = 0x1c9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5065
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField08 = 0x1c9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5066
    EAknsMinorGenericQgnFsEmailGrafRoundedInputField09 = 0x1ca0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5067
    EAknsMinorGenericQgnFsEmailMenuAppIcon = 0x1ca1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5068
    EAknsMinorGenericQgnFsEmailReadSingleResultView = 0x1ca2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5069
    EAknsMinorGenericQgnFsEmailSentSingleResultView = 0x1ca3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5070
    EAknsMinorGenericQgnFsEmailUnreadSingleResultView = 0x1ca4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5071
    EAknsMinorGenericQgnFsGrafCalendarContent = 0x1ca5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5072
    EAknsMinorGenericQgnFsGrafCalendarCtrlbar = 0x1ca6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5073
    EAknsMinorGenericQgnFsGrafCalendarHeader = 0x1ca7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5074
    EAknsMinorGenericQgnFsGrafCalendarHeaderCopy = 0x1ca8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5075
    EAknsMinorGenericQgnFsGrafContactsContent = 0x1cab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5076
    EAknsMinorGenericQgnFsGrafContactsCtrlbar = 0x1cac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5077
    EAknsMinorGenericQgnFsGrafContactsHeader = 0x1cad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5078
    EAknsMinorGenericQgnFsGrafEmailContent = 0x1cae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5079
    EAknsMinorGenericQgnFsGrafEmailCtrlbar = 0x1caf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5080
    EAknsMinorGenericQgnFsGrafEmailHeader = 0x1cb0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5081
    EAknsMinorGenericQgnFsGroupConfService = 0x1cb1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5082
    EAknsMinorGenericQgnFsGrpListQueryNew = 0x1cb2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5083
    EAknsMinorGenericQgnFsHomeNotifActiveNoPopup = 0x1cb3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5084
    EAknsMinorGenericQgnFsHomeNotifActiveWithPopup = 0x1cb4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5085
    EAknsMinorGenericQgnFsHomeNotifInactive = 0x1cb5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5086
    EAknsMinorGenericQgnFsHomeNotifPopupC1 = 0x1cb6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5087
    EAknsMinorGenericQgnFsHomeNotifPopupC2 = 0x1cb7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5088
    EAknsMinorGenericQgnFsHomeNotifPopupC3 = 0x1cb8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5089
    EAknsMinorGenericQgnFsHomeNotifPopupC4 = 0x1cb9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5090
    EAknsMinorGenericQgnFsHomeNotifPopupC5 = 0x1cba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5091
    EAknsMinorGenericQgnFsHomeNotifPopupC6 = 0x1cbb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5092
    EAknsMinorGenericQgnFsHomeNotifPopupL1 = 0x1cbc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5093
    EAknsMinorGenericQgnFsHomeNotifPopupL2 = 0x1cbd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5094
    EAknsMinorGenericQgnFsHomeNotifPopupL3 = 0x1cbe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5095
    EAknsMinorGenericQgnFsHomeNotifPopupL4 = 0x1cbf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5096
    EAknsMinorGenericQgnFsHomeNotifPopupL5 = 0x1cc0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5097
    EAknsMinorGenericQgnFsHomeNotifPopupL6 = 0x1cc1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5098
    EAknsMinorGenericQgnFsHomeNotifPopupR1 = 0x1cc2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5099
    EAknsMinorGenericQgnFsHomeNotifPopupR2 = 0x1cc3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5100
    EAknsMinorGenericQgnFsHomeNotifPopupR3 = 0x1cc4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5101
    EAknsMinorGenericQgnFsHomeNotifPopupR4 = 0x1cc5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5102
    EAknsMinorGenericQgnFsHomeNotifPopupR5 = 0x1cc6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5103
    EAknsMinorGenericQgnFsHomeNotifPopupR6 = 0x1cc7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5104
    EAknsMinorGenericQgnFsHscrActionArrowLeft = 0x1cc8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5105
    EAknsMinorGenericQgnFsHscrActionArrowRight = 0x1cc9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5106
    EAknsMinorGenericQgnFsHscrEmailPopup1 = 0x1cca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5107
    EAknsMinorGenericQgnFsHscrEmailPopup2 = 0x1ccb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5108
    EAknsMinorGenericQgnFsHscrEmailPopup3 = 0x1ccc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5109
    EAknsMinorGenericQgnFsHscrEmailPopup4 = 0x1ccd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5110
    EAknsMinorGenericQgnFsHscrEmailPopup5 = 0x1cce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5111
    EAknsMinorGenericQgnFsHscrEmailPopup6 = 0x1ccf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5112
    EAknsMinorGenericQgnFsHscrGrafEasydialHigh = 0x1cd0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5113
    EAknsMinorGenericQgnFsHscrGrafEasydialLow = 0x1cd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5114
    EAknsMinorGenericQgnFsIndiAddNewMailbox = 0x1cd2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5115
    EAknsMinorGenericQgnFsIndiConnected = 0x1cd3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5116
    EAknsMinorGenericQgnFsIndiDisconnectedError = 0x1cd4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5117
    EAknsMinorGenericQgnFsIndiDisconnectedGeneral = 0x1cd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5118
    EAknsMinorGenericQgnFsIndiDisconnectedLowBattery = 0x1cd6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5119
    EAknsMinorGenericQgnFsIndiIntellisyncInbox = 0x1cd7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5120
    EAknsMinorGenericQgnFsIndiMarkedAdd = 0x1cd8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5121
    EAknsMinorGenericQgnFsIndiMinusSign = 0x1cd9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5122
    EAknsMinorGenericQgnFsIndiPlusSign = 0x1cda,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5123
    EAknsMinorGenericQgnFsIndiPriorityHigh = 0x1cdb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5124
    EAknsMinorGenericQgnFsIndiPriorityHigh2 = 0x1cdc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5125
    EAknsMinorGenericQgnFsIndiPriorityLow = 0x1cdd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5126
    EAknsMinorGenericQgnFsIndiPriorityLow2 = 0x1cde,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5127
    EAknsMinorGenericQgnFsIndiPriorityNormal = 0x1cdf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5128
    EAknsMinorGenericQgnFsIndiSynchronisation = 0x1ce0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5129
    EAknsMinorGenericQgnFsIndiUpgrade = 0x1ce1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5130
    EAknsMinorGenericQgnFsPropNrtypEmail = 0x1ce2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5131
    EAknsMinorGenericQgnGrafBarWaitAnim2 = 0x1ce3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5132
    EAknsMinorGenericQgnGrpListConfService = 0x1ce4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5133
    EAknsMinorGenericQgnHscrNotifierAction = 0x1ce5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5134
    EAknsMinorGenericQgnHscrNotifierMissedCalls = 0x1ce6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5135
    EAknsMinorGenericQgnHscrNotifierNewVoiceMail = 0x1ce7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5136
    EAknsMinorGenericQgnHscrNotifierNewVoiceMail1 = 0x1ce8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5137
    EAknsMinorGenericQgnHscrNotifierNewVoiceMail1and2 = 0x1ce9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5138
    EAknsMinorGenericQgnHscrNotifierNewVoiceMail2 = 0x1cea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5139
    EAknsMinorGenericQgnHscrNotifierUnreadMessages = 0x1ceb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5140
    EAknsMinorGenericQgnHscrSecLocked = 0x1cec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5141
    EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls = 0x1ced,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5142
    EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls2 = 0x1cee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5143
    EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails = 0x1cef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5144
    EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails1 = 0x1cf0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5145
    EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails12 = 0x1cf1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5146
    EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails2 = 0x1cf2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5147
    EAknsMinorGenericQgnHscrSecLockNotifierUnreadMsgs = 0x1cf3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5148
    EAknsMinorGenericQgnHscrSwitchMode = 0x1cf4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5149
    EAknsMinorGenericQgnIndiActionMenu = 0x1cf5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5150
    EAknsMinorGenericQgnIndiButtonAnswer = 0x1cf6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5151
    EAknsMinorGenericQgnIndiButtonBluetooth = 0x1cf7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5152
    EAknsMinorGenericQgnIndiButtonConference = 0x1cf8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5153
    EAknsMinorGenericQgnIndiButtonDrop = 0x1cf9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5154
    EAknsMinorGenericQgnIndiButtonEndActiveCall = 0x1cfa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5155
    EAknsMinorGenericQgnIndiButtonEndAllCalls = 0x1cfb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5156
    EAknsMinorGenericQgnIndiButtonEndCall = 0x1cfc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5157
    EAknsMinorGenericQgnIndiButtonGoIdle = 0x1cfd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5158
    EAknsMinorGenericQgnIndiButtonHandset = 0x1cfe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5159
    EAknsMinorGenericQgnIndiButtonHold = 0x1cff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5160
    EAknsMinorGenericQgnIndiButtonJoin = 0x1d00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5161
    EAknsMinorGenericQgnIndiButtonLoudspeaker = 0x1d01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5162
    EAknsMinorGenericQgnIndiButtonMuteMic = 0x1d02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5163
    EAknsMinorGenericQgnIndiButtonParticipants = 0x1d03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5164
    EAknsMinorGenericQgnIndiButtonPrivate = 0x1d04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5165
    EAknsMinorGenericQgnIndiButtonReject = 0x1d05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5166
    EAknsMinorGenericQgnIndiButtonSendDtmf = 0x1d06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5167
    EAknsMinorGenericQgnIndiButtonSwap = 0x1d07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5168
    EAknsMinorGenericQgnIndiButtonUnhold = 0x1d08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5169
    EAknsMinorGenericQgnIndiButtonUnmuteMic = 0x1d09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5170
    EAknsMinorGenericQgnIndiButtonVideoToVoice = 0x1d0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5171
    EAknsMinorGenericQgnIndiButtonVoiceToVideo = 0x1d0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5172
    EAknsMinorGenericQgnIndiCam4Antired = 0x1d0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5173
    EAknsMinorGenericQgnIndiCam4Audio = 0x1d0d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5174
    EAknsMinorGenericQgnIndiCam4AudioMute = 0x1d0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5175
    EAknsMinorGenericQgnIndiCam4Autoflash = 0x1d0f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5176
    EAknsMinorGenericQgnIndiCam4Camera = 0x1d10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5177
    EAknsMinorGenericQgnIndiCam4CameraSecond = 0x1d11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5178
    EAknsMinorGenericQgnIndiCam4Capture = 0x1d12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5179
    EAknsMinorGenericQgnIndiCam4Colour = 0x1d13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5180
    EAknsMinorGenericQgnIndiCam4ColourBw = 0x1d14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5181
    EAknsMinorGenericQgnIndiCam4ColourNatural = 0x1d15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5182
    EAknsMinorGenericQgnIndiCam4ColourNegative = 0x1d16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5183
    EAknsMinorGenericQgnIndiCam4ColourNormal = 0x1d17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5184
    EAknsMinorGenericQgnIndiCam4ColourSepia = 0x1d18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5185
    EAknsMinorGenericQgnIndiCam4ColourVivid = 0x1d19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5186
    EAknsMinorGenericQgnIndiCam4Delete = 0x1d1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5187
    EAknsMinorGenericQgnIndiCam4Edit = 0x1d1b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5188
    EAknsMinorGenericQgnIndiCam4Exposure = 0x1d1c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5189
    EAknsMinorGenericQgnIndiCam4Extension = 0x1d1d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5190
    EAknsMinorGenericQgnIndiCam4FlashOff = 0x1d1e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5191
    EAknsMinorGenericQgnIndiCam4FlashOn = 0x1d1f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5192
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoBl = 0x1d20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5193
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoBr = 0x1d21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5194
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoTl = 0x1d22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5195
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoTr = 0x1d23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5196
    EAknsMinorGenericQgnIndiCam4GotoGallery = 0x1d24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5197
    EAknsMinorGenericQgnIndiCam4Iso = 0x1d25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5198
    EAknsMinorGenericQgnIndiCam4IsoAuto = 0x1d26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5199
    EAknsMinorGenericQgnIndiCam4IsoHigh = 0x1d27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5200
    EAknsMinorGenericQgnIndiCam4IsoLow = 0x1d28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5201
    EAknsMinorGenericQgnIndiCam4IsoMedium = 0x1d29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5202
    EAknsMinorGenericQgnIndiCam4LightOff = 0x1d2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5203
    EAknsMinorGenericQgnIndiCam4LightOn = 0x1d2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5204
    EAknsMinorGenericQgnIndiCam4MemoryMmc = 0x1d2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5205
    EAknsMinorGenericQgnIndiCam4MemoryPhone = 0x1d2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5206
    EAknsMinorGenericQgnIndiCam4ModeAuto = 0x1d2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5207
    EAknsMinorGenericQgnIndiCam4ModeCloseup = 0x1d2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5208
    EAknsMinorGenericQgnIndiCam4ModeLandscape = 0x1d30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5209
    EAknsMinorGenericQgnIndiCam4ModeNight = 0x1d31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5210
    EAknsMinorGenericQgnIndiCam4ModePortrait = 0x1d32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5211
    EAknsMinorGenericQgnIndiCam4ModeSport = 0x1d33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5212
    EAknsMinorGenericQgnIndiCam4ModeUserscene = 0x1d34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5213
    EAknsMinorGenericQgnIndiCam4Quality03mpLow = 0x1d35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5214
    EAknsMinorGenericQgnIndiCam4Quality08mpLow = 0x1d36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5215
    EAknsMinorGenericQgnIndiCam4Quality13mpLow = 0x1d37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5216
    EAknsMinorGenericQgnIndiCam4Quality13mpMedium = 0x1d38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5217
    EAknsMinorGenericQgnIndiCam4Quality1mpLow = 0x1d39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5218
    EAknsMinorGenericQgnIndiCam4Quality2mpHigh = 0x1d3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5219
    EAknsMinorGenericQgnIndiCam4Quality2mpMedium = 0x1d3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5220
    EAknsMinorGenericQgnIndiCam4Quality3mpHigh = 0x1d3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5221
    EAknsMinorGenericQgnIndiCam4Quality3mpMedium = 0x1d3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5222
    EAknsMinorGenericQgnIndiCam4Quality5mpHigh = 0x1d3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5223
    EAknsMinorGenericQgnIndiCam4Selftimer = 0x1d3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5224
    EAknsMinorGenericQgnIndiCam4Selftimer10s = 0x1d40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5225
    EAknsMinorGenericQgnIndiCam4Selftimer20s = 0x1d41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5226
    EAknsMinorGenericQgnIndiCam4SelftimerOff = 0x1d42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5227
    EAknsMinorGenericQgnIndiCam4Send = 0x1d43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5228
    EAknsMinorGenericQgnIndiCam4Sequence10min = 0x1d44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5229
    EAknsMinorGenericQgnIndiCam4Sequence10s = 0x1d45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5230
    EAknsMinorGenericQgnIndiCam4Sequence1min = 0x1d46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5231
    EAknsMinorGenericQgnIndiCam4Sequence30min = 0x1d47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5232
    EAknsMinorGenericQgnIndiCam4Sequence30s = 0x1d48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5233
    EAknsMinorGenericQgnIndiCam4Sequence5min = 0x1d49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5234
    EAknsMinorGenericQgnIndiCam4Sequence5s = 0x1d4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5235
    EAknsMinorGenericQgnIndiCam4SequenceBurst = 0x1d4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5236
    EAknsMinorGenericQgnIndiCam4Video = 0x1d4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5237
    EAknsMinorGenericQgnIndiCam4Wb = 0x1d4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5238
    EAknsMinorGenericQgnIndiCam4WbAuto = 0x1d4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5239
    EAknsMinorGenericQgnIndiCam4WbCloudy = 0x1d4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5240
    EAknsMinorGenericQgnIndiCam4WbFluorecent = 0x1d50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5241
    EAknsMinorGenericQgnIndiCam4WbSunny = 0x1d51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5242
    EAknsMinorGenericQgnIndiCam4WbTungsten = 0x1d52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5243
    EAknsMinorGenericQgnIndiCam4Zoom = 0x1d53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5244
    EAknsMinorGenericQgnIndiHiddenWlan = 0x1d54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5245
    EAknsMinorGenericQgnIndiTbAddRecipient = 0x1d55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5246
    EAknsMinorGenericQgnIndiTbEmailForward = 0x1d56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5247
    EAknsMinorGenericQgnIndiTbMsgForward = 0x1d57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5248
    EAknsMinorGenericQgnIndiTbMsgSend = 0x1d58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5249
    EAknsMinorGenericQgnIndiTbRetrieveMms = 0x1d59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5250
    EAknsMinorGenericQgnIndiVid4ContinuousAf = 0x1d5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5251
    EAknsMinorGenericQgnIndiVid4Pause = 0x1d5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5252
    EAknsMinorGenericQgnIndiVid4Play = 0x1d5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5253
    EAknsMinorGenericQgnIndiVid4QualityEmailHigh = 0x1d5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5254
    EAknsMinorGenericQgnIndiVid4QualityEmailNormal = 0x1d5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5255
    EAknsMinorGenericQgnIndiVid4QualityTvHigh = 0x1d5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5256
    EAknsMinorGenericQgnIndiVid4QualityTvNormal = 0x1d60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5257
    EAknsMinorGenericQgnIndiVid4Record = 0x1d61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5258
    EAknsMinorGenericQgnMeetReqArranger = 0x1d62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5259
    EAknsMinorGenericQgnMeetReqIndiAlarm = 0x1d63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5260
    EAknsMinorGenericQgnMeetReqIndiChecboxMark = 0x1d64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5261
    EAknsMinorGenericQgnMeetReqIndiChecboxUnmark = 0x1d65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5262
    EAknsMinorGenericQgnMeetReqIndiCheckboxMark = 0x1d66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5263
    EAknsMinorGenericQgnMeetReqIndiCheckboxUnmark = 0x1d67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5264
    EAknsMinorGenericQgnMeetReqIndiClock = 0x1d68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5265
    EAknsMinorGenericQgnMeetReqIndiDate = 0x1d69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5266
    EAknsMinorGenericQgnMeetReqIndiDateEnd = 0x1d6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5267
    EAknsMinorGenericQgnMeetReqIndiDateStart = 0x1d6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5268
    EAknsMinorGenericQgnMeetReqIndiLocation = 0x1d6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5269
    EAknsMinorGenericQgnMeetReqIndiTimeAlarm = 0x1d6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5270
    EAknsMinorGenericQgnMenuEncryption = 0x1d6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5271
    EAknsMinorGenericQgnMenuModes = 0x1d6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5272
    EAknsMinorGenericQgnMenuSwitchMode = 0x1d70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5273
    EAknsMinorGenericQgnPropAlbumPhotoVideo = 0x1d71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5274
    EAknsMinorGenericQgnPropCpDevKeyguard = 0x1d72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5275
    EAknsMinorGenericQgnPropCpDevPsActivate = 0x1d73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5276
    EAknsMinorGenericQgnPropCpDiagConn = 0x1d74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5277
    EAknsMinorGenericQgnPropCpDiagCoverage = 0x1d75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5278
    EAknsMinorGenericQgnPropCpDiagFail = 0x1d76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5279
    EAknsMinorGenericQgnPropCpDiagHw = 0x1d77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5280
    EAknsMinorGenericQgnPropCpDiagNot = 0x1d78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5281
    EAknsMinorGenericQgnPropCpDiagPass = 0x1d79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5282
    EAknsMinorGenericQgnPropCpDiagService = 0x1d7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5283
    EAknsMinorGenericQgnSwitchModeAnimation = 0x1d7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5284
    EAknsMinorGenericQgnIndiCam4Contrast = 0x1d7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5285
    EAknsMinorGenericQgnIndiCam4Sharpness = 0x1d7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5286
    EAknsMinorGenericQgnIndiCam4TbCapture = 0x1d7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5287
    EAknsMinorGenericQgnIndiCam4TbDelete = 0x1d7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5288
    EAknsMinorGenericQgnIndiCam4TbEdit = 0x1d80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5289
    EAknsMinorGenericQgnIndiCam4TbExtension = 0x1d81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5290
    EAknsMinorGenericQgnIndiCam4TbFlash = 0x1d82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5291
    EAknsMinorGenericQgnIndiCam4TbLight = 0x1d83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5292
    EAknsMinorGenericQgnIndiCam4TbPause = 0x1d84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5293
    EAknsMinorGenericQgnIndiCam4TbPlay = 0x1d85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5294
    EAknsMinorGenericQgnIndiCam4TbRecord = 0x1d86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5295
    EAknsMinorGenericQgnIndiCam4TbSend = 0x1d87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5296
    EAknsMinorGenericQgnIndiCam4ZoomBottom = 0x1d88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5297
    EAknsMinorGenericQgnIndiCam4ZoomMarker = 0x1d89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5298
    EAknsMinorGenericQgnIndiCam4ZoomMax = 0x1d8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5299
    EAknsMinorGenericQgnIndiCam4ZoomMiddle = 0x1d8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5300
    EAknsMinorGenericQgnIndiCam4ZoomMin = 0x1d8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5301
    EAknsMinorGenericQgnIndiCam4ZoomTop = 0x1d8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5302
    EAknsMinorGenericQgnIndiTbBusinessCard = 0x1d8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5303
    EAknsMinorGenericQgnIndiTbCamcorder = 0x1d8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5304
    EAknsMinorGenericQgnIndiTbCamera = 0x1d90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5305
    EAknsMinorGenericQgnIndiTbExpandInsert = 0x1d91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5306
    EAknsMinorGenericQgnIndiTbMsgForward2 = 0x1d92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5307
    EAknsMinorGenericQgnIndiTbNote = 0x1d93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5308
    EAknsMinorGenericQgnIndiTbRetrieveMms2 = 0x1d94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5309
    EAknsMinorGenericQgnIndiTbSlide = 0x1d95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5310
    EAknsMinorGenericQgnIndiTbTemplate = 0x1d96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5311
    EAknsMinorGenericQgnPropCpConnShortcut = 0x1d97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5312
    EAknsMinorGenericQgnPropCpDevPen = 0x1d98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5313
    EAknsMinorGenericQgnPropCpDevSensor = 0x1d99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5314
    EAknsMinorGenericQgnPropCpDevVc = 0x1d9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5315
    EAknsMinorGenericQgnPropDownloadVideo = 0x1d9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5316
    EAknsMinorGenericQgnPropImageTbSend = 0x1d9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5317
    EAknsMinorGenericQgnPropImageTbSendDimmed = 0x1d9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5318
    EAknsMinorGenericQgnPropImageTbSendFocused = 0x1d9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5319
    EAknsMinorGenericQgnPropImageTbSendPressed = 0x1d9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5320
    EAknsMinorGenericQgnPropVdedColor = 0x1da0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5321
    EAknsMinorGenericQgnPropVdedMute = 0x1da1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5322
    EAknsMinorGenericQgnPropVdedSlow = 0x1da2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5323
    EAknsMinorGenericQgnPropVdedUnmute = 0x1da3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5324
    EAknsMinorGenericQgnFseMailReadAttachmentHighPriority = 0x1da4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5325
    EAknsMinorGenericQgnFseMailSentMailFolder = 0x1da5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5326
    EAknsMinorGenericQgnFseMailUnreadReplied = 0x1da6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5327
    EAknsMinorGenericQgnFseMailUnreadRepliedAttachment = 0x1da7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5328
    EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentHighPrior = 0x1da8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5329
    EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentLowPrior = 0x1da9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5330
    EAknsMinorGenericQgnFsActionAudio = 0x1daa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5331
    EAknsMinorGenericQgnFsCalendargArranger = 0x1dab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5332
    EAknsMinorGenericQgnFsCaleBgLsc = 0x1dac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5333
    EAknsMinorGenericQgnFsCaleEvAcc = 0x1dad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5334
    EAknsMinorGenericQgnFsCaleEvAct = 0x1dae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5335
    EAknsMinorGenericQgnFsCaleEvCanc = 0x1daf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5336
    EAknsMinorGenericQgnFsCaleEvConf = 0x1db0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5337
    EAknsMinorGenericQgnFsCaleEvDecl = 0x1db1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5338
    EAknsMinorGenericQgnFsCaleEvHiddenIndiDown = 0x1db2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5339
    EAknsMinorGenericQgnFsCaleEvHiddenIndiUp = 0x1db3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5340
    EAknsMinorGenericQgnFsCaleEvNotsync = 0x1db4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5341
    EAknsMinorGenericQgnFsCaleEvPass = 0x1db5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5342
    EAknsMinorGenericQgnFsCaleEvTent = 0x1db6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5343
    EAknsMinorGenericQgnFsCalWeekendBg = 0x1db7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5344
    EAknsMinorGenericQgnFsDropMenuBg = 0x1db8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5345
    EAknsMinorGenericQgnFsEmailail = 0x1db9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5346
    EAknsMinorGenericQgnFsEmailerGridInboxIcon = 0x1dba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5347
    EAknsMinorGenericQgnFsEmaileUnread = 0x1dbb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5348
    EAknsMinorGenericQgnFsEmaileUnreadForwarded = 0x1dbc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5349
    EAknsMinorGenericQgnFsEmaileUnreadWithAttachment = 0x1dbd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5350
    EAknsMinorGenericQgnFsEmaileUnreadWithAttachmentForwarded = 0x1dbe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5351
    EAknsMinorGenericQgnFsEmailframeTopLeft = 0x1dbf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5352
    EAknsMinorGenericQgnFsEmailframeTopRight = 0x1dc0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5353
    EAknsMinorGenericQgnFsEmaililAppIcon = 0x1dc1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5354
    EAknsMinorGenericQgnFsEmailment = 0x1dc2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5355
    EAknsMinorGenericQgnFsEmailolder = 0x1dc3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5356
    EAknsMinorGenericQgnFsEmailCalAcceptCalendarEvent = 0x1dc4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5357
    EAknsMinorGenericQgnFsEmailCalCallSender = 0x1dc5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5358
    EAknsMinorGenericQgnFsEmailCalDeclineCalendar = 0x1dc6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5359
    EAknsMinorGenericQgnFsEmailCalDelete = 0x1dc7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5360
    EAknsMinorGenericQgnFsEmailCalEventRead = 0x1dc8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5361
    EAknsMinorGenericQgnFsEmailCalEventReadAttachments = 0x1dc9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5362
    EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsHighPrio = 0x1dca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5363
    EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsLowPrio = 0x1dcb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5364
    EAknsMinorGenericQgnFsEmailCalEventReadHighPrio = 0x1dcc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5365
    EAknsMinorGenericQgnFsEmailCalEventReadLowPrio = 0x1dcd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5366
    EAknsMinorGenericQgnFsEmailCalEventUnread = 0x1dce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5367
    EAknsMinorGenericQgnFsEmailCalEventUnreadAttachments = 0x1dcf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5368
    EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsHighPrio = 0x1dd0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5369
    EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsLowPrio = 0x1dd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5370
    EAknsMinorGenericQgnFsEmailCalEventUnreadHighPrio = 0x1dd2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5371
    EAknsMinorGenericQgnFsEmailCalEventUnreadLowPrio = 0x1dd3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5372
    EAknsMinorGenericQgnFsEmailCalMarkRead = 0x1dd4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5373
    EAknsMinorGenericQgnFsEmailCalMarkUnread = 0x1dd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5374
    EAknsMinorGenericQgnFsEmailCalMoveMessage = 0x1dd6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5375
    EAknsMinorGenericQgnFsEmailCalMoveToDrafts = 0x1dd7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5376
    EAknsMinorGenericQgnFsEmailCalOpenCalendar = 0x1dd8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5377
    EAknsMinorGenericQgnFsEmailCalRemoveFromCalendar = 0x1dd9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5378
    EAknsMinorGenericQgnFsEmailCalReplyAll = 0x1dda,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5379
    EAknsMinorGenericQgnFsEmailCalTentativeCalendar = 0x1ddb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5380
    EAknsMinorGenericQgnFsGrafCalendarReqAreaBg = 0x1ddc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5381
    EAknsMinorGenericQgnFsGrafDropL = 0x1ddd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5382
    EAknsMinorGenericQgnFsGrafDropM = 0x1dde,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5383
    EAknsMinorGenericQgnFsGrafDropOnepc = 0x1ddf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5384
    EAknsMinorGenericQgnFsGrafDropR = 0x1de0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5385
    EAknsMinorGenericQgnFsIndiAbout = 0x1de1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5386
    EAknsMinorGenericQgnFsIndiBackup = 0x1de2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5387
    EAknsMinorGenericQgnFsIndiDefaultInbox = 0x1de3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5388
    EAknsMinorGenericQgnFsIndiFileSync = 0x1de4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5389
    EAknsMinorGenericQgnFsIndiHelp = 0x1de5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5390
    EAknsMinorGenericQgnFsIndiInfo = 0x1de6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5391
    EAknsMinorGenericQgnFsIndiPhotoSync = 0x1de7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5392
    EAknsMinorGenericQgnFsIndiRemoteLookup = 0x1de8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5393
    EAknsMinorGenericQgnFsIndiRestore = 0x1de9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5394
    EAknsMinorGenericQgnFsIndiSettings = 0x1dea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5395
    EAknsMinorGenericQgnFsIndiTravelInfo = 0x1deb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5396
    EAknsMinorGenericQgnFsListItemSelected = 0x1dec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5397
    EAknsMinorGenericQgnFsListSelectedActionRight = 0x1ded,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5398
    EAknsMinorGenericQgnIndiBatteryFull = 0x1dee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5399
    EAknsMinorGenericQgnIndiBatteryLow = 0x1def,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5400
    EAknsMinorGenericQgnIndiBatteryMid = 0x1df0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5401
    EAknsMinorGenericQgnIndiBatteryPsActivate = 0x1df1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5402
    EAknsMinorGenericQgnIndiBatteryPsDeactivate = 0x1df2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5403
    EAknsMinorGenericQgnIndiLevelDecrease = 0x1df3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5404
    EAknsMinorGenericQgnIndiLevelIncrease = 0x1df4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5405
    EAknsMinorGenericQgnIndiOrgIconLocked = 0x1df5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5406
    EAknsMinorGenericQgnIndiSwitchSct = 0x1df6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5407
    EAknsMinorGenericQgnIndiSwitchSmiley = 0x1df7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5408
    EAknsMinorGenericQgnIndiTbMsgDelete = 0x1df8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5409
    EAknsMinorGenericQgnPropMceSubSenderUnread = 0x1df9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5410
    EAknsMinorGenericQgnPropMceSubSubjectUnread = 0x1dfa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5411
    EAknsMinorGenericQgnPropMceSubTimeUnread = 0x1dfb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5412
    EAknsMinorGenericQgnPropSetAppsVr = 0x1dfc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5413
    EAknsMinorGenericQsnFsScrollBgBottom = 0x1dfd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5414
    EAknsMinorGenericQsnFsScrollBgMiddle = 0x1dfe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5415
    EAknsMinorGenericQsnFsScrollBgTop = 0x1dff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5416
    EAknsMinorGenericQsnFsScrollHandleBottom = 0x1e00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5417
    EAknsMinorGenericQsnFsScrollHandleMiddle = 0x1e01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5418
    EAknsMinorGenericQsnFsScrollHandleTop = 0x1e02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5419
    EAknsMinorGenericQgnFscaIndiActionAnni = 0x1e03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5420
    EAknsMinorGenericQgnFscaIndiActionInvitation = 0x1e04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5421
    EAknsMinorGenericQgnFscaIndiActionMeeting = 0x1e05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5422
    EAknsMinorGenericQgnFscaIndiActionMemo = 0x1e06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5423
    EAknsMinorGenericQgnFscaIndiActionTodo = 0x1e07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5424
    EAknsMinorGenericQgnFseActionMenuAcceptIcon = 0x1e08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5425
    EAknsMinorGenericQgnFseActionMenuAddToContactsIcon = 0x1e09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5426
    EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsCancelAllIcon = 0x1e0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5427
    EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveAllIcon = 0x1e0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5428
    EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveIcon = 0x1e0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5429
    EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsViewAllIcon = 0x1e0d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5430
    EAknsMinorGenericQgnFseActionMenuAttachCancelDownloadIcon = 0x1e0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5431
    EAknsMinorGenericQgnFseActionMenuAttachDownloadIcon = 0x1e0f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5432
    EAknsMinorGenericQgnFseActionMenuAttachSaveAllIcon = 0x1e10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5433
    EAknsMinorGenericQgnFseActionMenuCallIcon = 0x1e11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5434
    EAknsMinorGenericQgnFseActionMenuContactDetailsIcon = 0x1e12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5435
    EAknsMinorGenericQgnFseActionMenuCreateMeetingIcon = 0x1e13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5436
    EAknsMinorGenericQgnFseActionMenuCreateMessageIcon = 0x1e14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5437
    EAknsMinorGenericQgnFseActionMenuDeleteIcon = 0x1e15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5438
    EAknsMinorGenericQgnFseActionMenuForwardIcon = 0x1e16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5439
    EAknsMinorGenericQgnFseActionMenuMarkReadIcon = 0x1e17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5440
    EAknsMinorGenericQgnFseActionMenuMarkUnreadIcon = 0x1e18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5441
    EAknsMinorGenericQgnFseActionMenuMoveMessageIcon = 0x1e19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5442
    EAknsMinorGenericQgnFseActionMenuMoveToDraftsIcon = 0x1e1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5443
    EAknsMinorGenericQgnFseActionMenuRemoteLookupIcon = 0x1e1b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5444
    EAknsMinorGenericQgnFseActionMenuRemoveFromCalendarIcon = 0x1e1c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5445
    EAknsMinorGenericQgnFseActionMenuReplyAllIcon = 0x1e1d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5446
    EAknsMinorGenericQgnFseActionMenuReplyIcon = 0x1e1e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5447
    EAknsMinorGenericQgnFseActionMenuTentativeIcon = 0x1e1f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5448
    EAknsMinorGenericQgnFseActionMenuViewCalendarIcon = 0x1e20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5449
    EAknsMinorGenericQgnFsActionMenuAttachSaveIcon = 0x1e21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5450
    EAknsMinorGenericQgnFsCalPreviewPaneHl = 0x1e22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5451
    EAknsMinorGenericQgnFsPropSetConnRcl = 0x1e23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5452
    EAknsMinorGenericQgnFsRclActionRecipient = 0x1e24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5453
    EAknsMinorGenericQgnFsRclActionSave = 0x1e25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5454
    EAknsMinorGenericQgnFsRclSearchPane = 0x1e26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5455
    EAknsMinorGenericQgnGrafAdaptSearchBg = 0x1e27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5456
    EAknsMinorGenericQgnGrafAdaptSearchPageBg = 0x1e28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5457
    EAknsMinorGenericQgnGrafFepCharTLeftDown = 0x1e29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5458
    EAknsMinorGenericQgnGrafFepCharTLeftDownDimmed = 0x1e2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5459
    EAknsMinorGenericQgnGrafFepCharTLeftDownPressed = 0x1e2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5460
    EAknsMinorGenericQgnGrafFepCharTMiddleDown = 0x1e2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5461
    EAknsMinorGenericQgnGrafFepCharTMiddleDownDimmed = 0x1e2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5462
    EAknsMinorGenericQgnGrafFepCharTMiddleDownPressed = 0x1e2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5463
    EAknsMinorGenericQgnGrafFepCharTMiddleUp = 0x1e2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5464
    EAknsMinorGenericQgnGrafFepCharTMiddleUpDimmed = 0x1e30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5465
    EAknsMinorGenericQgnGrafFepCharTMiddleUpPressed = 0x1e31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5466
    EAknsMinorGenericQgnGrafFepCharTRightDown = 0x1e32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5467
    EAknsMinorGenericQgnGrafFepCharTRightDownDimmed = 0x1e33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5468
    EAknsMinorGenericQgnGrafFepCharTRightDownPressed = 0x1e34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5469
    EAknsMinorGenericQgnGrafFepCharTRightUp = 0x1e35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5470
    EAknsMinorGenericQgnGrafFepCharTRightUpDimmed = 0x1e36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5471
    EAknsMinorGenericQgnGrafFepCharTRightUpPressed = 0x1e37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5472
    EAknsMinorGenericQgnGrafNsliderCam4Empty = 0x1e38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5473
    EAknsMinorGenericQgnGrafNsliderCam4Image1 = 0x1e39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5474
    EAknsMinorGenericQgnGrafNsliderCam4Image2 = 0x1e3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5475
    EAknsMinorGenericQgnGrafNsliderCam4Image3 = 0x1e3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5476
    EAknsMinorGenericQgnGrafNsliderCam4Image4 = 0x1e3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5477
    EAknsMinorGenericQgnGrafNsliderCam4Marker = 0x1e3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5478
    EAknsMinorGenericQgnGrafNsliderCam4Video1 = 0x1e3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5479
    EAknsMinorGenericQgnGrafNsliderCam4Video2 = 0x1e3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5480
    EAknsMinorGenericQgnGrafNsliderCam4Video3 = 0x1e40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5481
    EAknsMinorGenericQgnGrafNsliderCam4Video4 = 0x1e41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5482
    EAknsMinorGenericQgnGrafNsliderCam4Video5 = 0x1e42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5483
    EAknsMinorGenericQgnIndiAdaptSearchBackspace = 0x1e43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5484
    EAknsMinorGenericQgnIndiBrowserTbViewImages = 0x1e44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5485
    EAknsMinorGenericQgnIndiBrowserTbViewPages = 0x1e45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5486
    EAknsMinorGenericQgnIndiBrowserTbWebsearch = 0x1e46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5487
    EAknsMinorGenericQgnIndiButtonJRockerDown = 0x1e47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5488
    EAknsMinorGenericQgnIndiButtonJRockerDownDimmed = 0x1e48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5489
    EAknsMinorGenericQgnIndiButtonJRockerDownPressed = 0x1e49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5490
    EAknsMinorGenericQgnIndiButtonJRockerFire = 0x1e4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5491
    EAknsMinorGenericQgnIndiButtonJRockerFireDimmed = 0x1e4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5492
    EAknsMinorGenericQgnIndiButtonJRockerFirePressed = 0x1e4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5493
    EAknsMinorGenericQgnIndiButtonJRockerLeft = 0x1e4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5494
    EAknsMinorGenericQgnIndiButtonJRockerLeftDimmed = 0x1e4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5495
    EAknsMinorGenericQgnIndiButtonJRockerLeftPressed = 0x1e4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5496
    EAknsMinorGenericQgnIndiButtonJRockerRight = 0x1e50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5497
    EAknsMinorGenericQgnIndiButtonJRockerRightDimmed = 0x1e51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5498
    EAknsMinorGenericQgnIndiButtonJRockerRightPressed = 0x1e52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5499
    EAknsMinorGenericQgnIndiButtonJRockerUp = 0x1e53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5500
    EAknsMinorGenericQgnIndiButtonJRockerUpDimmed = 0x1e54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5501
    EAknsMinorGenericQgnIndiButtonJRockerUpPressed = 0x1e55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5502
    EAknsMinorGenericQgnIndiCam4Change = 0x1e56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5503
    EAknsMinorGenericQgnIndiCam4ContrastMinus = 0x1e57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5504
    EAknsMinorGenericQgnIndiCam4ContrastPlus = 0x1e58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5505
    EAknsMinorGenericQgnIndiCam4ExposureMinus = 0x1e59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5506
    EAknsMinorGenericQgnIndiCam4ExposurePlus = 0x1e5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5507
    EAknsMinorGenericQgnIndiCam4IsoLowmed = 0x1e5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5508
    EAknsMinorGenericQgnIndiCam4IsoMedhigh = 0x1e5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5509
    EAknsMinorGenericQgnIndiCam4Location = 0x1e5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5510
    EAknsMinorGenericQgnIndiCam4MemoryMass = 0x1e5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5511
    EAknsMinorGenericQgnIndiCam4ModePortraitNight = 0x1e5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5512
    EAknsMinorGenericQgnIndiCam4QualitySharing = 0x1e60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5513
    EAknsMinorGenericQgnIndiCam4QualityWideHigh = 0x1e61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5514
    EAknsMinorGenericQgnIndiCam4SharpnessHard = 0x1e62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5515
    EAknsMinorGenericQgnIndiCam4SharpnessNormal = 0x1e63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5516
    EAknsMinorGenericQgnIndiCam4SharpnessSoft = 0x1e64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5517
    EAknsMinorGenericQgnIndiCam4TbAddToAlbum = 0x1e65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5518
    EAknsMinorGenericQgnIndiCam4ViewfinderOff = 0x1e66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5519
    EAknsMinorGenericQgnIndiCam4ViewfinderOn = 0x1e67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5520
    EAknsMinorGenericQgnIndiCmodeClear = 0x1e68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5521
    EAknsMinorGenericQgnIndiCmodePen = 0x1e69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5522
    EAknsMinorGenericQgnIndiCmodeRockerDown = 0x1e6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5523
    EAknsMinorGenericQgnIndiCmodeRockerLeft = 0x1e6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5524
    EAknsMinorGenericQgnIndiCmodeRockerRight = 0x1e6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5525
    EAknsMinorGenericQgnIndiCmodeRockerSelect = 0x1e6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5526
    EAknsMinorGenericQgnIndiCmodeRockerUp = 0x1e6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5527
    EAknsMinorGenericQgnIndiFepButtonBackspaceWide = 0x1e6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5528
    EAknsMinorGenericQgnIndiFepButtonBackspaceWideSel = 0x1e70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5529
    EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecial = 0x1e71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5530
    EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecialSel = 0x1e72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5531
    EAknsMinorGenericQgnIndiFepButtonCloseWide = 0x1e73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5532
    EAknsMinorGenericQgnIndiFepButtonCloseWideSel = 0x1e74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5533
    EAknsMinorGenericQgnIndiFepButtonCursorLeft = 0x1e75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5534
    EAknsMinorGenericQgnIndiFepButtonCursorLeftSel = 0x1e76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5535
    EAknsMinorGenericQgnIndiFepButtonCursorRight = 0x1e77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5536
    EAknsMinorGenericQgnIndiFepButtonCursorRightSel = 0x1e78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5537
    EAknsMinorGenericQgnIndiFepButtonOptionsWide = 0x1e79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5538
    EAknsMinorGenericQgnIndiFepButtonOptionsWideSel = 0x1e7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5539
    EAknsMinorGenericQgnIndiFepButtonSmileys = 0x1e7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5540
    EAknsMinorGenericQgnIndiFepButtonSmileysSel = 0x1e7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5541
    EAknsMinorGenericQgnIndiGameA = 0x1e7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5542
    EAknsMinorGenericQgnIndiGameB = 0x1e7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5543
    EAknsMinorGenericQgnIndiGameC = 0x1e7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5544
    EAknsMinorGenericQgnIndiGameD = 0x1e80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5545
    EAknsMinorGenericQgnIndiItutBackspace = 0x1e81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5546
    EAknsMinorGenericQgnIndiItutClose = 0x1e82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5547
    EAknsMinorGenericQgnIndiItutOptions = 0x1e83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5548
    EAknsMinorGenericQgnIndiLskHorizontal = 0x1e84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5549
    EAknsMinorGenericQgnIndiNsliderCam4Minus = 0x1e85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5550
    EAknsMinorGenericQgnIndiNsliserCam4Plus = 0x1e86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5551
    EAknsMinorGenericQgnIndiRskHorizontal = 0x1e87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5552
    EAknsMinorGenericQgnIndiSctrlMaskInactPrt = 0x1e88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5553
    EAknsMinorGenericQgnIndiSctClose = 0x1e89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5554
    EAknsMinorGenericQgnIndiSctPageNext = 0x1e8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5555
    EAknsMinorGenericQgnIndiSctPagePrev = 0x1e8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5556
    EAknsMinorGenericQgnIndiSmileyAngry = 0x1e8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5557
    EAknsMinorGenericQgnIndiSmileyBigsmile = 0x1e8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5558
    EAknsMinorGenericQgnIndiSmileyCry = 0x1e8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5559
    EAknsMinorGenericQgnIndiSmileyEvil = 0x1e8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5560
    EAknsMinorGenericQgnIndiSmileyEyebrows = 0x1e90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5561
    EAknsMinorGenericQgnIndiSmileyHeart = 0x1e91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5562
    EAknsMinorGenericQgnIndiSmileyIrritated = 0x1e92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5563
    EAknsMinorGenericQgnIndiSmileyKissing = 0x1e93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5564
    EAknsMinorGenericQgnIndiSmileyNerd = 0x1e94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5565
    EAknsMinorGenericQgnIndiSmileyNeutral = 0x1e95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5566
    EAknsMinorGenericQgnIndiSmileyPirate = 0x1e96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5567
    EAknsMinorGenericQgnIndiSmileySarcastic = 0x1e97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5568
    EAknsMinorGenericQgnIndiSmileySarcasticMad = 0x1e98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5569
    EAknsMinorGenericQgnIndiSmileySmile = 0x1e99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5570
    EAknsMinorGenericQgnIndiSmileySpring = 0x1e9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5571
    EAknsMinorGenericQgnIndiSmileySuprised = 0x1e9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5572
    EAknsMinorGenericQgnIndiSmileyTongue = 0x1e9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5573
    EAknsMinorGenericQgnIndiSmileyUnhappy = 0x1e9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5574
    EAknsMinorGenericQgnIndiSmileyVerycool = 0x1e9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5575
    EAknsMinorGenericQgnIndiSmileyWink = 0x1e9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5576
    EAknsMinorGenericQgnIndiSmileyWinkGrin = 0x1ea0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5577
    EAknsMinorGenericQgnIndiSmileyWondering = 0x1ea1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5578
    EAknsMinorGenericQgnMenuWlanLogon = 0x1ea2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5579
    EAknsMinorGenericQgnStatFmtxOffUni = 0x1ea3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5580
    EAknsMinorGenericQgnStatFmtxOnUni = 0x1ea4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5581
    EAknsMinorGenericQgnStatInputPred = 0x1ea5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5582
    EAknsMinorGenericQgnVoipOnlineStatusPending = 0x1ea6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5583
    EAknsMinorGenericQgnEsGrafMshopIconApp = 0x1ea7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5584
    EAknsMinorGenericQgnEsGrafMshopIconCtx = 0x1ea8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5585
    EAknsMinorGenericQgnEsGrafNpodaApp = 0x1ea9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5586
    EAknsMinorGenericQgnEsMenuGroupComms = 0x1eaa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5587
    EAknsMinorGenericQgnEsMenuGroupGps = 0x1eab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5588
    EAknsMinorGenericQgnEsMenuGroupHelp = 0x1eac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5589
    EAknsMinorGenericQgnEsMenuGroupOffice = 0x1ead,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5590
    EAknsMinorGenericQgnEsMenuMobilesearch = 0x1eae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5591
    EAknsMinorGenericQgnEsMenuPrintserverCxt = 0x1eaf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5592
    EAknsMinorGenericQgnEsMenuPubCxt = 0x1eb0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5593
    EAknsMinorGenericQgnEsMenuPubLst = 0x1eb1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5594
    EAknsMinorGenericQgnFscalIndiWeekLeft = 0x1eb2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5595
    EAknsMinorGenericQgnFscalIndiWeekRight = 0x1eb3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5596
    EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsAddIcon = 0x1eb4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5597
    EAknsMinorGenericQgnFseActionMenuDeclineIcon = 0x1eb5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5598
    EAknsMinorGenericQgnFsEmailLauncherGridInboxIcon = 0x1eb6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5599
    EAknsMinorGenericQgnFsMeetReqIndiDateAlarm = 0x1eb7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5600
    EAknsMinorGenericQgnGrafMupNpvDefalbumart = 0x1eb8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5601
    EAknsMinorGenericQgnGrafMupPodcastArt = 0x1eb9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5602
    EAknsMinorGenericQgnGrafOrgBgGrid = 0x1eba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5603
    EAknsMinorGenericQgnGrafOrgBgList = 0x1ebb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5604
    EAknsMinorGenericQgnGrafRkmAll = 0x1ebc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5605
    EAknsMinorGenericQgnGrafRkmAllDim = 0x1ebd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5606
    EAknsMinorGenericQgnGrafRkmPause = 0x1ebe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5607
    EAknsMinorGenericQgnGrafRkmPauseNext = 0x1ebf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5608
    EAknsMinorGenericQgnGrafRkmPausePrev = 0x1ec0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5609
    EAknsMinorGenericQgnGrafRkmPlay = 0x1ec1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5610
    EAknsMinorGenericQgnGrafRkmPlayNext = 0x1ec2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5611
    EAknsMinorGenericQgnGrafRkmPlayPrev = 0x1ec3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5612
    EAknsMinorGenericQgnGrafRkmStop = 0x1ec4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5613
    EAknsMinorGenericQgnGrafRkmStopNext = 0x1ec5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5614
    EAknsMinorGenericQgnGrafRkmStopPrev = 0x1ec6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5615
    EAknsMinorGenericQgnIndiCall4ImageMaskLsc = 0x1ec7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5616
    EAknsMinorGenericQgnIndiCall4ImageMaskPrt = 0x1ec8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5617
    EAknsMinorGenericQgnIndiInputCharNext = 0x1ec9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5618
    EAknsMinorGenericQgnIndiInputCharPrev = 0x1eca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5619
    EAknsMinorGenericQgnIndiSmileyAnimCoffee = 0x1ecb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5620
    EAknsMinorGenericQgnIndiSmileyAnimConnive = 0x1ecc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5621
    EAknsMinorGenericQgnIndiSmileyAnimDenial = 0x1ecd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5622
    EAknsMinorGenericQgnIndiSmileyAnimFlirt = 0x1ece,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5623
    EAknsMinorGenericQgnIndiSmileyAnimFrustrated = 0x1ecf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5624
    EAknsMinorGenericQgnIndiSmileyAnimGum = 0x1ed0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5625
    EAknsMinorGenericQgnIndiSmileyAnimIdea = 0x1ed1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5626
    EAknsMinorGenericQgnIndiSmileyAnimInnocent = 0x1ed2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5627
    EAknsMinorGenericQgnIndiSmileyAnimLaugh = 0x1ed3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5628
    EAknsMinorGenericQgnIndiSmileyAnimParty = 0x1ed4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5629
    EAknsMinorGenericQgnIndiSmileyAnimRun = 0x1ed5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5630
    EAknsMinorGenericQgnIndiSmileyAnimSilly = 0x1ed6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5631
    EAknsMinorGenericQgnIndiSmileyAnimSleep = 0x1ed7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5632
    EAknsMinorGenericQgnIndiSmileyAnimSurprised = 0x1ed8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5633
    EAknsMinorGenericQgnIndiTbChangeStatus = 0x1ed9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5634
    EAknsMinorGenericQgnIndiTbCharGrid = 0x1eda,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5635
    EAknsMinorGenericQgnIndiTbConversation = 0x1edb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5636
    EAknsMinorGenericQgnIndiTbEditModel = 0x1edc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5637
    EAknsMinorGenericQgnIndiTbModelPreview = 0x1edd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5638
    EAknsMinorGenericQgnIndiTbRemove = 0x1ede,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5639
    EAknsMinorGenericQgnIndiTbSmiley = 0x1edf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5640
    EAknsMinorGenericQgnIndiTbVoip = 0x1ee0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5641
    EAknsMinorGenericQgnIndiTpVoip = 0x1ee1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5642
    EAknsMinorGenericQgnIndiVoipOnlineStatusAvailable = 0x1ee2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5643
    EAknsMinorGenericQgnIndiVoipOnlineStatusBlocked = 0x1ee3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5644
    EAknsMinorGenericQgnIndiVoipOnlineStatusOffline = 0x1ee4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5645
    EAknsMinorGenericQgnIndiWmlFlashBroken = 0x1ee5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5646
    EAknsMinorGenericQgnPropNrtypVoice = 0x1ee6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5647
    EAknsMinorGenericQgnPropServiceTab4 = 0x1ee7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5648
    EAknsMinorGenericQgnPropXspVoipReadyTab2 = 0x1ee8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5649
    EAknsMinorGenericQgnIndiCdrBirthdayMissedNew = 0x1ee9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5650
    EAknsMinorGenericQgnIndiCdrMeetingMissedNew = 0x1eea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5651
    EAknsMinorGenericQgnIndiCdrReminderMissedNew = 0x1eeb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5652
    EAknsMinorGenericQgnIndiCdrTodoUndone = 0x1eec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5653
    EAknsMinorGenericQgnIndiCdrTodoUndoneMissedNew = 0x1eed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5654
    EAknsMinorGenericQgnIndiImedFreedraw = 0x1eee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5655
    EAknsMinorGenericQgnIndiImedFreedrawCursorSuper = 0x1eef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5656
    EAknsMinorGenericQgnIndiSwitchSct2 = 0x1ef0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5657
    EAknsMinorGenericQgnIndiSwitchSmiley2 = 0x1ef1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5658
    EAknsMinorGenericQgnIndiTbCaleAlarmDismiss = 0x1ef2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5659
    EAknsMinorGenericQgnIndiTbCaleAlarmDismissAll = 0x1ef3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5660
    EAknsMinorGenericQgnMenuMupsv = 0x1ef4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5661
    EAknsMinorGenericQgnNoteMupsv = 0x1ef5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5662
    EAknsMinorGenericQgnPropImageTbSend2 = 0x1ef6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5663
    EAknsMinorGenericQgnPropImageTbSend2Dimmed = 0x1ef7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5664
    EAknsMinorGenericQgnPropImageTbSend2Focused = 0x1ef8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5665
    EAknsMinorGenericQgnPropUsbMemc = 0x1ef9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5666
    EAknsMinorGenericQgnPropUsbMemcLarge = 0x1efa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5667
    EAknsMinorGenericQgnPropUsbMemcSub = 0x1efb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5668
    EAknsMinorGenericQgnPropUsbMemcTab = 0x1efc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5669
    EAknsMinorGenericQgnPropUsbMemcTab2 = 0x1efd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5670
    EAknsMinorGenericQgnStatCaleUni = 0x1efe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5671
    EAknsMinorGenericQgnStatUsbMemcConnectUni = 0x1eff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5672
    EAknsMinorGenericQgnStatUsbMemcTransferUni = 0x1f00,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5673
    EAknsMinorGenericQgnFseFolderListOutboxIcon = 0x1f01,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5674
    EAknsMinorGenericQgnFseFolderListSentIcon = 0x1f02,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5675
    EAknsMinorGenericQgnFseMailUnreadRepliedHighPrio = 0x1f03,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5676
    EAknsMinorGenericQgnFseMailUnreadRepliedLowPrio = 0x1f04,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5677
    EAknsMinorGenericQgnIndiBtBlocked = 0x1f05,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5678
    EAknsMinorGenericQgnIndiCam4Gridviewer = 0x1f06,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5679
    EAknsMinorGenericQgnIndiCam4Selftimer2sec = 0x1f07,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5680
    EAknsMinorGenericQgnIndiImedFreedraw10pix = 0x1f08,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5681
    EAknsMinorGenericQgnIndiImedFreedraw15pix = 0x1f09,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5682
    EAknsMinorGenericQgnIndiImedFreedraw20pix = 0x1f0a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5683
    EAknsMinorGenericQgnIndiImedFreedraw3pix = 0x1f0b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5684
    EAknsMinorGenericQgnIndiImedFreedraw5pix = 0x1f0c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5685
    EAknsMinorGenericQgnIndiNsliderLevelDecrease = 0x1f0d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5686
    EAknsMinorGenericQgnIndiNsliderLevelIncrease = 0x1f0e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5687
    EAknsMinorGenericQgnIndiNsliderMuted = 0x1f0f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5688
    EAknsMinorGenericQgnIndiNsliderUnmuted = 0x1f10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5689
    EAknsMinorGenericQgnIndiNsliderZoomIn = 0x1f11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5690
    EAknsMinorGenericQgnIndiNsliderZoomOut = 0x1f12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5691
    EAknsMinorGenericQgnIndiVid4Audio = 0x1f13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5692
    EAknsMinorGenericQgnIndiVid4LightOff = 0x1f14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5693
    EAknsMinorGenericQgnIndiVid4Video = 0x1f15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5694
    EAknsMinorGenericQgnMeetReqIndiDateAlarm = 0x1f16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5695
    EAknsMinorGenericQgnPropSetService = 0x1f17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5696
    EAknsMinorGenericQgnPropSetVoipAdvanced = 0x1f18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5697
    EAknsMinorGenericQgnPropVoipNewService = 0x1f19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5698
    EAknsMinorGenericQgnGrafBlid2dfix = 0x1f1a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5699
    EAknsMinorGenericQgnGrafBlid3dfix = 0x1f1b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5700
    EAknsMinorGenericQgnGrafLineVerticalFade = 0x1f1c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5701
    EAknsMinorGenericQgnGrafNsliderVded2EndLeft = 0x1f1d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5702
    EAknsMinorGenericQgnGrafNsliderVded2EndLeftSelected = 0x1f1e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5703
    EAknsMinorGenericQgnGrafNsliderVded2EndRight = 0x1f1f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5704
    EAknsMinorGenericQgnGrafNsliderVded2EndRightSelected = 0x1f20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5705
    EAknsMinorGenericQgnGrafNsliderVded2Middle = 0x1f21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5706
    EAknsMinorGenericQgnGrafNsliderVded2MiddleSelected = 0x1f22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5707
    EAknsMinorGenericQgnIndiCam4TbLightOff = 0x1f23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5708
    EAknsMinorGenericQgnIndiInputCaseAccented = 0x1f24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5709
    EAknsMinorGenericQgnIndiInputCaseCapital = 0x1f25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5710
    EAknsMinorGenericQgnIndiInputCaseCapitalCyrillic = 0x1f26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5711
    EAknsMinorGenericQgnIndiInputCaseCapitalGreek = 0x1f27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5712
    EAknsMinorGenericQgnIndiInputCaseNumeric = 0x1f28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5713
    EAknsMinorGenericQgnIndiInputCaseSmall = 0x1f29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5714
    EAknsMinorGenericQgnIndiInputCaseSmallCyrillic = 0x1f2a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5715
    EAknsMinorGenericQgnIndiInputCaseSmallGreek = 0x1f2b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5716
    EAknsMinorGenericQgnIndiInputCaseSpecial = 0x1f2c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5717
    EAknsMinorGenericQgnIndiInputCaseTextHebrew = 0x1f2d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5718
    EAknsMinorGenericQgnIndiLskVertical = 0x1f2e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5719
    EAknsMinorGenericQgnIndiRskVertical = 0x1f2f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5720
    EAknsMinorGenericQgnIndiTbBthf = 0x1f30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5721
    EAknsMinorGenericQgnIndiTbHandset = 0x1f31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5722
    EAknsMinorGenericQgnIndiVded2End = 0x1f32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5723
    EAknsMinorGenericQgnIndiVded2Play = 0x1f33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5724
    EAknsMinorGenericQgnIndiVded2Playhead = 0x1f34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5725
    EAknsMinorGenericQgnIndiVded2Start = 0x1f35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5726
    EAknsMinorGenericQgnIndiVorecBiForw = 0x1f36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5727
    EAknsMinorGenericQgnIndiVorecBiPause = 0x1f37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5728
    EAknsMinorGenericQgnIndiVorecBiPlay = 0x1f38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5729
    EAknsMinorGenericQgnIndiVorecBiRec = 0x1f39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5730
    EAknsMinorGenericQgnIndiVorecBiRew = 0x1f3a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5731
    EAknsMinorGenericQgnIndiVorecBiStop = 0x1f3b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5732
    EAknsMinorGenericQgnPropHwrtrainingShortcutNew = 0x1f3c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5733
    EAknsMinorGenericQgnPropHwrtrainingShortcutTab2 = 0x1f3d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5734
    EAknsMinorGenericQgnPropHwrtrainingTab2 = 0x1f3e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5735
    EAknsMinorGenericQgnStatCtrl = 0x1f3f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5736
    EAknsMinorGenericQgnStatStrg = 0x1f40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5737
    EAknsMinorGenericQgnFsActionPostcard = 0x1f41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5738
    EAknsMinorGenericQgnGrafBlidDetCircle = 0x1f42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5739
    EAknsMinorGenericQgnGrafBlidInfo = 0x1f43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5740
    EAknsMinorGenericQgnGrafBlidNorth = 0x1f44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5741
    EAknsMinorGenericQgnGrafBlidRing = 0x1f45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5742
    EAknsMinorGenericQgnGrafBlidSpwatch = 0x1f46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5743
    EAknsMinorGenericQgnGrafBlidTime = 0x1f47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5744
    EAknsMinorGenericQgnGrafBlidTpmeter = 0x1f48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5745
    EAknsMinorGenericQgnGrafBlidTpPointer = 0x1f49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5746
    EAknsMinorGenericQgnIndiBrowserFeedsTbBackToWeb = 0x1f4a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5747
    EAknsMinorGenericQgnIndiBrowserFeedsTbNext = 0x1f4b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5748
    EAknsMinorGenericQgnIndiBrowserFeedsTbOpenDetail = 0x1f4c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5749
    EAknsMinorGenericQgnIndiBrowserFeedsTbOpenFull = 0x1f4d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5750
    EAknsMinorGenericQgnIndiBrowserFeedsTbOpenTopic = 0x1f4e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5751
    EAknsMinorGenericQgnIndiBrowserFeedsTbPrevious = 0x1f4f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5752
    EAknsMinorGenericQgnIndiBrowserFeedsTbUpdate = 0x1f50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5753
    EAknsMinorGenericQgnIndiBrowserFeedsTbUpdateAll = 0x1f51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5754
    EAknsMinorGenericQgnIndiBrowserTbFindKwNext = 0x1f52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5755
    EAknsMinorGenericQgnIndiBrowserTbFindKwPrev = 0x1f53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5756
    EAknsMinorGenericQgnIndiSignalOffline = 0x1f54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5757
    EAknsMinorGenericQgnPropImageTbStop = 0x1f55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5758
    EAknsMinorGenericQgnPropImageTbStopDimmed = 0x1f56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5759
    EAknsMinorGenericQgnPropImageTbStopFocused = 0x1f57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5760
    EAknsMinorGenericQgnIndiCam4Selftimer2s = 0x1f58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5761
    EAknsMinorGenericQgnIndiEditVidpict = 0x1f59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5762
    EAknsMinorGenericQgnIndiImageDrmInvalidSuper = 0x1f5a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5763
    EAknsMinorGenericQgnIndiImageDrmValidSuper = 0x1f5b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5764
    EAknsMinorGenericQgnIndiImedPosterize = 0x1f5c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5765
    EAknsMinorGenericQgnIndiItutListCollapse = 0x1f5d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5766
    EAknsMinorGenericQgnIndiItutListExpand = 0x1f5e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5767
    EAknsMinorGenericQgnIndiTake5ButtonCall = 0x1f5f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5768
    EAknsMinorGenericQgnIndiTake5ButtonClose = 0x1f60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5769
    EAknsMinorGenericQgnIndiTake5ButtonMail = 0x1f61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5770
    EAknsMinorGenericQgnIndiTake5ButtonSettings = 0x1f62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5771
    EAknsMinorGenericQgnIndiTake5ButtonUpdate = 0x1f63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5772
    EAknsMinorGenericQgnIndiTake5EventNew = 0x1f64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5773
    EAknsMinorGenericQgnIndiTake5RssAudio = 0x1f65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5774
    EAknsMinorGenericQgnIndiTake5RssImage = 0x1f66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5775
    EAknsMinorGenericQgnIndiTake5RssProvider = 0x1f67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5776
    EAknsMinorGenericQgnIndiTake5RssText = 0x1f68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5777
    EAknsMinorGenericQgnIndiTake5RssUnknown = 0x1f69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5778
    EAknsMinorGenericQgnIndiTake5RssVideo = 0x1f6a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5779
    EAknsMinorGenericQgnIndiTbFmgrDetail = 0x1f6b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5780
    EAknsMinorGenericQgnIndiTbFmgrEject = 0x1f6c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5781
    EAknsMinorGenericQgnIndiTbFmgrSort = 0x1f6d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5782
    EAknsMinorGenericQgnIndiXmediabarBrowser = 0x1f6e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5783
    EAknsMinorGenericQgnIndiXmediabarBrowserActive = 0x1f6f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5784
    EAknsMinorGenericQgnIndiXmediabarBrowserPressed = 0x1f70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5785
    EAknsMinorGenericQgnIndiXmediabarImage = 0x1f71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5786
    EAknsMinorGenericQgnIndiXmediabarImageActive = 0x1f72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5787
    EAknsMinorGenericQgnIndiXmediabarImagePressed = 0x1f73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5788
    EAknsMinorGenericQgnIndiXmediabarMusic = 0x1f74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5789
    EAknsMinorGenericQgnIndiXmediabarMusicActive = 0x1f75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5790
    EAknsMinorGenericQgnIndiXmediabarMusicPressed = 0x1f76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5791
    EAknsMinorGenericQgnIndiXmediabarShareonline = 0x1f77,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5792
    EAknsMinorGenericQgnIndiXmediabarShareonlineActive = 0x1f78,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5793
    EAknsMinorGenericQgnIndiXmediabarShareonlinePressed = 0x1f79,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5794
    EAknsMinorGenericQgnIndiXmediabarVideo = 0x1f7a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5795
    EAknsMinorGenericQgnIndiXmediabarVideoActive = 0x1f7b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5796
    EAknsMinorGenericQgnIndiXmediabarVideoPressed = 0x1f7c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5797
    EAknsMinorGenericQgnPropCam4Codec3gp = 0x1f7d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5798
    EAknsMinorGenericQgnPropCam4CodecMp4 = 0x1f7e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5799
    EAknsMinorGenericQgnPropSetAppsCmode = 0x1f7f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5800
    EAknsMinorGenericQgnPropSwupdFailed = 0x1f80,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5801
    EAknsMinorGenericQgnPropTake5AddNew = 0x1f81,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5802
    EAknsMinorGenericQgnPropTake5Contacts = 0x1f82,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5803
    EAknsMinorGenericQgnPropTake5Dialer = 0x1f83,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5804
    EAknsMinorGenericQgnPropTake5Dismiss = 0x1f84,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5805
    EAknsMinorGenericQgnPropTake5Remind = 0x1f85,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5806
    EAknsMinorGenericQgnPropXmediabar = 0x1f86,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5807
    EAknsMinorGenericQgnStatMessageSorted = 0x1f87,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5808
    EAknsMinorGenericQsnFrItutScrollBg = 0x1f88,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5809
    EAknsMinorGenericQgnGrafTake5TabBg = 0x1f89,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5810
    EAknsMinorGenericQgnGrafTake5TabBgMask = 0x1f8a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5811
    EAknsMinorGenericQgnGrafTake5TabBgAddNew = 0x1f8b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5812
    EAknsMinorGenericQgnGrafTake5TabBgLeft = 0x1f8c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5813
    EAknsMinorGenericQgnGrafTake5TabBgLeftMask = 0x1f8d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5814
    EAknsMinorGenericQgnGrafTake5TabBgMiddle = 0x1f8e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5815
    EAknsMinorGenericQgnGrafTake5TabBgMiddleMask = 0x1f8f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5816
    EAknsMinorGenericQgnGrafTake5TabBgRight = 0x1f90,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5817
    EAknsMinorGenericQgnGrafTake5TabBgRightMask = 0x1f91,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5818
    EAknsMinorGenericQsnFrButtonHighlight = 0x1f92,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5819
    EAknsMinorGenericQsnFrButtonHighlightCornerTl = 0x1f93,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5820
    EAknsMinorGenericQsnFrButtonHighlightCornerTr = 0x1f94,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5821
    EAknsMinorGenericQsnFrButtonHighlightCornerBl = 0x1f95,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5822
    EAknsMinorGenericQsnFrButtonHighlightCornerBr = 0x1f96,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5823
    EAknsMinorGenericQsnFrButtonHighlightSideT = 0x1f97,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5824
    EAknsMinorGenericQsnFrButtonHighlightSideB = 0x1f98,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5825
    EAknsMinorGenericQsnFrButtonHighlightSideL = 0x1f99,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5826
    EAknsMinorGenericQsnFrButtonHighlightSideR = 0x1f9a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5827
    EAknsMinorGenericQsnFrButtonHighlightCenter = 0x1f9b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5828
    EAknsMinorGenericQsnFrItutButtonCandiMiddle = 0x1f9c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5829
    EAknsMinorGenericQsnFrItutButtonCandiSideL = 0x1f9d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5830
    EAknsMinorGenericQsnFrItutButtonCandiSideR = 0x1f9e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5831
    EAknsMinorGenericQsnFrItutButtonComposeMiddle = 0x1f9f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5832
    EAknsMinorGenericQsnFrItutButtonComposeSideL = 0x1fa0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5833
    EAknsMinorGenericQsnFrItutButtonComposeSideR = 0x1fa1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5834
    EAknsMinorGenericQgnGrafBlidRingfix = 0x1fa2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5835
    EAknsMinorGenericQgnGrafFepChar2TLeftDown = 0x1fa3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5836
    EAknsMinorGenericQgnGrafFepChar2TLeftDownDimmed = 0x1fa4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5837
    EAknsMinorGenericQgnGrafFepChar2TLeftDownPressed = 0x1fa5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5838
    EAknsMinorGenericQgnGrafFepChar2TMiddleDown = 0x1fa6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5839
    EAknsMinorGenericQgnGrafFepChar2TMiddleDownDimmed = 0x1fa7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5840
    EAknsMinorGenericQgnGrafFepChar2TMiddleDownPressed = 0x1fa8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5841
    EAknsMinorGenericQgnGrafFepChar2TMiddleUp = 0x1fa9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5842
    EAknsMinorGenericQgnGrafFepChar2TMiddleUpDimmed = 0x1faa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5843
    EAknsMinorGenericQgnGrafFepChar2TMiddleUpPressed = 0x1fab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5844
    EAknsMinorGenericQgnGrafFepChar2TRightDown = 0x1fac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5845
    EAknsMinorGenericQgnGrafFepChar2TRightDownDimmed = 0x1fad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5846
    EAknsMinorGenericQgnGrafFepChar2TRightDownPressed = 0x1fae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5847
    EAknsMinorGenericQgnGrafFepChar2TRightUp = 0x1faf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5848
    EAknsMinorGenericQgnGrafFepChar2TRightUpDimmed = 0x1fb0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5849
    EAknsMinorGenericQgnGrafFepChar2TRightUpPressed = 0x1fb1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5850
    EAknsMinorGenericQgnGrafInputBg = 0x1fb2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5851
    EAknsMinorGenericQgnGrafInputIcfBg = 0x1fb3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5852
    EAknsMinorGenericQgnIndiBrowserTbFull = 0x1fb4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5853
    EAknsMinorGenericQgnIndiBrowserTbHistoryBack = 0x1fb5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5854
    EAknsMinorGenericQgnIndiBrowserTbHistoryFw = 0x1fb6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5855
    EAknsMinorGenericQgnIndiButtonExitFs = 0x1fb7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5856
    EAknsMinorGenericQgnIndiInputArrowDown = 0x1fb8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5857
    EAknsMinorGenericQgnIndiInputArrowUp = 0x1fb9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5858
    EAknsMinorGenericQgnIndiInputBackspace = 0x1fba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5859
    EAknsMinorGenericQgnIndiInputButtonMode = 0x1fbb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5860
    EAknsMinorGenericQgnIndiInputCandiListClose = 0x1fbc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5861
    EAknsMinorGenericQgnIndiInputCapslock = 0x1fbd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5862
    EAknsMinorGenericQgnIndiInputCaseAccentedCyrillic = 0x1fbe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5863
    EAknsMinorGenericQgnIndiInputCaseAllTypesJapanese = 0x1fbf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5864
    EAknsMinorGenericQgnIndiInputCaseNumericArabicIndic = 0x1fc0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5865
    EAknsMinorGenericQgnIndiInputCaseNumericDevanagari = 0x1fc1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5866
    EAknsMinorGenericQgnIndiInputCaseNumericSpecial = 0x1fc2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5867
    EAknsMinorGenericQgnIndiInputCaseNumericThai = 0x1fc3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5868
    EAknsMinorGenericQgnIndiInputCaseText = 0x1fc4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5869
    EAknsMinorGenericQgnIndiInputCaseTextArabic = 0x1fc5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5870
    EAknsMinorGenericQgnIndiInputCaseTextCyrillic = 0x1fc6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5871
    EAknsMinorGenericQgnIndiInputCaseTextGreek = 0x1fc7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5872
    EAknsMinorGenericQgnIndiInputCaseTextHindi = 0x1fc8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5873
    EAknsMinorGenericQgnIndiInputCaseTextThai = 0x1fc9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5874
    EAknsMinorGenericQgnIndiInputChinese = 0x1fca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5875
    EAknsMinorGenericQgnIndiInputClear = 0x1fcb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5876
    EAknsMinorGenericQgnIndiInputClose = 0x1fcc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5877
    EAknsMinorGenericQgnIndiInputConvertToKanji = 0x1fcd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5878
    EAknsMinorGenericQgnIndiInputEnter = 0x1fce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5879
    EAknsMinorGenericQgnIndiInputHiragana = 0x1fcf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5880
    EAknsMinorGenericQgnIndiInputKatakana = 0x1fd0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5881
    EAknsMinorGenericQgnIndiInputMove = 0x1fd1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5882
    EAknsMinorGenericQgnIndiInputOptions = 0x1fd2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5883
    EAknsMinorGenericQgnIndiInputShift = 0x1fd3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5884
    EAknsMinorGenericQgnIndiInputSmileys = 0x1fd4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5885
    EAknsMinorGenericQgnIndiInputSpaceL = 0x1fd5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5886
    EAknsMinorGenericQgnIndiInputSpaceMiddle = 0x1fd6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5887
    EAknsMinorGenericQgnIndiInputSpaceR = 0x1fd7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5888
    EAknsMinorGenericQgnIndiInputSwitcher = 0x1fd8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5889
    EAknsMinorGenericQgnPropFileRssError = 0x1fd9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5890
    EAknsMinorGenericQgnPropFolderRssError = 0x1fda,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5891
    EAknsMinorGenericQsnFrKeypadButton2Inactive = 0x1fdb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5892
    EAknsMinorGenericQsnFrKeypadButton2Normal = 0x1fdc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5893
    EAknsMinorGenericQsnFrKeypadButton2Pressed = 0x1fdd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5894
    EAknsMinorGenericQsnFrKeypadButtonInactive = 0x1fde,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5895
    EAknsMinorGenericQsnFrKeypadButtonNormal = 0x1fdf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5896
    EAknsMinorGenericQsnFrKeypadButtonPressed = 0x1fe0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5897
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5898
    EAknsMinorGenericQgnGrafBlidFlag = 0x1fe1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5899
    EAknsMinorGenericQgnGrafBlidSearching = 0x1fe2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5900
    EAknsMinorGenericQgnGrafBlidSearchingSmall = 0x1fe3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5901
    EAknsMinorGenericQgnGrafBlidStartup = 0x1fe4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5902
    EAknsMinorGenericQgnGrafBlidUnavail = 0x1fe5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5903
    EAknsMinorGenericQgnGrafNsliderVerticalMarkerSelected = 0x1fe6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5904
    EAknsMinorGenericQgnIndiCam4Pause = 0x1fe7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5905
    EAknsMinorGenericQgnIndiCam4QualityEmailSharing = 0x1fe8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5906
    EAknsMinorGenericQgnIndiCam4Record = 0x1fe9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5907
    EAknsMinorGenericQgnIndiCam4ZoomMarkerSelected = 0x1fea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5908
    EAknsMinorGenericQgnIndiVideocallBrightness = 0x1feb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5909
    EAknsMinorGenericQgnIndiVideocallContrast = 0x1fec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5910
    EAknsMinorGenericQgnIndiVideocallZoom = 0x1fed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5911
    EAknsMinorGenericQgnGrafBgLscSideRightMaskIcon = 0x1fee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5912
    EAknsMinorGenericQgnGrafBlidSatSignal01 = 0x1fef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5913
    EAknsMinorGenericQgnGrafBlidSatSignal02 = 0x1ff0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5914
    EAknsMinorGenericQgnGrafBlidSatSignal03 = 0x1ff1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5915
    EAknsMinorGenericQgnGrafBlidSatSignal04 = 0x1ff2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5916
    EAknsMinorGenericQgnGrafBlidSatSignal05 = 0x1ff3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5917
    EAknsMinorGenericQgnGrafBlidSignalBar01 = 0x1ff4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5918
    EAknsMinorGenericQgnGrafBlidSignalBar02 = 0x1ff5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5919
    EAknsMinorGenericQgnGrafBlidSignalBar03 = 0x1ff6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5920
    EAknsMinorGenericQgnGrafBlidSignalBar04 = 0x1ff7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5921
    EAknsMinorGenericQgnGrafBlidSignalBar05 = 0x1ff8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5922
    EAknsMinorGenericQgnIndiBrowserBmTbNew = 0x1ff9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5923
    EAknsMinorGenericQgnIndiBrowserTbDelete = 0x1ffa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5924
    EAknsMinorGenericQgnIndiEqTbCreateNew = 0x1ffb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5925
    EAknsMinorGenericQgnIndiImedDownpleSuper = 0x1ffc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5926
    EAknsMinorGenericQgnIndiMpttvTbUnmark = 0x1ffd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5927
    EAknsMinorGenericQgnIndiMptvTbMark = 0x1ffe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5928
    EAknsMinorGenericQgnIndiMupTbAddsongs = 0x1fff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5929
    EAknsMinorGenericQgnIndiMupTbAddtoplaylist = 0x2000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5930
    EAknsMinorGenericQgnIndiMupTbGotostore = 0x2001,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5931
    EAknsMinorGenericQgnIndiMupTbShuffle = 0x2002,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5932
    EAknsMinorGenericQgnMenuGroupHelp = 0x2003,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5933
    EAknsMinorGenericQgnMenuGroupOwn = 0x2004,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5934
    EAknsMinorGenericQgnMenuGroupWeb = 0x2005,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5935
    EAknsMinorGenericQgnPropTake5Missing = 0x2006,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5936
    EAknsMinorGenericQgnPropXmediabarLsc = 0x2007,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5937
    EAknsMinorGenericQsnFrTake5CornerRTl = 0x2008,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5938
    EAknsMinorGenericQsnFrTake5CornerRTr = 0x2009,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5939
    EAknsMinorGenericQgnIndiBrowserTbSwichWin = 0x200a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5940
    EAknsMinorGenericQgnIndiCaleTbMeeting = 0x200b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5941
    EAknsMinorGenericQgnIndiCam4ModePortraitNigh = 0x200c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5942
    EAknsMinorGenericQgnIndiCamBatteryStrength = 0x200d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5943
    EAknsMinorGenericQgnIndiInputFullHalfWidth = 0x200e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5944
    EAknsMinorGenericQgnIndiInputHalfFullWidth = 0x200f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5945
    EAknsMinorGenericQgnIndiInputListCollapse = 0x2010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5946
    EAknsMinorGenericQgnIndiInputListExpand = 0x2011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5947
    EAknsMinorGenericQgnIndiInputMorefunction = 0x2012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5948
    EAknsMinorGenericQgnIndiRadioDefault = 0x2013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5949
    EAknsMinorGenericQgnIndiRadioPlaying = 0x2014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5950
    EAknsMinorGenericQgnIndiTbRadioAutotuneDown = 0x2015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5951
    EAknsMinorGenericQgnIndiTbRadioAutotuneUp = 0x2016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5952
    EAknsMinorGenericQgnIndiTbRadioNext = 0x2017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5953
    EAknsMinorGenericQgnIndiTbRadioPrevious = 0x2018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5954
    EAknsMinorGenericQgnIndiTbRadioScan = 0x2019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5955
    EAknsMinorGenericQgnIndiTbRadioSound = 0x201a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5956
    EAknsMinorGenericQgnIndiTbRadioSoundMuted = 0x201b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5957
    EAknsMinorGenericQgnIndiTbRadioStationSave = 0x201c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5958
    EAknsMinorGenericQgnIndiTbRadioStationSaveAll = 0x201d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5959
    EAknsMinorGenericQgnIndiVded2EndPressed = 0x201e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5960
    EAknsMinorGenericQgnIndiVded2PlayheadPressed = 0x201f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5961
    EAknsMinorGenericQgnIndiVded2PlayPressed = 0x2020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5962
    EAknsMinorGenericQgnIndiVded2StartPressed = 0x2021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5963
    EAknsMinorGenericQgnIndiVdedPausePressed = 0x2022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5964
    EAknsMinorGenericQgnPropCamBatteryIcon = 0x2023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5965
    EAknsMinorGenericQgnPropCatalogsItemUpgrade = 0x2024,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5966
    EAknsMinorGenericQgnPropCpDevPsActivat = 0x2025,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5967
    EAknsMinorGenericQgnPropFmgrUsbMemcSub = 0x2026,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5968
    EAknsMinorGenericQsnFrInputListButtonHighlight = 0x2027,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5969
    EAknsMinorGenericQsnFrItutButtonCandiPressedMiddle = 0x2028,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5970
    EAknsMinorGenericQsnFrItutButtonCandiPressedSideL = 0x2029,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5971
    EAknsMinorGenericQsnFrItutButtonCandiPressedSideR = 0x202a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5972
    EAknsMinorGenericQsnFrItutButtonComposePressedMiddle = 0x202b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5973
    EAknsMinorGenericQsnFrItutButtonComposePressedSideL = 0x202c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5974
    EAknsMinorGenericQsnFrItutButtonComposePressedSideR = 0x202d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5975
    EAknsMinorGenericQgnGrafBlidSearchingSmall01 = 0x202e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5976
    EAknsMinorGenericQgnGrafBlidSearchingSmall02 = 0x202f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5977
    EAknsMinorGenericQgnGrafBlidSearchingSmall03 = 0x2030,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5978
    EAknsMinorGenericQgnGrafBlidSearchingSmall04 = 0x2031,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5979
    EAknsMinorGenericQgnGrafBlidSearchingSmall05 = 0x2032,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5980
    EAknsMinorGenericQgnGrafBlidSearchingSmall06 = 0x2033,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5981
    EAknsMinorGenericQgnGrafBlidSearchingSmall07 = 0x2034,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5982
    EAknsMinorGenericQgnGrafBlidSearchingSmall08 = 0x2035,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5983
    EAknsMinorGenericQgnGrafNsliderCam4MarkerSelected = 0x2036,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5984
    EAknsMinorGenericQgnNoteKeyguardLockedAnim1 = 0x2037,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5985
    EAknsMinorGenericQgnNoteKeyguardLockedAnim2 = 0x2038,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5986
    EAknsMinorGenericQgnNoteKeyguardLockedAnim3 = 0x2039,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5987
    EAknsMinorGenericQgnNoteKeyguardLockedAnim4 = 0x203a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5988
    EAknsMinorGenericQgnNoteKeyguardTounlockAnim1 = 0x203b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5989
    EAknsMinorGenericQgnNoteKeyguardTounlockAnim2 = 0x203c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5990
    EAknsMinorGenericQgnNoteKeyguardTounlockAnim3 = 0x203d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5991
    EAknsMinorGenericQgnNoteKeyguardTounlockAnim4 = 0x203e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5992
    EAknsMinorGenericQgnNoteKeyguardUnlockedAnim1 = 0x203f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5993
    EAknsMinorGenericQgnNoteKeyguardUnlockedAnim2 = 0x2040,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5994
    EAknsMinorGenericQgnNoteKeyguardUnlockedAnim3 = 0x2041,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5995
    EAknsMinorGenericQgnNoteKeyguardUnlockedAnim4 = 0x2042,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5996
    EAknsMinorGenericQgnIndiDialerEightLatin = 0x2043,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5997
    EAknsMinorGenericQgnIndiDialerFiveLatin = 0x2044,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5998
    EAknsMinorGenericQgnIndiDialerFourLatin = 0x2045,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5999
    EAknsMinorGenericQgnIndiDialerHashLatin = 0x2046,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6000
    EAknsMinorGenericQgnIndiDialerNineLatin = 0x2047,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6001
    EAknsMinorGenericQgnIndiDialerOneLatin = 0x2048,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6002
    EAknsMinorGenericQgnIndiDialerPrefixLatin = 0x2049,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6003
    EAknsMinorGenericQgnIndiDialerSevenLatin = 0x204a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6004
    EAknsMinorGenericQgnIndiDialerSixLatin = 0x204b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6005
    EAknsMinorGenericQgnIndiDialerSpeedDial = 0x204c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6006
    EAknsMinorGenericQgnIndiDialerThreeLatin = 0x204d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6007
    EAknsMinorGenericQgnIndiDialerTwoLatin = 0x204e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6008
    EAknsMinorGenericQgnIndiDialerZeroLatin = 0x204f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6009
    EAknsMinorGenericQgnMenuAppshellMp = 0x2050,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6010
    EAknsMinorGenericQgnMenuDrmExpForbid = 0x2051,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6011
    EAknsMinorGenericQgnMenuDrmRightsExp = 0x2052,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6012
    EAknsMinorGenericQgnMenuHwrTraining = 0x2053,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6013
    EAknsMinorGenericQgnMenuImed = 0x2054,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6014
    EAknsMinorGenericQgnMenuIr = 0x2055,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6015
    EAknsMinorGenericQgnMenuMceGene = 0x2056,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6016
    EAknsMinorGenericQgnMenuMcePostcard = 0x2057,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6017
    EAknsMinorGenericQgnMenuMceSelMes = 0x2058,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6018
    EAknsMinorGenericQgnMenuMceSms = 0x2059,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6019
    EAknsMinorGenericQgnMenuMceSyncmail = 0x205a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6020
    EAknsMinorGenericQgnMenuMceUnified = 0x205b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6021
    EAknsMinorGenericQgnMenuNfc = 0x205c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6022
    EAknsMinorGenericQgnMenuSearch = 0x205d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6023
    EAknsMinorGenericQgnMenuTrk = 0x205e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6024
    EAknsMinorGenericQgnMenuUrl = 0x205f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6025
    EAknsMinorGenericQgnMenuVideoSharing = 0x2060,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6026
    EAknsMinorGenericQgnIndiCam4CameraBmp = 0x2061,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6027
    EAknsMinorGenericQgnIndiCam4FlashOffBmp = 0x2062,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6028
    EAknsMinorGenericQgnIndiCam4FlashOnBmp = 0x2063,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6029
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoBlBmp = 0x2064,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6030
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoBrBmp = 0x2065,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6031
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoTlBmp = 0x2066,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6032
    EAknsMinorGenericQgnIndiCam4FocusFrameAutoTrBmp = 0x2067,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6033
    EAknsMinorGenericQgnIndiCam4MemoryMassBmp = 0x2068,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6034
    EAknsMinorGenericQgnIndiCam4MemoryMmcBmp = 0x2069,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6035
    EAknsMinorGenericQgnIndiCam4MemoryPhoneBmp = 0x206a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6036
    EAknsMinorGenericQgnIndiCam4PauseBmp = 0x206b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6037
    EAknsMinorGenericQgnIndiCam4Quality03mpLowBmp = 0x206c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6038
    EAknsMinorGenericQgnIndiCam4Quality08mpLowBmp = 0x206d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6039
    EAknsMinorGenericQgnIndiCam4Quality13mpLowBmp = 0x206e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6040
    EAknsMinorGenericQgnIndiCam4Quality13mpMediumBmp = 0x206f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6041
    EAknsMinorGenericQgnIndiCam4Quality1mpLowBmp = 0x2070,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6042
    EAknsMinorGenericQgnIndiCam4Quality2mpHighBmp = 0x2071,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6043
    EAknsMinorGenericQgnIndiCam4Quality2mpMediumBmp = 0x2072,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6044
    EAknsMinorGenericQgnIndiCam4Quality3mpHighBmp = 0x2073,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6045
    EAknsMinorGenericQgnIndiCam4Quality3mpMediumBmp = 0x2074,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6046
    EAknsMinorGenericQgnIndiCam4Quality5mpHighBmp = 0x2075,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6047
    EAknsMinorGenericQgnIndiCam4QualityEmailSharingBmp = 0x2076,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6048
    EAknsMinorGenericQgnIndiCam4QualitySharingBmp = 0x2077,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6049
    EAknsMinorGenericQgnIndiCam4QualityWideHighBmp = 0x2078,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6050
    EAknsMinorGenericQgnIndiCam4RecordBmp = 0x2079,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6051
    EAknsMinorGenericQgnIndiCam4SequenceBmp = 0x207a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6052
    EAknsMinorGenericQgnIndiCam4SequenceBurstBmp = 0x207b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6053
    EAknsMinorGenericQgnIndiCam4ShakeBmp = 0x207c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6054
    EAknsMinorGenericQgnIndiCam4ZoomBmp = 0x207d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6055
    EAknsMinorGenericQgnIndiCam4ZoomBottomBmp = 0x207e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6056
    EAknsMinorGenericQgnIndiCam4ZoomMarkerBmp = 0x207f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6057
    EAknsMinorGenericQgnIndiCam4ZoomMarkerSelectedBmp = 0x2080,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6058
    EAknsMinorGenericQgnIndiCam4ZoomMaxBmp = 0x2081,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6059
    EAknsMinorGenericQgnIndiCam4ZoomMiddleBmp = 0x2082,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6060
    EAknsMinorGenericQgnIndiCam4ZoomMinBmp = 0x2083,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6061
    EAknsMinorGenericQgnIndiCam4ZoomTopBmp = 0x2084,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6062
    EAknsMinorGenericQgnIndiCamBatteryStrengthBmp = 0x2085,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6063
    EAknsMinorGenericQgnIndiVid4AudioBmp = 0x2086,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6064
    EAknsMinorGenericQgnIndiVid4AudioMuteBmp = 0x2087,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6065
    EAknsMinorGenericQgnIndiVid4ContinuousAfBmp = 0x2088,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6066
    EAknsMinorGenericQgnIndiVid4QualityEmailHighBmp = 0x2089,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6067
    EAknsMinorGenericQgnIndiVid4QualityEmailNormalBmp = 0x208a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6068
    EAknsMinorGenericQgnIndiVid4QualityHighBmp = 0x208b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6069
    EAknsMinorGenericQgnIndiVid4QualityNormalBmp = 0x208c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6070
    EAknsMinorGenericQgnIndiVid4QualityTvHighBmp = 0x208d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6071
    EAknsMinorGenericQgnIndiVid4QualityTvNormalBmp = 0x208e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6072
    EAknsMinorGenericQgnIndiVid4StabilizeOnBmp = 0x208f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6073
    EAknsMinorGenericQgnIndiVid4VideoBmp = 0x2090,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6074
    EAknsMinorGenericQgnPropCamBatteryIconBmp = 0x2091,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6075
    EAknsMinorGenericQgnPropCodec3gpBmp = 0x2092,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6076
    EAknsMinorGenericQgnPropCodecMp4Bmp = 0x2093,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6077
    EAknsMinorGenericQgnMenuFmgrRemoteDrive = 0x2094,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6078
    EAknsMinorGenericQgnGrafBlidWalk = 0x2095,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6079
    EAknsMinorGenericQgnIndiWlanSnifferPluginOn0 = 0x2096,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6080
    EAknsMinorGenericQgnIndiWlanSnifferPluginOn1 = 0x2097,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6081
    EAknsMinorGenericQgnPropCodecWmv = 0x2098,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6082
    EAknsMinorGenericQgnPropLinkConnectionManager = 0x2099,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6083
    EAknsMinorGenericQgnPropPbCall = 0x209a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6084
    EAknsMinorGenericQgnPropPbChat = 0x209b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6085
    EAknsMinorGenericQgnPropPbCommTab3 = 0x209c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6086
    EAknsMinorGenericQgnPropPbDetailsTab3 = 0x209d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6087
    EAknsMinorGenericQgnPropPbDflt = 0x209e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6088
    EAknsMinorGenericQgnPropPbEmail = 0x209f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6089
    EAknsMinorGenericQgnPropPbMsg = 0x20a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6090
    EAknsMinorGenericQgnPropPbMydat = 0x20a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6091
    EAknsMinorGenericQgnPropPbOffline = 0x20a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6092
    EAknsMinorGenericQgnPropPbOnline = 0x20a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6093
    EAknsMinorGenericQgnPropPbPtt = 0x20a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6094
    EAknsMinorGenericQgnPropPbSdn = 0x20a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6095
    EAknsMinorGenericQgnPropPbSim = 0x20a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6096
    EAknsMinorGenericQgnPropPbThumbUnknown = 0x20a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6097
    EAknsMinorGenericQgnPropPbTopc = 0x20a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6098
    EAknsMinorGenericQgnPropPbUnknown = 0x20a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6099
    EAknsMinorGenericQgnPropPbUrl = 0x20aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6100
    EAknsMinorGenericQgnPropPbVcall = 0x20ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6101
    EAknsMinorGenericQgnPropPbVocall = 0x20ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6102
    EAknsMinorGenericQsnFrInputPreviewMiddle = 0x20ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6103
    EAknsMinorGenericQsnFrInputPreviewSideL = 0x20ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6104
    EAknsMinorGenericQsnFrInputPreviewSideR = 0x20af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6105
    EAknsMinorGenericQgnIndiImMsgEditor = 0x20b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6106
    EAknsMinorGenericQgnIndiQdialEightAdd = 0x20b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6107
    EAknsMinorGenericQgnIndiQdialFiveAdd = 0x20b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6108
    EAknsMinorGenericQgnIndiQdialFourAdd = 0x20b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6109
    EAknsMinorGenericQgnIndiQdialNineAdd = 0x20b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6110
    EAknsMinorGenericQgnIndiQdialOneAdd = 0x20b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6111
    EAknsMinorGenericQgnIndiQdialSevenAdd = 0x20b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6112
    EAknsMinorGenericQgnIndiQdialSixAdd = 0x20b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6113
    EAknsMinorGenericQgnIndiQdialThreeAdd = 0x20b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6114
    EAknsMinorGenericQgnIndiQdialTwoAdd = 0x20b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6115
    EAknsMinorGenericQgnMenuDm = 0x20ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6116
    EAknsMinorGenericQgnPropImFriendRequest = 0x20bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6117
    EAknsMinorGenericQgnPropImOngoingConv = 0x20bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6118
    EAknsMinorGenericQgnPropImOngoingConvNew = 0x20bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6119
    EAknsMinorGenericQgnPropImService = 0x20be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6120
    EAknsMinorGenericQgnPropImServiceTab2 = 0x20bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6121
    EAknsMinorGenericQgnPropNrtypCall = 0x20c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6122
    EAknsMinorGenericQgnPropNrtypChat = 0x20c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6123
    EAknsMinorGenericQgnPropNrtypPtt = 0x20c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6124
    EAknsMinorGenericQgnPropNrtypVcall = 0x20c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6125
    EAknsMinorGenericQgnStatKorCase = 0x20c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6126
    EAknsMinorGenericQgnStatKorCaseSelect = 0x20c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6127
    EAknsMinorGenericQgnFsActionMsg = 0x20c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6128
    EAknsMinorGenericQgnFsContactsFavorite = 0x20c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6129
    EAknsMinorGenericQgnFsContactsIndiMovable = 0x20c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6130
    EAknsMinorGenericQgnFsFrRibbonBottom = 0x20c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6131
    EAknsMinorGenericQgnFsFrRibbonCenter = 0x20ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6132
    EAknsMinorGenericQgnFsFrRibbonSchedulerBottom = 0x20cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6133
    EAknsMinorGenericQgnFsFrRibbonSchedulerCenter = 0x20cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6134
    EAknsMinorGenericQgnFsFrRibbonSchedulerTop = 0x20cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6135
    EAknsMinorGenericQgnFsFrRibbonTop = 0x20ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6136
    EAknsMinorGenericQgnFsHscrActionArrowDown = 0x20cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6137
    EAknsMinorGenericQgnFsHscrActionArrowUp = 0x20d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6138
    EAknsMinorGenericQgnFsIndiCaleTrackingAccept = 0x20d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6139
    EAknsMinorGenericQgnFsIndiCaleTrackingNone = 0x20d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6140
    EAknsMinorGenericQgnFsIndiCaleTrackingReject = 0x20d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6141
    EAknsMinorGenericQgnFsIndiCaleTrackingTentative = 0x20d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6142
    EAknsMinorGenericQgnFsPropConfActive = 0x20d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6143
    EAknsMinorGenericQgnFsPropConfDropped = 0x20d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6144
    EAknsMinorGenericQgnFsPropConfJoined = 0x20d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6145
    EAknsMinorGenericQgnFsPropConfNotHandled = 0x20d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6146
    EAknsMinorGenericQgnIndiInputClr = 0x20d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6147
    EAknsMinorGenericQgnIndiInputHiraganaPredict = 0x20da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6148
    EAknsMinorGenericQgnIndiInputJpnAlphaFw = 0x20db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6149
    EAknsMinorGenericQgnIndiInputJpnAlphaHw = 0x20dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6150
    EAknsMinorGenericQgnIndiInputJpnCommit = 0x20dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6151
    EAknsMinorGenericQgnIndiInputJpnFullWidth = 0x20de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6152
    EAknsMinorGenericQgnIndiInputJpnHalfWidth = 0x20df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6153
    EAknsMinorGenericQgnIndiInputJpnNumberFw = 0x20e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6154
    EAknsMinorGenericQgnIndiInputJpnNumberHw = 0x20e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6155
    EAknsMinorGenericQgnIndiInputJpnOtherModes = 0x20e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6156
    EAknsMinorGenericQgnIndiInputJpnStartPredict = 0x20e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6157
    EAknsMinorGenericQgnIntraHomescreenPlugin = 0x20e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6158
    EAknsMinorGenericQgnIntraMenuChangeDest = 0x20e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6159
    EAknsMinorGenericQgnIntraMenuConnectIntranet = 0x20e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6160
    EAknsMinorGenericQgnIntraMenuCurrentDestination = 0x20e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6161
    EAknsMinorGenericQgnIntraMenuHiddenWlan = 0x20e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6162
    EAknsMinorGenericQgnIntraMenuInternet = 0x20e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6163
    EAknsMinorGenericQgnIntraMenuIntranet = 0x20ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6164
    EAknsMinorGenericQgnIntraMenuIntranetConnected = 0x20eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6165
    EAknsMinorGenericQgnIntraMenuManualConnection = 0x20ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6166
    EAknsMinorGenericQgnIntraMenuReturnToHomescreen = 0x20ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6167
    EAknsMinorGenericQgnIntraMenuStartBrowser = 0x20ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6168
    EAknsMinorGenericQgnIntraMenuViewOtherWlans = 0x20ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6169
    EAknsMinorGenericQgnIntraMenuVpnAp = 0x20f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6170
    EAknsMinorGenericQgnMenuIntranet = 0x20f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6171
    EAknsMinorGenericQgnStatCaseHiraganaKanji = 0x20f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6172
    EAknsMinorGenericQgnStatCaseKatakanaFw = 0x20f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6173
    EAknsMinorGenericQgnStatCaseKatakanaHw = 0x20f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6174
    EAknsMinorGenericQsnCpScrollBgBottomPressed = 0x20f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6175
    EAknsMinorGenericQsnCpScrollBgMiddlePressed = 0x20f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6176
    EAknsMinorGenericQsnCpScrollBgTopPressed = 0x20f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6177
    EAknsMinorGenericQsnCpScrollHandleBottomPressed = 0x20f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6178
    EAknsMinorGenericQsnCpScrollHandleMiddlePressed = 0x20f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6179
    EAknsMinorGenericQsnCpScrollHandleTopPressed = 0x20fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6180
    EAknsMinorGenericQsnCpScrollHorizontalBgBottomPressed = 0x20fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6181
    EAknsMinorGenericQsnCpScrollHorizontalBgMiddlePressed = 0x20fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6182
    EAknsMinorGenericQsnCpScrollHorizontalBgTopPressed = 0x20fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6183
    EAknsMinorGenericQsnCpScrollHorizontalHandleBottomPressed = 0x20fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6184
    EAknsMinorGenericQsnCpScrollHorizontalHandleMiddlePressed = 0x20ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6185
    EAknsMinorGenericQsnCpScrollHorizontalHandleTopPressed = 0x2100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6186
    EAknsMinorGenericQsnFrKeypadButton2SmallInactive = 0x2101,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6187
    EAknsMinorGenericQsnFrKeypadButton2SmallNormal = 0x2102,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6188
    EAknsMinorGenericQsnFrKeypadButton2SmallPressed = 0x2103,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6189
    EAknsMinorGenericQsnFrKeypadButtonSmallInactive = 0x2104,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6190
    EAknsMinorGenericQsnFrKeypadButtonSmallNormal = 0x2105,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6191
    EAknsMinorGenericQsnFrKeypadButtonSmallPressed = 0x2106,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6192
    EAknsMinorGenericMuiCoverHandle = 0x2107,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6193
    EAknsMinorGenericMuiDlProgressLsc = 0x2108,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6194
    EAknsMinorGenericMuiHandle = 0x2109,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6195
    EAknsMinorGenericMuiProgressLsc = 0x210a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6196
    EAknsMinorGenericMuiSliderLsc = 0x210b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6197
    EAknsMinorGenericMuiSliderPrt = 0x210c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6198
    EAknsMinorGenericQgnIndiCam4Minus = 0x210d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6199
    EAknsMinorGenericQgnIndiSmileyAnimConive = 0x210e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6200
    EAknsMinorGenericQgnIndiVideoVolMute = 0x210f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6201
    EAknsMinorGenericQgnIndiDialerInternet = 0x2110,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6202
    EAknsMinorGenericQgnIndiDialerSilent = 0x2111,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6203
    EAknsMinorGenericQgnIndiDialerVoicemail = 0x2112,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6204
    EAknsMinorGenericQgnIndiInputFshwrSctPage1 = 0x2113,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6205
    EAknsMinorGenericQgnIndiInputFshwrSctPage2 = 0x2114,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6206
    EAknsMinorGenericQgnIndiInputJpnConvert = 0x2115,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6207
    EAknsMinorGenericQgnIndiTbBack = 0x2116,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6208
    EAknsMinorGenericQgnIndiTbDocNew = 0x2117,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6209
    EAknsMinorGenericQgnIndiTbFindBack = 0x2118,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6210
    EAknsMinorGenericQgnIndiTbFindMode = 0x2119,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6211
    EAknsMinorGenericQgnIndiTbFindNew = 0x211a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6212
    EAknsMinorGenericQgnIndiTbFindNext = 0x211b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6213
    EAknsMinorGenericQgnIndiTbNext = 0x211c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6214
    EAknsMinorGenericQgnIndiTbScrolldown = 0x211d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6215
    EAknsMinorGenericQgnIndiTbScrollup = 0x211e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6216
    EAknsMinorGenericQgnIndiTbSheetAccept = 0x211f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6217
    EAknsMinorGenericQgnIndiTbZoomAccept = 0x2120,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6218
    EAknsMinorGenericQgnIndiTbZoomIn = 0x2121,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6219
    EAknsMinorGenericQgnIndiTbZoomOut = 0x2122,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6220
    EAknsMinorGenericQgnIndiVded2Pause = 0x2123,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6221
    EAknsMinorGenericQgnIndiVded2PausePressed = 0x2124,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6222
    EAknsMinorGenericQgnIndiVdedPlay = 0x2125,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6223
    EAknsMinorGenericQgnIndiVdedPlayPressed = 0x2126,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6224
    EAknsMinorGenericQgnMenuMshop = 0x2127,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6225
    EAknsMinorGenericQgnPropClkCntdwnTimer = 0x2128,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6226
    EAknsMinorGenericQgnPropClkNewAlarm = 0x2129,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6227
    EAknsMinorGenericQgnPropClkStpWatch = 0x212a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6228
    EAknsMinorGenericQgnPropClkWrldClock = 0x212b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6229
    EAknsMinorGenericQgnIndiInputJpnPredict = 0x212c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6230
    EAknsMinorGenericQgnIndiInputKatakanaHw = 0x212d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6231
    EAknsMinorGenericQgnIndiMusicshopTbActiveDownloads = 0x212e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6232
    EAknsMinorGenericQgnIndiMusicshopTbNoActiveDownloads = 0x212f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6233
    EAknsMinorGenericQgnIndiMusicshopTbSignin = 0x2130,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6234
    EAknsMinorGenericQgnIndiMusicshopTbStoreLink = 0x2131,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6235
    EAknsMinorGenericQgnIndiTbSwupdDetail = 0x2132,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6236
    EAknsMinorGenericQgnIndiTbSwupdHistory = 0x2133,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6237
    EAknsMinorGenericQgnIndiTbSwupdStart = 0x2134,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6238
    EAknsMinorGenericQgnMenuSwupdate = 0x2135,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6239
    EAknsMinorGenericQgnCaleIndiDelete = 0x2136,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6240
    EAknsMinorGenericQgnCaleIndiDone = 0x2137,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6241
    EAknsMinorGenericQgnCaleIndiEdit = 0x2138,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6242
    EAknsMinorGenericQgnCaleIndiNotDone = 0x2139,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6243
    EAknsMinorGenericQgnFseActionMenuAttachDownloadAll = 0x213a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6244
    EAknsMinorGenericQgnFseActionMenuAttachOpen = 0x213b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6245
    EAknsMinorGenericQgnFseActionMenuAttachSave = 0x213c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6246
    EAknsMinorGenericQgnGridEditBg = 0x213d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6247
    EAknsMinorGenericQgnGridMenuAdd = 0x213e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6248
    EAknsMinorGenericQgnMenuBackup = 0x213f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6249
    EAknsMinorGenericQgnMenuRestore = 0x2140,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6250
    EAknsMinorGenericQgnMenuTravel = 0x2141,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6251
    EAknsMinorGenericQgnMenuUpgrade = 0x2142,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6252
    EAknsMinorGenericQgnPropNoteListAlphaKorTab2 = 0x2143,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6253
    EAknsMinorGenericQgnIndiCam4TbGotoGallery = 0x2144,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6254
    EAknsMinorGenericQgnMenuFolderEmpty = 0x2145,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6255
    EAknsMinorGenericQgnPropAudioMusic = 0x2146,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6256
    EAknsMinorGenericQgnPropAudioToneOff = 0x2147,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6257
    EAknsMinorGenericQgnGrafCam4TbBottom = 0x2148,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6258
    EAknsMinorGenericQgnGrafCam4TbArrowDown = 0x2149,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6259
    EAknsMinorGenericQgnGrafCam4TbArrowUp = 0x214a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6260
    EAknsMinorGenericQgnGrafCam4TbBody = 0x214b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6261
    EAknsMinorGenericQgnPropLocevTrigger = 0x214c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6262
    EAknsMinorGenericQgnGrafCam4TbFocus = 0x214d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6263
    EAknsMinorGenericQgnGrafCam4TbGap = 0x214e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6264
    EAknsMinorGenericQgnGrafCam4TbTooltipBody = 0x214f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6265
    EAknsMinorGenericQgnGrafCam4TbTooltipEnd = 0x2150,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6266
    EAknsMinorGenericQgnGrafCam4TbTop = 0x2151,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6267
    EAknsMinorGenericQgnIndiButtonSilence = 0x2152,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6268
    EAknsMinorGenericQgnIndiCam4GeotagOff = 0x2153,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6269
    EAknsMinorGenericQgnIndiCam4GeotagOn = 0x2154,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6270
    EAknsMinorGenericQgnNoteLocevAlarm = 0x2155,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6271
    EAknsMinorGenericQgnNoteLocevAlarmAcc = 0x2156,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6272
    EAknsMinorGenericQgnNoteLocevAlarmInacc = 0x2157,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6273
    EAknsMinorGenericQgnNoteLocevAlarmInaccHeavy = 0x2158,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6274
    EAknsMinorGenericQgnPropLocevActiveSmall = 0x2159,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6275
    EAknsMinorGenericQgnPropLocevCompleted = 0x215a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6276
    EAknsMinorGenericQgnPropLocevCompletedSmall = 0x215b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6277
    EAknsMinorGenericQgnPropLocevCurrentLocation = 0x215c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6278
    EAknsMinorGenericQgnPropLocevDeleteSmall = 0x215d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6279
    EAknsMinorGenericQgnPropLocevDraft = 0x215e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6280
    EAknsMinorGenericQgnPropLocevDraftSmall = 0x215f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6281
    EAknsMinorGenericQgnPropLocevLandmark = 0x2160,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6282
    EAknsMinorGenericQgnPropLocevMap = 0x2161,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6283
    EAknsMinorGenericQgnPropLocevNew = 0x2162,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6284
    EAknsMinorGenericCam4TbArrowDown = 0x2163,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6285
    EAknsMinorGenericCam4TbArrowUp = 0x2164,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6286
    EAknsMinorGenericCam4TbBody = 0x2165,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6287
    EAknsMinorGenericCam4TbBottom = 0x2166,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6288
    EAknsMinorGenericCam4TbFocus = 0x2167,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6289
    EAknsMinorGenericCam4TbTooltipBody = 0x2168,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6290
    EAknsMinorGenericCam4TbTooltipEnd = 0x2169,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6291
    EAknsMinorGenericCam4TbTop = 0x216a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6292
    EAknsMinorGenericQgnCam4TbArrowDown = 0x216b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6293
    EAknsMinorGenericQgnCam4TbArrowUp = 0x216c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6294
    EAknsMinorGenericQgnCam4TbBody = 0x216d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6295
    EAknsMinorGenericQgnCam4TbBottom = 0x216e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6296
    EAknsMinorGenericQgnCam4TbFocus = 0x216f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6297
    EAknsMinorGenericQgnCam4TbTooltipBody = 0x2170,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6298
    EAknsMinorGenericQgnCam4TbTooltipEnd = 0x2171,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6299
    EAknsMinorGenericQgnCam4TbTop = 0x2172,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6300
    EAknsMinorGenericQgnMenuDownload = 0x2173,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6301
    EAknsMinorGenericQgnMenuGroupApps = 0x2174,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6302
    EAknsMinorGenericQgnMenuMaps = 0x2175,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6303
    EAknsMinorGenericQgnMenuMusic = 0x2176,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6304
    EAknsMinorGenericQgnMenuNdg = 0x2177,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6305
    EAknsMinorGenericQgnMenuPubCxt = 0x2178,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6306
    EAknsMinorGenericQgnMenuWeb = 0x2179,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6307
    EAknsMinorGenericQgnNoteBattCharging0 = 0x217a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6308
    EAknsMinorGenericQgnNoteBattCharging1 = 0x217b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6309
    EAknsMinorGenericQgnMenuPhotos = 0x217c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6310
    EAknsMinorGenericQgnMenuVideo = 0x217d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6311
    EAknsMinorGenericQgnMusicGrid = 0x217e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6312
    EAknsMinorGenericQgnPropClockHomecity = 0x217f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6313
    EAknsMinorGenericQgnIndiAiEplgDefault = 0x2180,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6314
    EAknsMinorGenericQgnIndiAiEplgRead = 0x2181,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6315
    EAknsMinorGenericQgnIndiAiEplgUnread = 0x2182,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6316
    EAknsMinorGenericQgnIndiTbCam4GotoMain = 0x2183,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6317
    EAknsMinorGenericQgnMenuGames = 0x2184,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6318
    EAknsMinorGenericQgnHomeAdd = 0x2185,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6319
    EAknsMinorGenericQgnHomeEditBgWidget = 0x2186,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6320
    EAknsMinorGenericQgnIndiCam4TbMark = 0x2187,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6321
    EAknsMinorGenericQgnIndiCam4TbUpload = 0x2188,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6322
    EAknsMinorGenericQgnIndiHomePage = 0x2189,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6323
    EAknsMinorGenericQgnIndiHomeProfileGeneral = 0x218a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6324
    EAknsMinorGenericQgnIndiHomeProfileSilent = 0x218b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6325
    EAknsMinorGenericQgnIndiSliderMarker = 0x218c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6326
    EAknsMinorGenericQgnIndiTvNoSignal = 0x218d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6327
    EAknsMinorGenericQgnNoteSwupdateNotification = 0x218e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6328
    EAknsMinorGenericQgnPropClkCntdwnTimerTab4 = 0x218f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6329
    EAknsMinorGenericQgnPropClkNewAlarmTab4 = 0x2190,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6330
    EAknsMinorGenericQgnPropClkStpWatchTab4 = 0x2191,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6331
    EAknsMinorGenericQgnPropClkWrldClkTab4 = 0x2192,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6332
    EAknsMinorGenericQgnPropTv3g = 0x2193,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6333
    EAknsMinorGenericQgnPropTvDvbH = 0x2194,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6334
    EAknsMinorGenericQsnHomeClockAnalogueFace = 0x2195,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6335
    EAknsMinorGenericQsnHomeClockAnaloguePointerHour = 0x2196,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6336
    EAknsMinorGenericQgnIndiMupTbForward = 0x2197,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6337
    EAknsMinorGenericQgnIndiMupTbRewind = 0x2198,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6338
    EAknsMinorGenericQgnIndiTbCam4PhotoDetail = 0x2199,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6339
    EAknsMinorGenericQgnPropSetGeneNotifilight = 0x219a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6340
    EAknsMinorGenericQgnHomePhotoMask = 0x219b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6341
    EAknsMinorGenericQgnIndiBtSignalGoodAdd = 0x219c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6342
    EAknsMinorGenericQgnIndiBtSignalLowAdd = 0x219d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6343
    EAknsMinorGenericQgnIndiBtSignalMedAdd = 0x219e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6344
    EAknsMinorGenericQgnIndiCam4Quality8mpHigh = 0x219f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6345
    EAknsMinorGenericQgnIndiCam4TbFacedet = 0x21a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6346
    EAknsMinorGenericQgnIndiMemcMassAdd = 0x21a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6347
    EAknsMinorGenericQgnIndiVdcRecTvAdd = 0x21a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6348
    EAknsMinorGenericQgnIndiVdcTbDetails = 0x21a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6349
    EAknsMinorGenericQgnIndiVdcTbDownload = 0x21a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6350
    EAknsMinorGenericQgnIndiVdcTbDownloadCancel = 0x21a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6351
    EAknsMinorGenericQgnIndiVdcTbDownloadResumes = 0x21a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6352
    EAknsMinorGenericQgnIndiVdcVideoNewAdd = 0x21a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6353
    EAknsMinorGenericQgnIndiVid4TbStill = 0x21a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6354
    EAknsMinorGenericQgnIndiVid4TbVideo = 0x21a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6355
    EAknsMinorGenericQgnMenuClkAlarm = 0x21aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6356
    EAknsMinorGenericQgnNoteDefaultVideo = 0x21ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6357
    EAknsMinorGenericQgnPropClkClockTab4 = 0x21ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6358
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload00 = 0x21ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6359
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload01 = 0x21ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6360
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload02 = 0x21af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6361
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload03 = 0x21b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6362
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload04 = 0x21b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6363
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload05 = 0x21b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6364
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload06 = 0x21b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6365
    EAknsMinorGenericQgnGrafMusicHomeAnimDownload07 = 0x21b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6366
    EAknsMinorGenericQgnIndiCalLocatEventAdd = 0x21b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6367
    EAknsMinorGenericQgnIndiCam4ModeLowlight = 0x21b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6368
    EAknsMinorGenericQgnIndiHomeProfileTimed = 0x21b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6369
    EAknsMinorGenericQgnIndiMupHomeDownloadCompleted = 0x21b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6370
    EAknsMinorGenericQgnIndiMupHomeNoMusic = 0x21b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6371
    EAknsMinorGenericQgnIndiMupHomePause = 0x21ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6372
    EAknsMinorGenericQgnIndiMupHomePlay = 0x21bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6373
    EAknsMinorGenericQgnNoteBtPopu = 0x21bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6374
    EAknsMinorGenericQgnPropCodecWvga = 0x21bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6375
    EAknsMinorGenericQgnIndiLgalTbAddToAlbum = 0x21be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6376
    EAknsMinorGenericQgnIndiLgalTbNewAlbum = 0x21bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6377
    EAknsMinorGenericQgnIndiLgalTbRename = 0x21c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6378
    EAknsMinorGenericQgnIndiLgalTbSlideshow = 0x21c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6379
    EAknsMinorGenericQgnIndiNcimForgotPsw = 0x21c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6380
    EAknsMinorGenericQgnIndiSctrlSkMaskMiddlePrt = 0x21c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6381
    EAknsMinorGenericQgnIndiTbDelete = 0x21c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6382
    EAknsMinorGenericQgnIndiTbDeleteDimmed = 0x21c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6383
    EAknsMinorGenericQgnIndiTbMark = 0x21c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6384
    EAknsMinorGenericQgnIndiTbUnmark = 0x21c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6385
    EAknsMinorGenericQgnIndiTbUpload = 0x21c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6386
    EAknsMinorGenericQgnMenuHomeMedia = 0x21c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6387
    EAknsMinorGeneric3dAudio = 0x21ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6388
    EAknsMinorGenericQgnAppSnifferGrid = 0x21cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6389
    EAknsMinorGenericQgnIndiCam4TbSwitchStill = 0x21cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6390
    EAknsMinorGenericQgnIndiCam4TbSwitchVideo = 0x21cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6391
    EAknsMinorGenericQgnIndiFlashKeypadBackground = 0x21ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6392
    EAknsMinorGenericQgnIndiFlashKeypadButtonBackground = 0x21cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6393
    EAknsMinorGenericQgnIndiFlashKeypadButtonBackgroundAlt = 0x21d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6394
    EAknsMinorGenericQgnIndiFlashKeypadDown = 0x21d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6395
    EAknsMinorGenericQgnIndiFlashKeypadExitFs = 0x21d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6396
    EAknsMinorGenericQgnIndiFlashKeypadLeft = 0x21d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6397
    EAknsMinorGenericQgnIndiFlashKeypadLsk = 0x21d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6398
    EAknsMinorGenericQgnIndiFlashKeypadRight = 0x21d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6399
    EAknsMinorGenericQgnIndiFlashKeypadRsk = 0x21d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6400
    EAknsMinorGenericQgnIndiFlashKeypadSelect = 0x21d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6401
    EAknsMinorGenericQgnIndiFlashKeypadSelectAlt = 0x21d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6402
    EAknsMinorGenericQgnIndiFlashKeypadUp = 0x21d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6403
    EAknsMinorGenericQgnIndiFlashToolbarFs = 0x21da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6404
    EAknsMinorGenericQgnIndiFlashToolbarPause = 0x21db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6405
    EAknsMinorGenericQgnIndiFlashToolbarPlay = 0x21dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6406
    EAknsMinorGenericQgnIndiFlashToolbarZoom = 0x21dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6407
    EAknsMinorGenericQgnMenuActivenotes = 0x21de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6408
    EAknsMinorGenericQgnMenuAudioTheme = 0x21df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6409
    EAknsMinorGenericQgnMenuFiles = 0x21e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6410
    EAknsMinorGenericQgnMenuMobilesearch = 0x21e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6411
    EAknsMinorGenericQgnMenuMyApplications = 0x21e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6412
    EAknsMinorGenericQgnMenuN95 = 0x21e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6413
    EAknsMinorGenericQgnMenuOviMaps = 0x21e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6414
    EAknsMinorGenericQgnMenuOviMusic = 0x21e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6415
    EAknsMinorGenericQgnMenuOviPhotos = 0x21e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6416
    EAknsMinorGenericQgnMenuOviSearch = 0x21e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6417
    EAknsMinorGenericQgnMenuOviWeb = 0x21e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6418
    EAknsMinorGenericQgnMenuPeople = 0x21e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6419
    EAknsMinorGenericQgnMenuSetwizard = 0x21ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6420
    EAknsMinorGenericQgnMenuSwitch = 0x21eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6421
    EAknsMinorGenericQgnMenuTutor = 0x21ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6422
    EAknsMinorGenericQgnMenuVr = 0x21ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6423
    EAknsMinorGenericQgnMenuWelcomeCxt = 0x21ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6424
    EAknsMinorGenericQgnMenuWka = 0x21ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6425
    EAknsMinorGenericQsnHomeClockAnaloguePointerMinute = 0x21f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6426
    EAknsMinorGenericQgnIndiBrowserTbGotoAndSearch = 0x21f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6427
    EAknsMinorGenericIconSyncEndRemotecontrol = 0x21f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6428
    EAknsMinorGenericIconSyncFileSync = 0x21f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6429
    EAknsMinorGenericIconSyncProductInfo = 0x21f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6430
    EAknsMinorGenericIconSyncRestore = 0x21f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6431
    EAknsMinorGenericIconSyncTravelInfo = 0x21f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6432
    EAknsMinorGenericIconSyncUpgrade = 0x21f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6433
    EAknsMinorGenericQgnGrafNpodaApp = 0x21f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6434
    EAknsMinorGenericQgnGrafSplashCatalogs = 0x21f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6435
    EAknsMinorGenericQgnHqttsManagerAppsGrid = 0x21fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6436
    EAknsMinorGenericQgnIndiMopTableSmall = 0x21fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6437
    EAknsMinorGenericQgnIndiMpVcAlbum = 0x21fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6438
    EAknsMinorGenericQgnIndiMpVcArtist = 0x21fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6439
    EAknsMinorGenericQgnIndiMpVcPlaylist = 0x21fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6440
    EAknsMinorGenericQgnIndiMpVcSong = 0x21ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6441
    EAknsMinorGenericQgnMenuCatalogs = 0x2200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6442
    EAknsMinorGenericQgnMenuContactbarFeedviewer = 0x2201,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6443
    EAknsMinorGenericQgnMenuContactbarSetup = 0x2202,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6444
    EAknsMinorGenericQgnMenuContacts = 0x2203,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6445
    EAknsMinorGenericQgnMenuGroupPhone = 0x2204,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6446
    EAknsMinorGenericQgnMenuLocev = 0x2205,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6447
    EAknsMinorGenericQgnMenuNgage = 0x2206,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6448
    EAknsMinorGenericQgnMenuSwicthMode = 0x2207,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6449
    EAknsMinorGenericQgnMenuVa = 0x2208,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6450
    EAknsMinorGenericQgnMenuVdcSuite = 0x2209,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6451
    EAknsMinorGenericQgnPropCatalogsItemBought = 0x220a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6452
    EAknsMinorGenericQgnPropCatalogsItemDependency = 0x220b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6453
    EAknsMinorGenericQgnPropClockDefault = 0x220c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6454
    EAknsMinorGenericQgnPropCmailNewMailbox = 0x220d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6455
    EAknsMinorGenericQgnPropServiceDefaultAvatar = 0x220e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6456
    EAknsMinorGenericQgnPropServiceFriendRequestReceived = 0x220f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6457
    EAknsMinorGenericQgnPropServiceFriendRequestSent = 0x2210,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6458
    EAknsMinorGenericQgnPropServiceOffFriendRequestReceived = 0x2211,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6459
    EAknsMinorGenericQgnPropServiceOffFriendRequestSent = 0x2212,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6460
    EAknsMinorGenericQgnPropSetConnAuthentication = 0x2213,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6461
    EAknsMinorGenericQgnGrafImSigninScreen = 0x2214,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6462
    EAknsMinorGenericQgnGrafImSplashScreen = 0x2215,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6463
    EAknsMinorGenericQgnIndiCam4Facedet = 0x2216,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6464
    EAknsMinorGenericQgnIndiCam4QualityWideNorm = 0x2217,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6465
    EAknsMinorGenericQgnIndiCam4TbFacedetOff = 0x2218,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6466
    EAknsMinorGenericQgnIndiListView = 0x2219,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6467
    EAknsMinorGenericQgnIndiRadioRockerAutotuneDown = 0x221a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6468
    EAknsMinorGenericQgnIndiRadioRockerAutotuneDownPressed = 0x221b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6469
    EAknsMinorGenericQgnIndiRadioRockerAutotuneUp = 0x221c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6470
    EAknsMinorGenericQgnIndiRadioRockerAutotuneUpPressed = 0x221d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6471
    EAknsMinorGenericQgnIndiRadioRockerListView = 0x221e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6472
    EAknsMinorGenericQgnIndiRadioRockerListViewPressed = 0x221f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6473
    EAknsMinorGenericQgnIndiRadioRockerNext = 0x2220,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6474
    EAknsMinorGenericQgnIndiRadioRockerNextDisabled = 0x2221,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6475
    EAknsMinorGenericQgnIndiRadioRockerNextPressed = 0x2222,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6476
    EAknsMinorGenericQgnIndiRadioRockerPrevious = 0x2223,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6477
    EAknsMinorGenericQgnIndiRadioRockerPreviousDisabled = 0x2224,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6478
    EAknsMinorGenericQgnIndiRadioRockerPreviousPressed = 0x2225,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6479
    EAknsMinorGenericQgnIndiTbFind = 0x2226,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6480
    EAknsMinorGenericQgnIndiTbRename = 0x2227,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6481
    EAknsMinorGenericQgnPropLmCategories = 0x2228,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6482
    EAknsMinorGenericQgnGrafMediatagBubbleTail = 0x2229,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6483
    EAknsMinorGenericQgnIndiGalleryEditAdd = 0x222a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6484
    EAknsMinorGenericQgnIndiMediaFullscreenPlay = 0x222b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6485
    EAknsMinorGenericQgnIndiMediaThumbnail = 0x222c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6486
    EAknsMinorGenericQgnIndiMgTvscreen = 0x222d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6487
    EAknsMinorGenericQgnIndiTbGalleryRename = 0x222e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6488
    EAknsMinorGenericQgnIndiTbNewAlbum = 0x222f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6489
    EAknsMinorGenericQgnIndiTbSlideshow = 0x2230,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6490
    EAknsMinorGenericQgnLocServerDisabled = 0x2231,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6491
    EAknsMinorGenericQgnPropCpOptiJoystick = 0x2232,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6492
    EAknsMinorGenericQgnPropDownloadImages = 0x2233,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6493
    EAknsMinorGenericQgnGrafCmailBlank = 0x2234,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6494
    EAknsMinorGenericQgnGrafCmailDropMenuBg = 0x2235,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6495
    EAknsMinorGenericQgnGrafCmailDropOnepc = 0x2236,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6496
    EAknsMinorGenericQgnGrafCmailEmailContent = 0x2237,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6497
    EAknsMinorGenericQgnGrafCmailEmailCtrlbar = 0x2238,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6498
    EAknsMinorGenericQgnGrafCmailEmailHeader = 0x2239,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6499
    EAknsMinorGenericQgnGrafCmailGridSelector = 0x223a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6500
    EAknsMinorGenericQgnGrafCmailListSelector = 0x223b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6501
    EAknsMinorGenericQgnIndiCmailAbcMailbox = 0x223c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6502
    EAknsMinorGenericQgnIndiCmailActionArrowLeft = 0x223d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6503
    EAknsMinorGenericQgnIndiCmailActionArrowRight = 0x223e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6504
    EAknsMinorGenericQgnIndiCmailActionMenu = 0x223f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6505
    EAknsMinorGenericQgnIndiCmailArrowLeft = 0x2240,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6506
    EAknsMinorGenericQgnIndiCmailAttachment = 0x2241,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6507
    EAknsMinorGenericQgnIndiCmailAttachment2 = 0x2242,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6508
    EAknsMinorGenericQgnIndiCmailCalendarAlarm = 0x2243,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6509
    EAknsMinorGenericQgnIndiCmailCalendarAlarmDay = 0x2244,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6510
    EAknsMinorGenericQgnIndiCmailCalendarDelete = 0x2245,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6511
    EAknsMinorGenericQgnIndiCmailCalendarEventRead = 0x2246,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6512
    EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachments = 0x2247,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6513
    EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsHighPrio = 0x2248,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6514
    EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsLowPrio = 0x2249,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6515
    EAknsMinorGenericQgnIndiCmailCalendarEventReadHighPrio = 0x224a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6516
    EAknsMinorGenericQgnIndiCmailCalendarEventReadLowPrio = 0x224b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6517
    EAknsMinorGenericQgnIndiCmailCalendarEventUnread = 0x224c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6518
    EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachments = 0x224d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6519
    EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsHighPrio = 0x224e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6520
    EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsLowPrio = 0x224f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6521
    EAknsMinorGenericQgnIndiCmailCalendarEventUnreadHighPrio = 0x2250,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6522
    EAknsMinorGenericQgnIndiCmailCalendarEventUnreadLowPrio = 0x2251,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6523
    EAknsMinorGenericQgnIndiCmailCalendarOccasion = 0x2252,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6524
    EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh = 0x2253,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6525
    EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh2 = 0x2254,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6526
    EAknsMinorGenericQgnIndiCmailCalendarPriorityLow = 0x2255,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6527
    EAknsMinorGenericQgnIndiCmailCalendarPriorityLow2 = 0x2256,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6528
    EAknsMinorGenericQgnIndiCmailCalendarPriorityNormal = 0x2257,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6529
    EAknsMinorGenericQgnIndiCmailCalendarRecurrence = 0x2258,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6530
    EAknsMinorGenericQgnIndiCmailCalendarSubject = 0x2259,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6531
    EAknsMinorGenericQgnIndiCmailCalendarTrackingAccept = 0x225a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6532
    EAknsMinorGenericQgnIndiCmailCalendarTrackingNone = 0x225b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6533
    EAknsMinorGenericQgnIndiCmailCalendarTrackingReject = 0x225c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6534
    EAknsMinorGenericQgnIndiCmailCalendarTrackingTentative = 0x225d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6535
    EAknsMinorGenericQgnIndiCmailCollapse = 0x225e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6536
    EAknsMinorGenericQgnIndiCmailConnected = 0x225f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6537
    EAknsMinorGenericQgnIndiCmailConnecting = 0x2260,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6538
    EAknsMinorGenericQgnIndiCmailDisconnected = 0x2261,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6539
    EAknsMinorGenericQgnIndiCmailDisconnectedError = 0x2262,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6540
    EAknsMinorGenericQgnIndiCmailDisconnectedLowBattery = 0x2263,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6541
    EAknsMinorGenericQgnIndiCmailDropEmailAccount = 0x2264,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6542
    EAknsMinorGenericQgnIndiCmailDropInbox = 0x2265,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6543
    EAknsMinorGenericQgnIndiCmailDropMoreFolders = 0x2266,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6544
    EAknsMinorGenericQgnIndiCmailExpand = 0x2267,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6545
    EAknsMinorGenericQgnIndiCmailFoldersAsc = 0x2268,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6546
    EAknsMinorGenericQgnIndiCmailFoldersDesc = 0x2269,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6547
    EAknsMinorGenericQgnIndiCmailGoogleMailbox = 0x226a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6548
    EAknsMinorGenericQgnIndiCmailHomeArrowRight = 0x226b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6549
    EAknsMinorGenericQgnIndiCmailLauncherHelp = 0x226c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6550
    EAknsMinorGenericQgnIndiCmailLauncherInbox = 0x226d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6551
    EAknsMinorGenericQgnIndiCmailLauncherInfo = 0x226e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6552
    EAknsMinorGenericQgnIndiCmailLauncherMailboxDefault = 0x226f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6553
    EAknsMinorGenericQgnIndiCmailLauncherRemoteLookup = 0x2270,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6554
    EAknsMinorGenericQgnIndiCmailLauncherSearch = 0x2271,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6555
    EAknsMinorGenericQgnIndiCmailLauncherSettings = 0x2272,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6556
    EAknsMinorGenericQgnIndiCmailMeetReqAlarm = 0x2273,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6557
    EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOff = 0x2274,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6558
    EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOn = 0x2275,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6559
    EAknsMinorGenericQgnIndiCmailMeetReqClock = 0x2276,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6560
    EAknsMinorGenericQgnIndiCmailMeetReqDateEnd = 0x2277,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6561
    EAknsMinorGenericQgnIndiCmailMeetReqDateStart = 0x2278,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6562
    EAknsMinorGenericQgnIndiCmailMeetReqLocation = 0x2279,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6563
    EAknsMinorGenericQgnIndiCmailMsg = 0x227a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6564
    EAknsMinorGenericQgnIndiCmailMsgEditor = 0x227b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6565
    EAknsMinorGenericQgnIndiCmailMsgRead = 0x227c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6566
    EAknsMinorGenericQgnIndiCmailMsgReadDelete = 0x227d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6567
    EAknsMinorGenericQgnIndiCmailMsgReadRepliedAll = 0x227e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6568
    EAknsMinorGenericQgnIndiCmailRead = 0x227f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6569
    EAknsMinorGenericQgnIndiCmailReadAttach = 0x2280,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6570
    EAknsMinorGenericQgnIndiCmailReadAttachment = 0x2281,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6571
    EAknsMinorGenericQgnIndiCmailReadAttachHighPrio = 0x2282,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6572
    EAknsMinorGenericQgnIndiCmailReadAttachLowPrio = 0x2283,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6573
    EAknsMinorGenericQgnIndiCmailReadForwarded = 0x2284,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6574
    EAknsMinorGenericQgnIndiCmailReadForwardedAttach = 0x2285,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6575
    EAknsMinorGenericQgnIndiCmailReadForwardedAttachHighPrio = 0x2286,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6576
    EAknsMinorGenericQgnIndiCmailReadForwardedAttachLowPrio = 0x2287,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6577
    EAknsMinorGenericQgnIndiCmailReadForwardedHighPrio = 0x2288,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6578
    EAknsMinorGenericQgnIndiCmailReadForwardedLowPrio = 0x2289,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6579
    EAknsMinorGenericQgnIndiCmailReadHighPrio = 0x228a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6580
    EAknsMinorGenericQgnIndiCmailReadLowPrio = 0x228b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6581
    EAknsMinorGenericQgnIndiCmailReadReplied = 0x228c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6582
    EAknsMinorGenericQgnIndiCmailReadRepliedAttach = 0x228d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6583
    EAknsMinorGenericQgnIndiCmailReadRepliedAttachHighPrio = 0x228e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6584
    EAknsMinorGenericQgnIndiCmailReadRepliedAttachLowPrio = 0x228f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6585
    EAknsMinorGenericQgnIndiCmailReadRepliedForwarded = 0x2290,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6586
    EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttach = 0x2291,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6587
    EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachHighPrio = 0x2292,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6588
    EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachLowPrio = 0x2293,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6589
    EAknsMinorGenericQgnIndiCmailReadRepliedForwardedHighPrio = 0x2294,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6590
    EAknsMinorGenericQgnIndiCmailReadRepliedHighPrio = 0x2295,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6591
    EAknsMinorGenericQgnIndiCmailReadRepliedLowPrio = 0x2296,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6592
    EAknsMinorGenericQgnIndiCmailSent = 0x2297,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6593
    EAknsMinorGenericQgnIndiCmailSync = 0x2298,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6594
    EAknsMinorGenericQgnIndiCmailSynchronisation = 0x2299,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6595
    EAknsMinorGenericQgnIndiCmailUnread = 0x229a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6596
    EAknsMinorGenericQgnIndiCmailUnreadAttach = 0x229b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6597
    EAknsMinorGenericQgnIndiCmailUnreadAttachHighPrio = 0x229c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6598
    EAknsMinorGenericQgnIndiCmailUnreadAttachLowPrio = 0x229d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6599
    EAknsMinorGenericQgnIndiCmailUnreadForwarded = 0x229e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6600
    EAknsMinorGenericQgnIndiCmailUnreadForwardedAttach = 0x229f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6601
    EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachHighPrio = 0x22a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6602
    EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachLowPrio = 0x22a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6603
    EAknsMinorGenericQgnIndiCmailUnreadForwardedHighPrio = 0x22a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6604
    EAknsMinorGenericQgnIndiCmailUnreadForwardedLowPrio = 0x22a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6605
    EAknsMinorGenericQgnIndiCmailUnreadHighPrio = 0x22a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6606
    EAknsMinorGenericQgnIndiCmailUnreadLowPrio = 0x22a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6607
    EAknsMinorGenericQgnIndiCmailUnreadReplied = 0x22a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6608
    EAknsMinorGenericQgnIndiCmailUnreadRepliedAttach = 0x22a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6609
    EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachHighPrio = 0x22a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6610
    EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachLowPrio = 0x22a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6611
    EAknsMinorGenericQgnIndiCmailUnreadRepliedHighPrio = 0x22aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6612
    EAknsMinorGenericQgnIndiCmailUnreadRepliedLowPrio = 0x22ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6613
    EAknsMinorGenericQgnIndiCmailViewerAttachDoc = 0x22ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6614
    EAknsMinorGenericQgnIndiCmailViewerAttachHtml = 0x22ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6615
    EAknsMinorGenericQgnIndiCmailViewerAttachImage = 0x22ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6616
    EAknsMinorGenericQgnIndiCmailViewerAttachNotDownloaded = 0x22af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6617
    EAknsMinorGenericQgnIndiCmailViewerAttachPdf = 0x22b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6618
    EAknsMinorGenericQgnIndiCmailViewerAttachPpt = 0x22b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6619
    EAknsMinorGenericQgnIndiCmailViewerAttachRtf = 0x22b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6620
    EAknsMinorGenericQgnIndiCmailViewerAttachUnidentified = 0x22b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6621
    EAknsMinorGenericQgnIndiCmailViewerAttachXls = 0x22b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6622
    EAknsMinorGenericQgnIndiCmailViewerFollowUp = 0x22b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6623
    EAknsMinorGenericQgnIndiCmailViewerFollowUpComplete = 0x22b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6624
    EAknsMinorGenericQgnMenuCmail = 0x22b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6625
    EAknsMinorGenericQgnMenuCmailIntraBrowser = 0x22b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6626
    EAknsMinorGenericQgnMenuInternetRadio = 0x22b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6627
    EAknsMinorGenericQgnPropCmailActionAddToContacts = 0x22ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6628
    EAknsMinorGenericQgnPropCmailActionAttachmentCancelDownload = 0x22bb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6629
    EAknsMinorGenericQgnPropCmailActionAttachmentDownload = 0x22bc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6630
    EAknsMinorGenericQgnPropCmailActionAttachmentDownloadAll = 0x22bd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6631
    EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsAdd = 0x22be,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6632
    EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsCancelAll = 0x22bf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6633
    EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDelete = 0x22c0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6634
    EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDeleteAll = 0x22c1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6635
    EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsViewAll = 0x22c2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6636
    EAknsMinorGenericQgnPropCmailActionAttachmentOpen = 0x22c3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6637
    EAknsMinorGenericQgnPropCmailActionAttachmentSave = 0x22c4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6638
    EAknsMinorGenericQgnPropCmailActionAttachmentSaveAll = 0x22c5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6639
    EAknsMinorGenericQgnPropCmailActionAudio = 0x22c6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6640
    EAknsMinorGenericQgnPropCmailActionBookmark = 0x22c7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6641
    EAknsMinorGenericQgnPropCmailActionCalendarDelete = 0x22c8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6642
    EAknsMinorGenericQgnPropCmailActionCall = 0x22c9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6643
    EAknsMinorGenericQgnPropCmailActionCall2 = 0x22ca,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6644
    EAknsMinorGenericQgnPropCmailActionCallVideo = 0x22cb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6645
    EAknsMinorGenericQgnPropCmailActionConfService = 0x22cc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6646
    EAknsMinorGenericQgnPropCmailActionContactDetail = 0x22cd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6647
    EAknsMinorGenericQgnPropCmailActionCreateMeeting = 0x22ce,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6648
    EAknsMinorGenericQgnPropCmailActionCreateMsg = 0x22cf,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6649
    EAknsMinorGenericQgnPropCmailActionDelete = 0x22d0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6650
    EAknsMinorGenericQgnPropCmailActionEmail = 0x22d1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6651
    EAknsMinorGenericQgnPropCmailActionForward = 0x22d2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6652
    EAknsMinorGenericQgnPropCmailActionMarkRead = 0x22d3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6653
    EAknsMinorGenericQgnPropCmailActionMarkUnread = 0x22d4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6654
    EAknsMinorGenericQgnPropCmailActionMeeting = 0x22d5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6655
    EAknsMinorGenericQgnPropCmailActionMoveMsg = 0x22d6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6656
    EAknsMinorGenericQgnPropCmailActionMoveToDrafts = 0x22d7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6657
    EAknsMinorGenericQgnPropCmailActionMsg = 0x22d8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6658
    EAknsMinorGenericQgnPropCmailActionOpenInIntranet = 0x22d9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6659
    EAknsMinorGenericQgnPropCmailActionOpenInWeb = 0x22da,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6660
    EAknsMinorGenericQgnPropCmailActionPostcard = 0x22db,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6661
    EAknsMinorGenericQgnPropCmailActionPtt = 0x22dc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6662
    EAknsMinorGenericQgnPropCmailActionRemoteLookup = 0x22dd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6663
    EAknsMinorGenericQgnPropCmailActionReply = 0x22de,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6664
    EAknsMinorGenericQgnPropCmailActionReplyAll = 0x22df,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6665
    EAknsMinorGenericQgnPropCmailActionSave = 0x22e0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6666
    EAknsMinorGenericQgnPropCmailActionViewCalendar = 0x22e1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6667
    EAknsMinorGenericQgnPropCmailActionVoip = 0x22e2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6668
    EAknsMinorGenericQgnPropCmailContactsFavourite = 0x22e3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6669
    EAknsMinorGenericQgnPropCmailContactsGroup = 0x22e4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6670
    EAknsMinorGenericQgnPropCmailFoldersDeletedItems = 0x22e5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6671
    EAknsMinorGenericQgnPropCmailFoldersDrafts = 0x22e6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6672
    EAknsMinorGenericQgnPropCmailFoldersInbox = 0x22e7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6673
    EAknsMinorGenericQgnPropCmailFoldersOutbox = 0x22e8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6674
    EAknsMinorGenericQgnPropCmailFoldersSent = 0x22e9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6675
    EAknsMinorGenericQgnPropCmailFoldersServerFolder = 0x22ea,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6676
    EAknsMinorGenericQgnPropCmailFoldersSubfolders = 0x22eb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6677
    EAknsMinorGenericQgnPropCmailInboxSmall = 0x22ec,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6678
    EAknsMinorGenericQgnPropCmailWmlBookmark = 0x22ed,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6679
    EAknsMinorGenericQgnWkaCxt = 0x22ee,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6680
    EAknsMinorGenericQgnHomeRefreshing1 = 0x22ef,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6681
    EAknsMinorGenericQgnHomeRefreshing2 = 0x22f0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6682
    EAknsMinorGenericQgnHomeRefreshing3 = 0x22f1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6683
    EAknsMinorGenericQgnHomeRefreshing4 = 0x22f2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6684
    EAknsMinorGenericQgnHomeRefreshingFails = 0x22f3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6685
    EAknsMinorGenericQgnIndiCallVideo12 = 0x22f4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6686
    EAknsMinorGenericQgnIndiCallVideoCallsta12 = 0x22f5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6687
    EAknsMinorGenericQgnIndiCam4Panorama = 0x22f6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6688
    EAknsMinorGenericQgnIndiCam4TbPanorama = 0x22f7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6689
    EAknsMinorGenericQgnIndiRadioNextDisabled = 0x22f8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6690
    EAknsMinorGenericQgnIndiRadioNextPressed = 0x22f9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6691
    EAknsMinorGenericQgnIndiRadioPreviousDisabled = 0x22fa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6692
    EAknsMinorGenericQgnIndiRadioPreviousPressed = 0x22fb,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6693
    EAknsMinorGenericQgnIndiRadioSoundDisabled = 0x22fc,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6694
    EAknsMinorGenericQgnIndiRadioSoundMutedDisabled = 0x22fd,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6695
    EAknsMinorGenericQgnIndiRadioSoundMutedPressed = 0x22fe,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6696
    EAknsMinorGenericQgnIndiRadioSoundPressed = 0x22ff,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6697
    EAknsMinorGenericQgnPropHomeAddFriend = 0x2300,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6698
    EAknsMinorGenericQgnPropHomeDefaultFriend = 0x2301,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6699
    EAknsMinorGenericQgnPropMupAlbumLarge = 0x2302,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6700
    EAknsMinorGenericQgnPropMupArtistLarge = 0x2303,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6701
    EAknsMinorGenericQgnPropMupComposerLarge = 0x2304,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6702
    EAknsMinorGenericQgnPropMupGenreLarge = 0x2305,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6703
    EAknsMinorGenericQgnPropMupPlaylistLarge = 0x2306,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6704
    EAknsMinorGenericQgnPropMupPodcastsLarge = 0x2307,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6705
    EAknsMinorGenericQgnPropMupSongsLarge = 0x2308,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6706
    EAknsMinorGenericQgnGrafPbPicDefault = 0x2309,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6707
    EAknsMinorGenericQgnGrafPbPicOvalMaskIcon = 0x230a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6708
    EAknsMinorGenericQgnGrafSwipeindiBgLeft = 0x230b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6709
    EAknsMinorGenericQgnGrafSwipeindiBgRight = 0x230c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6710
    EAknsMinorGenericQgnIndiBrowserOvi = 0x230d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6711
    EAknsMinorGenericQgnIndiGreenHandle = 0x230e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6712
    EAknsMinorGenericQgnIndiOrgArrowDown = 0x230f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6713
    EAknsMinorGenericQgnIndiOrgArrowLeft = 0x2310,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6714
    EAknsMinorGenericQgnIndiOrgArrowRight = 0x2311,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6715
    EAknsMinorGenericQgnIndiOrgArrowUp = 0x2312,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6716
    EAknsMinorGenericQgnIndiUnlockScreen = 0x2313,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6717
    EAknsMinorGenericQgnMenuFmtx = 0x2314,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6718
    EAknsMinorGenericQgnNoteNfcTouchtotrans = 0x2315,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6719
    EAknsMinorGenericQgnPropLocevInvalid = 0x2316,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6720
    EAknsMinorGenericQgnPropVpRatioOrig = 0x2317,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6721
    EAknsMinorGenericQgnPropVpRatioStretch = 0x2318,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6722
    EAknsMinorGenericQgnPropVpRatioZoom = 0x2319,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6723
    EAknsMinorGenericQgnPropWmlBmOvi = 0x231a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6724
    EAknsMinorGenericQgnStatClkStpWatchUni = 0x231b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6725
    EAknsMinorGenericQgnFrwidgetAddFriendPhoto = 0x231c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6726
    EAknsMinorGenericQgnFrwidgetDialledCall = 0x231d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6727
    EAknsMinorGenericQgnFrwidgetEmptyPhoto = 0x231e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6728
    EAknsMinorGenericQgnFrwidgetEventIndicator = 0x231f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6729
    EAknsMinorGenericQgnFrwidgetMissedCallRead = 0x2320,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6730
    EAknsMinorGenericQgnFrwidgetMissedCallUnread = 0x2321,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6731
    EAknsMinorGenericQgnFrwidgetReceivedCall = 0x2322,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6732
    EAknsMinorGenericQgnFrwidgetReceivedEmailRead = 0x2323,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6733
    EAknsMinorGenericQgnFrwidgetReceivedEmailUnread = 0x2324,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6734
    EAknsMinorGenericQgnFrwidgetReceivedMsgRead = 0x2325,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6735
    EAknsMinorGenericQgnFrwidgetReceivedMsgUnread = 0x2326,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6736
    EAknsMinorGenericQgnFrwidgetRefreshingFeed1 = 0x2327,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6737
    EAknsMinorGenericQgnFrwidgetRefreshingFeed2 = 0x2328,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6738
    EAknsMinorGenericQgnFrwidgetRefreshingFeed3 = 0x2329,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6739
    EAknsMinorGenericQgnFrwidgetRefreshingFeed4 = 0x232a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6740
    EAknsMinorGenericQgnFrwidgetScrollIndicator = 0x232b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6741
    EAknsMinorGenericQgnFrwidgetScutCall = 0x232c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6742
    EAknsMinorGenericQgnFrwidgetScutFeed = 0x232d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6743
    EAknsMinorGenericQgnFrwidgetScutNewMessage = 0x232e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6744
    EAknsMinorGenericQgnFrwidgetScutRefresh = 0x232f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6745
    EAknsMinorGenericQgnFrwidgetScutSettings = 0x2330,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6746
    EAknsMinorGenericQgnFrwidgetSentEmail = 0x2331,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6747
    EAknsMinorGenericQgnFrwidgetSentMsg = 0x2332,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6748
    EAknsMinorGenericQgnFrwidgetSettDetails = 0x2333,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6749
    EAknsMinorGenericQgnFrwidgetSettPhoto = 0x2334,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6750
    EAknsMinorGenericQgnFrwidgetSettRemove = 0x2335,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6751
    EAknsMinorGenericQgnFrwidgetSettSort = 0x2336,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6752
    EAknsMinorGenericQgnFrwidgetSettWebFeed = 0x2337,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6753
    EAknsMinorGenericQgnFrwidgetTextFeedPreview = 0x2338,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6754
    EAknsMinorGenericQgnFrwidgetUnknownFeed = 0x2339,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6755
    EAknsMinorGenericQgnIndiActivenotesPause = 0x233a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6756
    EAknsMinorGenericQgnIndiMpRatioOrig = 0x233b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6757
    EAknsMinorGenericQgnIndiMpRatioStretch = 0x233c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6758
    EAknsMinorGenericQgnIndiMpRatioZoom = 0x233d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6759
    EAknsMinorGenericQgnMenu = 0x233e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6760
    EAknsMinorGenericQgnPropPaGotomynokia = 0x233f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6761
    EAknsMinorGenericQgnPropPaInstructions = 0x2340,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6762
    EAknsMinorGenericQgnPropPbCommCall = 0x2341,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6763
    EAknsMinorGenericQgnPropPbCommCallLarge = 0x2342,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6764
    EAknsMinorGenericQgnPropPbCommChat = 0x2343,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6765
    EAknsMinorGenericQgnPropPbCommChatLarge = 0x2344,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6766
    EAknsMinorGenericQgnPropPbCommEmail = 0x2345,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6767
    EAknsMinorGenericQgnPropPbCommEmailLarge = 0x2346,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6768
    EAknsMinorGenericQgnPropPbCommMessage = 0x2347,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6769
    EAknsMinorGenericQgnPropPbCommMessageLarge = 0x2348,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6770
    EAknsMinorGenericQgnPropPbCommNoValidLm = 0x2349,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6771
    EAknsMinorGenericQgnPropPbCommUrl = 0x234a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6772
    EAknsMinorGenericQgnPropPbCommUrlLarge = 0x234b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6773
    EAknsMinorGenericQgnPropPbCommValidLm = 0x234c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6774
    EAknsMinorGenericQgnPropPbCommValidLmLarge = 0x234d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6775
    EAknsMinorGenericQgnPropPbCommVcall = 0x234e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6776
    EAknsMinorGenericQgnPropPbCommVcallLarge = 0x234f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6777
    EAknsMinorGenericQgnPropPbCommVoip = 0x2350,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6778
    EAknsMinorGenericQgnPropPbCommVoipLarge = 0x2351,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6779
    EAknsMinorGenericQgnPropPbNoValidLm = 0x2352,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6780
    EAknsMinorGenericQgnGrafBgTportSw = 0x2353,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6781
    EAknsMinorGenericQgnGrafCamPanoramaActiveframe = 0x2354,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6782
    EAknsMinorGenericQgnGrafCamPanoramaArea = 0x2355,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6783
    EAknsMinorGenericQgnGrafCamPanoramaCapture = 0x2356,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6784
    EAknsMinorGenericQgnGrafCamPanoramaFrame = 0x2357,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6785
    EAknsMinorGenericQgnGrafCamPanoramaGuide = 0x2358,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6786
    EAknsMinorGenericQgnGrafCamPanoramaGuideDashed = 0x2359,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6787
    EAknsMinorGenericQgnGrafCamPanoramaLeft = 0x235a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6788
    EAknsMinorGenericQgnGrafCamPanoramaRight = 0x235b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6789
    EAknsMinorGenericQgnIndiCam4Quality12mpHigh = 0x235c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6790
    EAknsMinorGenericQgnIndiTvButtonGotostore = 0x235d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6791
    EAknsMinorGenericQgnPropSetSlideSettings = 0x235e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6792
    EAknsMinorGenericQgnGrafSnoozealarmButtonGrey = 0x235f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6793
    EAknsMinorGenericQgnGrafStopalarmButtonOrange = 0x2360,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6794
    EAknsMinorGenericQgnIndiInputFshwrSctPage3 = 0x2361,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6795
    EAknsMinorGenericQgnPropBrowserInfoSmall = 0x2362,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6796
    EAknsMinorGenericQgnMenuMessageReader = 0x2363,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6797
    EAknsMinorGenericRlsApplicationNameGrid = 0x2364,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6798
    EAknsMinorGenericQgnIndiCmailMailForExchange = 0x2365,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6799
    EAknsMinorGenericQgnIndiMusicWidgetTbRadioSound = 0x2366,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6800
    EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundDimmed = 0x2367,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6801
    EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMuted = 0x2368,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6802
    EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMutedDimmed = 0x2369,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6803
    EAknsMinorGenericQgnIndiTvTbEpg = 0x236a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6804
    EAknsMinorGenericQgnStatCaseCyrillicCapital = 0x236b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6805
    EAknsMinorGenericQgnStatCaseCyrillicSmall = 0x236c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6806
    EAknsMinorGenericQgnStatCaseCyrillicText = 0x236d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6807
    EAknsMinorGenericQgnStatCaseGreekCapital = 0x236e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6808
    EAknsMinorGenericQgnStatCaseGreekSmall = 0x236f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6809
    EAknsMinorGenericQgnStatCaseGreekText = 0x2370,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6810
    EAknsMinorGenericQgnIndiCmailArrowRight = 0x2371,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6811
    EAknsMinorGenericQgnIndiCmailReadRepliedForwardedLowPrio = 0x2372,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6812
    EAknsMinorGenericQgnIndiInputCandiListOpen = 0x2373,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6813
    EAknsMinorGenericQgnIndiPbTbImage = 0x2374,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6814
    EAknsMinorGenericQgnIndiPbTbSendBcard = 0x2375,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6815
    EAknsMinorGenericQgnMenuNgageDt = 0x2376,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6816
    EAknsMinorGenericQgnMenuOviFiles = 0x2377,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6817
    EAknsMinorGenericQgnPropCmailAttachPresentation = 0x2378,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6818
    EAknsMinorGenericQgnPropMceNfcRead = 0x2379,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6819
    EAknsMinorGenericQgnPropMceNfcUnread = 0x237a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6820
    EAknsMinorGenericQgnPropPbMycard = 0x237b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6821
    EAknsMinorGenericQgnStatHdmiConnect = 0x237c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6822
    EAknsMinorGenericQgnIndiAlarmSilence = 0x237d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6823
    EAknsMinorGenericQgnIndiAlarmSnooze = 0x237e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6824
    EAknsMinorGenericQgnIndiAlarmStop = 0x237f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6825
    EAknsMinorGenericQgnIndiPbDefaultConnAdd = 0x2380,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6826
    EAknsMinorGenericQgnPropServiceFriendBlocked = 0x2381,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6827
    EAknsMinorGenericQgnHomeWidgetDisabled = 0x2382,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6828
    EAknsMinorGenericQgnIndiMupHomeNoAlbumArt = 0x2383,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6829
    EAknsMinorGenericQgnMenuOviSync = 0x2384,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6830
    EAknsMinorGenericQgnPropOviSync = 0x2385,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6831
    EAknsMinorGenericExampleMsnTab = 0x2386,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6832
    EAknsMinorGenericQgnHomeRefreshingDisabled = 0x2387,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6833
    EAknsMinorGenericQgnPropImwidgetBrandAvatar = 0x2388,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6834
    EAknsMinorGenericQgnPropImwidgetDefaultAvatar = 0x2389,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6835
    EAknsMinorGenericQgnPropImwidgetFriendAway = 0x238a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6836
    EAknsMinorGenericQgnPropImwidgetFriendBusy = 0x238b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6837
    EAknsMinorGenericQgnPropImwidgetFriendInvisible = 0x238c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6838
    EAknsMinorGenericQgnPropImwidgetFriendOff = 0x238d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6839
    EAknsMinorGenericQgnPropImwidgetFriendOn = 0x238e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6840
    EAknsMinorGenericQgnPropImwidgetImsgNew = 0x238f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6841
    EAknsMinorGenericQgnPropImFriendVoip = 0x2390,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6842
    EAknsMinorGenericQgnServtabAvatarBlocked = 0x2391,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6843
    EAknsMinorGenericQgnStatNewMsgUni = 0x2392,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6844
    EAknsMinorGenericQgnIndiCalendarClockAlarm = 0x2393,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6845
    EAknsMinorGenericQgnIndiCallAnswer = 0x2394,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6846
    EAknsMinorGenericQgnIndiCam4TbTag = 0x2395,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6847
    EAknsMinorGenericQgnIndiMupHomeMusicDefault = 0x2396,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6848
    EAknsMinorGenericQgnMenuChiTalkingDict = 0x2397,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6849
    EAknsMinorGenericQgnNoteChidictSearch = 0x2398,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6850
    EAknsMinorGenericQgnNotePa4Tipalert = 0x2399,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6851
    EAknsMinorGenericQgnPropPa4Aboutmynokia = 0x239a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6852
    EAknsMinorGenericQgnPropPa4History = 0x239b,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6853
    EAknsMinorGenericQgnPropPa4Tip = 0x239c,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6854
    EAknsMinorGenericQgnPropPa4VisitedTip = 0x239d,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6855
    EAknsMinorGenericQgnPropSetGeneSlide = 0x239e,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6856
    EAknsMinorGenericQgnIndiCam4QualityHd = 0x239f,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6857
    EAknsMinorGenericQgnMenuBrowserng = 0x23a0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6858
    EAknsMinorGenericQgnGrafFepGuideGrid = 0x23a1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6859
    EAknsMinorGenericQgnGrafFepGuideLine = 0x23a2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6860
    EAknsMinorGenericQgnIndiClkTbReset = 0x23a3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6861
    EAknsMinorGenericQgnIndiCmailDisconnectedScopy = 0x23a4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6862
    EAknsMinorGenericQgnIndiTbAddHomecity = 0x23a5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6863
    EAknsMinorGenericQgnIndiTbAddLocation = 0x23a6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6864
    EAknsMinorGenericQgnIndiTbNewTimer = 0x23a7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6865
    EAknsMinorGenericQgnIndiTbStpWatchLap = 0x23a8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6866
    EAknsMinorGenericQgnIndiTbStpWatchSplit = 0x23a9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6867
    EAknsMinorGenericQgnPropCmailAttachPresentation2 = 0x23aa,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6868
    EAknsMinorGenericQgnIndiCdrActionArrowDown = 0x23ab,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6869
    EAknsMinorGenericQgnIndiCdrActionArrowUp = 0x23ac,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6870
    EAknsMinorGenericQgnIndiCdrDateAlarm = 0x23ad,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6871
    EAknsMinorGenericQgnIndiCdrEdit = 0x23ae,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6872
    EAknsMinorGenericQgnIndiCdrInvitation = 0x23af,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6873
    EAknsMinorGenericQgnIndiCdrNewTodo = 0x23b0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6874
    EAknsMinorGenericQgnIndiCdrRecurrenceException = 0x23b1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6875
    EAknsMinorGenericQgnIndiCdrWeekLeft = 0x23b2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6876
    EAknsMinorGenericQgnIndiCdrWeekRight = 0x23b3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6877
    EAknsMinorGenericQgnIndiRadioRockerAutotuneDownDisabled = 0x23b4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6878
    EAknsMinorGenericQgnIndiRadioRockerAutotuneUpDisabled = 0x23b5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6879
    EAknsMinorGenericQgnIndiRadioRockerListViewDisabled = 0x23b6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6880
    EAknsMinorGenericQgnIndiRadioTune = 0x23b7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6881
    EAknsMinorGenericQgnMenuGroupDatam = 0x23b8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6882
    EAknsMinorGenericQgnMenuGroupEmail = 0x23b9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6883
    EAknsMinorGenericQgnStatCaseHybrid = 0x23ba,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6884
    // SCMMARKER_INSERTIONPOINT [9147]
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6885
    EAknsMinorGenericInternalCurrentLastItem = 0x23bb
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6886
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6888
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6889
// EAknsMajorESeries item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6890
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6892
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6893
* Minor values for item IDs in EAknsMajorESeries major class.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6894
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6895
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6896
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6897
enum TAknsMinorESeriesValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6898
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6899
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6900
    * Text colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6901
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6902
    EAknsMinorESeriesTextColors             = 0x1000,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6903
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6904
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6905
    * Line colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6906
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6907
    EAknsMinorESeriesLineColors             = 0x1100,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6909
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6910
    * Other colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6911
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6912
    EAknsMinorESeriesOtherColors            = 0x1200,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6914
    /**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6915
    * Highlight colour groups color table item.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6916
    */
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6917
    EAknsMinorESeriesHighlightColors        = 0x1300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6918
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6920
#endif // AKNSCONSTANTS_HRH