epoc32/include/mw/aknsconstants.h
author William Roberts <williamr@symbian.org>
Tue, 16 Mar 2010 16:12:26 +0000
branchSymbian2
changeset 2 2fe1408b6811
parent 1 666f914201fb
child 4 837f303aceeb
permissions -rw-r--r--
Final list of Symbian^2 public API header files
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_H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    20
#define AKNSCONSTANTS_H
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
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    23
* @file AknsConstants.h
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
* Defines constants common for Avkon Skins.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    26
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    27
* @since 2.0
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
//  INCLUDES
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    31
#include <e32std.h>
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    32
#include <AknsItemID.h>
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    33
#include <AknsConstants.hrh>
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    34
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    35
// CONSTANTS
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    36
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    37
// SCCMARKER_BEGIN
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    38
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    39
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    40
// Common IIDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    41
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    42
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    43
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    44
// None and default values
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    45
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    46
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    47
static const TAknsItemID KAknsIIDNone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    48
    { EAknsMajorNone, EAknsMinorNone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    49
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    50
static const TAknsItemID KAknsIIDDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    51
    { EAknsMajorDefault, EAknsMinorDefault };
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
// EAknsMajorSkin item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    55
// ----------------------------------------------------------------------------
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
// Screen, status and control areas
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
static const TAknsItemID KAknsIIDQsnBgScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    60
    { EAknsMajorSkin, EAknsMinorQsnBgScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    61
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    62
static const TAknsItemID KAknsIIDQsnBgScreenIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    63
    { EAknsMajorSkin, EAknsMinorQsnBgScreenIdle };
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
static const TAknsItemID KAknsIIDQsnBgScreenMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    66
    { EAknsMajorSkin, EAknsMinorQsnBgScreenMp };
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
static const TAknsItemID KAknsIIDQsnBgAreaStatus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    69
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStatus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    70
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    71
static const TAknsItemID KAknsIIDQsnBgAreaStatusIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    72
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStatusIdle };
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
static const TAknsItemID KAknsIIDQsnBgAreaControl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    75
    { EAknsMajorSkin, EAknsMinorQsnBgAreaControl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    76
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    77
static const TAknsItemID KAknsIIDQsnBgAreaControlPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    78
    { EAknsMajorSkin, EAknsMinorQsnBgAreaControlPopup };
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
static const TAknsItemID KAknsIIDQsnBgAreaControlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    81
    { EAknsMajorSkin, EAknsMinorQsnBgAreaControlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    82
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    83
static const TAknsItemID KAknsIIDQsnBgAreaControlMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    84
    { EAknsMajorSkin, EAknsMinorQsnBgAreaControlMp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    85
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    86
// Stacon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    87
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    88
static const TAknsItemID KAknsIIDQsnBgAreaStaconRt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    89
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconRt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    90
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    91
static const TAknsItemID KAknsIIDQsnBgAreaStaconLt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    92
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconLt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    93
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    94
static const TAknsItemID KAknsIIDQsnBgAreaStaconRb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    95
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconRb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    96
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    97
static const TAknsItemID KAknsIIDQsnBgAreaStaconLb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    98
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconLb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
    99
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   100
static const TAknsItemID KAknsIIDQsnBgAreaStaconRtIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   101
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconRtIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   103
static const TAknsItemID KAknsIIDQsnBgAreaStaconLtIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   104
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconLtIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   106
static const TAknsItemID KAknsIIDQsnBgAreaStaconRbIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   107
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconRbIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   109
static const TAknsItemID KAknsIIDQsnBgAreaStaconLbIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   110
    { EAknsMajorSkin, EAknsMinorQsnBgAreaStaconLbIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   112
// Main areas
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   114
static const TAknsItemID KAknsIIDQsnBgAreaMain =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   115
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMain };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   117
static const TAknsItemID KAknsIIDQsnBgAreaMainListGene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   118
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainListGene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   120
static const TAknsItemID KAknsIIDQsnBgAreaMainListSet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   121
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainListSet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   123
static const TAknsItemID KAknsIIDQsnBgAreaMainAppsGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   124
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainAppsGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   126
static const TAknsItemID KAknsIIDQsnBgAreaMainMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   127
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainMessage };
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
static const TAknsItemID KAknsIIDQsnBgAreaMainIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   130
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   132
static const TAknsItemID KAknsIIDQsnBgAreaMainPinb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   133
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainPinb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   135
static const TAknsItemID KAknsIIDQsnBgAreaMainCalc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   136
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainCalc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   138
static const TAknsItemID KAknsIIDQsnBgAreaMainQdial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   139
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainQdial };
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
static const TAknsItemID KAknsIIDQsnBgAreaMainIdleDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   142
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainIdleDimmed };
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
static const TAknsItemID KAknsIIDQsnBgAreaMainHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   145
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   147
static const TAknsItemID KAknsIIDQsnBgAreaMainMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   148
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainMp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   150
// Do not use these two directly, they are just placeholders
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   151
static const TAknsItemID KAknsIIDQsnBgAreaMainFlat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   152
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainFlat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   154
static const TAknsItemID KAknsIIDQsnBgAreaMainSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   155
    { EAknsMajorSkin, EAknsMinorQsnBgAreaMainSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   158
// Slice elements
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   160
static const TAknsItemID KAknsIIDQsnBgSlicePopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   161
    { EAknsMajorSkin, EAknsMinorQsnBgSlicePopup};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   163
static const TAknsItemID KAknsIIDQsnBgSlicePinb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   164
    { EAknsMajorSkin, EAknsMinorQsnBgSlicePinb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   166
static const TAknsItemID KAknsIIDQsnBgSliceFswap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   167
    { EAknsMajorSkin, EAknsMinorQsnBgSliceFswap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   169
// Wallpaper
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   171
static const TAknsItemID KAknsIIDWallpaper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   172
    { EAknsMajorSkin, EAknsMinorWallpaper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   174
static const TAknsItemID KAknsIIDQgnGrafIdleFade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   175
    { EAknsMajorSkin, EAknsMinorQgnGrafIdleFade };
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
static const TAknsItemID KAknsIIDQgnGrafDimWipeLscLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   178
    { EAknsMajorSkin, EAknsMinorQgnGrafDimWipeLscLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   179
// Volume levels
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   181
static const TAknsItemID KAknsIIDQsnCpVolumeOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   182
    { EAknsMajorSkin, EAknsMinorQsnCpVolumeOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   184
static const TAknsItemID KAknsIIDQsnCpVolumeOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   185
    { EAknsMajorSkin, EAknsMinorQsnCpVolumeOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   187
// List column background
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   189
static const TAknsItemID KAknsIIDQsnBgColumn0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   190
    { EAknsMajorSkin, EAknsMinorQsnBgColumn0 };
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
static const TAknsItemID KAknsIIDQsnBgColumnA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   193
    { EAknsMajorSkin, EAknsMinorQsnBgColumnA };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   195
static const TAknsItemID KAknsIIDQsnBgColumnAB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   196
    { EAknsMajorSkin, EAknsMinorQsnBgColumnAB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   198
static const TAknsItemID KAknsIIDQsnBgColumnC0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   199
    { EAknsMajorSkin, EAknsMinorQsnBgColumnC0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   201
static const TAknsItemID KAknsIIDQsnBgColumnCA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   202
    { EAknsMajorSkin, EAknsMinorQsnBgColumnCA };
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
static const TAknsItemID KAknsIIDQsnBgColumnCAB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   205
    { EAknsMajorSkin, EAknsMinorQsnBgColumnCAB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   207
// List bottom elements
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   209
static const TAknsItemID KAknsIIDQsnBgSliceList0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   210
    { EAknsMajorSkin, EAknsMinorQsnBgSliceList0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   212
static const TAknsItemID KAknsIIDQsnBgSliceListA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   213
    { EAknsMajorSkin, EAknsMinorQsnBgSliceListA };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   215
static const TAknsItemID KAknsIIDQsnBgSliceListAB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   216
    { EAknsMajorSkin, EAknsMinorQsnBgSliceListAB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   218
// 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
   219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   220
static const TAknsItemID KAknsIIDQsnFrSetOpt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   221
    { EAknsMajorSkin, EAknsMinorQsnFrSetOpt };
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
static const TAknsItemID KAknsIIDQsnFrSetOptCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   224
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   226
static const TAknsItemID KAknsIIDQsnFrSetOptCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   227
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   229
static const TAknsItemID KAknsIIDQsnFrSetOptCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   230
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   232
static const TAknsItemID KAknsIIDQsnFrSetOptCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   233
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   235
static const TAknsItemID KAknsIIDQsnFrSetOptSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   236
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptSideT };
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
static const TAknsItemID KAknsIIDQsnFrSetOptSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   239
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   241
static const TAknsItemID KAknsIIDQsnFrSetOptSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   242
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   244
static const TAknsItemID KAknsIIDQsnFrSetOptSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   245
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   247
static const TAknsItemID KAknsIIDQsnFrSetOptCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   248
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptCenter };
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
// 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
   251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   252
static const TAknsItemID KAknsIIDQsnFrSetOptFoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   253
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   255
static const TAknsItemID KAknsIIDQsnFrSetOptFocCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   256
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   258
static const TAknsItemID KAknsIIDQsnFrSetOptFocCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   259
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   261
static const TAknsItemID KAknsIIDQsnFrSetOptFocCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   262
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   264
static const TAknsItemID KAknsIIDQsnFrSetOptFocCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   265
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   267
static const TAknsItemID KAknsIIDQsnFrSetOptFocSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   268
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocSideT };
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
static const TAknsItemID KAknsIIDQsnFrSetOptFocSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   271
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   273
static const TAknsItemID KAknsIIDQsnFrSetOptFocSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   274
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   276
static const TAknsItemID KAknsIIDQsnFrSetOptFocSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   277
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   279
static const TAknsItemID KAknsIIDQsnFrSetOptFocCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   280
    { EAknsMajorSkin, EAknsMinorQsnFrSetOptFocCenter };
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
// Setting list volume graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   284
static const TAknsItemID KAknsIIDQsnCpSetListVolumeOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   285
    { EAknsMajorSkin, EAknsMinorQsnCpSetListVolumeOn };
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
static const TAknsItemID KAknsIIDQsnCpSetListVolumeOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   288
    { EAknsMajorSkin, EAknsMinorQsnCpSetListVolumeOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   290
// Setting list slider graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   292
static const TAknsItemID KAknsIIDQgnIndiSliderSet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   293
    { EAknsMajorSkin, EAknsMinorQgnIndiSliderSet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   295
// General list highlight frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   297
static const TAknsItemID KAknsIIDQsnFrList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   298
    { EAknsMajorSkin, EAknsMinorQsnFrList };
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
static const TAknsItemID KAknsIIDQsnFrListCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   301
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   303
static const TAknsItemID KAknsIIDQsnFrListCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   304
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   306
static const TAknsItemID KAknsIIDQsnFrListCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   307
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   309
static const TAknsItemID KAknsIIDQsnFrListCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   310
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   312
static const TAknsItemID KAknsIIDQsnFrListSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   313
    { EAknsMajorSkin, EAknsMinorQsnFrListSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   315
static const TAknsItemID KAknsIIDQsnFrListSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   316
    { EAknsMajorSkin, EAknsMinorQsnFrListSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   318
static const TAknsItemID KAknsIIDQsnFrListSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   319
    { EAknsMajorSkin, EAknsMinorQsnFrListSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   321
static const TAknsItemID KAknsIIDQsnFrListSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   322
    { EAknsMajorSkin, EAknsMinorQsnFrListSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   324
static const TAknsItemID KAknsIIDQsnFrListCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   325
    { EAknsMajorSkin, EAknsMinorQsnFrListCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   327
// General grid highlight frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   329
static const TAknsItemID KAknsIIDQsnFrGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   330
    { EAknsMajorSkin, EAknsMinorQsnFrGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   332
static const TAknsItemID KAknsIIDQsnFrGridCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   333
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   335
static const TAknsItemID KAknsIIDQsnFrGridCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   336
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   338
static const TAknsItemID KAknsIIDQsnFrGridCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   339
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   341
static const TAknsItemID KAknsIIDQsnFrGridCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   342
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerBr };
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
static const TAknsItemID KAknsIIDQsnFrGridSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   345
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   347
static const TAknsItemID KAknsIIDQsnFrGridSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   348
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   350
static const TAknsItemID KAknsIIDQsnFrGridSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   351
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   353
static const TAknsItemID KAknsIIDQsnFrGridSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   354
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   356
static const TAknsItemID KAknsIIDQsnFrGridCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   357
    { EAknsMajorSkin, EAknsMinorQsnFrGridCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   359
// General input field border frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   361
static const TAknsItemID KAknsIIDQsnFrInput =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   362
    { EAknsMajorSkin, EAknsMinorQsnFrInput };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   364
static const TAknsItemID KAknsIIDQsnFrInputCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   365
    { EAknsMajorSkin, EAknsMinorQsnFrInputCornerTl };
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
static const TAknsItemID KAknsIIDQsnFrInputCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   368
    { EAknsMajorSkin, EAknsMinorQsnFrInputCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   370
static const TAknsItemID KAknsIIDQsnFrInputCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   371
    { EAknsMajorSkin, EAknsMinorQsnFrInputCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   373
static const TAknsItemID KAknsIIDQsnFrInputCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   374
    { EAknsMajorSkin, EAknsMinorQsnFrInputCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   376
static const TAknsItemID KAknsIIDQsnFrInputSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   377
    { EAknsMajorSkin, EAknsMinorQsnFrInputSideT };
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
static const TAknsItemID KAknsIIDQsnFrInputSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   380
    { EAknsMajorSkin, EAknsMinorQsnFrInputSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   382
static const TAknsItemID KAknsIIDQsnFrInputSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   383
    { EAknsMajorSkin, EAknsMinorQsnFrInputSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   385
static const TAknsItemID KAknsIIDQsnFrInputSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   386
    { EAknsMajorSkin, EAknsMinorQsnFrInputSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   388
static const TAknsItemID KAknsIIDQsnFrInputCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   389
    { EAknsMajorSkin, EAknsMinorQsnFrInputCenter };
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
// Settings volume graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   393
static const TAknsItemID KAknsIIDQsnCpSetVolumeOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   394
    { EAknsMajorSkin, EAknsMinorQsnCpSetVolumeOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   396
static const TAknsItemID KAknsIIDQsnCpSetVolumeOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   397
    { EAknsMajorSkin, EAknsMinorQsnCpSetVolumeOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   399
// Slider editing graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   401
static const TAknsItemID KAknsIIDQgnIndiSliderEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   402
    { EAknsMajorSkin, EAknsMinorQgnIndiSliderEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   404
// Scrollbars
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   406
static const TAknsItemID KAknsIIDQsnCpScrollBgTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   407
    { EAknsMajorSkin, EAknsMinorQsnCpScrollBgTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   409
static const TAknsItemID KAknsIIDQsnCpScrollBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   410
    { EAknsMajorSkin, EAknsMinorQsnCpScrollBgMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   412
static const TAknsItemID KAknsIIDQsnCpScrollBgBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   413
    { EAknsMajorSkin, EAknsMinorQsnCpScrollBgBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   415
static const TAknsItemID KAknsIIDQsnCpScrollHandleBgTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   416
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleBgTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   418
static const TAknsItemID KAknsIIDQsnCpScrollHandleBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   419
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleBgMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   421
static const TAknsItemID KAknsIIDQsnCpScrollHandleBgBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   422
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleBgBottom };
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
static const TAknsItemID KAknsIIDQsnCpScrollHandleTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   425
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   427
static const TAknsItemID KAknsIIDQsnCpScrollHandleMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   428
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   430
static const TAknsItemID KAknsIIDQsnCpScrollHandleBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   431
    { EAknsMajorSkin, EAknsMinorQsnCpScrollHandleBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   433
// Popup generics
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
static const TAknsItemID KAknsIIDQsnBgScreenDimming =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   436
    { EAknsMajorSkin, EAknsMinorQsnBgScreenDimming };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   438
static const TAknsItemID KAknsIIDQsnBgPopupBackground =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   439
    { EAknsMajorSkin, EAknsMinorQsnBgPopupBackground };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   441
// General popup frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   443
static const TAknsItemID KAknsIIDQsnFrPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   444
    { EAknsMajorSkin, EAknsMinorQsnFrPopup };
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
static const TAknsItemID KAknsIIDQsnFrPopupCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   447
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   449
static const TAknsItemID KAknsIIDQsnFrPopupCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   450
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   452
static const TAknsItemID KAknsIIDQsnFrPopupCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   453
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   455
static const TAknsItemID KAknsIIDQsnFrPopupCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   456
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   458
static const TAknsItemID KAknsIIDQsnFrPopupSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   459
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   461
static const TAknsItemID KAknsIIDQsnFrPopupSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   462
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   464
static const TAknsItemID KAknsIIDQsnFrPopupSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   465
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   467
static const TAknsItemID KAknsIIDQsnFrPopupSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   468
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   470
static const TAknsItemID KAknsIIDQsnFrPopupCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   471
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   473
// Specific popup centers
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   475
static const TAknsItemID KAknsIIDQsnFrPopupCenterMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   476
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   478
static const TAknsItemID KAknsIIDQsnFrPopupCenterSubmenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   479
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterSubmenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   481
static const TAknsItemID KAknsIIDQsnFrPopupCenterNote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   482
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterNote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   484
static const TAknsItemID KAknsIIDQsnFrPopupCenterQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   485
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   487
static const TAknsItemID KAknsIIDQsnFrPopupCenterFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   488
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterFind };
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
static const TAknsItemID KAknsIIDQsnFrPopupCenterSnote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   491
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterSnote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   493
static const TAknsItemID KAknsIIDQsnFrPopupCenterFswap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   494
    { EAknsMajorSkin, EAknsMinorQsnFrPopupCenterFswap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   496
// Submenu frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   498
static const TAknsItemID KAknsIIDQsnFrPopupSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   499
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   501
static const TAknsItemID KAknsIIDQsnFrPopupSubCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   502
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   504
static const TAknsItemID KAknsIIDQsnFrPopupSubCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   505
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   507
static const TAknsItemID KAknsIIDQsnFrPopupSubCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   508
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   510
static const TAknsItemID KAknsIIDQsnFrPopupSubCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   511
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   513
static const TAknsItemID KAknsIIDQsnFrPopupSubSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   514
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   516
static const TAknsItemID KAknsIIDQsnFrPopupSubSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   517
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   519
static const TAknsItemID KAknsIIDQsnFrPopupSubSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   520
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   522
static const TAknsItemID KAknsIIDQsnFrPopupSubSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   523
    { EAknsMajorSkin, EAknsMinorQsnFrPopupSubSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   525
// Popup heading frame
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
static const TAknsItemID KAknsIIDQsnFrPopupHeading =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   528
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeading };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   529
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   530
static const TAknsItemID KAknsIIDQsnFrPopupHeadingCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   531
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   532
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   533
static const TAknsItemID KAknsIIDQsnFrPopupHeadingCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   534
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   535
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   536
static const TAknsItemID KAknsIIDQsnFrPopupHeadingCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   537
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingCornerBl };
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
static const TAknsItemID KAknsIIDQsnFrPopupHeadingCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   540
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   541
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   542
static const TAknsItemID KAknsIIDQsnFrPopupHeadingSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   543
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   545
static const TAknsItemID KAknsIIDQsnFrPopupHeadingSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   546
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   548
static const TAknsItemID KAknsIIDQsnFrPopupHeadingSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   549
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingSideL };
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
static const TAknsItemID KAknsIIDQsnFrPopupHeadingSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   552
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   554
static const TAknsItemID KAknsIIDQsnFrPopupHeadingCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   555
    { EAknsMajorSkin, EAknsMinorQsnFrPopupHeadingCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   557
// Fast application swapping
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   559
static const TAknsItemID KAknsIIDQsnBgFswapEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   560
    { EAknsMajorSkin, EAknsMinorQsnBgFswapEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   561
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
// Flat status pane frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   564
static const TAknsItemID KAknsIIDQsnFrStatusFlat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   565
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   567
static const TAknsItemID KAknsIIDQsnFrStatusFlatCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   568
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   570
static const TAknsItemID KAknsIIDQsnFrStatusFlatCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   571
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   573
static const TAknsItemID KAknsIIDQsnFrStatusFlatCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   574
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   576
static const TAknsItemID KAknsIIDQsnFrStatusFlatCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   577
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatCornerBr  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   579
static const TAknsItemID KAknsIIDQsnFrStatusFlatSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   580
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   582
static const TAknsItemID KAknsIIDQsnFrStatusFlatSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   583
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatSideB  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   585
static const TAknsItemID KAknsIIDQsnFrStatusFlatSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   586
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   588
static const TAknsItemID KAknsIIDQsnFrStatusFlatSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   589
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   591
static const TAknsItemID KAknsIIDQsnFrStatusFlatCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   592
    { EAknsMajorSkin, EAknsMinorQsnFrStatusFlatCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   594
// toolbar buttons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   596
static const TAknsItemID KAknsIIDQsnFrButtonTb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   597
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTb };
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
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   600
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   602
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   603
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   605
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   606
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   608
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   609
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBr };
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
static const TAknsItemID KAknsIIDQsnFrButtonTbSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   612
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   614
static const TAknsItemID KAknsIIDQsnFrButtonTbSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   615
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   617
static const TAknsItemID KAknsIIDQsnFrButtonTbSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   618
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   620
static const TAknsItemID KAknsIIDQsnFrButtonTbSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   621
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideR };
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
static const TAknsItemID KAknsIIDQsnFrButtonTbCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   624
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   627
static const TAknsItemID KAknsIIDQsnFrButtonTbInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   628
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   630
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   631
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   633
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   634
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   636
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   637
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   639
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   640
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   642
static const TAknsItemID KAknsIIDQsnFrButtonTbSideTInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   643
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideTInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   645
static const TAknsItemID KAknsIIDQsnFrButtonTbSideBInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   646
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideBInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   648
static const TAknsItemID KAknsIIDQsnFrButtonTbSideLInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   649
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideLInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   651
static const TAknsItemID KAknsIIDQsnFrButtonTbSideRInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   652
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideRInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   654
static const TAknsItemID KAknsIIDQsnFrButtonTbCenterInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   655
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCenterInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   658
static const TAknsItemID KAknsIIDQsnFrButtonTbMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   659
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   661
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTlMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   662
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTlMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   664
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTrMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   665
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTrMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   667
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBlMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   668
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBlMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   670
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBrMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   671
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBrMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   673
static const TAknsItemID KAknsIIDQsnFrButtonTbSideTMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   674
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideTMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   676
static const TAknsItemID KAknsIIDQsnFrButtonTbSideBMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   677
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideBMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   679
static const TAknsItemID KAknsIIDQsnFrButtonTbSideLMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   680
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideLMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   682
static const TAknsItemID KAknsIIDQsnFrButtonTbSideRMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   683
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideRMode };
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
static const TAknsItemID KAknsIIDQsnFrButtonTbCenterMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   686
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCenterMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   688
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   689
static const TAknsItemID KAknsIIDQsnFrButtonTbPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   690
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   691
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   692
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   693
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   695
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   696
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerTrPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   698
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   699
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   701
static const TAknsItemID KAknsIIDQsnFrButtonTbCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   702
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCornerBrPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   704
static const TAknsItemID KAknsIIDQsnFrButtonTbSideTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   705
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideTPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   707
static const TAknsItemID KAknsIIDQsnFrButtonTbSideBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   708
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideBPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonTbSideLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   711
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideLPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   713
static const TAknsItemID KAknsIIDQsnFrButtonTbSideRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   714
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbSideRPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   716
static const TAknsItemID KAknsIIDQsnFrButtonTbCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   717
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTbCenterPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   720
static const TAknsItemID KAknsIIDQsnFrButtonInactive          =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   721
    { EAknsMajorSkin, EAknsMinorQsnFrButtonInactive };
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
static const TAknsItemID KAknsIIDQsnFrButtonCornerTlInactive  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   724
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   726
static const TAknsItemID KAknsIIDQsnFrButtonCornerTrInactive  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   727
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   729
static const TAknsItemID KAknsIIDQsnFrButtonCornerBlInactive  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   730
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   732
static const TAknsItemID KAknsIIDQsnFrButtonCornerBrInactive  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   733
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBrInactive };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideTInactive     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   736
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideTInactive };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideBInactive     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   739
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideBInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   741
static const TAknsItemID KAknsIIDQsnFrButtonSideLInactive     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   742
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideLInactive };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideRInactive     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   745
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideRInactive };
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
static const TAknsItemID KAknsIIDQsnFrButtonCenterInactive    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   748
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCenterInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   751
static const TAknsItemID KAknsIIDQsnFrButtonNormal            =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   752
    { EAknsMajorSkin, EAknsMinorQsnFrButtonNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   754
static const TAknsItemID KAknsIIDQsnFrButtonCornerTlNormal    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   755
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTlNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonCornerTrNormal    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   758
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTrNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonCornerBlNormal    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   761
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBlNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   763
static const TAknsItemID KAknsIIDQsnFrButtonCornerBrNormal    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   764
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBrNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideTNormal       =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   767
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideTNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideBNormal       =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   770
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideBNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   772
static const TAknsItemID KAknsIIDQsnFrButtonSideLNormal       =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   773
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideLNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideRNormal       =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   776
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideRNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   778
static const TAknsItemID KAknsIIDQsnFrButtonCenterNormal      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   779
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCenterNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   780
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
static const TAknsItemID KAknsIIDQsnFrButtonPressed           =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   783
    { EAknsMajorSkin, EAknsMinorQsnFrButtonPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   785
static const TAknsItemID KAknsIIDQsnFrButtonCornerTlPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   786
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTlPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonCornerTrPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   789
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTrPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonCornerBlPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   792
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   794
static const TAknsItemID KAknsIIDQsnFrButtonCornerBrPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   795
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBrPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonSideTPressed      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   798
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideTPressed  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   800
static const TAknsItemID KAknsIIDQsnFrButtonSideBPressed      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   801
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideBPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   803
static const TAknsItemID KAknsIIDQsnFrButtonSideLPressed      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   804
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideLPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   806
static const TAknsItemID KAknsIIDQsnFrButtonSideRPressed      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   807
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideRPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   809
static const TAknsItemID KAknsIIDQsnFrButtonCenterPressed     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   810
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCenterPressed };
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
// touch pane buttons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   813
static const TAknsItemID KAknsIIDQsnFrButtonTpNormal          =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   814
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   816
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTlNormal  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   817
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTlNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTrNormal  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   820
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTrNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   822
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBlNormal  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   823
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBlNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBrNormal  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   826
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBrNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpSideTNormal     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   829
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideTNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   831
static const TAknsItemID KAknsIIDQsnFrButtonTpSideBNormal     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   832
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideBNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpSideLNormal     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   835
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideLNormal };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpSideRNormal     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   838
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideRNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   840
static const TAknsItemID KAknsIIDQsnFrButtonTpCenterNormal    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   841
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCenterNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   842
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
static const TAknsItemID KAknsIIDQsnFrButtonTpPressed         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   845
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   847
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   848
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   850
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   851
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTrPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   854
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBlPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   857
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBrPressed };
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
static const TAknsItemID KAknsIIDQsnFrButtonTpSideTPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   860
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideTPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   862
static const TAknsItemID KAknsIIDQsnFrButtonTpSideBPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   863
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideBPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   865
static const TAknsItemID KAknsIIDQsnFrButtonTpSideLPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   866
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideLPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   868
static const TAknsItemID KAknsIIDQsnFrButtonTpSideRPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   869
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideRPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   871
static const TAknsItemID KAknsIIDQsnFrButtonTpCenterPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   872
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCenterPressed };
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
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   875
static const TAknsItemID KAknsIIDQsnFrButtonTpInactive        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   876
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   878
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   879
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   881
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerTrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   882
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerTrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   884
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   885
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   887
static const TAknsItemID KAknsIIDQsnFrButtonTpCornerBrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   888
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCornerBrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   890
static const TAknsItemID KAknsIIDQsnFrButtonTpSideTInactive   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   891
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideTInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   893
static const TAknsItemID KAknsIIDQsnFrButtonTpSideBInactive   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   894
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideBInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   896
static const TAknsItemID KAknsIIDQsnFrButtonTpSideLInactive   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   897
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideLInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   899
static const TAknsItemID KAknsIIDQsnFrButtonTpSideRInactive   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   900
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpSideRInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   902
static const TAknsItemID KAknsIIDQsnFrButtonTpCenterInactive  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   903
    { EAknsMajorSkin, EAknsMinorQsnFrButtonTpCenterInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   907
static const TAknsItemID KAknsIIDQgnFrSctrlButton        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   908
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButton              };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   910
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTl     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   911
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTl      };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   913
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTr     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   914
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTr      };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   916
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBl     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   917
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBl      };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   919
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBr     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   920
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBr      };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   922
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideT        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   923
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideT         };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   925
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideB        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   926
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideB         };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   928
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideL        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   929
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideL         };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   931
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideR        =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   932
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideR         };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   934
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCenter       =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   935
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCenter        };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   939
static const TAknsItemID KAknsIIDQgnFrSctrlSkButton           =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   940
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButton            };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   942
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerTl   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   943
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerTl    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   945
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerTr   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   946
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerTr    };
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
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerBl   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   949
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerBl    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   951
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerBr   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   952
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerBr    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   954
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideT      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   955
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideT       };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   957
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideB      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   958
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideB       };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   960
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideL      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   961
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideL       };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   963
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideR      =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   964
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideR       };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   966
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCenter     =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   967
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCenter      };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   970
static const TAknsItemID KAknsIIDQsnFrButtonLatchdown         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   971
    { EAknsMajorSkin, EAknsMinorQsnFrButtonLatchdown          };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   973
static const TAknsItemID KAknsIIDQsnFrButtonCornerTlLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   974
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTlLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   976
static const TAknsItemID KAknsIIDQsnFrButtonCornerTrLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   977
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerTrLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   979
static const TAknsItemID KAknsIIDQsnFrButtonCornerBlLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   980
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBlLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   982
static const TAknsItemID KAknsIIDQsnFrButtonCornerBrLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   983
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCornerBrLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   985
static const TAknsItemID KAknsIIDQsnFrButtonSideTLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   986
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideTLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   988
static const TAknsItemID KAknsIIDQsnFrButtonSideBLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   989
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideBLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   991
static const TAknsItemID KAknsIIDQsnFrButtonSideLLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   992
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideLLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   994
static const TAknsItemID KAknsIIDQsnFrButtonSideRLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   995
    { EAknsMajorSkin, EAknsMinorQsnFrButtonSideRLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   997
static const TAknsItemID KAknsIIDQsnFrButtonCenterLatchdown   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
   998
    { EAknsMajorSkin, EAknsMinorQsnFrButtonCenterLatchdown    };
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
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1002
static const TAknsItemID KAknsIIDQsnFrOrgBg         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1003
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBg  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1005
static const TAknsItemID KAknsIIDQsnFrOrgBgCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1006
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgCornerTl  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1008
static const TAknsItemID KAknsIIDQsnFrOrgBgCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1009
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgCornerTr  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1011
static const TAknsItemID KAknsIIDQsnFrOrgBgCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1012
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgCornerBl  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1014
static const TAknsItemID KAknsIIDQsnFrOrgBgCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1015
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgCornerBr  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1017
static const TAknsItemID KAknsIIDQsnFrOrgBgSideT    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1018
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgSideT     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1020
static const TAknsItemID KAknsIIDQsnFrOrgBgSideB    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1021
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgSideB     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1023
static const TAknsItemID KAknsIIDQsnFrOrgBgSideL    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1024
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgSideL     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1026
static const TAknsItemID KAknsIIDQsnFrOrgBgSideR    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1027
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgSideR     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1029
static const TAknsItemID KAknsIIDQsnFrOrgBgCenter   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1030
    { EAknsMajorSkin, EAknsMinorQsnFrOrgBgCenter    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1032
// This frame is deprecated.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1033
static const TAknsItemID KAknsIIDQgnFrSctrlButtonLatchdown         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1034
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonLatchdown  };
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTlLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1037
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTlLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1039
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTrLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1040
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTrLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1042
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBlLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1043
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBlLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1045
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBrLatchdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1046
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBrLatchdown  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1048
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideTLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1049
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideTLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1051
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideBLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1052
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideBLatchdown     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1054
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideLLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1055
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideLLatchdown     };
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideRLatchdown    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1058
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideRLatchdown     };
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCenterLatchdown   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1061
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCenterLatchdown    };
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
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonPressed         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1066
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonPressed  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1068
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1069
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTlPressed  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1071
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1072
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerTrPressed  };
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1075
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBlPressed  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1077
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1078
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCornerBrPressed  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1080
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideTPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1081
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideTPressed     };
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
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideBPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1084
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideBPressed     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1086
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideLPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1087
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideLPressed     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1089
static const TAknsItemID KAknsIIDQgnFrSctrlButtonSideRPressed    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1090
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonSideRPressed     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1092
static const TAknsItemID KAknsIIDQgnFrSctrlButtonCenterPressed   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1093
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlButtonCenterPressed    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1095
// Input character preview frame.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1096
static const TAknsItemID KAknsIIDQsnFrInputCharPreview         =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1097
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreview  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1099
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1100
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewCornerTl  };
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
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1103
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewCornerTr  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1105
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1106
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewCornerBl  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1108
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1109
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewCornerBr  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1111
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewSideT    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1112
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewSideT     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1114
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewSideB    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1115
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewSideB     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1117
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewSideL    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1118
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewSideL     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1120
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewSideR    =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1121
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewSideR     };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1123
static const TAknsItemID KAknsIIDQsnFrInputCharPreviewCenter   =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1124
    { EAknsMajorSkin, EAknsMinorQsnFrInputCharPreviewCenter    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1127
// Colours
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1129
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1130
* Component color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1131
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1132
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1133
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1134
* @deprecated Since release 2.8, use specific color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1135
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1136
static const TAknsItemID KAknsIIDQsnComponentColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1137
    { EAknsMajorSkin, EAknsMinorQsnComponentColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1139
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1140
* Enumeration for values in QsnComponentColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1141
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1142
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1143
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1144
* @deprecated Since release 2.8, use specific color groups instead.
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
enum TAknsQsnComponentColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1147
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1148
    EAknsCIQsnComponentColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1149
    EAknsCIQsnComponentColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1150
    EAknsCIQsnComponentColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1151
    EAknsCIQsnComponentColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1152
    EAknsCIQsnComponentColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1153
    EAknsCIQsnComponentColorsCG6a   = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1154
    EAknsCIQsnComponentColorsCG6b   = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1155
    EAknsCIQsnComponentColorsCG7    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1156
    EAknsCIQsnComponentColorsCG8    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1157
    EAknsCIQsnComponentColorsCG9    = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1158
    EAknsCIQsnComponentColorsCG10   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1159
    EAknsCIQsnComponentColorsCG11   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1160
    EAknsCIQsnComponentColorsCG12   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1161
    EAknsCIQsnComponentColorsCG13   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1162
    EAknsCIQsnComponentColorsCG14   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1163
    EAknsCIQsnComponentColorsCG15   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1164
    EAknsCIQsnComponentColorsCG16   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1165
    EAknsCIQsnComponentColorsCG17   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1166
    EAknsCIQsnComponentColorsCG18   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1167
    EAknsCIQsnComponentColorsCG19   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1168
    EAknsCIQsnComponentColorsCG20   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1169
    EAknsCIQsnComponentColorsCG21   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1170
    EAknsCIQsnComponentColorsCG22   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1171
    EAknsCIQsnComponentColorsCG23   = 23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1172
    EAknsCIQsnComponentColorsCG24   = 24
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
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
* @deprecated Since release 2.8, use color groups instead.
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
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1179
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG1 };
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
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1182
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1183
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1184
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1185
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1187
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1188
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1189
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1190
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1191
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1193
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1194
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1195
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1196
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1197
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1199
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1200
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1201
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1202
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1203
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1205
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1206
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1207
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1208
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG6a =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1209
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG6a };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1211
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1212
* @deprecated Since release 2.8, use color groups instead.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1213
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1214
static const TAknsItemID KAknsIIDQsnComponentColorBmpCG6b =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1215
    { EAknsMajorSkin, EAknsMinorQsnComponentColorBmpCG6b };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1217
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1218
* Scroll indicator color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1219
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1220
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1221
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1222
static const TAknsItemID KAknsIIDQsnScrollColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1223
    { EAknsMajorSkin, EAknsMinorQsnScrollColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1225
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1226
* Icon color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1227
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1228
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1229
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1230
static const TAknsItemID KAknsIIDQsnIconColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1231
    { EAknsMajorSkin, EAknsMinorQsnIconColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1233
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1234
* Enumeration for values in QsnIconColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1235
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1236
* @since 2.8
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
enum TAknsQsnIconColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1239
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1240
    // icon #1	main area; idle	status indicators	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1241
    EAknsCIQsnIconColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1242
    // icon #2	status area	universal indicator pane icons	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1243
    EAknsCIQsnIconColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1244
    // icon #3	status area	reception off icon	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1245
    EAknsCIQsnIconColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1246
    // icon #4	navi pane	editing state icons	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1247
    EAknsCIQsnIconColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1248
    // icon #5	navi pane	signal iconpacket data indications	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1249
    EAknsCIQsnIconColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1250
    // icon #6	navi pane	battery icon	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1251
    EAknsCIQsnIconColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1252
    // icon #7	navi pane	other navi pane icons (e.g. tab 1 icons)	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1253
    EAknsCIQsnIconColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1254
    // icon #8	active tab	active tab icon colour	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1255
    EAknsCIQsnIconColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1256
    // icon #9	passive tab	passive tab icon colour	#243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1257
    EAknsCIQsnIconColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1258
    // icon #10	popup window	query editing state icons	#210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1259
    EAknsCIQsnIconColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1260
    // icon #11	call graphics	call status icons	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1261
    EAknsCIQsnIconColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1262
    // icon #12
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1263
    EAknsCIQsnIconColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1264
    // icon #13	main area	additional list icons	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1265
    EAknsCIQsnIconColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1266
    // icon #14	settings popup list	checkbox, radio button	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1267
    EAknsCIQsnIconColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1268
    // icon #15	form popup list	checkbox, radio button	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1269
    EAknsCIQsnIconColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1270
    // icon #16	list highlight	additional list iconsform checkbox, radio button	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1271
    EAknsCIQsnIconColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1272
    // icon #17	grid highlight	additional list iconsgms images (?)	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1273
    EAknsCIQsnIconColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1274
    // icon #18	setting list highlight	checkbox, radio button	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1275
    EAknsCIQsnIconColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1276
    // icon #19	calendar views	additional list icons	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1277
    EAknsCIQsnIconColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1278
    // icon #20	stacon area	universal indicator pane icons	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1279
    EAknsCIQsnIconColorsCG20   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1280
    // icon #21	stacon area	reception off icon	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1281
    EAknsCIQsnIconColorsCG21   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1282
    // icon #22	stacon navi pane	editing state icons	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1283
    EAknsCIQsnIconColorsCG22   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1284
    // icon #23	stacon navi pane	signal iconpacket data indications	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1285
    EAknsCIQsnIconColorsCG23   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1286
    // icon #24	stacon navi pane	battery icon	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1287
    EAknsCIQsnIconColorsCG24   = 23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1288
    // icon #25	stacon navi pane	other navi pane icons (e.g. tab 1 icons)	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1289
    EAknsCIQsnIconColorsCG25   = 24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1290
    // icon #26 music player main pane  function indicators #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1291
    EAknsCIQsnIconColorsCG26   = 25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1292
    // icon #27 control pane general  middle softkey icon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1293
    EAknsCIQsnIconColorsCG27   = 26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1294
    // icon #28 control pane idle  middle softkey icon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1295
    EAknsCIQsnIconColorsCG28   = 27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1296
    // icon #29 control pane idle  middle softkey icon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1297
    EAknsCIQsnIconColorsCG29   = 28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1298
    // icon #30 Virtual ITU-T,Dialer, Compatibility mode, Adaptive search, Canvas application (Java),FS Query Spell Query  Function button icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1299
    EAknsCIQsnIconColorsCG30   = 29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1300
    // icon #31 Compatibility mode  Virtual rocker icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1301
    EAknsCIQsnIconColorsCG31   = 30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1302
    // icon #32 Radio mainpane  Virtual rocker normal icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1303
    EAknsCIQsnIconColorsCG32   = 31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1304
    // icon #33 Radio mainpane  Virtual rocker highlight icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1305
    EAknsCIQsnIconColorsCG33   = 32
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1306
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1308
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1309
* Text color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1310
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1311
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1312
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1313
static const TAknsItemID KAknsIIDQsnTextColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1314
    { EAknsMajorSkin, EAknsMinorQsnTextColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1316
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1317
* Enumeration for values in QsnTextColors color table.
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
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1320
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1321
enum TAknsQsnTextColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1322
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1323
    // text #1	status area	title text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1324
    EAknsCIQsnTextColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1325
    // text #2	navi pane	navi pane texts	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1326
    EAknsCIQsnTextColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1327
    // text #3	active tab	active tab text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1328
    EAknsCIQsnTextColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1329
    // text #4	passive tab	passive tab text	#243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1330
    EAknsCIQsnTextColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1331
    // text #5	power save state	time/date power save text	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1332
    EAknsCIQsnTextColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1333
    // text #6	main area	main area texts	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1334
    EAknsCIQsnTextColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1335
    // text #7	settings popup list	settings list item text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1336
    EAknsCIQsnTextColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1337
    // text #8	form popup listform input field	form list item textform data entry text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1338
    EAknsCIQsnTextColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1339
    // text #9	application grid	unfocused application title texts 	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1340
    EAknsCIQsnTextColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1341
    // text #10	list highlight	list texts	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1342
    EAknsCIQsnTextColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1343
    // text #11	grid highlight	grid text 	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1344
    EAknsCIQsnTextColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1345
    // text #12	settings popup list highlight;settings list item value box	settings value item text	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1346
    EAknsCIQsnTextColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1347
    // text #13	control pane general	left softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1348
    EAknsCIQsnTextColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1349
    // text #14	control pane general	right softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1350
    EAknsCIQsnTextColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1351
    // text #15	control pane idle	left softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1352
    EAknsCIQsnTextColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1353
    // text #16 control pane idle	right softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1354
    EAknsCIQsnTextColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1355
    // text #17	control pane popup windows	left softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1356
    EAknsCIQsnTextColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1357
    // text #18	control pane popup windows	right softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1358
    EAknsCIQsnTextColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1359
    // text #19	popup windows	popup windows text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1360
    EAknsCIQsnTextColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1361
    // text #20	submenu popup windows	submenu texts	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1362
    EAknsCIQsnTextColorsCG20   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1363
    // text #21	calendar month view	passive month day numbers	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1364
    EAknsCIQsnTextColorsCG21   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1365
    // text #22	calendar month viewcalendar day view	active month day numbersday view list items	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1366
    EAknsCIQsnTextColorsCG22   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1367
    // text #23	calendar month viewcalendar week view	day abbreviationshoursweek numbers	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1368
    EAknsCIQsnTextColorsCG23   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1369
    // text #24	cut/copy/paste highlight	copied text	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1370
    EAknsCIQsnTextColorsCG24   = 23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1371
    // text #25	find pane	search string text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1372
    EAknsCIQsnTextColorsCG25   = 24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1373
    // text #26	settings input field	setting text entry	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1374
    EAknsCIQsnTextColorsCG26   = 25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1375
    // text #27	query input field	query text entry	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1376
    EAknsCIQsnTextColorsCG27   = 26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1377
    // text #28	power save mode	time/date shadow text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1378
    EAknsCIQsnTextColorsCG28   = 27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1379
    // text #29	calculator paper 	operator/operand	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1380
    EAknsCIQsnTextColorsCG29   = 28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1381
    // text #30	calculator display	result	#210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1382
    EAknsCIQsnTextColorsCG30   = 29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1383
    // text #31 calculator display	result shadow	#219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1384
    EAknsCIQsnTextColorsCG31   = 30,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1385
    // text #32	pinboard input field	item title/find string	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1386
    EAknsCIQsnTextColorsCG32   = 31,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1387
    // text #33	pinboard/list view	item title	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1388
    EAknsCIQsnTextColorsCG33   = 32,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1389
    // text #34	notepad	note text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1390
    EAknsCIQsnTextColorsCG34   = 33,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1391
    // text #35 active idle text    #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1392
    EAknsCIQsnTextColorsCG35   = 34,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1393
    // text #36 status area title text in idle #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1394
    EAknsCIQsnTextColorsCG36   = 35,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1395
    // text #37 stacon area title text  #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1396
    EAknsCIQsnTextColorsCG37   = 36,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1397
    // text #38 stacon area title text in idle #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1398
    EAknsCIQsnTextColorsCG38   = 37,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1399
    // text #39 stacon area top softkey text    #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1400
    EAknsCIQsnTextColorsCG39   = 38,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1401
    // text #40 stacon area bottom softkey text    #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1402
    EAknsCIQsnTextColorsCG40   = 39,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1403
    // text #41 stacon area top softkey text in idle #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1404
    EAknsCIQsnTextColorsCG41   = 40,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1405
    // text #42 stacon area bottom softkey text in idle #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1406
    EAknsCIQsnTextColorsCG42   = 41,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1407
    // text #43 stacon navi pane text   #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1408
    EAknsCIQsnTextColorsCG43   = 42,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1409
    // text #44 title text  music player title text #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1410
    EAknsCIQsnTextColorsCG44   = 43,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1411
    // text #45 stacon title text  music player title text #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1412
    EAknsCIQsnTextColorsCG45   = 44,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1413
    // text #46 music player control pane area  music player right softkey #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1414
    EAknsCIQsnTextColorsCG46   = 45,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1415
    // text #47 music player control pane area  music player left softkey #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1416
    EAknsCIQsnTextColorsCG47   = 46,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1417
    // text #48 stacon area  music player bottom softkey #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1418
    EAknsCIQsnTextColorsCG48   = 47,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1419
    // text #49 stacon area  music player top softkey #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1420
    EAknsCIQsnTextColorsCG49   = 48,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1421
    // text #50 main area  music player mainpane texts #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1422
    EAknsCIQsnTextColorsCG50   = 49,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1423
    // text #51 call handling, call bubble texts #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1424
    EAknsCIQsnTextColorsCG51   = 50,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1425
    // text #52 MIDP Main area	MIDP uneditable textbox	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1426
    EAknsCIQsnTextColorsCG52   = 51,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1427
    // text #53 MIDP form input field	MIDP uneditable textfield #221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1428
    EAknsCIQsnTextColorsCG53   = 52,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1429
    // Text #54	Main area	Cardinal points.	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1430
    EAknsCIQsnTextColorsCG54   = 53,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1431
    //Text #55	Preview popup window	Popup texts	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1432
    EAknsCIQsnTextColorsCG55   = 54,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1433
    //Text #56	Control pane general	Middle softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1434
    EAknsCIQsnTextColorsCG56   = 55,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1435
    //Text#57	Control pane idle	Middle softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1436
    EAknsCIQsnTextColorsCG57   = 56,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1437
    //Text#58	Control pane popup windows	Middle softkey text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1438
    EAknsCIQsnTextColorsCG58   = 57,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1439
    //Text#59	VKB / HWR pop-up windows	VKB / HWR keypad button text	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1440
    EAknsCIQsnTextColorsCG59   = 58,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1441
    //Text#60	VKB / HWR pop-up windows	VKB / HWR input field	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1442
    EAknsCIQsnTextColorsCG60   = 59,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1443
    //Text#61	VKB pop-up window	VKB button text dimmed	#129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1444
    EAknsCIQsnTextColorsCG61   = 60,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1445
    //Text#62	VKB / HWR pop-up windows	VKB / HWR button text shadow	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1446
    EAknsCIQsnTextColorsCG62   = 61,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1447
    //Text#63   Universal Message Editor    Messaging touch buttons    #215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1448
    EAknsCIQsnTextColorsCG63   = 62,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1449
    //Text#64   Predicitve text input   Suggested text #87ACB2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1450
    EAknsCIQsnTextColorsCG64   = 63,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1451
    //Text#65   Virtual ITU-T, Adaptive search, FS Query, Spell Query    Function button texts Adaptive search texts FS and Spelly query texts  #496da2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1452
    EAknsCIQsnTextColorsCG65   = 64,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1453
    //Text#66   Adaptive search     Page indicator texts     #496da2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1454
    EAknsCIQsnTextColorsCG66   = 65,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1455
    //Text#67  Character counter (Fullscreen qwerty and Virtual ITU-T).    Character counter texts   #4b5879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1456
    EAknsCIQsnTextColorsCG67   = 66,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1457
    //Text#68  Fullscreen QWERTY, Small VirtualKeyBoard.    Keyprint texts.   #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1458
    EAknsCIQsnTextColorsCG68   = 67,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1459
    //Text#69  Control area, Pressed state for softkey texts. #445A72
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1460
    EAknsCIQsnTextColorsCG69   = 68,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1461
    //Text#70  Camera, Outline colour of text. #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1462
    EAknsCIQsnTextColorsCG70   = 69,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1463
    //Text#71  Camera, Fill colour of text. #000000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1464
    EAknsCIQsnTextColorsCG71   = 70,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1465
    //Text#72  Camera, Outline colour of pressed text. #999999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1466
    EAknsCIQsnTextColorsCG72   = 71,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1467
    //Text#73  Camera, Fill colour of pressed text. #333333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1468
    EAknsCIQsnTextColorsCG73   = 72,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1469
    //Text#74  AKAASH Main area Visited web link text. #590061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1470
    EAknsCIQsnTextColorsCG74   = 73,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1471
    //Text#75  Homescreen widget text #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1472
    EAknsCIQsnTextColorsCG75   = 74,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1473
    //Text#76  Call handling Keylock texts. #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1474
    EAknsCIQsnTextColorsCG76   = 75,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1475
    //Text#77  Teleport Taskswapper texts #4b5879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1476
    EAknsCIQsnTextColorsCG77   = 76,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1477
    //Text#78  Main area, Focused items without highlight. #9c3958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1478
    EAknsCIQsnTextColorsCG78   = 77
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1479
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1481
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1482
* Line color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1483
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1484
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1485
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1486
static const TAknsItemID KAknsIIDQsnLineColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1487
    { EAknsMajorSkin, EAknsMinorQsnLineColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1489
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1490
* Enumeration for values in QsnLineColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1491
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1492
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1493
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1494
enum TAknsQsnLineColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1495
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1496
    // line #1	calendar day/week/month view	lines 	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1497
    EAknsCIQsnLineColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1498
    // line #2	calendar day/week/month view	lines 	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1499
    EAknsCIQsnLineColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1500
    // line #3	heading pane	heading pane separator line	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1501
    EAknsCIQsnLineColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1502
    // line #4	main pane	grid cell separator lines	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1503
    EAknsCIQsnLineColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1504
    // line #5	popup windows	grid cell separator lines	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1505
    EAknsCIQsnLineColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1506
    // line #6	lists	column separator lines	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1507
    EAknsCIQsnLineColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1508
    // line #7	setting list	column separator lines	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1509
    EAknsCIQsnLineColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1510
    // line #8	form	slider line 	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1511
    EAknsCIQsnLineColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1512
    // line #9	settings list	value item slider line	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1513
    EAknsCIQsnLineColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1514
    // line #10	opened settings list	value item slider line	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1515
    EAknsCIQsnLineColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1516
    // line #11	popup 	separator line in options menu	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1517
    EAknsCIQsnLineColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1518
    // line #12 main area  music player oscilloscope line and visualizer accent color #144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1519
    EAknsCIQsnLineColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1520
    // line #13 Calculator line color #35
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1521
    EAknsCIQsnLineColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1522
    //line #14	HWR pop-up window	Guideline	#120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1523
    EAknsCIQsnLineColorsCG14   = 13
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
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
* Miscellaneous color group.
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
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1530
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1531
static const TAknsItemID KAknsIIDQsnOtherColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1532
    { EAknsMajorSkin, EAknsMinorQsnOtherColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1534
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1535
* Enumeration for values in QsnOtherColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1536
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1537
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1538
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1539
enum TAknsQsnOtherColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1540
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1541
    // other #1	calendar week view	public event	#35
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1542
    EAknsCIQsnOtherColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1543
    // other #2	calendar week view	private event	#210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1544
    EAknsCIQsnOtherColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1545
    // other #3	calendar week view	not synchronized event	#35 dimmed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1546
    EAknsCIQsnOtherColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1547
    // other #4	calendar week view	2 or more events overlapping	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1548
    EAknsCIQsnOtherColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1549
    // other #5	calendar month view	event indication on focused month	#215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1550
    EAknsCIQsnOtherColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1551
    // other #6	calendar month view	event indication on unfocused month	#221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1552
    EAknsCIQsnOtherColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1553
    // other #7 music player mainpane  spectrum bar gradient top #0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1554
    EAknsCIQsnOtherColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1555
    // other #8 music player mainpane  spectrum bar gradient bottom RGB(0,70,183)
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1556
    EAknsCIQsnOtherColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1557
    //other #9	VKB/HWR pop-up windows	Background color, HWR writing box frame	#193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1558
    EAknsCIQsnOtherColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1559
    // Other #10 Main area	eSWT Background color	#ecf2f2	eSWT backup colour
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1560
    EAknsCIQsnOtherColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1561
    // Other #11 Status area	eSWT Title background color	#ecf2f2	eSWT backup colour
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1562
    EAknsCIQsnOtherColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1563
    // Other #12 Main pane	eSWT Control border colour	#b6c9cf	eSWT backup colour
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1564
    EAknsCIQsnOtherColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1565
    // Other #13 Main pane	eSWT List background colour	#ecf2f2	eSWT backup colour
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1566
    EAknsCIQsnOtherColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1567
    // Other #14 Main pane	eSWT List highlight colour	#e4e5e6	eSWT backup colour
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1568
    EAknsCIQsnOtherColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1569
    // Other #15 Main pane	eSWT List highlighted border colour #9c3958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1570
    EAknsCIQsnOtherColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1571
    // Other #16 HandWritingRecognition	Writing box frame text colour #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1572
    EAknsCIQsnOtherColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1573
    // Other #17 Main pane	Fade Black Map (0-255) 0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1574
    EAknsCIQsnOtherColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1575
    // Other #18 Main pane	Fade White Map (0-255) 255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1576
    EAknsCIQsnOtherColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1577
    // Other #19 Main pane	Screen dimming colour #6c8eB7
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1578
    EAknsCIQsnOtherColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1579
    // Other #20 Hand Writing Recognition	Hand Writing trace text colour #ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1580
    EAknsCIQsnOtherColorsCG20   = 19
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
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
* Highlight color group.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1585
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1586
* @since 2.8
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
static const TAknsItemID KAknsIIDQsnHighlightColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1589
    { EAknsMajorSkin, EAknsMinorQsnHighlightColors };
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
* Enumeration for values in QsnHighlightColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1593
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1594
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1595
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1596
enum TAknsQsnHighlightColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1597
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1598
    // highlight #1	link highlight 	browser link highlight colour; japanese fep predictive candidate indication;automatic find item indcation	#244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1599
    EAknsCIQsnHighlightColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1600
    // highlight #2	cut/copy/paste 	cut/copy/paste highlight	#210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1601
    EAknsCIQsnHighlightColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1602
    // highlight #3	link indication	link text and underline indication	#210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1603
    EAknsCIQsnHighlightColorsCG3    = 2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1604
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1606
static const TAknsItemID KAknsIIDQsnParentColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1607
    { EAknsMajorSkin, EAknsMinorQsnParentColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1609
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1610
* Enumeration for values in QsnParentColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1611
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1612
* @par Notes:
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1613
* No client code should use these groups, they are reserved for
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1614
* the framework and skin package preparation tools.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1615
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1616
* @since 2.8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1617
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1618
enum TAknsQsnParentColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1619
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1620
    EAknsCIQsnParentColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1621
    EAknsCIQsnParentColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1622
    EAknsCIQsnParentColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1623
    EAknsCIQsnParentColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1624
    EAknsCIQsnParentColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1625
    EAknsCIQsnParentColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1626
    EAknsCIQsnParentColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1627
    EAknsCIQsnParentColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1628
    EAknsCIQsnParentColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1629
    EAknsCIQsnParentColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1630
    EAknsCIQsnParentColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1631
    EAknsCIQsnParentColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1632
    EAknsCIQsnParentColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1633
    EAknsCIQsnParentColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1634
    EAknsCIQsnParentColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1635
    EAknsCIQsnParentColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1636
    EAknsCIQsnParentColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1637
    EAknsCIQsnParentColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1638
    EAknsCIQsnParentColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1639
    EAknsCIQsnParentColorsCG20   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1640
    EAknsCIQsnParentColorsCG21   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1641
    EAknsCIQsnParentColorsCG22   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1642
    EAknsCIQsnParentColorsCG23   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1643
    EAknsCIQsnParentColorsCG24   = 23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1644
    EAknsCIQsnParentColorsCG25   = 24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1645
    EAknsCIQsnParentColorsCG26   = 25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1646
    EAknsCIQsnParentColorsCG27   = 26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1647
    EAknsCIQsnParentColorsCG28   = 27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1648
    EAknsCIQsnParentColorsCG29   = 28
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1649
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1651
// Analogue clock
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1653
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1654
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1655
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace1MaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1656
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace1MaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1657
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace1MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1658
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace1MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1660
static const TAknsItemID KAknsIIDQsnCpClockAnalogueBorderNum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1661
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueBorderNum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1663
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1664
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1665
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace2MaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1666
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace2MaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1667
static const TAknsItemID KAknsIIDQsnCpClockAnalogueFace2MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1668
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnalogueFace2MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1670
static const TAknsItemID KAknsIIDQsnCpClockAnaloguePointerHour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1671
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnaloguePointerHour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1672
static const TAknsItemID KAknsIIDQsnCpClockAnaloguePointerMinute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1673
    { EAknsMajorSkin, EAknsMinorQsnCpClockAnaloguePointerMinute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1675
// Obsolete digital clock graphics
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1676
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1677
static const TAknsItemID KAknsIIDQsnCpClockDigitalZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1678
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1679
static const TAknsItemID KAknsIIDQsnCpClockDigitalOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1680
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1681
static const TAknsItemID KAknsIIDQsnCpClockDigitalTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1682
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1683
static const TAknsItemID KAknsIIDQsnCpClockDigitalThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1684
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1685
static const TAknsItemID KAknsIIDQsnCpClockDigitalFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1686
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1687
static const TAknsItemID KAknsIIDQsnCpClockDigitalFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1688
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1689
static const TAknsItemID KAknsIIDQsnCpClockDigitalSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1690
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1691
static const TAknsItemID KAknsIIDQsnCpClockDigitalSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1692
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1693
static const TAknsItemID KAknsIIDQsnCpClockDigitalEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1694
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1695
static const TAknsItemID KAknsIIDQsnCpClockDigitalNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1696
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1697
static const TAknsItemID KAknsIIDQsnCpClockDigitalStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1698
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1699
static const TAknsItemID KAknsIIDQsnCpClockDigitalColon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1700
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalColon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1701
static const TAknsItemID KAknsIIDQsnCpClockDigitalZeroMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1702
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalZeroMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1703
static const TAknsItemID KAknsIIDQsnCpClockDigitalOneMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1704
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalOneMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1705
static const TAknsItemID KAknsIIDQsnCpClockDigitalTwoMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1706
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalTwoMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1707
static const TAknsItemID KAknsIIDQsnCpClockDigitalThreeMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1708
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalThreeMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1709
static const TAknsItemID KAknsIIDQsnCpClockDigitalFourMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1710
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFourMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1711
static const TAknsItemID KAknsIIDQsnCpClockDigitalFiveMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1712
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFiveMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1713
static const TAknsItemID KAknsIIDQsnCpClockDigitalSixMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1714
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSixMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1715
static const TAknsItemID KAknsIIDQsnCpClockDigitalSevenMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1716
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSevenMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1717
static const TAknsItemID KAknsIIDQsnCpClockDigitalEightMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1718
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalEightMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1719
static const TAknsItemID KAknsIIDQsnCpClockDigitalNineMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1720
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNineMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1721
static const TAknsItemID KAknsIIDQsnCpClockDigitalStopMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1722
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalStopMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1723
static const TAknsItemID KAknsIIDQsnCpClockDigitalColonMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1724
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalColonMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1725
static const TAknsItemID KAknsIIDQsnCpClockDigitalZeroMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1726
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalZeroMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1727
static const TAknsItemID KAknsIIDQsnCpClockDigitalOneMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1728
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalOneMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1729
static const TAknsItemID KAknsIIDQsnCpClockDigitalTwoMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1730
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalTwoMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1731
static const TAknsItemID KAknsIIDQsnCpClockDigitalThreeMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1732
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalThreeMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1733
static const TAknsItemID KAknsIIDQsnCpClockDigitalFourMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1734
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFourMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1735
static const TAknsItemID KAknsIIDQsnCpClockDigitalFiveMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1736
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalFiveMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1737
static const TAknsItemID KAknsIIDQsnCpClockDigitalSixMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1738
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSixMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1739
static const TAknsItemID KAknsIIDQsnCpClockDigitalSevenMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1740
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalSevenMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1741
static const TAknsItemID KAknsIIDQsnCpClockDigitalEightMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1742
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalEightMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1743
static const TAknsItemID KAknsIIDQsnCpClockDigitalNineMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1744
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNineMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1745
static const TAknsItemID KAknsIIDQsnCpClockDigitalStopMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1746
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalStopMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1747
static const TAknsItemID KAknsIIDQsnCpClockDigitalColonMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1748
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalColonMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1749
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1750
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1751
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1752
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1753
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1754
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1755
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1756
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1757
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1758
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1759
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1760
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1761
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1762
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1763
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1764
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1765
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1766
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1767
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1768
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1769
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1770
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1771
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhColon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1772
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhColon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1773
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhZeroMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1774
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhZeroMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1775
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhOneMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1776
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhOneMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1777
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhTwoMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1778
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhTwoMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1779
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhThreeMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1780
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhThreeMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1781
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFourMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1782
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFourMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1783
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFiveMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1784
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFiveMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1785
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSixMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1786
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSixMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1787
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSevenMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1788
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSevenMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1789
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhEightMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1790
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhEightMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1791
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNineMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1792
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNineMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1793
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhStopMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1794
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhStopMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1795
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhColonMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1796
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhColonMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1797
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhZeroMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1798
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhZeroMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1799
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhOneMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1800
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhOneMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1801
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhTwoMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1802
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhTwoMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1803
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhThreeMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1804
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhThreeMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1805
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFourMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1806
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFourMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1807
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhFiveMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1808
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhFiveMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1809
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSixMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1810
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSixMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1811
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhSevenMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1812
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhSevenMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1813
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhEightMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1814
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhEightMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1815
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNineMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1816
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNineMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1817
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhStopMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1818
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhStopMaskHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1819
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhColonMaskHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1820
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhColonMaskHard };
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
// 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
  1823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1824
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1825
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1826
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1827
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1828
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1829
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1830
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1831
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1832
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1833
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1834
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1835
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1836
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1837
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1838
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1839
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1840
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1841
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1842
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1843
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1844
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1845
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1846
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewColon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1847
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewColon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1848
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewZeroShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1849
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewZeroShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1850
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewOneShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1851
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewOneShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1852
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewTwoShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1853
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewTwoShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1854
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewThreeShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1855
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewThreeShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1856
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewFourShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1857
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewFourShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1858
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewFiveShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1859
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewFiveShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1860
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewSixShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1861
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewSixShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1862
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewSevenShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1863
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewSevenShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1864
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewEightShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1865
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewEightShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1866
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewNineShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1867
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewNineShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1868
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewStopShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1869
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewStopShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1870
static const TAknsItemID KAknsIIDQsnCpClockDigitalNewColonShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1871
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalNewColonShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1873
// 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
  1874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1875
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1876
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1877
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1878
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1879
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1880
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1881
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1882
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1883
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1884
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1885
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1886
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1887
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1888
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1889
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1890
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1891
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1892
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1893
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1894
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1895
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1896
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1897
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewColon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1898
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewColon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1899
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewZeroShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1900
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewZeroShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1901
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewOneShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1902
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewOneShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1903
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewTwoShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1904
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewTwoShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1905
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewThreeShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1906
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewThreeShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1907
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewFourShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1908
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewFourShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1909
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewFiveShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1910
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewFiveShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1911
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewSixShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1912
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewSixShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1913
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewSevenShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1914
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewSevenShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1915
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewEightShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1916
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewEightShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1917
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewNineShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1918
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewNineShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1919
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewStopShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1920
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewStopShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1921
static const TAknsItemID KAknsIIDQsnCpClockDigitalAhNewColonShape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1922
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalAhNewColonShape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1924
// Notepad frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1926
static const TAknsItemID KAknsIIDQsnFrNotepad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1927
    { EAknsMajorSkin, EAknsMinorQsnFrNotepad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1929
static const TAknsItemID KAknsIIDQsnFrNotepadCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1930
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1932
static const TAknsItemID KAknsIIDQsnFrNotepadCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1933
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1935
static const TAknsItemID KAknsIIDQsnFrNotepadCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1936
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1938
static const TAknsItemID KAknsIIDQsnFrNotepadCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1939
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1941
static const TAknsItemID KAknsIIDQsnFrNotepadSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1942
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1944
static const TAknsItemID KAknsIIDQsnFrNotepadSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1945
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1947
static const TAknsItemID KAknsIIDQsnFrNotepadSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1948
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1950
static const TAknsItemID KAknsIIDQsnFrNotepadSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1951
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1953
static const TAknsItemID KAknsIIDQsnFrNotepadCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1954
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1956
// Notepad "cont" frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1958
static const TAknsItemID KAknsIIDQsnFrNotepadCont =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1959
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadCont };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1961
static const TAknsItemID KAknsIIDQsnFrNotepadContCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1962
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1964
static const TAknsItemID KAknsIIDQsnFrNotepadContCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1965
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1967
static const TAknsItemID KAknsIIDQsnFrNotepadContCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1968
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1970
static const TAknsItemID KAknsIIDQsnFrNotepadContCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1971
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1973
static const TAknsItemID KAknsIIDQsnFrNotepadContSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1974
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1976
static const TAknsItemID KAknsIIDQsnFrNotepadContSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1977
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1979
static const TAknsItemID KAknsIIDQsnFrNotepadContSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1980
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1982
static const TAknsItemID KAknsIIDQsnFrNotepadContSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1983
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1985
static const TAknsItemID KAknsIIDQsnFrNotepadContCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1986
    { EAknsMajorSkin, EAknsMinorQsnFrNotepadContCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1988
// Calculator paper frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1990
static const TAknsItemID KAknsIIDQsnFrCalcPaper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1991
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1993
static const TAknsItemID KAknsIIDQsnFrCalcPaperCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1994
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1996
static const TAknsItemID KAknsIIDQsnFrCalcPaperCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1997
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  1999
static const TAknsItemID KAknsIIDQsnFrCalcPaperCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2000
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2002
static const TAknsItemID KAknsIIDQsnFrCalcPaperCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2003
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2005
static const TAknsItemID KAknsIIDQsnFrCalcPaperSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2006
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2008
static const TAknsItemID KAknsIIDQsnFrCalcPaperSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2009
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2011
static const TAknsItemID KAknsIIDQsnFrCalcPaperSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2012
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2014
static const TAknsItemID KAknsIIDQsnFrCalcPaperSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2015
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2017
static const TAknsItemID KAknsIIDQsnFrCalcPaperCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2018
    { EAknsMajorSkin, EAknsMinorQsnFrCalcPaperCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2020
// Calculator display parts
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2022
static const TAknsItemID KAknsIIDQsnFrCalcDisplaySideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2023
    { EAknsMajorSkin, EAknsMinorQsnFrCalcDisplaySideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2025
static const TAknsItemID KAknsIIDQsnFrCalcDisplaySideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2026
    { EAknsMajorSkin, EAknsMinorQsnFrCalcDisplaySideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2028
static const TAknsItemID KAknsIIDQsnFrCalcDisplayCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2029
    { EAknsMajorSkin, EAknsMinorQsnFrCalcDisplayCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2031
// Button frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2033
static const TAknsItemID KAknsIIDQsnFrSelButton =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2034
    { EAknsMajorSkin, EAknsMinorQsnFrSelButton };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2036
static const TAknsItemID KAknsIIDQsnFrSelButtonCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2037
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2039
static const TAknsItemID KAknsIIDQsnFrSelButtonCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2040
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2042
static const TAknsItemID KAknsIIDQsnFrSelButtonCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2043
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2045
static const TAknsItemID KAknsIIDQsnFrSelButtonCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2046
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2048
static const TAknsItemID KAknsIIDQsnFrSelButtonSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2049
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2051
static const TAknsItemID KAknsIIDQsnFrSelButtonSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2052
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2054
static const TAknsItemID KAknsIIDQsnFrSelButtonSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2055
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2057
static const TAknsItemID KAknsIIDQsnFrSelButtonSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2058
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2060
static const TAknsItemID KAknsIIDQsnFrSelButtonCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2061
    { EAknsMajorSkin, EAknsMinorQsnFrSelButtonCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2063
// Info popup frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2065
static const TAknsItemID KAknsIIDQsnFrPopupPreview =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2066
    { EAknsMajorSkin, EAknsMinorQsnFrPopupPreview };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2068
static const TAknsItemID KAknsIIDQgnGrafPopupTrans =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2069
    { EAknsMajorSkin, EAknsMinorQgnGrafPopupTrans };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2072
// Highlight animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2074
static const TAknsItemID KAknsIIDQsnAnimGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2075
    { EAknsMajorSkin, EAknsMinorQsnAnimGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2077
static const TAknsItemID KAknsIIDQsnAnimList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2078
    { EAknsMajorSkin, EAknsMinorQsnAnimList };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2080
static const TAknsItemID KAknsIIDQsnAnimSetOptFoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2081
    { EAknsMajorSkin, EAknsMinorQsnAnimSetOptFoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2083
// Bitmap animation which are not tied to resource id.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2084
// The default system skin must define these items
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2085
static const TAknsItemID KAknsIIDQgnGrafLongPressAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2086
    { EAknsMajorSkin, EAknsMinorQgnGrafLongPressAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2088
static const TAknsItemID KAknsIIDQgnNoteAlarmAlertAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2089
    { EAknsMajorSkin, EAknsMinorQgnNoteAlarmAlertAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2091
// ESeries frames - Action frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2092
static const TAknsItemID KAknsIIDQgnFsAction =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2093
    { EAknsMajorSkin, EAknsMinorQgnFsAction };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2095
static const TAknsItemID KAknsIIDQgnFsActionCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2096
    { EAknsMajorSkin, EAknsMinorQgnFsActionCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2098
static const TAknsItemID KAknsIIDQgnFsActionCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2099
    { EAknsMajorSkin, EAknsMinorQgnFsActionCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2101
static const TAknsItemID KAknsIIDQgnFsActionCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2102
    { EAknsMajorSkin, EAknsMinorQgnFsActionCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2104
static const TAknsItemID KAknsIIDQgnFsActionCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2105
    { EAknsMajorSkin, EAknsMinorQgnFsActionCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2107
static const TAknsItemID KAknsIIDQgnFsActionSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2108
    { EAknsMajorSkin, EAknsMinorQgnFsActionSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2110
static const TAknsItemID KAknsIIDQgnFsActionSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2111
    { EAknsMajorSkin, EAknsMinorQgnFsActionSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2113
static const TAknsItemID KAknsIIDQgnFsActionSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2114
    { EAknsMajorSkin, EAknsMinorQgnFsActionSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2116
static const TAknsItemID KAknsIIDQgnFsActionSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2117
    { EAknsMajorSkin, EAknsMinorQgnFsActionSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2119
static const TAknsItemID KAknsIIDQgnFsActionCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2120
    { EAknsMajorSkin, EAknsMinorQgnFsActionCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2122
// ESeries frames - Calendar week high bottom frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2123
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2124
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2126
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2127
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2129
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2130
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2132
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2133
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2135
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2136
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2138
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2139
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2141
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2142
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2144
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2145
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2147
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2148
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2150
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighBottomCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2151
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighBottomCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2153
// ESeries frames - calendar week high
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2154
static const TAknsItemID KAknsIIDQgnFsCaleWeekHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2155
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2157
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2158
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2160
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2161
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2163
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2164
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2166
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2167
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2169
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2170
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2172
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2173
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2175
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2176
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2178
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2179
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2181
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2182
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2184
// ESeries frames - calendar high top
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2185
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2186
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2188
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2189
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2191
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2192
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2194
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2195
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2197
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2198
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2200
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2201
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2203
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2204
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2206
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2207
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2209
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2210
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2212
static const TAknsItemID KAknsIIDQgnFsCaleWeekHighTopCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2213
    { EAknsMajorSkin, EAknsMinorQgnFsCaleWeekHighTopCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2215
// ESeries frames - Grid
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2216
static const TAknsItemID KAknsIIDQgnFsGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2217
    { EAknsMajorSkin, EAknsMinorQgnFsGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2219
static const TAknsItemID KAknsIIDQgnFsGridCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2220
    { EAknsMajorSkin, EAknsMinorQgnFsGridCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2222
static const TAknsItemID KAknsIIDQgnFsGridCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2223
    { EAknsMajorSkin, EAknsMinorQgnFsGridCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2225
static const TAknsItemID KAknsIIDQgnFsGridCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2226
    { EAknsMajorSkin, EAknsMinorQgnFsGridCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2228
static const TAknsItemID KAknsIIDQgnFsGridCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2229
    { EAknsMajorSkin, EAknsMinorQgnFsGridCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2231
static const TAknsItemID KAknsIIDQgnFsGridSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2232
    { EAknsMajorSkin, EAknsMinorQgnFsGridSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2234
static const TAknsItemID KAknsIIDQgnFsGridSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2235
    { EAknsMajorSkin, EAknsMinorQgnFsGridSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2237
static const TAknsItemID KAknsIIDQgnFsGridSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2238
    { EAknsMajorSkin, EAknsMinorQgnFsGridSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2240
static const TAknsItemID KAknsIIDQgnFsGridSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2241
    { EAknsMajorSkin, EAknsMinorQgnFsGridSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2243
static const TAknsItemID KAknsIIDQgnFsGridCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2244
    { EAknsMajorSkin, EAknsMinorQgnFsGridCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2246
// ESeries frames - Input frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2247
static const TAknsItemID KAknsIIDQgnFsInput  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2248
    { EAknsMajorSkin, EAknsMinorQgnFsInput };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2250
static const TAknsItemID KAknsIIDQgnFsInputCornerTl  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2251
    { EAknsMajorSkin, EAknsMinorQgnFsInputCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2253
static const TAknsItemID KAknsIIDQgnFsInputCornerTr  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2254
    { EAknsMajorSkin, EAknsMinorQgnFsInputCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2256
static const TAknsItemID KAknsIIDQgnFsInputCornerBl  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2257
    { EAknsMajorSkin, EAknsMinorQgnFsInputCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2259
static const TAknsItemID KAknsIIDQgnFsInputCornerBr  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2260
    { EAknsMajorSkin, EAknsMinorQgnFsInputCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2262
static const TAknsItemID KAknsIIDQgnFsInputSideT  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2263
    { EAknsMajorSkin, EAknsMinorQgnFsInputSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2265
static const TAknsItemID KAknsIIDQgnFsInputSideL  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2266
    { EAknsMajorSkin, EAknsMinorQgnFsInputSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2268
static const TAknsItemID KAknsIIDQgnFsInputSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2269
    { EAknsMajorSkin, EAknsMinorQgnFsInputSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2271
static const TAknsItemID KAknsIIDQgnFsInputSideB  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2272
    { EAknsMajorSkin, EAknsMinorQgnFsInputSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2274
static const TAknsItemID KAknsIIDQgnFsInputCenter  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2275
    { EAknsMajorSkin, EAknsMinorQgnFsInputCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2277
// ESeries frames - List frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2278
static const TAknsItemID KAknsIIDQgnFsList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2279
    { EAknsMajorSkin, EAknsMinorQgnFsList };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2281
static const TAknsItemID KAknsIIDQgnFsListCornerTl  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2282
    { EAknsMajorSkin, EAknsMinorQgnFsListCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2284
static const TAknsItemID KAknsIIDQgnFsListCornerTr  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2285
    { EAknsMajorSkin, EAknsMinorQgnFsListCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2287
static const TAknsItemID KAknsIIDQgnFsListCornerBl  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2288
    { EAknsMajorSkin, EAknsMinorQgnFsListCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2290
static const TAknsItemID KAknsIIDQgnFsListCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2291
    { EAknsMajorSkin, EAknsMinorQgnFsListCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2293
static const TAknsItemID KAknsIIDQgnFsListSideT  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2294
    { EAknsMajorSkin, EAknsMinorQgnFsListSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2296
static const TAknsItemID KAknsIIDQgnFsListSideL  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2297
    { EAknsMajorSkin, EAknsMinorQgnFsListSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2299
static const TAknsItemID KAknsIIDQgnFsListSideR  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2300
    { EAknsMajorSkin, EAknsMinorQgnFsListSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2302
static const TAknsItemID KAknsIIDQgnFsListSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2303
    { EAknsMajorSkin, EAknsMinorQgnFsListSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2305
static const TAknsItemID KAknsIIDQgnFsListCenter  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2306
    { EAknsMajorSkin, EAknsMinorQgnFsListCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2309
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2310
// EAknsMajorAvkon item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2311
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2313
// Icon group "gene"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2315
static const TAknsItemID KAknsIIDQgnIndiScrollUpMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2316
    { EAknsMajorAvkon, EAknsMinorQgnIndiScrollUpMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2318
static const TAknsItemID KAknsIIDQgnIndiScrollDownMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2319
    { EAknsMajorAvkon, EAknsMinorQgnIndiScrollDownMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2321
static const TAknsItemID KAknsIIDQgnIndiSignalStrength =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2322
    { EAknsMajorAvkon, EAknsMinorQgnIndiSignalStrength };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2324
static const TAknsItemID KAknsIIDQgnIndiBatteryStrength =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2325
    { EAknsMajorAvkon, EAknsMinorQgnIndiBatteryStrength };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2327
static const TAknsItemID KAknsIIDQgnIndiNoSignal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2328
    { EAknsMajorAvkon, EAknsMinorQgnIndiNoSignal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2330
static const TAknsItemID KAknsIIDQgnIndiFindGlass =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2331
    { EAknsMajorAvkon, EAknsMinorQgnIndiFindGlass };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2333
static const TAknsItemID KAknsIIDQgnPropCheckboxOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2334
    { EAknsMajorAvkon, EAknsMinorQgnPropCheckboxOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2336
static const TAknsItemID KAknsIIDQgnPropCheckboxOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2337
    { EAknsMajorAvkon, EAknsMinorQgnPropCheckboxOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2339
static const TAknsItemID KAknsIIDQgnPropFolderSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2340
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2342
static const TAknsItemID KAknsIIDQgnPropGroupSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2343
    { EAknsMajorAvkon, EAknsMinorQgnPropGroupSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2345
static const TAknsItemID KAknsIIDQgnPropRadiobuttOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2346
    { EAknsMajorAvkon, EAknsMinorQgnPropRadiobuttOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2348
static const TAknsItemID KAknsIIDQgnPropRadiobuttOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2349
    { EAknsMajorAvkon, EAknsMinorQgnPropRadiobuttOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2351
static const TAknsItemID KAknsIIDQgnPropFolderLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2352
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2354
static const TAknsItemID KAknsIIDQgnPropFolderMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2355
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2357
static const TAknsItemID KAknsIIDQgnPropGroupLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2358
    { EAknsMajorAvkon, EAknsMinorQgnPropGroupLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2360
static const TAknsItemID KAknsIIDQgnPropGroupMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2361
    { EAknsMajorAvkon, EAknsMinorQgnPropGroupMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2363
static const TAknsItemID KAknsIIDQgnPropUnsupportedFile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2364
    { EAknsMajorAvkon, EAknsMinorQgnPropUnsupportedFile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2366
static const TAknsItemID KAknsIIDQgnPropFolderGms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2367
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderGms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2369
static const TAknsItemID KAknsIIDQgnPropFmgrFileGame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2370
    { EAknsMajorAvkon, EAknsMinorQgnPropFmgrFileGame};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2372
static const TAknsItemID KAknsIIDQgnPropFmgrFileOther =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2373
    { EAknsMajorAvkon, EAknsMinorQgnPropFmgrFileOther};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2375
static const TAknsItemID KAknsIIDQgnPropFolderCurrent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2376
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderCurrent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2378
static const TAknsItemID KAknsIIDQgnPropFolderSubSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2379
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2381
static const TAknsItemID KAknsIIDQgnPropFolderAppsMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2382
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderAppsMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2384
static const TAknsItemID KAknsIIDQgnMenuFolderApps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2385
    { EAknsMajorAvkon, EAknsMinorQgnMenuFolderApps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2387
static const TAknsItemID KAknsIIDQgnPropFolderSubMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2388
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2390
static const TAknsItemID KAknsIIDQgnPropFolderImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2391
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2393
static const TAknsItemID KAknsIIDQgnPropFolderMmsTemp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2394
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMmsTemp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2396
static const TAknsItemID KAknsIIDQgnPropFolderSounds =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2397
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSounds };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2399
static const TAknsItemID KAknsIIDQgnPropFolderSubLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2400
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2402
static const TAknsItemID KAknsIIDQgnPropFolderVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2403
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2405
static const TAknsItemID KAknsIIDQgnPropImFrom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2406
    { EAknsMajorAvkon, EAknsMinorQgnPropImFrom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2408
static const TAknsItemID KAknsIIDQgnPropImTome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2409
    { EAknsMajorAvkon, EAknsMinorQgnPropImTome };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2411
static const TAknsItemID KAknsIIDQgnPropNrtypAddress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2412
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypAddress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2414
static const TAknsItemID KAknsIIDQgnPropNrtypCompAddress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2415
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypCompAddress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2417
static const TAknsItemID KAknsIIDQgnPropNrtypHomeAddress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2418
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypHomeAddress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2420
static const TAknsItemID KAknsIIDQgnPropNrtypDate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2421
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypDate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2423
static const TAknsItemID KAknsIIDQgnPropNrtypEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2424
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2426
static const TAknsItemID KAknsIIDQgnPropNrtypFax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2427
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypFax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2429
static const TAknsItemID KAknsIIDQgnPropNrtypMobile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2430
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypMobile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2432
static const TAknsItemID KAknsIIDQgnPropNrtypNote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2433
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypNote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2435
static const TAknsItemID KAknsIIDQgnPropNrtypPager =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2436
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypPager };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2438
static const TAknsItemID KAknsIIDQgnPropNrtypPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2439
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2441
static const TAknsItemID KAknsIIDQgnPropNrtypTone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2442
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypTone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2444
static const TAknsItemID KAknsIIDQgnPropNrtypUrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2445
    { EAknsMajorAvkon, EAknsMinorQgnPropNrtypUrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2447
static const TAknsItemID KAknsIIDQgnIndiSubmenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2448
    { EAknsMajorAvkon, EAknsMinorQgnIndiSubmenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2450
static const TAknsItemID KAknsIIDQgnIndiOnimageAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2451
    { EAknsMajorAvkon, EAknsMinorQgnIndiOnimageAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2453
static const TAknsItemID KAknsIIDQgnPropFolderDigital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2454
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderDigital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2456
static const TAknsItemID KAknsIIDQgnPropFolderSimple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2457
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSimple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2459
static const TAknsItemID KAknsIIDQgnPropFolderPres =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2460
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderPres };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2462
static const TAknsItemID KAknsIIDQgnPropFileVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2463
    { EAknsMajorAvkon, EAknsMinorQgnPropFileVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2465
static const TAknsItemID KAknsIIDQgnPropFileAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2466
    { EAknsMajorAvkon, EAknsMinorQgnPropFileAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2468
static const TAknsItemID KAknsIIDQgnPropFileRam =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2469
    { EAknsMajorAvkon, EAknsMinorQgnPropFileRam };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2471
static const TAknsItemID KAknsIIDQgnPropFilePlaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2472
    { EAknsMajorAvkon, EAknsMinorQgnPropFilePlaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2474
static const TAknsItemID KAknsIIDQgnPropWmlFolderLinkSeamless =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2475
    { EAknsMajorAvkon, EAknsMinorQgnPropWmlFolderLinkSeamless };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2477
static const TAknsItemID KAknsIIDQgnIndiFindGoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2478
    { EAknsMajorAvkon, EAknsMinorQgnIndiFindGoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2480
// Icon group "tab"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2482
static const TAknsItemID KAknsIIDQgnGrafTab21 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2483
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab21 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2485
static const TAknsItemID KAknsIIDQgnGrafTab22 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2486
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab22 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2488
static const TAknsItemID KAknsIIDQgnGrafTab31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2489
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2491
static const TAknsItemID KAknsIIDQgnGrafTab32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2492
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2494
static const TAknsItemID KAknsIIDQgnGrafTab33 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2495
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab33 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2497
static const TAknsItemID KAknsIIDQgnGrafTab41 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2498
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab41 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2500
static const TAknsItemID KAknsIIDQgnGrafTab42 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2501
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab42 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2503
static const TAknsItemID KAknsIIDQgnGrafTab43 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2504
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab43 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2506
static const TAknsItemID KAknsIIDQgnGrafTab44 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2507
    { EAknsMajorAvkon, EAknsMinorQgnGrafTab44 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2509
static const TAknsItemID KAknsIIDQgnGrafTabLong21 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2510
    { EAknsMajorAvkon, EAknsMinorQgnGrafTabLong21 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2512
static const TAknsItemID KAknsIIDQgnGrafTabLong22 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2513
    { EAknsMajorAvkon, EAknsMinorQgnGrafTabLong22 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2515
static const TAknsItemID KAknsIIDQgnGrafTabLong31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2516
    { EAknsMajorAvkon, EAknsMinorQgnGrafTabLong31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2518
static const TAknsItemID KAknsIIDQgnGrafTabLong32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2519
    { EAknsMajorAvkon, EAknsMinorQgnGrafTabLong32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2520
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2521
static const TAknsItemID KAknsIIDQgnGrafTabLong33 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2522
    { EAknsMajorAvkon, EAknsMinorQgnGrafTabLong33 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2523
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2524
// Tab icons for A&H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2526
static const TAknsItemID KAknsIIDQgnPropFolderTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2527
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2529
static const TAknsItemID KAknsIIDQgnPropFolderHelpTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2530
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderHelpTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2532
static const TAknsItemID KAknsIIDQgnPropHelpOpenTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2533
    { EAknsMajorAvkon, EAknsMinorQgnPropHelpOpenTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2535
static const TAknsItemID KAknsIIDQgnPropFolderImageTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2536
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderImageTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2538
static const TAknsItemID KAknsIIDQgnPropFolderMessageTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2539
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMessageTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2541
static const TAknsItemID KAknsIIDQgnPropFolderMessageAttachTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2542
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMessageAttachTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2544
static const TAknsItemID KAknsIIDQgnPropFolderMessageAudioTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2545
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMessageAudioTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2547
static const TAknsItemID KAknsIIDQgnPropFolderMessageObjectTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2548
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderMessageObjectTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2550
static const TAknsItemID KAknsIIDQgnPropNoteListAlphaTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2551
    { EAknsMajorAvkon, EAknsMinorQgnPropNoteListAlphaTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2553
static const TAknsItemID KAknsIIDQgnPropListKeywordTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2554
    { EAknsMajorAvkon, EAknsMinorQgnPropListKeywordTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2556
static const TAknsItemID KAknsIIDQgnPropNoteListTimeTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2557
    { EAknsMajorAvkon, EAknsMinorQgnPropNoteListTimeTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2559
static const TAknsItemID KAknsIIDQgnPropMceDocTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2560
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDocTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2562
static const TAknsItemID KAknsIIDQgnPropFolderTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2563
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2565
static const TAknsItemID KAknsIIDQgnPropListKeywordArabicTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2566
    { EAknsMajorAvkon, EAknsMinorQgnPropListKeywordArabicTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2568
static const TAknsItemID KAknsIIDQgnPropListKeywordHebrewTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2569
    { EAknsMajorAvkon, EAknsMinorQgnPropListKeywordHebrewTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2571
static const TAknsItemID KAknsIIDQgnPropNoteListAlphaArabicTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2572
    { EAknsMajorAvkon, EAknsMinorQgnPropNoteListAlphaArabicTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2574
static const TAknsItemID KAknsIIDQgnPropNoteListAlphaHebrewTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2575
    { EAknsMajorAvkon, EAknsMinorQgnPropNoteListAlphaHebrewTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2577
// Icon group "bt"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2579
static const TAknsItemID KAknsIIDQgnPropBtAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2580
    { EAknsMajorAvkon, EAknsMinorQgnPropBtAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2582
static const TAknsItemID KAknsIIDQgnPropBtUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2583
    { EAknsMajorAvkon, EAknsMinorQgnPropBtUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2585
// Icon group "mce"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2587
static const TAknsItemID KAknsIIDQgnPropFolderSmallNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2588
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSmallNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2589
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2590
static const TAknsItemID KAknsIIDQgnPropFolderTemp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2591
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderTemp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2592
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2593
static const TAknsItemID KAknsIIDQgnPropMceUnknownRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2594
    { EAknsMajorAvkon, EAknsMinorQgnPropMceUnknownRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2596
static const TAknsItemID KAknsIIDQgnPropMceUnknownUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2597
    { EAknsMajorAvkon, EAknsMinorQgnPropMceUnknownUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2598
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2599
static const TAknsItemID KAknsIIDQgnPropMceBtUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2600
    { EAknsMajorAvkon, EAknsMinorQgnPropMceBtUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2602
static const TAknsItemID KAknsIIDQgnPropMceDocSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2603
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDocSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2605
static const TAknsItemID KAknsIIDQgnPropMceDocumentsNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2606
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDocumentsNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2608
static const TAknsItemID KAknsIIDQgnPropMceDocumentsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2609
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDocumentsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2611
static const TAknsItemID KAknsIIDQgnPropFolderSubs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2612
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2614
static const TAknsItemID KAknsIIDQgnPropFolderSubsNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2615
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubsNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2617
static const TAknsItemID KAknsIIDQgnPropFolderSubSubs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2618
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubSubs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2620
static const TAknsItemID KAknsIIDQgnPropFolderSubSubsNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2621
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubSubsNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2622
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2623
static const TAknsItemID KAknsIIDQgnPropFolderSubUnsubsNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2624
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderSubUnsubsNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2626
static const TAknsItemID KAknsIIDQgnPropFolderUnsubsNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2627
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderUnsubsNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2629
static const TAknsItemID KAknsIIDQgnPropMceWriteSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2630
    { EAknsMajorAvkon, EAknsMinorQgnPropMceWriteSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2631
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2632
static const TAknsItemID KAknsIIDQgnPropMceInboxSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2633
    { EAknsMajorAvkon, EAknsMinorQgnPropMceInboxSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2634
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2635
static const TAknsItemID KAknsIIDQgnPropMceInboxNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2636
    { EAknsMajorAvkon, EAknsMinorQgnPropMceInboxNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2637
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2638
static const TAknsItemID KAknsIIDQgnPropMceRemoteSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2639
    { EAknsMajorAvkon, EAknsMinorQgnPropMceRemoteSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2640
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2641
static const TAknsItemID KAknsIIDQgnPropMceRemoteNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2642
    { EAknsMajorAvkon, EAknsMinorQgnPropMceRemoteNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2643
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2644
static const TAknsItemID KAknsIIDQgnPropMceSentSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2645
    { EAknsMajorAvkon, EAknsMinorQgnPropMceSentSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2646
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2647
static const TAknsItemID KAknsIIDQgnPropMceOutboxSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2648
    { EAknsMajorAvkon, EAknsMinorQgnPropMceOutboxSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2649
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2650
static const TAknsItemID KAknsIIDQgnPropMceDrSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2651
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDrSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2653
// Icon group "logs"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2655
static const TAknsItemID KAknsIIDQgnPropLogCallsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2656
    { EAknsMajorAvkon, EAknsMinorQgnPropLogCallsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2658
static const TAknsItemID KAknsIIDQgnPropLogMissedSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2659
    { EAknsMajorAvkon, EAknsMinorQgnPropLogMissedSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2661
static const TAknsItemID KAknsIIDQgnPropLogInSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2662
    { EAknsMajorAvkon, EAknsMinorQgnPropLogInSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2664
static const TAknsItemID KAknsIIDQgnPropLogOutSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2665
    { EAknsMajorAvkon, EAknsMinorQgnPropLogOutSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2667
static const TAknsItemID KAknsIIDQgnPropLogTimersSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2668
    { EAknsMajorAvkon, EAknsMinorQgnPropLogTimersSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2670
static const TAknsItemID KAknsIIDQgnPropLogTimerCallLast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2671
    { EAknsMajorAvkon, EAknsMinorQgnPropLogTimerCallLast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2673
static const TAknsItemID KAknsIIDQgnPropLogTimerCallOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2674
    { EAknsMajorAvkon, EAknsMinorQgnPropLogTimerCallOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2676
static const TAknsItemID KAknsIIDQgnPropLogTimerCallIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2677
    { EAknsMajorAvkon, EAknsMinorQgnPropLogTimerCallIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2679
static const TAknsItemID KAknsIIDQgnPropLogTimerCallAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2680
    { EAknsMajorAvkon, EAknsMinorQgnPropLogTimerCallAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2682
static const TAknsItemID KAknsIIDQgnPropLogGprsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2683
    { EAknsMajorAvkon, EAknsMinorQgnPropLogGprsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2685
static const TAknsItemID KAknsIIDQgnPropLogGprsSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2686
    { EAknsMajorAvkon, EAknsMinorQgnPropLogGprsSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2688
static const TAknsItemID KAknsIIDQgnPropLogGprsReceived =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2689
    { EAknsMajorAvkon, EAknsMinorQgnPropLogGprsReceived };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2691
// Icon group "Camera settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2693
static const TAknsItemID KAknsIIDQgnPropSetCamsImageSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2694
    { EAknsMajorAvkon, EAknsMinorQgnPropSetCamsImageSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2696
static const TAknsItemID KAknsIIDQgnPropSetCamsVideoSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2697
    { EAknsMajorAvkon, EAknsMinorQgnPropSetCamsVideoSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2699
// Icon group "Realplayer settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2701
static const TAknsItemID KAknsIIDQgnPropSetMpVideoSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2702
    { EAknsMajorAvkon, EAknsMinorQgnPropSetMpVideoSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2704
static const TAknsItemID KAknsIIDQgnPropSetMpAudioSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2705
    { EAknsMajorAvkon, EAknsMinorQgnPropSetMpAudioSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2707
static const TAknsItemID KAknsIIDQgnPropSetMpStreamSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2708
    { EAknsMajorAvkon, EAknsMinorQgnPropSetMpStreamSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2710
// Icon group "chat"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2712
static const TAknsItemID KAknsIIDQgnPropImIbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2713
    { EAknsMajorAvkon, EAknsMinorQgnPropImIbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2715
static const TAknsItemID KAknsIIDQgnPropImFriends =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2716
    { EAknsMajorAvkon, EAknsMinorQgnPropImFriends };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2718
static const TAknsItemID KAknsIIDQgnPropImList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2719
    { EAknsMajorAvkon, EAknsMinorQgnPropImList };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2721
// Icon group "dyc"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2723
static const TAknsItemID KAknsIIDQgnPropDycPublicSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2724
    { EAknsMajorAvkon, EAknsMinorQgnPropDycPublicSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2726
static const TAknsItemID KAknsIIDQgnPropDycPrivateSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2727
    { EAknsMajorAvkon, EAknsMinorQgnPropDycPrivateSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2729
static const TAknsItemID KAknsIIDQgnPropDycBlockedSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2730
    { EAknsMajorAvkon, EAknsMinorQgnPropDycBlockedSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2732
static const TAknsItemID KAknsIIDQgnPropDycAvailBig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2733
    { EAknsMajorAvkon, EAknsMinorQgnPropDycAvailBig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2735
static const TAknsItemID KAknsIIDQgnPropDycDiscreetBig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2736
    { EAknsMajorAvkon, EAknsMinorQgnPropDycDiscreetBig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2738
static const TAknsItemID KAknsIIDQgnPropDycNotAvailBig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2739
    { EAknsMajorAvkon, EAknsMinorQgnPropDycNotAvailBig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2741
static const TAknsItemID KAknsIIDQgnPropDycNotPublishBig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2742
    { EAknsMajorAvkon, EAknsMinorQgnPropDycNotPublishBig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2744
// Icon group "Settings"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2746
static const TAknsItemID KAknsIIDQgnPropSetDeviceSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2747
    { EAknsMajorAvkon, EAknsMinorQgnPropSetDeviceSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2748
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2749
static const TAknsItemID KAknsIIDQgnPropSetCallSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2750
    { EAknsMajorAvkon, EAknsMinorQgnPropSetCallSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2751
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2752
static const TAknsItemID KAknsIIDQgnPropSetConnecSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2753
    { EAknsMajorAvkon, EAknsMinorQgnPropSetConnecSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2754
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2755
static const TAknsItemID KAknsIIDQgnPropSetDatimSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2756
    { EAknsMajorAvkon, EAknsMinorQgnPropSetDatimSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2758
static const TAknsItemID KAknsIIDQgnPropSetSecSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2759
    { EAknsMajorAvkon, EAknsMinorQgnPropSetSecSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2760
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2761
static const TAknsItemID KAknsIIDQgnPropSetDivSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2762
    { EAknsMajorAvkon, EAknsMinorQgnPropSetDivSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2763
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2764
static const TAknsItemID KAknsIIDQgnPropSetBarrSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2765
    { EAknsMajorAvkon, EAknsMinorQgnPropSetBarrSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2766
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2767
static const TAknsItemID KAknsIIDQgnPropSetNetworkSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2768
    { EAknsMajorAvkon, EAknsMinorQgnPropSetNetworkSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2770
static const TAknsItemID KAknsIIDQgnPropSetAccessorySub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2771
    { EAknsMajorAvkon, EAknsMinorQgnPropSetAccessorySub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2773
// Icon group "location"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2775
static const TAknsItemID KAknsIIDQgnPropLocSetSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2776
    { EAknsMajorAvkon, EAknsMinorQgnPropLocSetSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2778
static const TAknsItemID KAknsIIDQgnPropLocRequestsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2779
    { EAknsMajorAvkon, EAknsMinorQgnPropLocRequestsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2781
// Icon group "Wallet"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2783
static const TAknsItemID KAknsIIDQgnPropWalletServiceSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2784
    { EAknsMajorAvkon, EAknsMinorQgnPropWalletServiceSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2786
static const TAknsItemID KAknsIIDQgnPropWalletTicketsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2787
    { EAknsMajorAvkon, EAknsMinorQgnPropWalletTicketsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2789
static const TAknsItemID KAknsIIDQgnPropWalletCardsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2790
    { EAknsMajorAvkon, EAknsMinorQgnPropWalletCardsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2792
static const TAknsItemID KAknsIIDQgnPropWalletPnotesSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2793
    { EAknsMajorAvkon, EAknsMinorQgnPropWalletPnotesSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2795
// Icon group "Sync"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2797
static const TAknsItemID KAknsIIDQgnPropSmlBt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2798
    { EAknsMajorAvkon, EAknsMinorQgnPropSmlBt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2800
// Icon group "note"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2802
static const TAknsItemID KAknsIIDQgnNoteQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2803
    { EAknsMajorAvkon, EAknsMinorQgnNoteQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2805
static const TAknsItemID KAknsIIDQgnNoteAlarmClock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2806
    { EAknsMajorAvkon, EAknsMinorQgnNoteAlarmClock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2808
static const TAknsItemID KAknsIIDQgnNoteBattCharging =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2809
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattCharging };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2811
static const TAknsItemID KAknsIIDQgnNoteBattFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2812
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2814
static const TAknsItemID KAknsIIDQgnNoteBattLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2815
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2817
static const TAknsItemID KAknsIIDQgnNoteBattNotCharging =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2818
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattNotCharging };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2820
static const TAknsItemID KAknsIIDQgnNoteBattRecharge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2821
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattRecharge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2823
static const TAknsItemID KAknsIIDQgnNoteErased =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2824
    { EAknsMajorAvkon, EAknsMinorQgnNoteErased };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2826
static const TAknsItemID KAknsIIDQgnNoteError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2827
    { EAknsMajorAvkon, EAknsMinorQgnNoteError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2829
static const TAknsItemID KAknsIIDQgnNoteFaxpc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2830
    { EAknsMajorAvkon, EAknsMinorQgnNoteFaxpc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2832
static const TAknsItemID KAknsIIDQgnNoteGrps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2833
    { EAknsMajorAvkon, EAknsMinorQgnNoteGrps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2835
static const TAknsItemID KAknsIIDQgnNoteInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2836
    { EAknsMajorAvkon, EAknsMinorQgnNoteInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2838
static const TAknsItemID KAknsIIDQgnNoteKeyguard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2839
    { EAknsMajorAvkon, EAknsMinorQgnNoteKeyguard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2841
static const TAknsItemID KAknsIIDQgnNoteOk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2842
    { EAknsMajorAvkon, EAknsMinorQgnNoteOk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2844
static const TAknsItemID KAknsIIDQgnNoteProgress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2845
    { EAknsMajorAvkon, EAknsMinorQgnNoteProgress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2847
static const TAknsItemID KAknsIIDQgnNoteWarning =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2848
    { EAknsMajorAvkon, EAknsMinorQgnNoteWarning };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2850
// Icon group "phota"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2852
static const TAknsItemID KAknsIIDQgnPropImageNotcreated =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2853
    { EAknsMajorAvkon, EAknsMinorQgnPropImageNotcreated };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2855
static const TAknsItemID KAknsIIDQgnPropImageCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2856
    { EAknsMajorAvkon, EAknsMinorQgnPropImageCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2858
// Icon group "memc"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2860
static const TAknsItemID KAknsIIDQgnPropFileSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2861
    { EAknsMajorAvkon, EAknsMinorQgnPropFileSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2863
static const TAknsItemID KAknsIIDQgnPropPhoneMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2864
    { EAknsMajorAvkon, EAknsMinorQgnPropPhoneMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2866
static const TAknsItemID KAknsIIDQgnPropMmcMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2867
    { EAknsMajorAvkon, EAknsMinorQgnPropMmcMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2869
static const TAknsItemID KAknsIIDQgnPropMmcLocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2870
    { EAknsMajorAvkon, EAknsMinorQgnPropMmcLocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2872
static const TAknsItemID KAknsIIDQgnPropMmcNon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2873
    { EAknsMajorAvkon, EAknsMinorQgnPropMmcNon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2875
static const TAknsItemID KAknsIIDQgnPropPhoneMemcLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2876
    { EAknsMajorAvkon, EAknsMinorQgnPropPhoneMemcLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2878
static const TAknsItemID KAknsIIDQgnPropMmcMemcLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2879
    { EAknsMajorAvkon, EAknsMinorQgnPropMmcMemcLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2881
// Other icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2883
static const TAknsItemID KAknsIIDQgnIndiNaviArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2884
    { EAknsMajorAvkon, EAknsMinorQgnIndiNaviArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2886
static const TAknsItemID KAknsIIDQgnIndiNaviArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2887
    { EAknsMajorAvkon, EAknsMinorQgnIndiNaviArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2889
static const TAknsItemID KAknsIIDQgnGrafProgressBar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2890
    { EAknsMajorAvkon, EAknsMinorQgnGrafProgressBar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2892
static const TAknsItemID KAknsIIDQgnGrafVorecProgressBar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2893
    { EAknsMajorAvkon, EAknsMinorQgnGrafVorecProgressBar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2895
static const TAknsItemID KAknsIIDQgnGrafVorecBarBackground =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2896
    { EAknsMajorAvkon, EAknsMinorQgnGrafVorecBarBackground };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2897
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2898
static const TAknsItemID KAknsIIDQgnGrafWaitBarBackground =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2899
    { EAknsMajorAvkon, EAknsMinorQgnGrafWaitBarBackground };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2901
static const TAknsItemID KAknsIIDQgnGrafWaitBar1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2902
    { EAknsMajorAvkon, EAknsMinorQgnGrafWaitBar1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2903
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2904
static const TAknsItemID KAknsIIDQgnGrafSimpdStatusBackg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2905
    { EAknsMajorAvkon, EAknsMinorQgnGrafSimpdStatusBackg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2907
static const TAknsItemID KAknsIIDQgnGrafPbStatusBackg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2908
    { EAknsMajorAvkon, EAknsMinorQgnGrafPbStatusBackg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2910
static const TAknsItemID KAknsIIDQgnGrafSnoteAdd1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2911
    { EAknsMajorAvkon, EAknsMinorQgnGrafSnoteAdd1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2913
static const TAknsItemID KAknsIIDQgnGrafSnoteAdd2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2914
    { EAknsMajorAvkon, EAknsMinorQgnGrafSnoteAdd2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2916
// Other icons for A&H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2918
static const TAknsItemID KAknsIIDQgnIndiCamsPhoneMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2919
    { EAknsMajorAvkon, EAknsMinorQgnIndiCamsPhoneMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2921
static const TAknsItemID KAknsIIDQgnIndiDycDtOtherAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2922
    { EAknsMajorAvkon, EAknsMinorQgnIndiDycDtOtherAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2924
static const TAknsItemID KAknsIIDQgnPropFolderDyc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2925
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderDyc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2927
static const TAknsItemID KAknsIIDQgnPropFolderTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2928
    { EAknsMajorAvkon, EAknsMinorQgnPropFolderTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2930
static const TAknsItemID KAknsIIDQgnPropLogLogsTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2931
    { EAknsMajorAvkon, EAknsMinorQgnPropLogLogsTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2933
static const TAknsItemID KAknsIIDQgnPropMceDraftsNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2934
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDraftsNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2936
static const TAknsItemID KAknsIIDQgnPropMceDraftsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2937
    { EAknsMajorAvkon, EAknsMinorQgnPropMceDraftsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2939
static const TAknsItemID KAknsIIDQgnPropWmlFolderAdap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2940
    { EAknsMajorAvkon, EAknsMinorQgnPropWmlFolderAdap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2942
// Navi area components
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2944
static const TAknsItemID KAknsIIDQsnBgNavipaneSolid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2945
    { EAknsMajorAvkon, EAknsMinorQsnBgNavipaneSolid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2947
static const TAknsItemID KAknsIIDQsnBgNavipaneWipe =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2948
    { EAknsMajorAvkon, EAknsMinorQsnBgNavipaneWipe };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2950
static const TAknsItemID KAknsIIDQsnBgNavipaneSolidIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2951
    { EAknsMajorAvkon, EAknsMinorQsnBgNavipaneSolidIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2953
static const TAknsItemID KAknsIIDQsnBgNavipaneWipeIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2954
    { EAknsMajorAvkon, EAknsMinorQsnBgNavipaneWipeIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2956
static const TAknsItemID KAknsIIDQgnNoteQuery2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2957
    { EAknsMajorAvkon, EAknsMinorQgnNoteQuery2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2959
static const TAknsItemID KAknsIIDQgnNoteQuery3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2960
    { EAknsMajorAvkon, EAknsMinorQgnNoteQuery3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2962
static const TAknsItemID KAknsIIDQgnNoteQuery4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2963
    { EAknsMajorAvkon, EAknsMinorQgnNoteQuery4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2965
static const TAknsItemID KAknsIIDQgnNoteQuery5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2966
    { EAknsMajorAvkon, EAknsMinorQgnNoteQuery5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2968
// Animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2970
static const TAknsItemID KAknsIIDQgnNoteQueryAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2971
    { EAknsMajorAvkon, EAknsMinorQgnNoteQueryAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2973
static const TAknsItemID KAknsIIDQgnNoteBattChargingAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2974
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattChargingAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2976
static const TAknsItemID KAknsIIDQgnNoteBattFullAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2977
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattFullAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2979
static const TAknsItemID KAknsIIDQgnNoteBattLowAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2980
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattLowAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2982
static const TAknsItemID KAknsIIDQgnNoteBattNotChargingAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2983
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattNotChargingAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2985
static const TAknsItemID KAknsIIDQgnNoteBattRechargeAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2986
    { EAknsMajorAvkon, EAknsMinorQgnNoteBattRechargeAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2988
static const TAknsItemID KAknsIIDQgnNoteErasedAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2989
    { EAknsMajorAvkon, EAknsMinorQgnNoteErasedAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2991
static const TAknsItemID KAknsIIDQgnNoteErrorAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2992
    { EAknsMajorAvkon, EAknsMinorQgnNoteErrorAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2994
static const TAknsItemID KAknsIIDQgnNoteInfoAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2995
    { EAknsMajorAvkon, EAknsMinorQgnNoteInfoAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2997
static const TAknsItemID KAknsIIDQgnNoteKeyguardLockedAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2998
    { EAknsMajorAvkon, EAknsMinorQgnNoteKeyguardLockedAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  2999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3000
static const TAknsItemID KAknsIIDQgnNoteKeyguardOpenAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3001
    { EAknsMajorAvkon, EAknsMinorQgnNoteKeyguardOpenAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3003
static const TAknsItemID KAknsIIDQgnNoteOkAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3004
    { EAknsMajorAvkon, EAknsMinorQgnNoteOkAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3006
static const TAknsItemID KAknsIIDQgnNoteWarningAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3007
    { EAknsMajorAvkon, EAknsMinorQgnNoteWarningAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3009
static const TAknsItemID KAknsIIDQgnNoteBtAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3010
    { EAknsMajorAvkon, EAknsMinorQgnNoteBtAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3012
static const TAknsItemID KAknsIIDQgnNoteFaxpcAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3013
    { EAknsMajorAvkon, EAknsMinorQgnNoteFaxpcAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3015
static const TAknsItemID KAknsIIDQgnGrafBarWaitAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3016
    { EAknsMajorAvkon, EAknsMinorQgnGrafBarWaitAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3018
// Browser animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3020
static const TAknsItemID KAknsIIDQgnMenuWmlAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3021
    { EAknsMajorAvkon, EAknsMinorQgnMenuWmlAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3023
static const TAknsItemID KAknsIIDQgnIndiWaitWmlCsdAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3024
    { EAknsMajorAvkon, EAknsMinorQgnIndiWaitWmlCsdAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3026
static const TAknsItemID KAknsIIDQgnIndiWaitWmlGprsAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3027
    { EAknsMajorAvkon, EAknsMinorQgnIndiWaitWmlGprsAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3029
static const TAknsItemID KAknsIIDQgnIndiWaitWmlHscsdAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3030
    { EAknsMajorAvkon, EAknsMinorQgnIndiWaitWmlHscsdAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3032
// CLS animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3034
static const TAknsItemID KAknsIIDQgnMenuClsCxtAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3035
    { EAknsMajorAvkon, EAknsMinorQgnMenuClsCxtAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3037
// Telephony Swipe Indicator animations
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3039
static const TAknsItemID KAknsIIDQgnGrafSwipeindiAnimLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3040
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiAnimLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3042
static const TAknsItemID KAknsIIDQgnGrafSwipeindiBgLeftAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3043
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiBgLeftAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3045
static const TAknsItemID KAknsIIDQgnGrafSwipeindiBgRightAnim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3046
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiBgRightAnim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3048
static const TAknsItemID KAknsIIDQgnGrafSwipeindiBlueAnimLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3049
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiBlueAnimLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3051
static const TAknsItemID KAknsIIDQgnGrafSwipeindiGreenAnimRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3052
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiGreenAnimRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3054
static const TAknsItemID KAknsIIDQgnGrafSwipeindiOrangeAnimLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3055
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiOrangeAnimLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3057
static const TAknsItemID KAknsIIDQgnGrafSwipeindiOrangeAnimRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3058
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiOrangeAnimRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3060
static const TAknsItemID KAknsIIDQgnGrafSwipeindiRedAnimLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3061
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiRedAnimLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3063
static const TAknsItemID KAknsIIDQgnGrafSwipeindiRedAnimRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3064
    { EAknsMajorAvkon, EAknsMinorQgnGrafSwipeindiRedAnimRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3067
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3068
// EAknsMajorAppIconBmpLst item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3069
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3071
static const TAknsItemID KAknsIIDQgnMenuBtLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3072
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuBtLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3074
static const TAknsItemID KAknsIIDQgnMenuCalcLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3075
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuCalcLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3077
static const TAknsItemID KAknsIIDQgnMenuCaleLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3078
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuCaleLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3080
static const TAknsItemID KAknsIIDQgnMenuCamcorderLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3081
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuCamcorderLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3083
static const TAknsItemID KAknsIIDQgnMenuCamLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3084
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuCamLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3086
// 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
  3087
static const TAknsItemID KAknsIIDQgnMenuDivertLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3088
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuDivertLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3090
static const TAknsItemID KAknsIIDQgnMenuGamesLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3091
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuGamesLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3093
static const TAknsItemID KAknsIIDQgnMenuHelpLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3094
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuHelpLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3096
static const TAknsItemID KAknsIIDQgnMenuIdleLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3097
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuIdleLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3099
static const TAknsItemID KAknsIIDQgnMenuImLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3100
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuImLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3102
static const TAknsItemID KAknsIIDQgnMenuIrLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3103
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuIrLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3105
static const TAknsItemID KAknsIIDQgnMenuLogLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3106
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuLogLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3108
static const TAknsItemID KAknsIIDQgnMenuMceLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3109
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuMceLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3111
static const TAknsItemID KAknsIIDQgnMenuMceCardLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3112
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuMceCardLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3114
static const TAknsItemID KAknsIIDQgnMenuMemoryLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3115
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuMemoryLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3117
static const TAknsItemID KAknsIIDQgnMenuMidletLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3118
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuMidletLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3120
static const TAknsItemID KAknsIIDQgnMenuMidletSuiteLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3121
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuMidletSuiteLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3123
static const TAknsItemID KAknsIIDQgnMenuModeLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3124
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuModeLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3126
static const TAknsItemID KAknsIIDQgnMenuNoteLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3127
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuNoteLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3129
static const TAknsItemID KAknsIIDQgnMenuPhobLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3130
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuPhobLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3132
static const TAknsItemID KAknsIIDQgnMenuPhotaLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3133
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuPhotaLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3135
static const TAknsItemID KAknsIIDQgnMenuPinbLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3136
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuPinbLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3138
static const TAknsItemID KAknsIIDQgnMenuQdialLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3139
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuQdialLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3141
static const TAknsItemID KAknsIIDQgnMenuSetLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3142
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuSetLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3144
static const TAknsItemID KAknsIIDQgnMenuSimpdLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3145
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuSimpdLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3147
static const TAknsItemID KAknsIIDQgnMenuSmsvoLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3148
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuSmsvoLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3150
static const TAknsItemID KAknsIIDQgnMenuTodoLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3151
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuTodoLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3153
static const TAknsItemID KAknsIIDQgnMenuUnknownLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3154
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuUnknownLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3156
static const TAknsItemID KAknsIIDQgnMenuVideoLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3157
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuVideoLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3159
static const TAknsItemID KAknsIIDQgnMenuVoirecLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3160
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuVoirecLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3162
static const TAknsItemID KAknsIIDQgnMenuWclkLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3163
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuWclkLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3165
static const TAknsItemID KAknsIIDQgnMenuWmlLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3166
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuWmlLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3168
static const TAknsItemID KAknsIIDQgnMenuLocLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3169
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuLocLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3171
static const TAknsItemID KAknsIIDQgnMenuBlidLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3172
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuBlidLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3174
static const TAknsItemID KAknsIIDQgnMenuDycLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3175
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuDycLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3177
static const TAknsItemID KAknsIIDQgnMenuDmLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3178
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuDmLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3180
static const TAknsItemID KAknsIIDQgnMenuLmLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3181
    { EAknsMajorAppIconBmpLst, EAknsMinorQgnMenuLmLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3183
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3184
// EAknsMajorAppIconBmpCxt item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3185
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3187
static const TAknsItemID KAknsIIDQgnMenuAppsgridCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3188
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuAppsgridCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3190
static const TAknsItemID KAknsIIDQgnMenuBtCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3191
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuBtCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3193
static const TAknsItemID KAknsIIDQgnMenuCaleCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3194
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuCaleCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3196
static const TAknsItemID KAknsIIDQgnMenuCamcorderCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3197
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuCamcorderCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3199
static const TAknsItemID KAknsIIDQgnMenuCamCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3200
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuCamCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3202
static const TAknsItemID KAknsIIDQgnMenuCnvCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3203
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuCnvCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3205
static const TAknsItemID KAknsIIDQgnMenuConCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3206
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuConCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3208
// 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
  3209
static const TAknsItemID KAknsIIDQgnMenuDivertCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3210
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuDivertCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3212
static const TAknsItemID KAknsIIDQgnMenuGamesCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3213
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuGamesCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3215
static const TAknsItemID KAknsIIDQgnMenuHelpCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3216
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuHelpCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3218
static const TAknsItemID KAknsIIDQgnMenuImCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3219
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuImCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3221
static const TAknsItemID KAknsIIDQgnMenuImOffCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3222
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuImOffCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3224
static const TAknsItemID KAknsIIDQgnMenuIrCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3225
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuIrCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3227
static const TAknsItemID KAknsIIDQgnMenuJavaCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3228
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuJavaCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3230
static const TAknsItemID KAknsIIDQgnMenuLogCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3231
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuLogCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3233
static const TAknsItemID KAknsIIDQgnMenuMceCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3234
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuMceCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3236
static const TAknsItemID KAknsIIDQgnMenuMceCardCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3237
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuMceCardCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3239
static const TAknsItemID KAknsIIDQgnMenuMceMmcCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3240
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuMceMmcCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3242
static const TAknsItemID KAknsIIDQgnMenuMemoryCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3243
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuMemoryCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3245
static const TAknsItemID KAknsIIDQgnMenuMidletSuiteCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3246
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuMidletSuiteCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3248
static const TAknsItemID KAknsIIDQgnMenuModeCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3249
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuModeCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3251
static const TAknsItemID KAknsIIDQgnMenuNoteCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3252
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuNoteCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3254
static const TAknsItemID KAknsIIDQgnMenuPhobCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3255
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuPhobCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3257
static const TAknsItemID KAknsIIDQgnMenuPhotaCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3258
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuPhotaCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3260
static const TAknsItemID KAknsIIDQgnMenuSetCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3261
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuSetCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3263
static const TAknsItemID KAknsIIDQgnMenuSimpdCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3264
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuSimpdCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3266
static const TAknsItemID KAknsIIDQgnMenuSmsvoCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3267
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuSmsvoCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3269
static const TAknsItemID KAknsIIDQgnMenuTodoCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3270
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuTodoCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3272
static const TAknsItemID KAknsIIDQgnMenuUnknownCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3273
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuUnknownCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3275
static const TAknsItemID KAknsIIDQgnMenuVideoCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3276
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuVideoCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3278
static const TAknsItemID KAknsIIDQgnMenuVoirecCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3279
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuVoirecCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3281
static const TAknsItemID KAknsIIDQgnMenuWclkCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3282
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuWclkCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3284
static const TAknsItemID KAknsIIDQgnMenuWmlCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3285
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuWmlCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3287
static const TAknsItemID KAknsIIDQgnMenuLocCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3288
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuLocCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3290
static const TAknsItemID KAknsIIDQgnMenuBlidCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3291
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuBlidCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3293
static const TAknsItemID KAknsIIDQgnMenuBlidOffCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3294
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuBlidOffCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3296
static const TAknsItemID KAknsIIDQgnMenuDycCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3297
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuDycCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3299
static const TAknsItemID KAknsIIDQgnMenuDycOffCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3300
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuDycOffCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3302
static const TAknsItemID KAknsIIDQgnMenuDmCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3303
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuDmCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3305
static const TAknsItemID KAknsIIDQgnMenuDmDisabledCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3306
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuDmDisabledCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3308
static const TAknsItemID KAknsIIDQgnMenuLmCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3309
    { EAknsMajorAppIconBmpCxt, EAknsMinorQgnMenuLmCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3311
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3312
// EAknsMajorScreensaver item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3313
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3315
static const TAknsItemID KAknsIIDQsnBgPowersave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3316
    { EAknsMajorScreensaver, EAknsMinorQsnBgPowersave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3318
static const TAknsItemID KAknsIIDQsnBgScreenSaver =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3319
    { EAknsMajorScreensaver, EAknsMinorQsnBgScreenSaver};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3321
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3322
// EAknsMajorCallstatus item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3323
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3325
// 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
  3326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3327
static const TAknsItemID KAknsIIDQgnIndiCallActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3328
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3330
static const TAknsItemID KAknsIIDQgnIndiCallActiveCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3331
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActiveCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3333
static const TAknsItemID KAknsIIDQgnIndiCallDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3334
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3336
static const TAknsItemID KAknsIIDQgnIndiCallDisconnCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3337
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallDisconnCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3339
static const TAknsItemID KAknsIIDQgnIndiCallHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3340
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3342
static const TAknsItemID KAknsIIDQgnIndiCallHeldCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3343
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallHeldCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3345
static const TAknsItemID KAknsIIDQgnIndiCallMutedCallsta =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3346
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallMutedCallsta };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3348
static const TAknsItemID KAknsIIDQgnIndiCallActive2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3349
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActive2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3351
static const TAknsItemID KAknsIIDQgnIndiCallActiveCyphOff2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3352
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActiveCyphOff2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3354
static const TAknsItemID KAknsIIDQgnIndiCallActiveConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3355
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActiveConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3357
static const TAknsItemID KAknsIIDQgnIndiCallActiveConfCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3358
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallActiveConfCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3360
static const TAknsItemID KAknsIIDQgnIndiCallDisconnConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3361
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallDisconnConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3363
static const TAknsItemID KAknsIIDQgnIndiCallDisconnConfCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3364
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallDisconnConfCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3366
static const TAknsItemID KAknsIIDQgnIndiCallHeldConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3367
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallHeldConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3369
static const TAknsItemID KAknsIIDQgnIndiCallHeldConfCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3370
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallHeldConfCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3372
static const TAknsItemID KAknsIIDQgnIndiCallMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3373
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3375
static const TAknsItemID KAknsIIDQgnIndiCallWaiting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3376
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaiting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3378
static const TAknsItemID KAknsIIDQgnIndiCallWaiting2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3379
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaiting2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3381
static const TAknsItemID KAknsIIDQgnIndiCallWaitingCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3382
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaitingCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3384
static const TAknsItemID KAknsIIDQgnIndiCallWaitingCyphOff2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3385
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaitingCyphOff2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3387
static const TAknsItemID KAknsIIDQgnIndiCallWaitingDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3388
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaitingDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3390
static const TAknsItemID KAknsIIDQgnIndiCallWaitingDisconnCyphOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3391
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaitingDisconnCyphOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3393
static const TAknsItemID KAknsIIDQgnIndiCallWaiting1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3394
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallWaiting1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3396
// Icon group "call" - call handling graphics icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3398
static const TAknsItemID KAknsIIDQgnGrafBubbleIncall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3399
    { EAknsMajorCallstatus, EAknsMinorQgnGrafBubbleIncall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3401
static const TAknsItemID KAknsIIDQgnGrafBubbleIncallDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3402
    { EAknsMajorCallstatus, EAknsMinorQgnGrafBubbleIncallDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3404
static const TAknsItemID KAknsIIDQgnGrafCallConfFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3405
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallConfFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3407
static const TAknsItemID KAknsIIDQgnGrafCallConfFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3408
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallConfFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3410
static const TAknsItemID KAknsIIDQgnGrafCallConfThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3411
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallConfThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3413
static const TAknsItemID KAknsIIDQgnGrafCallConfTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3414
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallConfTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3416
static const TAknsItemID KAknsIIDQgnGrafCallFirstHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3417
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3419
static const TAknsItemID KAknsIIDQgnGrafCallFirstOneActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3420
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstOneActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3422
static const TAknsItemID KAknsIIDQgnGrafCallFirstOneDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3423
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstOneDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3425
static const TAknsItemID KAknsIIDQgnGrafCallFirstOneHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3426
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstOneHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3428
static const TAknsItemID KAknsIIDQgnGrafCallFirstThreeActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3429
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstThreeActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3431
static const TAknsItemID KAknsIIDQgnGrafCallFirstThreeDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3432
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstThreeDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3434
static const TAknsItemID KAknsIIDQgnGrafCallFirstThreeHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3435
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstThreeHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3437
static const TAknsItemID KAknsIIDQgnGrafCallFirstTwoActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3438
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstTwoActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3440
static const TAknsItemID KAknsIIDQgnGrafCallFirstTwoDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3441
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstTwoDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3443
static const TAknsItemID KAknsIIDQgnGrafCallFirstTwoHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3444
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstTwoHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3446
static const TAknsItemID KAknsIIDQgnGrafCallFirstWaitActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3447
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstWaitActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3449
static const TAknsItemID KAknsIIDQgnGrafCallFirstWaitDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3450
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallFirstWaitDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3452
static const TAknsItemID KAknsIIDQgnGrafCallHiddenHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3453
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallHiddenHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3455
static const TAknsItemID KAknsIIDQgnGrafCallRecBig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3456
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3458
static const TAknsItemID KAknsIIDQgnGrafCallRecBigDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3459
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3461
static const TAknsItemID KAknsIIDQgnGrafCallRecBigLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3462
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3464
static const TAknsItemID KAknsIIDQgnGrafCallRecBigLeftDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3465
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigLeftDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3467
static const TAknsItemID KAknsIIDQgnGrafCallRecBigRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3468
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3470
static const TAknsItemID KAknsIIDQgnGrafCallRecBigger =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3471
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigger };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3473
static const TAknsItemID KAknsIIDQgnGrafCallRecBigRightDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3474
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecBigRightDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3476
static const TAknsItemID KAknsIIDQgnGrafCallRecSmallLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3477
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecSmallLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3479
static const TAknsItemID KAknsIIDQgnGrafCallRecSmallRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3480
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecSmallRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3482
static const TAknsItemID KAknsIIDQgnGrafCallRecSmallRightDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3483
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallRecSmallRightDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3485
static const TAknsItemID KAknsIIDQgnGrafCallSecondThreeActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3486
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondThreeActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3488
static const TAknsItemID KAknsIIDQgnGrafCallSecondThreeDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3489
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondThreeDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3491
static const TAknsItemID KAknsIIDQgnGrafCallSecondThreeHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3492
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondThreeHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3494
static const TAknsItemID KAknsIIDQgnGrafCallSecondTwoActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3495
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondTwoActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3497
static const TAknsItemID KAknsIIDQgnGrafCallSecondTwoDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3498
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondTwoDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3500
static const TAknsItemID KAknsIIDQgnGrafCallSecondTwoHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3501
    { EAknsMajorCallstatus, EAknsMinorQgnGrafCallSecondTwoHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3503
// Video call
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3505
static const TAknsItemID KAknsIIDQgnIndiCallVideo1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3506
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideo1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3508
static const TAknsItemID KAknsIIDQgnIndiCallVideo2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3509
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideo2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3511
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3512
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoBlindIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3514
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3515
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoBlindOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3517
static const TAknsItemID KAknsIIDQgnIndiCallVideoCallsta1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3518
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoCallsta1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3520
static const TAknsItemID KAknsIIDQgnIndiCallVideoCallsta2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3521
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoCallsta2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3523
static const TAknsItemID KAknsIIDQgnIndiCallVideoCallstaDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3524
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoCallstaDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3526
static const TAknsItemID KAknsIIDQgnIndiCallVideoDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3527
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3529
static const TAknsItemID KAknsIIDQgnIndiCallVideoLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3530
    { EAknsMajorCallstatus, EAknsMinorQgnIndiCallVideoLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3532
// Zoom indications
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3534
static const TAknsItemID KAknsIIDQgnGrafZoomArea =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3535
    { EAknsMajorCallstatus, EAknsMinorQgnGrafZoomArea };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3537
static const TAknsItemID KAknsIIDQgnIndiZoomMin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3538
    { EAknsMajorCallstatus, EAknsMinorQgnIndiZoomMin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3540
static const TAknsItemID KAknsIIDQgnIndiZoomMax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3541
    { EAknsMajorCallstatus, EAknsMinorQgnIndiZoomMax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3543
// Call handling frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3545
static const TAknsItemID KAknsIIDQsnFrCall2Bubble =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3546
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2Bubble };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3548
static const TAknsItemID KAknsIIDQsnFrCall2BubbleDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3549
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3551
static const TAknsItemID KAknsIIDQsnFrCall2BubbleFirst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3552
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleFirst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3554
static const TAknsItemID KAknsIIDQsnFrCall2BubbleFirstDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3555
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleFirstDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3557
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSecond =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3558
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleSecond };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3559
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3560
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSecondDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3561
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleSecondDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3562
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3563
static const TAknsItemID KAknsIIDQsnFrCall2Rect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3564
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2Rect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3565
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3566
static const TAknsItemID KAknsIIDQsnFrCall2RectDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3567
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2RectDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3568
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3569
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCoMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3570
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleCoMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3571
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3572
static const TAknsItemID KAknsIIDQsnFrCall2BubbleFirstCoMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3573
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleFirstCoMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3574
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3575
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSecondCoMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3576
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2BubbleSecondCoMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3577
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3578
static const TAknsItemID KAknsIIDQsnFrCall2RectCoMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3579
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall2RectCoMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3580
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3581
// Call handling frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3582
static const TAknsItemID KAknsIIDQsnFrCall3Rect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3583
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3Rect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3585
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3586
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3588
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3589
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3591
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3592
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3594
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3595
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3597
static const TAknsItemID KAknsIIDQsnFrCall3RectSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3598
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3600
static const TAknsItemID KAknsIIDQsnFrCall3RectSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3601
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3603
static const TAknsItemID KAknsIIDQsnFrCall3RectSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3604
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3606
static const TAknsItemID KAknsIIDQsnFrCall3RectSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3607
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3609
static const TAknsItemID KAknsIIDQsnFrCall3RectCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3610
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCenter};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3613
static const TAknsItemID KAknsIIDQsnFrCall3RectDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3614
	{ EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3616
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerTlDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3617
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerTlDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3619
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerTrDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3620
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerTrDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3622
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerBlDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3623
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerBlDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3625
static const TAknsItemID KAknsIIDQsnFrCall3RectCornerBrDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3626
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCornerBrDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3628
static const TAknsItemID KAknsIIDQsnFrCall3RectSideTDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3629
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideTDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3631
static const TAknsItemID KAknsIIDQsnFrCall3RectSideBDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3632
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideBDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3634
static const TAknsItemID KAknsIIDQsnFrCall3RectSideLDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3635
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideLDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3637
static const TAknsItemID KAknsIIDQsnFrCall3RectSideRDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3638
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectSideRDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3640
static const TAknsItemID KAknsIIDQsnFrCall3RectCenterDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3641
    { EAknsMajorCallstatus, EAknsMinorQsnFrCall3RectCenterDisconn};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3643
// POC frames
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3645
static const TAknsItemID KAknsIIDQsnFrCallPocAct =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3646
    { EAknsMajorCallstatus, EAknsMinorQsnFrCallPocAct };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3648
static const TAknsItemID KAknsIIDQsnFrCallPocActIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3649
    { EAknsMajorCallstatus, EAknsMinorQsnFrCallPocActIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3651
static const TAknsItemID KAknsIIDQsnFrCallPocInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3652
    { EAknsMajorCallstatus, EAknsMinorQsnFrCallPocInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3654
static const TAknsItemID KAknsIIDQsnFrCallPocInactIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3655
    { EAknsMajorCallstatus, EAknsMinorQsnFrCallPocInactIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3657
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3658
// EAknsMajorCalendar item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3659
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3661
// General calendar frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3663
static const TAknsItemID KAknsIIDQsnFrCale =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3664
    { EAknsMajorCalendar, EAknsMinorQsnFrCale };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3666
static const TAknsItemID KAknsIIDQsnFrCaleCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3667
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3669
static const TAknsItemID KAknsIIDQsnFrCaleCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3670
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3672
static const TAknsItemID KAknsIIDQsnFrCaleCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3673
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3675
static const TAknsItemID KAknsIIDQsnFrCaleCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3676
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3678
static const TAknsItemID KAknsIIDQsnFrCaleSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3679
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3681
static const TAknsItemID KAknsIIDQsnFrCaleSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3682
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3684
static const TAknsItemID KAknsIIDQsnFrCaleSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3685
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3687
static const TAknsItemID KAknsIIDQsnFrCaleSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3688
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3690
static const TAknsItemID KAknsIIDQsnFrCaleCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3691
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3693
// Calendar frame for holiday event
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3695
static const TAknsItemID KAknsIIDQsnFrCaleHoli =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3696
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoli };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3698
static const TAknsItemID KAknsIIDQsnFrCaleHoliCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3699
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3701
static const TAknsItemID KAknsIIDQsnFrCaleHoliCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3702
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3704
static const TAknsItemID KAknsIIDQsnFrCaleHoliCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3705
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3707
static const TAknsItemID KAknsIIDQsnFrCaleHoliCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3708
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3710
static const TAknsItemID KAknsIIDQsnFrCaleHoliSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3711
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3713
static const TAknsItemID KAknsIIDQsnFrCaleHoliSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3714
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3716
static const TAknsItemID KAknsIIDQsnFrCaleHoliSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3717
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3719
static const TAknsItemID KAknsIIDQsnFrCaleHoliSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3720
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3722
static const TAknsItemID KAknsIIDQsnFrCaleHoliCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3723
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHoliCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3724
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3725
// Calendar icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3727
static const TAknsItemID KAknsIIDQgnIndiCdrBirthday =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3728
    { EAknsMajorCalendar, EAknsMinorQgnIndiCdrBirthday };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3730
static const TAknsItemID KAknsIIDQgnIndiCdrMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3731
    { EAknsMajorCalendar, EAknsMinorQgnIndiCdrMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3733
static const TAknsItemID KAknsIIDQgnIndiCdrReminder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3734
    { EAknsMajorCalendar, EAknsMinorQgnIndiCdrReminder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3736
// Calendar heading frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3738
static const TAknsItemID KAknsIIDQsnFrCaleHeading =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3739
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeading };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3741
static const TAknsItemID KAknsIIDQsnFrCaleHeadingCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3742
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3744
static const TAknsItemID KAknsIIDQsnFrCaleHeadingCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3745
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3747
static const TAknsItemID KAknsIIDQsnFrCaleHeadingCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3748
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3750
static const TAknsItemID KAknsIIDQsnFrCaleHeadingCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3751
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3753
static const TAknsItemID KAknsIIDQsnFrCaleHeadingSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3754
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3756
static const TAknsItemID KAknsIIDQsnFrCaleHeadingSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3757
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3759
static const TAknsItemID KAknsIIDQsnFrCaleHeadingSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3760
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3762
static const TAknsItemID KAknsIIDQsnFrCaleHeadingSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3763
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3765
static const TAknsItemID KAknsIIDQsnFrCaleHeadingCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3766
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleHeadingCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3768
// Calendar side frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3770
static const TAknsItemID KAknsIIDQsnFrCaleSide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3771
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3773
static const TAknsItemID KAknsIIDQsnFrCaleSideCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3774
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3776
static const TAknsItemID KAknsIIDQsnFrCaleSideCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3777
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3779
static const TAknsItemID KAknsIIDQsnFrCaleSideCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3780
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3782
static const TAknsItemID KAknsIIDQsnFrCaleSideCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3783
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3785
static const TAknsItemID KAknsIIDQsnFrCaleSideSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3786
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3788
static const TAknsItemID KAknsIIDQsnFrCaleSideSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3789
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3791
static const TAknsItemID KAknsIIDQsnFrCaleSideSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3792
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3794
static const TAknsItemID KAknsIIDQsnFrCaleSideSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3795
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3797
static const TAknsItemID KAknsIIDQsnFrCaleSideCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3798
    { EAknsMajorCalendar, EAknsMinorQsnFrCaleSideCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3800
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3801
// EAknsMajorPinboard item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3802
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3804
// Pinboard frame
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3806
static const TAknsItemID KAknsIIDQsnFrPinb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3807
    { EAknsMajorPinboard, EAknsMinorQsnFrPinb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3809
static const TAknsItemID KAknsIIDQsnFrPinbCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3810
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3812
static const TAknsItemID KAknsIIDQsnFrPinbCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3813
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3815
static const TAknsItemID KAknsIIDQsnFrPinbCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3816
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3818
static const TAknsItemID KAknsIIDQsnFrPinbCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3819
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3821
static const TAknsItemID KAknsIIDQsnFrPinbSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3822
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3824
static const TAknsItemID KAknsIIDQsnFrPinbSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3825
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3827
static const TAknsItemID KAknsIIDQsnFrPinbSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3828
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3830
static const TAknsItemID KAknsIIDQsnFrPinbSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3831
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3833
// Pinboard wallpaper
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3835
static const TAknsItemID KAknsIIDQsnFrPinbCenterWp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3836
    { EAknsMajorPinboard, EAknsMinorQsnFrPinbCenterWp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3838
// Icon group "pinb"
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3840
static const TAknsItemID KAknsIIDQgnPropPinbLinkUnknownId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3841
    { EAknsMajorPinboard, EAknsMinorQgnPropPinbLinkUnknownId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3843
static const TAknsItemID KAknsIIDQgnIndiFindTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3844
    { EAknsMajorPinboard, EAknsMinorQgnIndiFindTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3846
static const TAknsItemID KAknsIIDQgnPropPinbHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3847
    { EAknsMajorPinboard, EAknsMinorQgnPropPinbHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3849
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3850
// EAknsMajorCbsuiApp item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3851
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3853
// List icons
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3855
static const TAknsItemID KAknsIIDQgnPropCbMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3856
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3858
static const TAknsItemID KAknsIIDQgnPropCbMsgUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3859
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbMsgUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3861
static const TAknsItemID KAknsIIDQgnPropCbSubs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3862
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbSubs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3864
static const TAknsItemID KAknsIIDQgnPropCbSubsUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3865
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbSubsUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3867
static const TAknsItemID KAknsIIDQgnPropCbUnsubs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3868
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbUnsubs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3870
static const TAknsItemID KAknsIIDQgnPropCbUnsubsUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3871
    { EAknsMajorCbsuiApp, EAknsMinorQgnPropCbUnsubsUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3873
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3874
// EAknsMajorSound item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3875
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3877
static const TAknsItemID KAknsIIDSoundRingingTone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3878
    { EAknsMajorSound, EAknsMinorSoundRingingTone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3880
static const TAknsItemID KAknsIIDSoundMessageAlert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3881
    { EAknsMajorSound, EAknsMinorSoundMessageAlert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3883
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3884
// EAknsMajorProperty item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3885
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3887
static const TAknsItemID KAknsIIDPropertyListSeparatorLines =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3888
    { EAknsMajorProperty, EAknsMinorPropertyListSeparatorLines };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3890
static const TAknsItemID KAknsIIDPropertyMessageHeaderLines =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3891
    { EAknsMajorProperty, EAknsMinorPropertyMessageHeaderLines };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3893
static const TAknsItemID KAknsIIDPropertyAnalogueClockDate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3894
    { EAknsMajorProperty, EAknsMinorPropertyAnalogueClockDate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3896
static const TAknsItemID KAknsIIDPropertyMorphingTime =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3897
    { EAknsMajorProperty, EAknsMinorPropertyMorphingTime };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3899
static const TAknsItemID KAknsIIDPropertyNoteSlidingMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3900
    { EAknsMajorProperty, EAknsMinorPropertyNoteSlidingMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3903
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3904
// EAknsMajorGeneric item IDs
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3905
// ----------------------------------------------------------------------------
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3907
static const TAknsItemID KAknsIIDQgnBtConnectOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3908
    { EAknsMajorGeneric, EAknsMinorGenericQgnBtConnectOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3910
static const TAknsItemID KAknsIIDQgnGrafBarFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3911
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3913
static const TAknsItemID KAknsIIDQgnGrafBarFrameLong =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3914
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameLong };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3916
static const TAknsItemID KAknsIIDQgnGrafBarFrameShort =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3917
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameShort };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3919
static const TAknsItemID KAknsIIDQgnGrafBarFrameVorec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3920
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameVorec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3922
static const TAknsItemID KAknsIIDQgnGrafBarProgress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3923
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarProgress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3925
static const TAknsItemID KAknsIIDQgnGrafBarWait1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3926
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3928
static const TAknsItemID KAknsIIDQgnGrafBarWait2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3929
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3931
static const TAknsItemID KAknsIIDQgnGrafBarWait3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3932
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3934
static const TAknsItemID KAknsIIDQgnGrafBarWait4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3935
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3937
static const TAknsItemID KAknsIIDQgnGrafBarWait5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3938
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3940
static const TAknsItemID KAknsIIDQgnGrafBarWait6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3941
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3943
static const TAknsItemID KAknsIIDQgnGrafBarWait7 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3944
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWait7 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3946
static const TAknsItemID KAknsIIDQgnGrafBlidCompass =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3947
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidCompass };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3949
static const TAknsItemID KAknsIIDQgnGrafCalcDisplay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3950
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCalcDisplay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3952
static const TAknsItemID KAknsIIDQgnGrafCalcPaper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3953
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCalcPaper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3955
static const TAknsItemID KAknsIIDQgnGrafCallFirstOneActiveEmergency =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3956
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCallFirstOneActiveEmergency };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3958
static const TAknsItemID KAknsIIDQgnGrafCallTwoActiveEmergency =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3959
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCallTwoActiveEmergency };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3961
static const TAknsItemID KAknsIIDQgnGrafCallVideoOutBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3962
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCallVideoOutBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3964
static const TAknsItemID KAknsIIDQgnGrafMmsAudioInserted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3965
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioInserted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3967
static const TAknsItemID KAknsIIDQgnGrafMmsAudioPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3968
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3970
static const TAknsItemID KAknsIIDQgnGrafMmsEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3971
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3973
static const TAknsItemID KAknsIIDQgnGrafMmsInsertedVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3974
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsInsertedVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3976
static const TAknsItemID KAknsIIDQgnGrafMmsInsertedVideoEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3977
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsInsertedVideoEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3979
static const TAknsItemID KAknsIIDQgnGrafMmsInsertedVideoView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3980
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsInsertedVideoView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3982
static const TAknsItemID KAknsIIDQgnGrafMmsInsertImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3983
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsInsertImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3985
static const TAknsItemID KAknsIIDQgnGrafMmsInsertVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3986
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsInsertVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3988
static const TAknsItemID KAknsIIDQgnGrafMmsObjectCorrupt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3989
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsObjectCorrupt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3991
static const TAknsItemID KAknsIIDQgnGrafMmsPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3992
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3994
static const TAknsItemID KAknsIIDQgnGrafMmsTransBar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3995
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransBar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3997
static const TAknsItemID KAknsIIDQgnGrafMmsTransClock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3998
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransClock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  3999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4000
static const TAknsItemID KAknsIIDQgnGrafMmsTransEye =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4001
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransEye };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4003
static const TAknsItemID KAknsIIDQgnGrafMmsTransFade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4004
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransFade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4006
static const TAknsItemID KAknsIIDQgnGrafMmsTransHeart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4007
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransHeart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4009
static const TAknsItemID KAknsIIDQgnGrafMmsTransIris =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4010
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransIris };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4012
static const TAknsItemID KAknsIIDQgnGrafMmsTransNone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4013
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransNone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4015
static const TAknsItemID KAknsIIDQgnGrafMmsTransPush =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4016
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransPush };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4018
static const TAknsItemID KAknsIIDQgnGrafMmsTransSlide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4019
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransSlide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4021
static const TAknsItemID KAknsIIDQgnGrafMmsTransSnake =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4022
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransSnake };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4024
static const TAknsItemID KAknsIIDQgnGrafMmsTransStar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4025
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTransStar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4027
static const TAknsItemID KAknsIIDQgnGrafMmsUnedit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4028
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsUnedit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4030
static const TAknsItemID KAknsIIDQgnGrafMpSplash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4031
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMpSplash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4033
static const TAknsItemID KAknsIIDQgnGrafNoteCont =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4034
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNoteCont };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4036
static const TAknsItemID KAknsIIDQgnGrafNoteStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4037
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNoteStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4039
static const TAknsItemID KAknsIIDQgnGrafPhoneLocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4040
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPhoneLocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4042
static const TAknsItemID KAknsIIDQgnGrafPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4043
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4045
static const TAknsItemID KAknsIIDQgnGrafQuickEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4046
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4048
static const TAknsItemID KAknsIIDQgnGrafQuickFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4049
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4051
static const TAknsItemID KAknsIIDQgnGrafQuickFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4052
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4054
static const TAknsItemID KAknsIIDQgnGrafQuickNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4055
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4057
static const TAknsItemID KAknsIIDQgnGrafQuickOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4058
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4060
static const TAknsItemID KAknsIIDQgnGrafQuickSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4061
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4063
static const TAknsItemID KAknsIIDQgnGrafQuickSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4064
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4066
static const TAknsItemID KAknsIIDQgnGrafQuickThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4067
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4069
static const TAknsItemID KAknsIIDQgnGrafQuickTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4070
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafQuickTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4072
static const TAknsItemID KAknsIIDQgnGrafStatusSmallProg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4073
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStatusSmallProg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4075
static const TAknsItemID KAknsIIDQgnGrafWmlSplash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4076
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafWmlSplash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4078
static const TAknsItemID KAknsIIDQgnImstatEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4079
    { EAknsMajorGeneric, EAknsMinorGenericQgnImstatEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4081
static const TAknsItemID KAknsIIDQgnIndiAccuracyOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4082
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAccuracyOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4084
static const TAknsItemID KAknsIIDQgnIndiAccuracyOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4085
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAccuracyOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4087
static const TAknsItemID KAknsIIDQgnIndiAlarmAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4088
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlarmAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4090
static const TAknsItemID KAknsIIDQgnIndiAlsLine2Add =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4091
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlsLine2Add };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4093
static const TAknsItemID KAknsIIDQgnIndiAmInstMmcAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4094
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAmInstMmcAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4096
static const TAknsItemID KAknsIIDQgnIndiAmNotInstAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4097
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAmNotInstAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4099
static const TAknsItemID KAknsIIDQgnIndiAttachementAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4100
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachementAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4102
static const TAknsItemID KAknsIIDQgnIndiAttachAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4103
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4105
static const TAknsItemID KAknsIIDQgnIndiAttachGene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4106
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachGene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4108
static const TAknsItemID KAknsIIDQgnIndiAttachImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4109
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4111
static const TAknsItemID KAknsIIDQgnIndiAttachUnsupportAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4112
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachUnsupportAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4114
static const TAknsItemID KAknsIIDQgnIndiBtAudioConnectedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4115
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtAudioConnectedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4117
static const TAknsItemID KAknsIIDQgnIndiBtAudioSelectedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4118
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtAudioSelectedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4120
static const TAknsItemID KAknsIIDQgnIndiBtPairedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4121
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtPairedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4123
static const TAknsItemID KAknsIIDQgnIndiBtTrustedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4124
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtTrustedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4126
static const TAknsItemID KAknsIIDQgnIndiCalcButtonDivide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4127
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonDivide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4129
static const TAknsItemID KAknsIIDQgnIndiCalcButtonDividePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4130
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonDividePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4132
static const TAknsItemID KAknsIIDQgnIndiCalcButtonDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4133
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4135
static const TAknsItemID KAknsIIDQgnIndiCalcButtonDownInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4136
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonDownInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4138
static const TAknsItemID KAknsIIDQgnIndiCalcButtonDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4139
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4141
static const TAknsItemID KAknsIIDQgnIndiCalcButtonEquals =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4142
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonEquals };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4144
static const TAknsItemID KAknsIIDQgnIndiCalcButtonEqualsPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4145
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonEqualsPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4147
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMinus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4148
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMinus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4150
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMinusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4151
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMinusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4153
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4154
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4156
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4157
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMrPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4159
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4160
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4162
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMsPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4163
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMsPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4165
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMultiply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4166
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMultiply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4168
static const TAknsItemID KAknsIIDQgnIndiCalcButtonMultiplyPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4169
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonMultiplyPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4171
static const TAknsItemID KAknsIIDQgnIndiCalcButtonPercent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4172
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonPercent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4174
static const TAknsItemID KAknsIIDQgnIndiCalcButtonPercentInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4175
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonPercentInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4177
static const TAknsItemID KAknsIIDQgnIndiCalcButtonPercentPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4178
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonPercentPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4180
static const TAknsItemID KAknsIIDQgnIndiCalcButtonPlus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4181
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonPlus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4183
static const TAknsItemID KAknsIIDQgnIndiCalcButtonPlusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4184
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonPlusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4185
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4186
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSign =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4187
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSign };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4189
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSignInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4190
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSignInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4192
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSignPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4193
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSignPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4195
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSquareroot =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4196
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSquareroot };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4198
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSquarerootInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4199
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSquarerootInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4201
static const TAknsItemID KAknsIIDQgnIndiCalcButtonSquarerootPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4202
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonSquarerootPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4204
static const TAknsItemID KAknsIIDQgnIndiCalcButtonUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4205
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4207
static const TAknsItemID KAknsIIDQgnIndiCalcButtonUpInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4208
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonUpInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4210
static const TAknsItemID KAknsIIDQgnIndiCalcButtonUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4211
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcButtonUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4213
static const TAknsItemID KAknsIIDQgnIndiCallActiveEmergency =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4214
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallActiveEmergency };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4216
static const TAknsItemID KAknsIIDQgnIndiCallCypheringOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4217
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallCypheringOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4219
static const TAknsItemID KAknsIIDQgnIndiCallData =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4220
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallData };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4222
static const TAknsItemID KAknsIIDQgnIndiCallDataDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4223
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDataDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4225
static const TAknsItemID KAknsIIDQgnIndiCallDataHscsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4226
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDataHscsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4228
static const TAknsItemID KAknsIIDQgnIndiCallDataHscsdDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4229
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDataHscsdDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4231
static const TAknsItemID KAknsIIDQgnIndiCallDataHscsdWaiting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4232
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDataHscsdWaiting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4234
static const TAknsItemID KAknsIIDQgnIndiCallDataWaiting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4235
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDataWaiting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4237
static const TAknsItemID KAknsIIDQgnIndiCallDiverted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4238
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallDiverted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4240
static const TAknsItemID KAknsIIDQgnIndiCallFax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4241
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallFax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4243
static const TAknsItemID KAknsIIDQgnIndiCallFaxDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4244
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallFaxDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4246
static const TAknsItemID KAknsIIDQgnIndiCallFaxWaiting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4247
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallFaxWaiting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4248
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4249
static const TAknsItemID KAknsIIDQgnIndiCallLine2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4250
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallLine2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4252
static const TAknsItemID KAknsIIDQgnIndiCallVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4253
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4255
static const TAknsItemID KAknsIIDQgnIndiCallVideoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4256
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4258
static const TAknsItemID KAknsIIDQgnIndiCallVideoCallsta =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4259
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoCallsta };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4261
static const TAknsItemID KAknsIIDQgnIndiCallWaitingCyphOff1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4262
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallWaitingCyphOff1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4264
static const TAknsItemID KAknsIIDQgnIndiCamsExpo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4265
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsExpo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4267
static const TAknsItemID KAknsIIDQgnIndiCamsFlashOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4268
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4270
static const TAknsItemID KAknsIIDQgnIndiCamsFlashOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4271
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4273
static const TAknsItemID KAknsIIDQgnIndiCamsMicOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4274
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsMicOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4276
static const TAknsItemID KAknsIIDQgnIndiCamsMmc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4277
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsMmc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4279
static const TAknsItemID KAknsIIDQgnIndiCamsNight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4280
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsNight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4282
static const TAknsItemID KAknsIIDQgnIndiCamsPaused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4283
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsPaused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4285
static const TAknsItemID KAknsIIDQgnIndiCamsRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4286
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4287
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4288
static const TAknsItemID KAknsIIDQgnIndiCamsTimer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4289
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTimer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4290
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4291
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4292
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4293
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4294
static const TAknsItemID KAknsIIDQgnIndiCamsZoomElevator =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4295
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomElevator };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4297
static const TAknsItemID KAknsIIDQgnIndiCamZoom2Video =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4298
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamZoom2Video };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4300
static const TAknsItemID KAknsIIDQgnIndiCbHotAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4301
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCbHotAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4303
static const TAknsItemID KAknsIIDQgnIndiCbKeptAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4304
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCbKeptAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4306
static const TAknsItemID KAknsIIDQgnIndiCdrDummy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4307
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrDummy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4309
static const TAknsItemID KAknsIIDQgnIndiCdrEventDummy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4310
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventDummy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4312
static const TAknsItemID KAknsIIDQgnIndiCdrEventGrayed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4313
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventGrayed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4315
static const TAknsItemID KAknsIIDQgnIndiCdrEventMixed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4316
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventMixed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4318
static const TAknsItemID KAknsIIDQgnIndiCdrEventPrivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4319
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventPrivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4321
static const TAknsItemID KAknsIIDQgnIndiCdrEventPrivateDimm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4322
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventPrivateDimm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4324
static const TAknsItemID KAknsIIDQgnIndiCdrEventPublic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4325
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEventPublic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4327
static const TAknsItemID KAknsIIDQgnIndiCheckboxOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4328
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCheckboxOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4330
static const TAknsItemID KAknsIIDQgnIndiCheckboxOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4331
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCheckboxOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4333
static const TAknsItemID KAknsIIDQgnIndiChiFindNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4334
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4336
static const TAknsItemID KAknsIIDQgnIndiChiFindPinyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4337
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindPinyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4339
static const TAknsItemID KAknsIIDQgnIndiChiFindSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4340
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4342
static const TAknsItemID KAknsIIDQgnIndiChiFindStrokeSimple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4343
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindStrokeSimple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4345
static const TAknsItemID KAknsIIDQgnIndiChiFindStrokeSymbol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4346
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindStrokeSymbol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4348
static const TAknsItemID KAknsIIDQgnIndiChiFindStrokeTrad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4349
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindStrokeTrad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4351
static const TAknsItemID KAknsIIDQgnIndiChiFindZhuyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4352
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindZhuyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4354
static const TAknsItemID KAknsIIDQgnIndiChiFindZhuyinSymbol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4355
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindZhuyinSymbol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4357
static const TAknsItemID KAknsIIDQgnIndiConnectionAlwaysAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4358
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiConnectionAlwaysAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4360
static const TAknsItemID KAknsIIDQgnIndiConnectionInactiveAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4361
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiConnectionInactiveAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4363
static const TAknsItemID KAknsIIDQgnIndiConnectionOnAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4364
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiConnectionOnAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4366
static const TAknsItemID KAknsIIDQgnIndiDrmRightsExpAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4367
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDrmRightsExpAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4369
static const TAknsItemID KAknsIIDQgnIndiDstAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4370
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDstAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4372
static const TAknsItemID KAknsIIDQgnIndiDycAvailAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4373
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycAvailAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4375
static const TAknsItemID KAknsIIDQgnIndiDycDiscreetAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4376
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycDiscreetAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4378
static const TAknsItemID KAknsIIDQgnIndiDycDtMobileAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4379
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycDtMobileAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4381
static const TAknsItemID KAknsIIDQgnIndiDycDtPcAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4382
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycDtPcAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4384
static const TAknsItemID KAknsIIDQgnIndiDycNotAvailAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4385
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycNotAvailAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4387
static const TAknsItemID KAknsIIDQgnIndiDycNotPublishAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4388
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycNotPublishAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4390
static const TAknsItemID KAknsIIDQgnIndiEarpiece =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4391
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEarpiece };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4393
static const TAknsItemID KAknsIIDQgnIndiEarpieceActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4394
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEarpieceActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4396
static const TAknsItemID KAknsIIDQgnIndiEarpieceMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4397
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEarpieceMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4399
static const TAknsItemID KAknsIIDQgnIndiEarpiecePassive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4400
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEarpiecePassive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4402
static const TAknsItemID KAknsIIDQgnIndiFepArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4403
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4405
static const TAknsItemID KAknsIIDQgnIndiFepArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4406
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4408
static const TAknsItemID KAknsIIDQgnIndiFepArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4409
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4411
static const TAknsItemID KAknsIIDQgnIndiFepArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4412
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4414
static const TAknsItemID KAknsIIDQgnIndiFindGlassPinb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4415
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFindGlassPinb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4417
static const TAknsItemID KAknsIIDQgnIndiImFriendOffAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4418
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImFriendOffAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4420
static const TAknsItemID KAknsIIDQgnIndiImFriendOnAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4421
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImFriendOnAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4423
static const TAknsItemID KAknsIIDQgnIndiImImsgAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4424
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImImsgAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4426
static const TAknsItemID KAknsIIDQgnIndiImWatchAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4427
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImWatchAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4429
static const TAknsItemID KAknsIIDQgnIndiItemNotShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4430
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItemNotShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4432
static const TAknsItemID KAknsIIDQgnIndiLevelBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4433
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLevelBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4435
static const TAknsItemID KAknsIIDQgnIndiMarkedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4436
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMarkedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4438
static const TAknsItemID KAknsIIDQgnIndiMarkedGridAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4439
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMarkedGridAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4441
static const TAknsItemID KAknsIIDQgnIndiMic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4442
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4444
static const TAknsItemID KAknsIIDQgnIndiMissedCallOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4445
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMissedCallOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4447
static const TAknsItemID KAknsIIDQgnIndiMissedCallTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4448
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMissedCallTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4450
static const TAknsItemID KAknsIIDQgnIndiMissedMessOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4451
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMissedMessOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4453
static const TAknsItemID KAknsIIDQgnIndiMissedMessTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4454
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMissedMessTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4456
static const TAknsItemID KAknsIIDQgnIndiMmcAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4457
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmcAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4459
static const TAknsItemID KAknsIIDQgnIndiMmcMarkedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4460
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmcMarkedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4462
static const TAknsItemID KAknsIIDQgnIndiMmsArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4463
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4465
static const TAknsItemID KAknsIIDQgnIndiMmsArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4466
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4468
static const TAknsItemID KAknsIIDQgnIndiMmsPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4469
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4471
static const TAknsItemID KAknsIIDQgnIndiMmsSpeakerActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4472
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsSpeakerActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4474
static const TAknsItemID KAknsIIDQgnIndiMmsTemplateImageCorrupt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4475
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsTemplateImageCorrupt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4477
static const TAknsItemID KAknsIIDQgnIndiMpButtonForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4478
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4480
static const TAknsItemID KAknsIIDQgnIndiMpButtonForwInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4481
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonForwInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4483
static const TAknsItemID KAknsIIDQgnIndiMpButtonNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4484
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4485
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4486
static const TAknsItemID KAknsIIDQgnIndiMpButtonNextInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4487
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonNextInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4489
static const TAknsItemID KAknsIIDQgnIndiMpButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4490
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4491
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4492
static const TAknsItemID KAknsIIDQgnIndiMpButtonPauseInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4493
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPauseInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4494
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4495
static const TAknsItemID KAknsIIDQgnIndiMpButtonPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4496
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4498
static const TAknsItemID KAknsIIDQgnIndiMpButtonPlayInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4499
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPlayInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4501
static const TAknsItemID KAknsIIDQgnIndiMpButtonPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4502
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4504
static const TAknsItemID KAknsIIDQgnIndiMpButtonPrevInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4505
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonPrevInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4507
static const TAknsItemID KAknsIIDQgnIndiMpButtonRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4508
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4510
static const TAknsItemID KAknsIIDQgnIndiMpButtonRewInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4511
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonRewInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4513
static const TAknsItemID KAknsIIDQgnIndiMpButtonStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4514
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4516
static const TAknsItemID KAknsIIDQgnIndiMpButtonStopInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4517
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpButtonStopInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4519
static const TAknsItemID KAknsIIDQgnIndiMpCorruptedFileAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4520
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpCorruptedFileAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4522
static const TAknsItemID KAknsIIDQgnIndiMpPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4523
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4525
static const TAknsItemID KAknsIIDQgnIndiMpPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4526
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4527
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4528
static const TAknsItemID KAknsIIDQgnIndiMpPlaylistArrowAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4529
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpPlaylistArrowAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4530
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4531
static const TAknsItemID KAknsIIDQgnIndiMpRandom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4532
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRandom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4534
static const TAknsItemID KAknsIIDQgnIndiMpRandomRepeat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4535
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRandomRepeat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4537
static const TAknsItemID KAknsIIDQgnIndiMpRepeat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4538
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRepeat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4540
static const TAknsItemID KAknsIIDQgnIndiMpStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4541
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4543
static const TAknsItemID KAknsIIDQgnIndiObjectGene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4544
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiObjectGene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4545
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4546
static const TAknsItemID KAknsIIDQgnIndiPaused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4547
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPaused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4548
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4549
static const TAknsItemID KAknsIIDQgnIndiPinSpace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4550
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPinSpace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4551
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4552
static const TAknsItemID KAknsIIDQgnIndiQdialAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4553
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4555
static const TAknsItemID KAknsIIDQgnIndiRadiobuttOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4556
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadiobuttOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4557
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4558
static const TAknsItemID KAknsIIDQgnIndiRadiobuttOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4559
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadiobuttOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4560
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4561
static const TAknsItemID KAknsIIDQgnIndiRepeatAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4562
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRepeatAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4563
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4564
static const TAknsItemID KAknsIIDQgnIndiSettProtectedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4565
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSettProtectedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4567
static const TAknsItemID KAknsIIDQgnIndiSignalActiveCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4568
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalActiveCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4570
static const TAknsItemID KAknsIIDQgnIndiSignalDormantCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4571
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalDormantCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4573
static const TAknsItemID KAknsIIDQgnIndiSignalGprsAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4574
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalGprsAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4576
static const TAknsItemID KAknsIIDQgnIndiSignalGprsContext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4577
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalGprsContext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4579
static const TAknsItemID KAknsIIDQgnIndiSignalGprsMultipdp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4580
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalGprsMultipdp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4582
static const TAknsItemID KAknsIIDQgnIndiSignalGprsSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4583
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalGprsSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4585
static const TAknsItemID KAknsIIDQgnIndiSignalPdAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4586
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalPdAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4588
static const TAknsItemID KAknsIIDQgnIndiSignalPdContext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4589
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalPdContext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4591
static const TAknsItemID KAknsIIDQgnIndiSignalPdMultipdp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4592
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalPdMultipdp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4594
static const TAknsItemID KAknsIIDQgnIndiSignalPdSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4595
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalPdSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4597
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4598
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4600
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaContext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4601
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaContext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4603
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4604
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4606
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaMultidp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4607
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaMultidp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4609
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaMultipdp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4610
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaMultipdp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4612
static const TAknsItemID KAknsIIDQgnIndiSliderNavi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4613
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSliderNavi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4615
static const TAknsItemID KAknsIIDQgnIndiSpeaker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4616
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSpeaker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4617
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4618
static const TAknsItemID KAknsIIDQgnIndiSpeakerActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4619
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSpeakerActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4620
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4621
static const TAknsItemID KAknsIIDQgnIndiSpeakerMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4622
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSpeakerMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4623
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4624
static const TAknsItemID KAknsIIDQgnIndiSpeakerPassive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4625
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSpeakerPassive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4627
static const TAknsItemID KAknsIIDQgnIndiThaiFindSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4628
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiThaiFindSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4630
static const TAknsItemID KAknsIIDQgnIndiTodoHighAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4631
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTodoHighAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4633
static const TAknsItemID KAknsIIDQgnIndiTodoLowAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4634
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTodoLowAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4636
static const TAknsItemID KAknsIIDQgnIndiVoiceAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4637
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoiceAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4639
static const TAknsItemID KAknsIIDQgnIndiVorecButtonForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4640
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4642
static const TAknsItemID KAknsIIDQgnIndiVorecButtonForwInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4643
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonForwInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4645
static const TAknsItemID KAknsIIDQgnIndiVorecButtonForwPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4646
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonForwPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4648
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4649
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4651
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPauseInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4652
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPauseInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4654
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPausePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4655
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPausePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4657
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4658
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4660
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPlayInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4661
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPlayInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4663
static const TAknsItemID KAknsIIDQgnIndiVorecButtonPlayPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4664
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonPlayPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4666
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4667
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4669
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRecInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4670
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRecInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4672
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRecPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4673
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRecPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4675
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4676
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4678
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRewInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4679
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRewInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4681
static const TAknsItemID KAknsIIDQgnIndiVorecButtonRewPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4682
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonRewPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4684
static const TAknsItemID KAknsIIDQgnIndiVorecButtonStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4685
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4687
static const TAknsItemID KAknsIIDQgnIndiVorecButtonStopInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4688
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonStopInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4690
static const TAknsItemID KAknsIIDQgnIndiVorecButtonStopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4691
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecButtonStopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4693
static const TAknsItemID KAknsIIDQgnIndiWmlCsdAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4694
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlCsdAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4696
static const TAknsItemID KAknsIIDQgnIndiWmlGprsAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4697
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlGprsAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4699
static const TAknsItemID KAknsIIDQgnIndiWmlHscsdAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4700
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlHscsdAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4702
static const TAknsItemID KAknsIIDQgnIndiWmlObject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4703
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlObject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4704
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4705
static const TAknsItemID KAknsIIDQgnIndiXhtmlMmc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4706
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXhtmlMmc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4707
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4708
static const TAknsItemID KAknsIIDQgnIndiZoomDir =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4709
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiZoomDir };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4711
static const TAknsItemID KAknsIIDQgnLogoEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4712
    { EAknsMajorGeneric, EAknsMinorGenericQgnLogoEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4713
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4714
static const TAknsItemID KAknsIIDQgnNoteAlarmAlert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4715
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteAlarmAlert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4716
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4717
static const TAknsItemID KAknsIIDQgnNoteAlarmCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4718
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteAlarmCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4720
static const TAknsItemID KAknsIIDQgnNoteAlarmMisc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4721
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteAlarmMisc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4723
static const TAknsItemID KAknsIIDQgnNoteBt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4724
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4726
static const TAknsItemID KAknsIIDQgnNoteBtPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4727
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBtPopup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4729
static const TAknsItemID KAknsIIDQgnNoteCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4730
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4732
static const TAknsItemID KAknsIIDQgnNoteCopy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4733
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteCopy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4735
static const TAknsItemID KAknsIIDQgnNoteCsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4736
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteCsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4738
static const TAknsItemID KAknsIIDQgnNoteDycStatusChanged =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4739
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteDycStatusChanged };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4741
static const TAknsItemID KAknsIIDQgnNoteEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4742
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4744
static const TAknsItemID KAknsIIDQgnNoteGprs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4745
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteGprs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4747
static const TAknsItemID KAknsIIDQgnNoteImMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4748
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteImMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4750
static const TAknsItemID KAknsIIDQgnNoteMail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4751
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4753
static const TAknsItemID KAknsIIDQgnNoteMemory =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4754
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMemory };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4756
static const TAknsItemID KAknsIIDQgnNoteMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4757
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4759
static const TAknsItemID KAknsIIDQgnNoteMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4760
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4762
static const TAknsItemID KAknsIIDQgnNoteMove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4763
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4765
static const TAknsItemID KAknsIIDQgnNoteRemoteMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4766
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteRemoteMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4768
static const TAknsItemID KAknsIIDQgnNoteSim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4769
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteSim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4771
static const TAknsItemID KAknsIIDQgnNoteSml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4772
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteSml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4774
static const TAknsItemID KAknsIIDQgnNoteSmlServer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4775
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteSmlServer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4776
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4777
static const TAknsItemID KAknsIIDQgnNoteUrgentMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4778
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteUrgentMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4779
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4780
static const TAknsItemID KAknsIIDQgnNoteVoice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4781
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteVoice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4783
static const TAknsItemID KAknsIIDQgnNoteVoiceFound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4784
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteVoiceFound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4786
static const TAknsItemID KAknsIIDQgnNoteWarr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4787
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteWarr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4789
static const TAknsItemID KAknsIIDQgnNoteWml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4790
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteWml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4792
static const TAknsItemID KAknsIIDQgnPropAlbumMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4793
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4795
static const TAknsItemID KAknsIIDQgnPropAlbumPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4796
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4798
static const TAknsItemID KAknsIIDQgnPropAlbumVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4799
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4801
static const TAknsItemID KAknsIIDQgnPropAmsGetNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4802
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAmsGetNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4804
static const TAknsItemID KAknsIIDQgnPropAmMidlet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4805
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAmMidlet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4806
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4807
static const TAknsItemID KAknsIIDQgnPropAmSis =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4808
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAmSis };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4809
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4810
static const TAknsItemID KAknsIIDQgnPropBatteryIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4811
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBatteryIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4813
static const TAknsItemID KAknsIIDQgnPropBlidCompassSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4814
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidCompassSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4816
static const TAknsItemID KAknsIIDQgnPropBlidCompassTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4817
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidCompassTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4819
static const TAknsItemID KAknsIIDQgnPropBlidLocationSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4820
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidLocationSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4822
static const TAknsItemID KAknsIIDQgnPropBlidLocationTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4823
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidLocationTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4824
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4825
static const TAknsItemID KAknsIIDQgnPropBlidNavigationSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4826
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidNavigationSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4827
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4828
static const TAknsItemID KAknsIIDQgnPropBlidNavigationTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4829
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidNavigationTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4831
static const TAknsItemID KAknsIIDQgnPropBrowserSelectfile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4832
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBrowserSelectfile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4834
static const TAknsItemID KAknsIIDQgnPropBtCarkit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4835
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtCarkit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4836
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4837
static const TAknsItemID KAknsIIDQgnPropBtComputer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4838
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtComputer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4840
static const TAknsItemID KAknsIIDQgnPropBtDeviceTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4841
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtDeviceTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4843
static const TAknsItemID KAknsIIDQgnPropBtHeadset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4844
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtHeadset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4846
static const TAknsItemID KAknsIIDQgnPropBtMisc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4847
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtMisc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4849
static const TAknsItemID KAknsIIDQgnPropBtPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4850
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4852
static const TAknsItemID KAknsIIDQgnPropBtSetTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4853
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtSetTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4855
static const TAknsItemID KAknsIIDQgnPropCamsBright =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4856
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsBright };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4858
static const TAknsItemID KAknsIIDQgnPropCamsBurst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4859
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsBurst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4861
static const TAknsItemID KAknsIIDQgnPropCamsContrast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4862
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsContrast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4864
static const TAknsItemID KAknsIIDQgnPropCamsSetImageTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4865
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsSetImageTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4867
static const TAknsItemID KAknsIIDQgnPropCamsSetVideoTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4868
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsSetVideoTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4870
static const TAknsItemID KAknsIIDQgnPropCheckboxOffSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4871
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCheckboxOffSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4873
static const TAknsItemID KAknsIIDQgnPropClkAlarmTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4874
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkAlarmTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4875
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4876
static const TAknsItemID KAknsIIDQgnPropClkDualTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4877
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkDualTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4878
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4879
static const TAknsItemID KAknsIIDQgnPropCmonGprsSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4880
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmonGprsSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4881
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4882
static const TAknsItemID KAknsIIDQgnPropDrmExpForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4883
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmExpForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4884
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4885
static const TAknsItemID KAknsIIDQgnPropDrmExpForbidLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4886
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmExpForbidLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4888
static const TAknsItemID KAknsIIDQgnPropDrmRightsExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4889
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4890
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4891
static const TAknsItemID KAknsIIDQgnPropDrmRightsExpLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4892
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsExpLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4893
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4894
static const TAknsItemID KAknsIIDQgnPropDrmExpLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4895
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmExpLarge }; // Intentionally duplicate numeric IID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4896
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4897
static const TAknsItemID KAknsIIDQgnPropDrmRightsHold =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4898
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsHold };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4899
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4900
static const TAknsItemID KAknsIIDQgnPropDrmRightsMultiple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4901
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsMultiple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4903
static const TAknsItemID KAknsIIDQgnPropDrmRightsValid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4904
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsValid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4906
static const TAknsItemID KAknsIIDQgnPropDrmSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4907
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4909
static const TAknsItemID KAknsIIDQgnPropDscontentTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4910
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDscontentTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4911
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4912
static const TAknsItemID KAknsIIDQgnPropDsprofileTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4913
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDsprofileTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4914
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4915
static const TAknsItemID KAknsIIDQgnPropDycActWatch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4916
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycActWatch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4918
static const TAknsItemID KAknsIIDQgnPropDycAvail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4919
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycAvail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4921
static const TAknsItemID KAknsIIDQgnPropDycBlockedTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4922
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycBlockedTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4924
static const TAknsItemID KAknsIIDQgnPropDycDiscreet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4925
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycDiscreet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4927
static const TAknsItemID KAknsIIDQgnPropDycNotAvail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4928
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycNotAvail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4930
static const TAknsItemID KAknsIIDQgnPropDycNotPublish =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4931
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycNotPublish };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4933
static const TAknsItemID KAknsIIDQgnPropDycPrivateTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4934
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycPrivateTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4936
static const TAknsItemID KAknsIIDQgnPropDycPublicTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4937
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycPublicTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4939
static const TAknsItemID KAknsIIDQgnPropDycStatusTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4940
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycStatusTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4942
static const TAknsItemID KAknsIIDQgnPropEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4943
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4945
static const TAknsItemID KAknsIIDQgnPropFileAllSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4946
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileAllSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4948
static const TAknsItemID KAknsIIDQgnPropFileAllTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4949
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileAllTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4951
static const TAknsItemID KAknsIIDQgnPropFileDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4952
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4954
static const TAknsItemID KAknsIIDQgnPropFileImagesSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4955
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileImagesSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4957
static const TAknsItemID KAknsIIDQgnPropFileImagesTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4958
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileImagesTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4960
static const TAknsItemID KAknsIIDQgnPropFileLinksSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4961
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileLinksSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4963
static const TAknsItemID KAknsIIDQgnPropFileLinksTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4964
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileLinksTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4966
static const TAknsItemID KAknsIIDQgnPropFileMusicSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4967
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileMusicSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4969
static const TAknsItemID KAknsIIDQgnPropFileMusicTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4970
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileMusicTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4971
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4972
static const TAknsItemID KAknsIIDQgnPropFileSounds =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4973
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileSounds };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4974
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4975
static const TAknsItemID KAknsIIDQgnPropFileSoundsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4976
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileSoundsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4977
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4978
static const TAknsItemID KAknsIIDQgnPropFileSoundsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4979
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileSoundsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4980
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4981
static const TAknsItemID KAknsIIDQgnPropFileVideoSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4982
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileVideoSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4983
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4984
static const TAknsItemID KAknsIIDQgnPropFileVideoTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4985
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileVideoTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4986
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4987
static const TAknsItemID KAknsIIDQgnPropFmgrDycLogos =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4988
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrDycLogos };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4990
static const TAknsItemID KAknsIIDQgnPropFmgrFileApps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4991
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileApps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4993
static const TAknsItemID KAknsIIDQgnPropFmgrFileCompo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4994
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileCompo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4996
static const TAknsItemID KAknsIIDQgnPropFmgrFileGms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4997
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileGms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  4999
static const TAknsItemID KAknsIIDQgnPropFmgrFileImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5000
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5002
static const TAknsItemID KAknsIIDQgnPropFmgrFileLink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5003
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileLink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5005
static const TAknsItemID KAknsIIDQgnPropFmgrFilePlaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5006
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFilePlaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5008
static const TAknsItemID KAknsIIDQgnPropFmgrFileSound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5009
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileSound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5011
static const TAknsItemID KAknsIIDQgnPropFmgrFileVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5012
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5014
static const TAknsItemID KAknsIIDQgnPropFmgrFileVoicerec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5015
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrFileVoicerec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5017
static const TAknsItemID KAknsIIDQgnPropFolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5018
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5020
static const TAknsItemID KAknsIIDQgnPropFolderSmsTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5021
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderSmsTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5023
static const TAknsItemID KAknsIIDQgnPropGroupOpenTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5024
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupOpenTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5026
static const TAknsItemID KAknsIIDQgnPropGroupTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5027
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5029
static const TAknsItemID KAknsIIDQgnPropGroupTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5030
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5032
static const TAknsItemID KAknsIIDQgnPropImageOpenTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5033
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageOpenTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5034
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5035
static const TAknsItemID KAknsIIDQgnPropImFriendOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5036
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5037
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5038
static const TAknsItemID KAknsIIDQgnPropImFriendOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5039
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5041
static const TAknsItemID KAknsIIDQgnPropImFriendTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5042
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5043
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5044
static const TAknsItemID KAknsIIDQgnPropImIboxNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5045
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImIboxNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5046
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5047
static const TAknsItemID KAknsIIDQgnPropImIboxTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5048
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImIboxTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5049
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5050
static const TAknsItemID KAknsIIDQgnPropImImsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5051
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImImsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5053
static const TAknsItemID KAknsIIDQgnPropImJoinedNotSaved =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5054
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImJoinedNotSaved };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5056
static const TAknsItemID KAknsIIDQgnPropImListTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5057
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImListTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5058
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5059
static const TAknsItemID KAknsIIDQgnPropImMany =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5060
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImMany };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5062
static const TAknsItemID KAknsIIDQgnPropImNewInvit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5063
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImNewInvit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5065
static const TAknsItemID KAknsIIDQgnPropImNonuserCreatedSavedActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5066
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImNonuserCreatedSavedActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5068
static const TAknsItemID KAknsIIDQgnPropImNonuserCreatedSavedInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5069
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImNonuserCreatedSavedInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5071
static const TAknsItemID KAknsIIDQgnPropImSaved =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5072
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSaved };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5074
static const TAknsItemID KAknsIIDQgnPropImSavedChat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5075
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSavedChat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5077
static const TAknsItemID KAknsIIDQgnPropImSavedChatTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5078
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSavedChatTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5080
static const TAknsItemID KAknsIIDQgnPropImSavedConv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5081
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSavedConv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5083
static const TAknsItemID KAknsIIDQgnPropImSmileysAngry =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5084
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysAngry };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5086
static const TAknsItemID KAknsIIDQgnPropImSmileysBored =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5087
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysBored };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5089
static const TAknsItemID KAknsIIDQgnPropImSmileysCrying =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5090
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysCrying };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5092
static const TAknsItemID KAknsIIDQgnPropImSmileysGlasses =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5093
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysGlasses };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5095
static const TAknsItemID KAknsIIDQgnPropImSmileysHappy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5096
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysHappy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5098
static const TAknsItemID KAknsIIDQgnPropImSmileysIndif =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5099
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysIndif };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5101
static const TAknsItemID KAknsIIDQgnPropImSmileysKiss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5102
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysKiss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5104
static const TAknsItemID KAknsIIDQgnPropImSmileysLaugh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5105
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysLaugh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5107
static const TAknsItemID KAknsIIDQgnPropImSmileysRobot =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5108
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysRobot };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5110
static const TAknsItemID KAknsIIDQgnPropImSmileysSad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5111
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysSad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5113
static const TAknsItemID KAknsIIDQgnPropImSmileysShock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5114
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysShock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5116
static const TAknsItemID KAknsIIDQgnPropImSmileysSkeptical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5117
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysSkeptical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5119
static const TAknsItemID KAknsIIDQgnPropImSmileysSleepy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5120
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysSleepy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5122
static const TAknsItemID KAknsIIDQgnPropImSmileysSunglasses =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5123
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysSunglasses };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5124
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5125
static const TAknsItemID KAknsIIDQgnPropImSmileysSurprise =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5126
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysSurprise };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5127
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5128
static const TAknsItemID KAknsIIDQgnPropImSmileysTired =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5129
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysTired };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5130
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5131
static const TAknsItemID KAknsIIDQgnPropImSmileysVeryhappy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5132
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysVeryhappy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5133
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5134
static const TAknsItemID KAknsIIDQgnPropImSmileysVerysad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5135
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysVerysad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5136
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5137
static const TAknsItemID KAknsIIDQgnPropImSmileysWickedsmile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5138
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysWickedsmile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5139
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5140
static const TAknsItemID KAknsIIDQgnPropImSmileysWink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5141
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSmileysWink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5142
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5143
static const TAknsItemID KAknsIIDQgnPropImToMany =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5144
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImToMany };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5146
static const TAknsItemID KAknsIIDQgnPropImUserBlocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5147
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImUserBlocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5149
static const TAknsItemID KAknsIIDQgnPropImUserCreatedActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5150
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImUserCreatedActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5151
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5152
static const TAknsItemID KAknsIIDQgnPropImUserCreatedInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5153
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImUserCreatedInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5154
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5155
static const TAknsItemID KAknsIIDQgnPropKeywordFindTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5156
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropKeywordFindTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5158
static const TAknsItemID KAknsIIDQgnPropListAlphaTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5159
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropListAlphaTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5161
static const TAknsItemID KAknsIIDQgnPropListTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5162
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropListTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5164
static const TAknsItemID KAknsIIDQgnPropLocAccepted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5165
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocAccepted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5167
static const TAknsItemID KAknsIIDQgnPropLocExpired =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5168
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocExpired };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5170
static const TAknsItemID KAknsIIDQgnPropLocPolicyAccept =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5171
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocPolicyAccept };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5173
static const TAknsItemID KAknsIIDQgnPropLocPolicyAsk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5174
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocPolicyAsk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5176
static const TAknsItemID KAknsIIDQgnPropLocPolicyReject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5177
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocPolicyReject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5179
static const TAknsItemID KAknsIIDQgnPropLocPrivacySub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5180
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocPrivacySub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5182
static const TAknsItemID KAknsIIDQgnPropLocPrivacyTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5183
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocPrivacyTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5185
static const TAknsItemID KAknsIIDQgnPropLocRejected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5186
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocRejected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5188
static const TAknsItemID KAknsIIDQgnPropLocRequestsTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5189
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocRequestsTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5191
static const TAknsItemID KAknsIIDQgnPropLocRequestsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5192
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocRequestsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5194
static const TAknsItemID KAknsIIDQgnPropLocSetTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5195
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocSetTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5197
static const TAknsItemID KAknsIIDQgnPropLocSetTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5198
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocSetTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5200
static const TAknsItemID KAknsIIDQgnPropLogCallsInTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5201
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsInTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5203
static const TAknsItemID KAknsIIDQgnPropLogCallsMissedTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5204
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsMissedTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5206
static const TAknsItemID KAknsIIDQgnPropLogCallsOutTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5207
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsOutTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5209
static const TAknsItemID KAknsIIDQgnPropLogCallsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5210
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5212
static const TAknsItemID KAknsIIDQgnPropLogCallAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5213
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5215
static const TAknsItemID KAknsIIDQgnPropLogCallLast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5216
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallLast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5218
static const TAknsItemID KAknsIIDQgnPropLogCostsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5219
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCostsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5221
static const TAknsItemID KAknsIIDQgnPropLogCostsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5222
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCostsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5224
static const TAknsItemID KAknsIIDQgnPropLogCountersTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5225
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCountersTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5227
static const TAknsItemID KAknsIIDQgnPropLogGprsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5228
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogGprsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5230
static const TAknsItemID KAknsIIDQgnPropLogIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5231
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5233
static const TAknsItemID KAknsIIDQgnPropLogMissed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5234
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogMissed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5236
static const TAknsItemID KAknsIIDQgnPropLogOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5237
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5239
static const TAknsItemID KAknsIIDQgnPropLogTimersTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5240
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogTimersTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5242
static const TAknsItemID KAknsIIDQgnPropLogTimerCallActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5243
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogTimerCallActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5245
static const TAknsItemID KAknsIIDQgnPropMailText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5246
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMailText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5248
static const TAknsItemID KAknsIIDQgnPropMailUnsupported =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5249
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMailUnsupported };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5251
static const TAknsItemID KAknsIIDQgnPropMceBtRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5252
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceBtRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5254
static const TAknsItemID KAknsIIDQgnPropMceDraftsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5255
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDraftsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5257
static const TAknsItemID KAknsIIDQgnPropMceDrTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5258
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDrTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5260
static const TAknsItemID KAknsIIDQgnPropMceInboxSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5261
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceInboxSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5263
static const TAknsItemID KAknsIIDQgnPropMceInboxTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5264
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceInboxTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5266
static const TAknsItemID KAknsIIDQgnPropMceIrRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5267
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceIrRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5269
static const TAknsItemID KAknsIIDQgnPropMceIrUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5270
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceIrUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5272
static const TAknsItemID KAknsIIDQgnPropMceMailFetRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5273
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailFetRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5275
static const TAknsItemID KAknsIIDQgnPropMceMailFetReaDel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5276
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailFetReaDel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5278
static const TAknsItemID KAknsIIDQgnPropMceMailFetUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5279
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailFetUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5281
static const TAknsItemID KAknsIIDQgnPropMceMailUnfetRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5282
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailUnfetRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5284
static const TAknsItemID KAknsIIDQgnPropMceMailUnfetUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5285
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailUnfetUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5287
static const TAknsItemID KAknsIIDQgnPropMceMmsInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5288
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5290
static const TAknsItemID KAknsIIDQgnPropMceMmsRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5291
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5293
static const TAknsItemID KAknsIIDQgnPropMceMmsUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5294
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5296
static const TAknsItemID KAknsIIDQgnPropMceNotifRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5297
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceNotifRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5299
static const TAknsItemID KAknsIIDQgnPropMceNotifUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5300
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceNotifUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5302
static const TAknsItemID KAknsIIDQgnPropMceOutboxTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5303
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceOutboxTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5305
static const TAknsItemID KAknsIIDQgnPropMcePushRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5306
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMcePushRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5308
static const TAknsItemID KAknsIIDQgnPropMcePushUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5309
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMcePushUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5311
static const TAknsItemID KAknsIIDQgnPropMceRemoteOnTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5312
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceRemoteOnTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5313
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5314
static const TAknsItemID KAknsIIDQgnPropMceRemoteTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5315
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceRemoteTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5316
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5317
static const TAknsItemID KAknsIIDQgnPropMceSentTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5318
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSentTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5319
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5320
static const TAknsItemID KAknsIIDQgnPropMceSmartRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5321
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmartRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5322
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5323
static const TAknsItemID KAknsIIDQgnPropMceSmartUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5324
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmartUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5325
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5326
static const TAknsItemID KAknsIIDQgnPropMceSmsInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5327
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5329
static const TAknsItemID KAknsIIDQgnPropMceSmsRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5330
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5332
static const TAknsItemID KAknsIIDQgnPropMceSmsReadUrgent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5333
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsReadUrgent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5335
static const TAknsItemID KAknsIIDQgnPropMceSmsUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5336
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5338
static const TAknsItemID KAknsIIDQgnPropMceSmsUnreadUrgent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5339
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsUnreadUrgent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5341
static const TAknsItemID KAknsIIDQgnPropMceTemplate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5342
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceTemplate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5344
static const TAknsItemID KAknsIIDQgnPropMemcMmcTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5345
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMemcMmcTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5347
static const TAknsItemID KAknsIIDQgnPropMemcMmcTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5348
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMemcMmcTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5350
static const TAknsItemID KAknsIIDQgnPropMemcPhoneTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5351
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMemcPhoneTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5353
static const TAknsItemID KAknsIIDQgnPropMemcPhoneTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5354
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMemcPhoneTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5356
static const TAknsItemID KAknsIIDQgnPropMmsEmptyPageSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5357
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsEmptyPageSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5359
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5360
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5362
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5363
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5364
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5365
static const TAknsItemID KAknsIIDQgnPropMmsTemplateTitleSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5366
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateTitleSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5368
static const TAknsItemID KAknsIIDQgnPropMmsTemplateVideoSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5369
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateVideoSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5370
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5371
static const TAknsItemID KAknsIIDQgnPropNetwork2g =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5372
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNetwork2g };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5373
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5374
static const TAknsItemID KAknsIIDQgnPropNetwork3g =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5375
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNetwork3g };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5376
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5377
static const TAknsItemID KAknsIIDQgnPropNrtypHome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5378
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypHome };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5380
static const TAknsItemID KAknsIIDQgnPropNrtypHomeDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5381
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypHomeDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5382
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5383
static const TAknsItemID KAknsIIDQgnPropNrtypMobileDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5384
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypMobileDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5385
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5386
static const TAknsItemID KAknsIIDQgnPropNrtypPhoneCnap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5387
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypPhoneCnap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5388
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5389
static const TAknsItemID KAknsIIDQgnPropNrtypPhoneDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5390
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypPhoneDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5391
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5392
static const TAknsItemID KAknsIIDQgnPropNrtypSdn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5393
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypSdn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5395
static const TAknsItemID KAknsIIDQgnPropNrtypVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5396
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5398
static const TAknsItemID KAknsIIDQgnPropNrtypWork =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5399
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypWork };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5401
static const TAknsItemID KAknsIIDQgnPropNrtypWorkDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5402
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypWorkDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5404
static const TAknsItemID KAknsIIDQgnPropNrtypWvid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5405
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypWvid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5407
static const TAknsItemID KAknsIIDQgnPropNtypVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5408
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNtypVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5410
static const TAknsItemID KAknsIIDQgnPropOtaTone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5411
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropOtaTone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5413
static const TAknsItemID KAknsIIDQgnPropPbContactsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5414
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbContactsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5416
static const TAknsItemID KAknsIIDQgnPropPbPersonalTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5417
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbPersonalTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5419
static const TAknsItemID KAknsIIDQgnPropPbPhotoTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5420
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbPhotoTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5422
static const TAknsItemID KAknsIIDQgnPropPbSubsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5423
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbSubsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5425
static const TAknsItemID KAknsIIDQgnPropPinbAnchorId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5426
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbAnchorId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5428
static const TAknsItemID KAknsIIDQgnPropPinbBagId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5429
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbBagId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5431
static const TAknsItemID KAknsIIDQgnPropPinbBeerId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5432
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbBeerId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5434
static const TAknsItemID KAknsIIDQgnPropPinbBookId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5435
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbBookId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5437
static const TAknsItemID KAknsIIDQgnPropPinbCrownId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5438
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbCrownId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5440
static const TAknsItemID KAknsIIDQgnPropPinbCupId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5441
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbCupId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5443
static const TAknsItemID KAknsIIDQgnPropPinbDocument =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5444
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbDocument };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5446
static const TAknsItemID KAknsIIDQgnPropPinbDuckId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5447
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbDuckId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5449
static const TAknsItemID KAknsIIDQgnPropPinbEightId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5450
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbEightId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5452
static const TAknsItemID KAknsIIDQgnPropPinbExclamtionId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5453
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbExclamtionId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5455
static const TAknsItemID KAknsIIDQgnPropPinbFiveId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5456
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbFiveId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5458
static const TAknsItemID KAknsIIDQgnPropPinbFourId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5459
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbFourId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5461
static const TAknsItemID KAknsIIDQgnPropPinbHeartId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5462
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbHeartId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5464
static const TAknsItemID KAknsIIDQgnPropPinbInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5465
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5467
static const TAknsItemID KAknsIIDQgnPropPinbLinkBmId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5468
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkBmId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5470
static const TAknsItemID KAknsIIDQgnPropPinbLinkImageId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5471
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkImageId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5473
static const TAknsItemID KAknsIIDQgnPropPinbLinkMessageId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5474
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkMessageId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5476
static const TAknsItemID KAknsIIDQgnPropPinbLinkNoteId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5477
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkNoteId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5479
static const TAknsItemID KAknsIIDQgnPropPinbLinkPageId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5480
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkPageId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5482
static const TAknsItemID KAknsIIDQgnPropPinbLinkToneId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5483
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkToneId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5485
static const TAknsItemID KAknsIIDQgnPropPinbLinkVideoId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5486
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkVideoId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5488
static const TAknsItemID KAknsIIDQgnPropPinbLinkVorecId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5489
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkVorecId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5491
static const TAknsItemID KAknsIIDQgnPropPinbLockId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5492
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLockId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5494
static const TAknsItemID KAknsIIDQgnPropPinbLorryId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5495
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLorryId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5497
static const TAknsItemID KAknsIIDQgnPropPinbMoneyId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5498
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbMoneyId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5500
static const TAknsItemID KAknsIIDQgnPropPinbMovieId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5501
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbMovieId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5503
static const TAknsItemID KAknsIIDQgnPropPinbNineId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5504
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbNineId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5506
static const TAknsItemID KAknsIIDQgnPropPinbNotepad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5507
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbNotepad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5509
static const TAknsItemID KAknsIIDQgnPropPinbOneId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5510
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbOneId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5512
static const TAknsItemID KAknsIIDQgnPropPinbPhoneId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5513
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbPhoneId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5515
static const TAknsItemID KAknsIIDQgnPropPinbSevenId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5516
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSevenId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5518
static const TAknsItemID KAknsIIDQgnPropPinbSixId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5519
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSixId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5520
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5521
static const TAknsItemID KAknsIIDQgnPropPinbSmiley1Id =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5522
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSmiley1Id };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5523
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5524
static const TAknsItemID KAknsIIDQgnPropPinbSmiley2Id =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5525
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSmiley2Id };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5526
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5527
static const TAknsItemID KAknsIIDQgnPropPinbSoccerId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5528
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSoccerId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5529
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5530
static const TAknsItemID KAknsIIDQgnPropPinbStarId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5531
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbStarId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5532
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5533
static const TAknsItemID KAknsIIDQgnPropPinbSuitcaseId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5534
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbSuitcaseId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5535
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5536
static const TAknsItemID KAknsIIDQgnPropPinbTeddyId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5537
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbTeddyId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5538
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5539
static const TAknsItemID KAknsIIDQgnPropPinbThreeId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5540
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbThreeId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5541
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5542
static const TAknsItemID KAknsIIDQgnPropPinbToday =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5543
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbToday };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5545
static const TAknsItemID KAknsIIDQgnPropPinbTwoId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5546
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbTwoId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5548
static const TAknsItemID KAknsIIDQgnPropPinbWml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5549
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbWml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5551
static const TAknsItemID KAknsIIDQgnPropPinbZeroId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5552
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbZeroId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5554
static const TAknsItemID KAknsIIDQgnPropPslnActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5555
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5557
static const TAknsItemID KAknsIIDQgnPropPushDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5558
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPushDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5559
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5560
static const TAknsItemID KAknsIIDQgnPropSetAccessoryTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5561
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAccessoryTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5562
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5563
static const TAknsItemID KAknsIIDQgnPropSetBarrTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5564
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetBarrTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5565
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5566
static const TAknsItemID KAknsIIDQgnPropSetCallTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5567
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetCallTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5568
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5569
static const TAknsItemID KAknsIIDQgnPropSetConnecTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5570
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnecTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5571
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5572
static const TAknsItemID KAknsIIDQgnPropSetDatimTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5573
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetDatimTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5574
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5575
static const TAknsItemID KAknsIIDQgnPropSetDeviceTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5576
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetDeviceTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5577
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5578
static const TAknsItemID KAknsIIDQgnPropSetDivTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5579
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetDivTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5580
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5581
static const TAknsItemID KAknsIIDQgnPropSetMpAudioTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5582
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetMpAudioTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5583
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5584
static const TAknsItemID KAknsIIDQgnPropSetMpStreamTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5585
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetMpStreamTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5587
static const TAknsItemID KAknsIIDQgnPropSetMpVideoTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5588
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetMpVideoTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5589
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5590
static const TAknsItemID KAknsIIDQgnPropSetNetworkTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5591
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetNetworkTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5592
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5593
static const TAknsItemID KAknsIIDQgnPropSetSecTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5594
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetSecTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5596
static const TAknsItemID KAknsIIDQgnPropSetTonesSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5597
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetTonesSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5598
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5599
static const TAknsItemID KAknsIIDQgnPropSetTonesTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5600
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetTonesTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5602
static const TAknsItemID KAknsIIDQgnPropSignalIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5603
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSignalIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5605
static const TAknsItemID KAknsIIDQgnPropSmlBtOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5606
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlBtOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5608
static const TAknsItemID KAknsIIDQgnPropSmlHttp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5609
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlHttp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5611
static const TAknsItemID KAknsIIDQgnPropSmlHttpOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5612
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlHttpOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5614
static const TAknsItemID KAknsIIDQgnPropSmlIr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5615
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlIr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5617
static const TAknsItemID KAknsIIDQgnPropSmlIrOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5618
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlIrOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5620
static const TAknsItemID KAknsIIDQgnPropSmlRemoteNewSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5621
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlRemoteNewSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5622
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5623
static const TAknsItemID KAknsIIDQgnPropSmlRemoteSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5624
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlRemoteSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5626
static const TAknsItemID KAknsIIDQgnPropSmlUsb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5627
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlUsb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5629
static const TAknsItemID KAknsIIDQgnPropSmlUsbOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5630
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlUsbOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5631
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5632
static const TAknsItemID KAknsIIDQgnPropSmsDeliveredCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5633
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsDeliveredCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5634
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5635
static const TAknsItemID KAknsIIDQgnPropSmsDeliveredUrgentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5636
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsDeliveredUrgentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5637
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5638
static const TAknsItemID KAknsIIDQgnPropSmsFailedCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5639
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsFailedCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5640
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5641
static const TAknsItemID KAknsIIDQgnPropSmsFailedUrgentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5642
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsFailedUrgentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5643
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5644
static const TAknsItemID KAknsIIDQgnPropSmsPendingCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5645
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsPendingCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5646
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5647
static const TAknsItemID KAknsIIDQgnPropSmsPendingUrgentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5648
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsPendingUrgentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5649
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5650
static const TAknsItemID KAknsIIDQgnPropSmsSentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5651
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsSentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5653
static const TAknsItemID KAknsIIDQgnPropSmsSentUrgentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5654
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsSentUrgentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5655
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5656
static const TAknsItemID KAknsIIDQgnPropSmsWaitingCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5657
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsWaitingCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5658
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5659
static const TAknsItemID KAknsIIDQgnPropSmsWaitingUrgentCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5660
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmsWaitingUrgentCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5661
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5662
static const TAknsItemID KAknsIIDQgnPropTodoDone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5663
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTodoDone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5664
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5665
static const TAknsItemID KAknsIIDQgnPropTodoUndone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5666
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTodoUndone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5667
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5668
static const TAknsItemID KAknsIIDQgnPropVoice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5669
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVoice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5670
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5671
static const TAknsItemID KAknsIIDQgnPropVpnLogError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5672
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpnLogError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5673
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5674
static const TAknsItemID KAknsIIDQgnPropVpnLogInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5675
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpnLogInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5676
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5677
static const TAknsItemID KAknsIIDQgnPropVpnLogWarn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5678
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpnLogWarn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5679
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5680
static const TAknsItemID KAknsIIDQgnPropWalletCards =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5681
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletCards };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5682
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5683
static const TAknsItemID KAknsIIDQgnPropWalletCardsLib =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5684
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletCardsLib };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5685
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5686
static const TAknsItemID KAknsIIDQgnPropWalletCardsLibDef =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5687
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletCardsLibDef };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5688
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5689
static const TAknsItemID KAknsIIDQgnPropWalletCardsLibOta =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5690
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletCardsLibOta };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5691
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5692
static const TAknsItemID KAknsIIDQgnPropWalletCardsOta =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5693
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletCardsOta };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5695
static const TAknsItemID KAknsIIDQgnPropWalletPnotes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5696
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletPnotes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5698
static const TAknsItemID KAknsIIDQgnPropWalletService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5699
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5701
static const TAknsItemID KAknsIIDQgnPropWalletTickets =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5702
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWalletTickets };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5704
static const TAknsItemID KAknsIIDQgnPropWmlBm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5705
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlBm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5707
static const TAknsItemID KAknsIIDQgnPropWmlBmAdap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5708
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlBmAdap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5710
static const TAknsItemID KAknsIIDQgnPropWmlBmLast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5711
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlBmLast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5713
static const TAknsItemID KAknsIIDQgnPropWmlBmTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5714
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlBmTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5716
static const TAknsItemID KAknsIIDQgnPropWmlCheckboxOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5717
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCheckboxOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5719
static const TAknsItemID KAknsIIDQgnPropWmlCheckboxOffSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5720
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCheckboxOffSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5722
static const TAknsItemID KAknsIIDQgnPropWmlCheckboxOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5723
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCheckboxOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5724
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5725
static const TAknsItemID KAknsIIDQgnPropWmlCheckboxOnSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5726
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCheckboxOnSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5727
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5728
static const TAknsItemID KAknsIIDQgnPropWmlCircle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5729
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCircle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5730
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5731
static const TAknsItemID KAknsIIDQgnPropWmlCsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5732
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlCsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5733
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5734
static const TAknsItemID KAknsIIDQgnPropWmlDisc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5735
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlDisc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5736
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5737
static const TAknsItemID KAknsIIDQgnPropWmlGprs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5738
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlGprs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5739
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5740
static const TAknsItemID KAknsIIDQgnPropWmlHome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5741
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlHome };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5742
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5743
static const TAknsItemID KAknsIIDQgnPropWmlHscsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5744
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlHscsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5746
static const TAknsItemID KAknsIIDQgnPropWmlImageMap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5747
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlImageMap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5748
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5749
static const TAknsItemID KAknsIIDQgnPropWmlImageNotShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5750
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlImageNotShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5751
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5752
static const TAknsItemID KAknsIIDQgnPropWmlObject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5753
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlObject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5754
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5755
static const TAknsItemID KAknsIIDQgnPropWmlPage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5756
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlPage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5758
static const TAknsItemID KAknsIIDQgnPropWmlPagesTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5759
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlPagesTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5760
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5761
static const TAknsItemID KAknsIIDQgnPropWmlRadiobuttOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5762
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlRadiobuttOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5763
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5764
static const TAknsItemID KAknsIIDQgnPropWmlRadiobuttOffSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5765
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlRadiobuttOffSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5766
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5767
static const TAknsItemID KAknsIIDQgnPropWmlRadiobuttOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5768
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlRadiobuttOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5770
static const TAknsItemID KAknsIIDQgnPropWmlRadiobuttOnSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5771
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlRadiobuttOnSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5773
static const TAknsItemID KAknsIIDQgnPropWmlSelectarrow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5774
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlSelectarrow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5776
static const TAknsItemID KAknsIIDQgnPropWmlSelectfile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5777
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlSelectfile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5779
static const TAknsItemID KAknsIIDQgnPropWmlSms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5780
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlSms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5782
static const TAknsItemID KAknsIIDQgnPropWmlSquare =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5783
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlSquare };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5785
static const TAknsItemID KAknsIIDQgnStatAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5786
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5788
static const TAknsItemID KAknsIIDQgnStatBt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5789
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatBt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5791
static const TAknsItemID KAknsIIDQgnStatBtBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5792
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatBtBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5794
static const TAknsItemID KAknsIIDQgnStatBtUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5795
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatBtUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5797
static const TAknsItemID KAknsIIDQgnStatBtUniBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5798
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatBtUniBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5800
static const TAknsItemID KAknsIIDQgnStatCaseArabic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5801
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5803
static const TAknsItemID KAknsIIDQgnStatCaseArabicNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5804
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabicNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5806
static const TAknsItemID KAknsIIDQgnStatCaseArabicNumericQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5807
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabicNumericQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5809
static const TAknsItemID KAknsIIDQgnStatCaseArabicQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5810
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabicQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5812
static const TAknsItemID KAknsIIDQgnStatCaseCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5813
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5815
static const TAknsItemID KAknsIIDQgnStatCaseCapitalFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5816
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCapitalFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5818
static const TAknsItemID KAknsIIDQgnStatCaseCapitalQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5819
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCapitalQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5821
static const TAknsItemID KAknsIIDQgnStatCaseHebrew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5822
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseHebrew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5824
static const TAknsItemID KAknsIIDQgnStatCaseHebrewQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5825
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseHebrewQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5827
static const TAknsItemID KAknsIIDQgnStatCaseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5828
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5830
static const TAknsItemID KAknsIIDQgnStatCaseNumericFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5831
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseNumericFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5833
static const TAknsItemID KAknsIIDQgnStatCaseNumericQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5834
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseNumericQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5835
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5836
static const TAknsItemID KAknsIIDQgnStatCaseSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5837
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5838
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5839
static const TAknsItemID KAknsIIDQgnStatCaseSmallFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5840
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseSmallFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5842
static const TAknsItemID KAknsIIDQgnStatCaseSmallQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5843
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseSmallQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5844
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5845
static const TAknsItemID KAknsIIDQgnStatCaseText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5846
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5848
static const TAknsItemID KAknsIIDQgnStatCaseTextFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5849
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTextFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5850
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5851
static const TAknsItemID KAknsIIDQgnStatCaseTextQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5852
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTextQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5853
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5854
static const TAknsItemID KAknsIIDQgnStatCaseThai =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5855
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseThai };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5857
static const TAknsItemID KAknsIIDQgnStatCaseTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5858
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5860
static const TAknsItemID KAknsIIDQgnStatCaseTitleQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5861
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTitleQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5863
static const TAknsItemID KAknsIIDQgnStatCdmaRoaming =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5864
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCdmaRoaming };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5866
static const TAknsItemID KAknsIIDQgnStatCdmaRoamingUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5867
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCdmaRoamingUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5869
static const TAknsItemID KAknsIIDQgnStatChiPinyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5870
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiPinyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5872
static const TAknsItemID KAknsIIDQgnStatChiPinyinQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5873
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiPinyinQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5875
static const TAknsItemID KAknsIIDQgnStatChiStroke =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5876
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStroke };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5878
static const TAknsItemID KAknsIIDQgnStatChiStrokeFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5879
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeFind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5881
static const TAknsItemID KAknsIIDQgnStatChiStrokeFindQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5882
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeFindQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5884
static const TAknsItemID KAknsIIDQgnStatChiStrokeQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5885
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5887
static const TAknsItemID KAknsIIDQgnStatChiStrokeTrad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5888
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeTrad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5890
static const TAknsItemID KAknsIIDQgnStatChiStrokeTradQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5891
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeTradQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5893
static const TAknsItemID KAknsIIDQgnStatChiZhuyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5894
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiZhuyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5896
static const TAknsItemID KAknsIIDQgnStatChiZhuyinFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5897
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiZhuyinFind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5899
static const TAknsItemID KAknsIIDQgnStatChiZhuyinFindQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5900
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiZhuyinFindQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5902
static const TAknsItemID KAknsIIDQgnStatChiZhuyinQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5903
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiZhuyinQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5905
static const TAknsItemID KAknsIIDQgnStatCypheringOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5906
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCypheringOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5907
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5908
static const TAknsItemID KAknsIIDQgnStatCypheringOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5909
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCypheringOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5910
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5911
static const TAknsItemID KAknsIIDQgnStatDivert0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5912
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5914
static const TAknsItemID KAknsIIDQgnStatDivert1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5915
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5916
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5917
static const TAknsItemID KAknsIIDQgnStatDivert12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5918
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5920
static const TAknsItemID KAknsIIDQgnStatDivert2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5921
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5922
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5923
static const TAknsItemID KAknsIIDQgnStatDivertVm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5924
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivertVm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5926
static const TAknsItemID KAknsIIDQgnStatHeadset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5927
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHeadset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5929
static const TAknsItemID KAknsIIDQgnStatHeadsetUnavailable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5930
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHeadsetUnavailable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5932
static const TAknsItemID KAknsIIDQgnStatIhf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5933
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIhf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5935
static const TAknsItemID KAknsIIDQgnStatIhfUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5936
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIhfUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5938
static const TAknsItemID KAknsIIDQgnStatImUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5939
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5941
static const TAknsItemID KAknsIIDQgnStatIr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5942
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5944
static const TAknsItemID KAknsIIDQgnStatIrBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5945
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIrBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5947
static const TAknsItemID KAknsIIDQgnStatIrUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5948
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIrUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5950
static const TAknsItemID KAknsIIDQgnStatIrUniBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5951
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIrUniBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5953
static const TAknsItemID KAknsIIDQgnStatJapinHiragana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5954
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatJapinHiragana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5956
static const TAknsItemID KAknsIIDQgnStatJapinHiraganaOnly =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5957
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatJapinHiraganaOnly };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5959
static const TAknsItemID KAknsIIDQgnStatJapinKatakanaFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5960
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatJapinKatakanaFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5962
static const TAknsItemID KAknsIIDQgnStatJapinKatakanaHalf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5963
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatJapinKatakanaHalf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5965
static const TAknsItemID KAknsIIDQgnStatKeyguard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5966
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKeyguard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5968
static const TAknsItemID KAknsIIDQgnStatLine2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5969
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLine2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5970
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5971
static const TAknsItemID KAknsIIDQgnStatLoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5972
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5974
static const TAknsItemID KAknsIIDQgnStatLocOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5975
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5976
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5977
static const TAknsItemID KAknsIIDQgnStatLocOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5978
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5979
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5980
static const TAknsItemID KAknsIIDQgnStatLoopset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5981
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLoopset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5982
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5983
static const TAknsItemID KAknsIIDQgnStatMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5984
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5985
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5986
static const TAknsItemID KAknsIIDQgnStatMessageBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5987
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5988
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5989
static const TAknsItemID KAknsIIDQgnStatMessageData =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5990
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageData };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5991
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5992
static const TAknsItemID KAknsIIDQgnStatMessageDataUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5993
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageDataUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5994
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5995
static const TAknsItemID KAknsIIDQgnStatMessageFax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5996
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageFax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5997
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5998
static const TAknsItemID KAknsIIDQgnStatMessageFaxUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  5999
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageFaxUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6001
static const TAknsItemID KAknsIIDQgnStatMessageMail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6002
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageMail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6003
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6004
static const TAknsItemID KAknsIIDQgnStatMessageMailUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6005
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageMailUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6006
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6007
static const TAknsItemID KAknsIIDQgnStatMessageOther =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6008
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageOther };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6009
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6010
static const TAknsItemID KAknsIIDQgnStatMessageOtherUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6011
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageOtherUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6012
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6013
static const TAknsItemID KAknsIIDQgnStatMessagePs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6014
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessagePs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6015
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6016
static const TAknsItemID KAknsIIDQgnStatMessageRemote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6017
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageRemote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6018
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6019
static const TAknsItemID KAknsIIDQgnStatMessageRemoteUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6020
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageRemoteUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6022
static const TAknsItemID KAknsIIDQgnStatMessageUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6023
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6025
static const TAknsItemID KAknsIIDQgnStatMessageUniBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6026
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageUniBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6028
static const TAknsItemID KAknsIIDQgnStatMissedCallsUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6029
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMissedCallsUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6031
static const TAknsItemID KAknsIIDQgnStatMissedCallPs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6032
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMissedCallPs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6034
static const TAknsItemID KAknsIIDQgnStatModBt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6035
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatModBt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6037
static const TAknsItemID KAknsIIDQgnStatOutbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6038
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatOutbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6040
static const TAknsItemID KAknsIIDQgnStatOutboxUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6041
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatOutboxUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6042
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6043
static const TAknsItemID KAknsIIDQgnStatQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6044
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6045
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6046
static const TAknsItemID KAknsIIDQgnStatQueryQuery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6047
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatQueryQuery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6048
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6049
static const TAknsItemID KAknsIIDQgnStatT9 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6050
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatT9 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6051
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6052
static const TAknsItemID KAknsIIDQgnStatT9Query =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6053
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatT9Query };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6054
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6055
static const TAknsItemID KAknsIIDQgnStatTty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6056
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6057
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6058
static const TAknsItemID KAknsIIDQgnStatUsb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6059
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatUsb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6060
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6061
static const TAknsItemID KAknsIIDQgnStatUsbUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6062
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatUsbUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6063
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6064
static const TAknsItemID KAknsIIDQgnStatVm0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6065
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6067
static const TAknsItemID KAknsIIDQgnStatVm0Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6068
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm0Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6069
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6070
static const TAknsItemID KAknsIIDQgnStatVm1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6071
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6072
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6073
static const TAknsItemID KAknsIIDQgnStatVm12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6074
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6075
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6076
static const TAknsItemID KAknsIIDQgnStatVm12Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6077
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm12Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6078
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6079
static const TAknsItemID KAknsIIDQgnStatVm1Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6080
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm1Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6081
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6082
static const TAknsItemID KAknsIIDQgnStatVm2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6083
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6084
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6085
static const TAknsItemID KAknsIIDQgnStatVm2Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6086
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm2Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6088
static const TAknsItemID KAknsIIDQgnStatZoneHome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6089
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatZoneHome };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6091
static const TAknsItemID KAknsIIDQgnStatZoneViag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6092
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatZoneViag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6093
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6094
static const TAknsItemID KAknsIIDQgnIndiJapFindCaseNumericFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6095
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindCaseNumericFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6096
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6097
static const TAknsItemID KAknsIIDQgnIndiJapFindCaseSmallFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6098
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindCaseSmallFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6099
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6100
static const TAknsItemID KAknsIIDQgnIndiJapFindHiragana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6101
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindHiragana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6103
static const TAknsItemID KAknsIIDQgnIndiJapFindHiraganaOnly =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6104
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindHiraganaOnly };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6106
static const TAknsItemID KAknsIIDQgnIndiJapFindKatakanaFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6107
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindKatakanaFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6109
static const TAknsItemID KAknsIIDQgnIndiJapFindKatakanaHalf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6110
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindKatakanaHalf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6112
static const TAknsItemID KAknsIIDQgnIndiJapFindPredictive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6113
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiJapFindPredictive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6114
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6115
static const TAknsItemID KAknsIIDQgnIndiRadioButtonBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6116
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6117
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6118
static const TAknsItemID KAknsIIDQgnIndiRadioButtonBackInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6119
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonBackInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6121
static const TAknsItemID KAknsIIDQgnIndiRadioButtonBackPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6122
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonBackPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6124
static const TAknsItemID KAknsIIDQgnIndiRadioButtonDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6125
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6127
static const TAknsItemID KAknsIIDQgnIndiRadioButtonDownInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6128
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonDownInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6130
static const TAknsItemID KAknsIIDQgnIndiRadioButtonDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6131
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6133
static const TAknsItemID KAknsIIDQgnIndiRadioButtonForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6134
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6135
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6136
static const TAknsItemID KAknsIIDQgnIndiRadioButtonForwardInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6137
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonForwardInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6139
static const TAknsItemID KAknsIIDQgnIndiRadioButtonForwardPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6140
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonForwardPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6141
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6142
static const TAknsItemID KAknsIIDQgnIndiRadioButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6143
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6145
static const TAknsItemID KAknsIIDQgnIndiRadioButtonPauseInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6146
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonPauseInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6147
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6148
static const TAknsItemID KAknsIIDQgnIndiRadioButtonPausePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6149
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonPausePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6150
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6151
static const TAknsItemID KAknsIIDQgnIndiRadioButtonRecord =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6152
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonRecord };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6154
static const TAknsItemID KAknsIIDQgnIndiRadioButtonRecordInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6155
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonRecordInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6157
static const TAknsItemID KAknsIIDQgnIndiRadioButtonRecordPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6158
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonRecordPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6160
static const TAknsItemID KAknsIIDQgnIndiRadioButtonStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6161
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6163
static const TAknsItemID KAknsIIDQgnIndiRadioButtonStopInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6164
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonStopInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6166
static const TAknsItemID KAknsIIDQgnIndiRadioButtonStopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6167
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonStopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6169
static const TAknsItemID KAknsIIDQgnIndiRadioButtonUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6170
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6172
static const TAknsItemID KAknsIIDQgnIndiRadioButtonUpInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6173
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonUpInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6175
static const TAknsItemID KAknsIIDQgnIndiRadioButtonUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6176
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioButtonUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6178
static const TAknsItemID KAknsIIDQgnPropAlbumMain =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6179
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumMain };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6181
static const TAknsItemID KAknsIIDQgnPropAlbumPhotoSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6182
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPhotoSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6184
static const TAknsItemID KAknsIIDQgnPropAlbumVideoSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6185
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumVideoSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6187
static const TAknsItemID KAknsIIDQgnPropLogGprsReceivedSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6188
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogGprsReceivedSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6190
static const TAknsItemID KAknsIIDQgnPropLogGprsSentSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6191
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogGprsSentSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6193
static const TAknsItemID KAknsIIDQgnPropLogGprsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6194
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogGprsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6196
static const TAknsItemID KAknsIIDQgnPropPinbLinkStreamId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6197
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbLinkStreamId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6199
static const TAknsItemID KAknsIIDQgnStatCaseShift =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6200
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseShift };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6202
static const TAknsItemID KAknsIIDQgnIndiCamsBw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6203
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6205
static const TAknsItemID KAknsIIDQgnIndiCamsCloudy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6206
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsCloudy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6208
static const TAknsItemID KAknsIIDQgnIndiCamsFluorescent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6209
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFluorescent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6211
static const TAknsItemID KAknsIIDQgnIndiCamsNegative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6212
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsNegative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6213
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6214
static const TAknsItemID KAknsIIDQgnIndiCamsSepia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6215
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsSepia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6217
static const TAknsItemID KAknsIIDQgnIndiCamsSunny =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6218
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsSunny };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6220
static const TAknsItemID KAknsIIDQgnIndiCamsTungsten =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6221
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTungsten };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6223
static const TAknsItemID KAknsIIDQgnIndiPhoneAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6224
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPhoneAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6226
static const TAknsItemID KAknsIIDQgnPropLinkEmbdLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6227
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkEmbdLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6229
static const TAknsItemID KAknsIIDQgnPropLinkEmbdMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6230
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkEmbdMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6232
static const TAknsItemID KAknsIIDQgnPropLinkEmbdSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6233
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkEmbdSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6235
static const TAknsItemID KAknsIIDQgnPropMceDraft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6236
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDraft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6238
static const TAknsItemID KAknsIIDQgnPropMceDraftNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6239
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDraftNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6241
static const TAknsItemID KAknsIIDQgnPropMceInboxSmallNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6242
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceInboxSmallNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6244
static const TAknsItemID KAknsIIDQgnPropMceOutboxSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6245
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceOutboxSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6247
static const TAknsItemID KAknsIIDQgnPropMceOutboxSmallNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6248
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceOutboxSmallNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6250
static const TAknsItemID KAknsIIDQgnPropMceSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6251
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6253
static const TAknsItemID KAknsIIDQgnPropMceSentNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6254
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSentNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6256
static const TAknsItemID KAknsIIDQgnPropSmlRemoteTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6257
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlRemoteTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6259
static const TAknsItemID KAknsIIDQgnIndiAiSat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6260
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiSat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6262
static const TAknsItemID KAknsIIDQgnMenuCb2Cxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6263
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuCb2Cxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6265
static const TAknsItemID KAknsIIDQgnMenuSimfdnCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6266
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSimfdnCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6268
static const TAknsItemID KAknsIIDQgnMenuSiminCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6269
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSiminCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6271
static const TAknsItemID KAknsIIDQgnPropDrmRightsExpForbidLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6272
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsExpForbidLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6274
static const TAknsItemID KAknsIIDQgnMenuCbCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6275
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuCbCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6277
static const TAknsItemID KAknsIIDQgnGrafMmsTemplatePrevImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6278
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTemplatePrevImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6280
static const TAknsItemID KAknsIIDQgnGrafMmsTemplatePrevText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6281
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTemplatePrevText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6283
static const TAknsItemID KAknsIIDQgnGrafMmsTemplatePrevVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6284
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsTemplatePrevVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6286
static const TAknsItemID KAknsIIDQgnIndiSignalNotAvailCdma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6287
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalNotAvailCdma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6289
static const TAknsItemID KAknsIIDQgnIndiSignalNoService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6290
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalNoService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6292
static const TAknsItemID KAknsIIDQgnMenuDycRoamingCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6293
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuDycRoamingCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6295
static const TAknsItemID KAknsIIDQgnMenuImRoamingCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6296
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImRoamingCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6298
static const TAknsItemID KAknsIIDQgnMenuMyAccountLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6299
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMyAccountLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6301
static const TAknsItemID KAknsIIDQgnPropAmsGetNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6302
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAmsGetNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6304
static const TAknsItemID KAknsIIDQgnPropFileOtherSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6305
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileOtherSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6307
static const TAknsItemID KAknsIIDQgnPropFileOtherTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6308
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileOtherTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6310
static const TAknsItemID KAknsIIDQgnPropMyAccount =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6311
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMyAccount };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6313
static const TAknsItemID KAknsIIDQgnIndiAiCale =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6314
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiCale };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6316
static const TAknsItemID KAknsIIDQgnIndiAiTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6317
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6319
static const TAknsItemID KAknsIIDQgnIndiMmsLinksEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6320
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsLinksEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6322
static const TAknsItemID KAknsIIDQgnIndiMmsLinksPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6323
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsLinksPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6325
static const TAknsItemID KAknsIIDQgnIndiMmsLinksWml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6326
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsLinksWml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6327
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6328
static const TAknsItemID KAknsIIDQgnIndiMmsSpeakerMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6329
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsSpeakerMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6330
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6331
static const TAknsItemID KAknsIIDQgnPropAiShortcut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6332
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAiShortcut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6334
static const TAknsItemID KAknsIIDQgnPropImFriendAway =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6335
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendAway };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6336
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6337
static const TAknsItemID KAknsIIDQgnPropImServer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6338
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImServer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6339
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6340
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageBotSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6341
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageBotSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6342
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6343
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageMidSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6344
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageMidSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6345
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6346
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmBotSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6347
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmBotSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6349
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmLdiaSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6350
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmLdiaSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6351
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6352
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmManySub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6353
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmManySub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6355
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmRdiaSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6356
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmRdiaSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6358
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmTlSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6359
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmTlSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6361
static const TAknsItemID KAknsIIDQgnPropMmsTemplateImageSmTrSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6362
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateImageSmTrSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6364
static const TAknsItemID KAknsIIDQgnPropMmsTemplateTextSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6365
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsTemplateTextSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6367
static const TAknsItemID KAknsIIDQgnPropWmlPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6368
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6370
static const TAknsItemID KAknsIIDQgnIndiOnlineAlbumImageAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6371
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOnlineAlbumImageAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6373
static const TAknsItemID KAknsIIDQgnIndiOnlineAlbumVideoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6374
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOnlineAlbumVideoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6376
static const TAknsItemID KAknsIIDQgnPropClsInactiveChannel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6377
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClsInactiveChannel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6379
static const TAknsItemID KAknsIIDQgnPropClsTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6380
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClsTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6382
static const TAknsItemID KAknsIIDQgnPropOnlineAlbumEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6383
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropOnlineAlbumEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6385
static const TAknsItemID KAknsIIDQgnPropNetwSharedConn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6386
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNetwSharedConn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6388
static const TAknsItemID KAknsIIDQgnPropFolderDynamic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6389
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderDynamic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6391
static const TAknsItemID KAknsIIDQgnPropFolderDynamicLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6392
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderDynamicLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6393
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6394
static const TAknsItemID KAknsIIDQgnPropFolderMmc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6395
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderMmc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6396
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6397
static const TAknsItemID KAknsIIDQgnPropFolderProfiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6398
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderProfiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6399
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6400
static const TAknsItemID KAknsIIDQgnPropLmArea =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6401
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmArea };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6402
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6403
static const TAknsItemID KAknsIIDQgnPropLmBusiness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6404
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmBusiness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6406
static const TAknsItemID KAknsIIDQgnPropLmCategoriesTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6407
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmCategoriesTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6409
static const TAknsItemID KAknsIIDQgnPropLmChurch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6410
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmChurch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6412
static const TAknsItemID KAknsIIDQgnPropLmCommunication =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6413
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmCommunication };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6415
static const TAknsItemID KAknsIIDQgnPropLmCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6416
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6418
static const TAknsItemID KAknsIIDQgnPropLmEducation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6419
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmEducation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6421
static const TAknsItemID KAknsIIDQgnPropLmFun =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6422
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmFun };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6424
static const TAknsItemID KAknsIIDQgnPropLmGene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6425
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmGene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6427
static const TAknsItemID KAknsIIDQgnPropLmHotel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6428
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmHotel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6430
static const TAknsItemID KAknsIIDQgnPropLmLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6431
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6433
static const TAknsItemID KAknsIIDQgnPropLmNamesTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6434
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmNamesTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6435
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6436
static const TAknsItemID KAknsIIDQgnPropLmOutdoor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6437
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmOutdoor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6438
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6439
static const TAknsItemID KAknsIIDQgnPropLmPeople =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6440
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmPeople };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6441
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6442
static const TAknsItemID KAknsIIDQgnPropLmPublic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6443
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmPublic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6445
static const TAknsItemID KAknsIIDQgnPropLmRestaurant =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6446
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmRestaurant };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6448
static const TAknsItemID KAknsIIDQgnPropLmShopping =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6449
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmShopping };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6451
static const TAknsItemID KAknsIIDQgnPropLmSightseeing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6452
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmSightseeing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6453
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6454
static const TAknsItemID KAknsIIDQgnPropLmSport =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6455
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmSport };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6457
static const TAknsItemID KAknsIIDQgnPropLmTransport =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6458
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmTransport };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6459
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6460
static const TAknsItemID KAknsIIDQgnPropPmAttachAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6461
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPmAttachAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6462
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6463
static const TAknsItemID KAknsIIDQgnPropProfiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6464
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropProfiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6465
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6466
static const TAknsItemID KAknsIIDQgnPropProfilesSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6467
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropProfilesSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6468
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6469
static const TAknsItemID KAknsIIDQgnPropSmlSyncFromServer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6470
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlSyncFromServer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6471
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6472
static const TAknsItemID KAknsIIDQgnPropSmlSyncOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6473
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlSyncOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6475
static const TAknsItemID KAknsIIDQgnPropSmlSyncServer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6476
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlSyncServer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6478
static const TAknsItemID KAknsIIDQgnPropSmlSyncToServer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6479
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlSyncToServer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6481
static const TAknsItemID KAknsIIDQgnPropAlbumPermanentPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6482
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPermanentPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6484
static const TAknsItemID KAknsIIDQgnPropAlbumPermanentPhotoSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6485
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPermanentPhotoSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6487
static const TAknsItemID KAknsIIDQgnPropAlbumPermanentVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6488
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPermanentVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6490
static const TAknsItemID KAknsIIDQgnPropAlbumPermanentVideoSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6491
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPermanentVideoSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6493
static const TAknsItemID KAknsIIDQgnPropAlbumSounds =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6494
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumSounds };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6496
static const TAknsItemID KAknsIIDQgnPropAlbumSoundsSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6497
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumSoundsSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6498
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6499
static const TAknsItemID KAknsIIDQgnPropFolderPermanent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6500
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderPermanent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6501
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6502
static const TAknsItemID KAknsIIDQgnPropOnlineAlbumSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6503
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropOnlineAlbumSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6505
static const TAknsItemID KAknsIIDQgnGrafDimWipeLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6506
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDimWipeLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6508
static const TAknsItemID KAknsIIDQgnGrafDimWipePrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6509
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDimWipePrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6511
static const TAknsItemID KAknsIIDQgnGrafLinePrimaryHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6512
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLinePrimaryHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6514
static const TAknsItemID KAknsIIDQgnGrafLinePrimaryHorizontalDashed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6515
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLinePrimaryHorizontalDashed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6517
static const TAknsItemID KAknsIIDQgnGrafLinePrimaryVertical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6518
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLinePrimaryVertical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6520
static const TAknsItemID KAknsIIDQgnGrafLinePrimaryVerticalDashed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6521
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLinePrimaryVerticalDashed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6523
static const TAknsItemID KAknsIIDQgnGrafLineSecondaryHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6524
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLineSecondaryHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6526
static const TAknsItemID KAknsIIDQgnGrafLineSecondaryVertical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6527
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLineSecondaryVertical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6529
static const TAknsItemID KAknsIIDQgnGrafStatusSmallProgress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6530
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStatusSmallProgress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6532
static const TAknsItemID KAknsIIDQgnGrafStatusSmallWaitBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6533
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStatusSmallWaitBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6535
static const TAknsItemID KAknsIIDQgnGrafTabActiveL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6536
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabActiveL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6538
static const TAknsItemID KAknsIIDQgnGrafTabActiveM =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6539
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabActiveM };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6541
static const TAknsItemID KAknsIIDQgnGrafTabActiveR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6542
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabActiveR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6544
static const TAknsItemID KAknsIIDQgnGrafTabPassiveL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6545
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabPassiveL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6547
static const TAknsItemID KAknsIIDQgnGrafTabPassiveM =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6548
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabPassiveM };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6550
static const TAknsItemID KAknsIIDQgnGrafTabPassiveR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6551
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTabPassiveR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6553
static const TAknsItemID KAknsIIDQgnGrafVolumeSet10Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6554
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet10Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6556
static const TAknsItemID KAknsIIDQgnGrafVolumeSet10On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6557
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet10On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6559
static const TAknsItemID KAknsIIDQgnGrafVolumeSet1Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6560
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet1Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6562
static const TAknsItemID KAknsIIDQgnGrafVolumeSet1On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6563
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet1On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6565
static const TAknsItemID KAknsIIDQgnGrafVolumeSet2Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6566
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet2Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6568
static const TAknsItemID KAknsIIDQgnGrafVolumeSet2On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6569
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet2On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6571
static const TAknsItemID KAknsIIDQgnGrafVolumeSet3Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6572
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet3Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6574
static const TAknsItemID KAknsIIDQgnGrafVolumeSet3On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6575
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet3On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6577
static const TAknsItemID KAknsIIDQgnGrafVolumeSet4Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6578
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet4Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6579
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6580
static const TAknsItemID KAknsIIDQgnGrafVolumeSet4On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6581
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet4On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6583
static const TAknsItemID KAknsIIDQgnGrafVolumeSet5Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6584
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet5Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6585
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6586
static const TAknsItemID KAknsIIDQgnGrafVolumeSet5On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6587
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet5On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6588
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6589
static const TAknsItemID KAknsIIDQgnGrafVolumeSet6Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6590
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet6Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6592
static const TAknsItemID KAknsIIDQgnGrafVolumeSet6On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6593
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet6On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6594
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6595
static const TAknsItemID KAknsIIDQgnGrafVolumeSet7Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6596
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet7Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6598
static const TAknsItemID KAknsIIDQgnGrafVolumeSet7On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6599
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet7On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6600
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6601
static const TAknsItemID KAknsIIDQgnGrafVolumeSet8Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6602
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet8Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6603
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6604
static const TAknsItemID KAknsIIDQgnGrafVolumeSet8On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6605
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet8On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6606
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6607
static const TAknsItemID KAknsIIDQgnGrafVolumeSet9Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6608
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet9Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6609
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6610
static const TAknsItemID KAknsIIDQgnGrafVolumeSet9On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6611
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSet9On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6613
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall10Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6614
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall10Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6616
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall10On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6617
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall10On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6619
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall1Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6620
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall1Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6622
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall1On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6623
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall1On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6625
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall2Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6626
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall2Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6628
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall2On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6629
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall2On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6631
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall3Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6632
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall3Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6634
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall3On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6635
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall3On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6637
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall4Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6638
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall4Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6640
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall4On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6641
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall4On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6643
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall5Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6644
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall5Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6645
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6646
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall5On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6647
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall5On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6648
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6649
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall6Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6650
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall6Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6651
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6652
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall6On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6653
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall6On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6655
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall7Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6656
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall7Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6658
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall7On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6659
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall7On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6661
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall8Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6662
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall8Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6664
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall8On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6665
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall8On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6667
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall9Off =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6668
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall9Off };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6670
static const TAknsItemID KAknsIIDQgnGrafVolumeSmall9On =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6671
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmall9On };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6673
static const TAknsItemID KAknsIIDQgnGrafWaitIncrem =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6674
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafWaitIncrem };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6676
static const TAknsItemID KAknsIIDQgnImStatEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6677
    { EAknsMajorGeneric, EAknsMinorGenericQgnImStatEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6679
static const TAknsItemID KAknsIIDQgnIndiAmInstNoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6680
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAmInstNoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6682
static const TAknsItemID KAknsIIDQgnIndiAttachAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6683
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6685
static const TAknsItemID KAknsIIDQgnIndiAttachUnfetchedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6686
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachUnfetchedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6688
static const TAknsItemID KAknsIIDQgnIndiAttachVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6689
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAttachVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6691
static const TAknsItemID KAknsIIDQgnIndiBatteryStrengthLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6692
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryStrengthLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6694
static const TAknsItemID KAknsIIDQgnIndiBrowserMmcAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6695
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserMmcAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6696
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6697
static const TAknsItemID KAknsIIDQgnIndiBrowserPauseAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6698
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserPauseAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6699
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6700
static const TAknsItemID KAknsIIDQgnIndiBtConnectedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6701
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtConnectedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6702
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6703
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindInMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6704
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoBlindInMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6705
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6706
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindInMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6707
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoBlindInMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6708
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6709
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindOutMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6710
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoBlindOutMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6712
static const TAknsItemID KAknsIIDQgnIndiCallVideoBlindOutMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6713
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoBlindOutMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6715
static const TAknsItemID KAknsIIDQgnIndiCamsBright =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6716
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBright };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6718
static const TAknsItemID KAknsIIDQgnIndiCamsBurst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6719
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBurst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6721
static const TAknsItemID KAknsIIDQgnIndiCamsContrast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6722
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsContrast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6723
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6724
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBgMax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6725
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBgMax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6727
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBgMin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6728
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBgMin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6730
static const TAknsItemID KAknsIIDQgnIndiChiFindCangjie =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6731
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindCangjie };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6733
static const TAknsItemID KAknsIIDQgnIndiConnectionOnRoamAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6734
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiConnectionOnRoamAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6736
static const TAknsItemID KAknsIIDQgnIndiDrmManyMoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6737
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDrmManyMoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6739
static const TAknsItemID KAknsIIDQgnIndiDycDiacreetAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6740
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDycDiacreetAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6742
static const TAknsItemID KAknsIIDQgnIndiEnter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6743
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEnter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6745
static const TAknsItemID KAknsIIDQgnIndiFindGlassAdvanced =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6746
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFindGlassAdvanced };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6747
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6748
static const TAknsItemID KAknsIIDQgnIndiFindNone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6749
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFindNone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6751
static const TAknsItemID KAknsIIDQgnIndiImportantAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6752
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImportantAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6754
static const TAknsItemID KAknsIIDQgnIndiImMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6755
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6757
static const TAknsItemID KAknsIIDQgnIndiLocPolicyAcceptAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6758
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLocPolicyAcceptAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6759
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6760
static const TAknsItemID KAknsIIDQgnIndiLocPolicyAskAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6761
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLocPolicyAskAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6763
static const TAknsItemID KAknsIIDQgnIndiMmsEarpiece =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6764
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsEarpiece };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6765
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6766
static const TAknsItemID KAknsIIDQgnIndiMmsNoncorm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6767
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsNoncorm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6768
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6769
static const TAknsItemID KAknsIIDQgnIndiMmsStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6770
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6772
static const TAknsItemID KAknsIIDQgnIndiSettProtectedInvAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6773
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSettProtectedInvAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6775
static const TAknsItemID KAknsIIDQgnIndiSignalStrengthLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6776
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalStrengthLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6778
static const TAknsItemID KAknsIIDQgnIndiSignalWcdmaSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6779
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalWcdmaSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6781
static const TAknsItemID KAknsIIDQgnIndiTextLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6782
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTextLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6783
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6784
static const TAknsItemID KAknsIIDQgnIndiTextRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6785
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTextRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6787
static const TAknsItemID KAknsIIDQgnIndiWmlImageNoteShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6788
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlImageNoteShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6790
static const TAknsItemID KAknsIIDQgnIndiWmlImageNotShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6791
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlImageNotShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6792
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6793
static const TAknsItemID KAknsIIDQgnPropBildNavigationSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6794
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBildNavigationSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6795
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6796
static const TAknsItemID KAknsIIDQgnPropBtDevicesTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6797
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtDevicesTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6798
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6799
static const TAknsItemID KAknsIIDQgnPropGroupVip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6800
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupVip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6802
static const TAknsItemID KAknsIIDQgnPropLogCallsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6803
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6805
static const TAknsItemID KAknsIIDQgnPropLogTimersTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6806
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogTimersTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6808
static const TAknsItemID KAknsIIDQgnPropMceDrafts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6809
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDrafts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6811
static const TAknsItemID KAknsIIDQgnPropMceDraftsNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6812
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDraftsNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6814
static const TAknsItemID KAknsIIDQgnPropMceMailFetReadDel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6815
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMailFetReadDel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6817
static const TAknsItemID KAknsIIDQgnPropMceSmsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6818
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6820
static const TAknsItemID KAknsIIDQgnPropModeRing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6821
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModeRing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6823
static const TAknsItemID KAknsIIDQgnPropPbContactsTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6824
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbContactsTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6826
static const TAknsItemID KAknsIIDQgnPropPbContactsTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6827
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbContactsTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6829
static const TAknsItemID KAknsIIDQgnPropPinbExclamationId =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6830
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbExclamationId };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6832
static const TAknsItemID KAknsIIDQgnPropPlsnActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6833
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPlsnActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6835
static const TAknsItemID KAknsIIDQgnPropSetButton =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6836
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetButton };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6838
static const TAknsItemID KAknsIIDQgnPropVoiceMidi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6839
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVoiceMidi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6841
static const TAknsItemID KAknsIIDQgnPropVoiceWav =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6842
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVoiceWav };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6844
static const TAknsItemID KAknsIIDQgnPropVpnAccessPoint =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6845
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpnAccessPoint };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6847
static const TAknsItemID KAknsIIDQgnPropWmlUssd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6848
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlUssd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6850
static const TAknsItemID KAknsIIDQgnStatChiCangjie =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6851
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiCangjie };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6853
static const TAknsItemID KAknsIIDQgnStatConnectionOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6854
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatConnectionOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6855
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6856
static const TAknsItemID KAknsIIDQgnStatCsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6857
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6859
static const TAknsItemID KAknsIIDQgnStatCsdUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6860
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCsdUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6862
static const TAknsItemID KAknsIIDQgnStatDsign =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6863
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDsign };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6865
static const TAknsItemID KAknsIIDQgnStatHscsd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6866
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHscsd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6868
static const TAknsItemID KAknsIIDQgnStatHscsdUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6869
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHscsdUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6871
static const TAknsItemID KAknsIIDQgnStatMissedCalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6872
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMissedCalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6874
static const TAknsItemID KAknsIIDQgnStatNoCalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6875
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatNoCalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6877
static const TAknsItemID KAknsIIDQgnStatNoCallsUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6878
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatNoCallsUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6880
static const TAknsItemID KAknsIIDQgnIndiWlanSecureNetworkAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6881
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSecureNetworkAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6883
static const TAknsItemID KAknsIIDQgnIndiWlanSignalGoodAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6884
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSignalGoodAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6886
static const TAknsItemID KAknsIIDQgnIndiWlanSignalLowAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6887
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSignalLowAdd };
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
static const TAknsItemID KAknsIIDQgnIndiWlanSignalMedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6890
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSignalMedAdd };
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
static const TAknsItemID KAknsIIDQgnPropCmonConnActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6893
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmonConnActive };
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
static const TAknsItemID KAknsIIDQgnPropCmonWlanAvail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6896
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmonWlanAvail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6897
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6898
static const TAknsItemID KAknsIIDQgnPropCmonWlanConn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6899
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmonWlanConn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6901
static const TAknsItemID KAknsIIDQgnPropWlanBearer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6902
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWlanBearer };
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
static const TAknsItemID KAknsIIDQgnPropWlanEasy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6905
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWlanEasy };
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
static const TAknsItemID KAknsIIDQgnStatWlanActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6908
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanActive };
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
static const TAknsItemID KAknsIIDQgnStatWlanActiveSecure =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6911
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanActiveSecure };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6913
static const TAknsItemID KAknsIIDQgnStatWlanActiveSecureUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6914
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanActiveSecureUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6916
static const TAknsItemID KAknsIIDQgnStatWlanActiveUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6917
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanActiveUni };
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
static const TAknsItemID KAknsIIDQgnStatWlanAvail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6920
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanAvail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6922
static const TAknsItemID KAknsIIDQgnStatWlanAvailUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6923
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatWlanAvailUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6925
static const TAknsItemID KAknsIIDQgnGrafMmsAudioCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6926
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6928
static const TAknsItemID KAknsIIDQgnGrafMmsAudioDrm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6929
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioDrm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6931
static const TAknsItemID KAknsIIDQgnGrafMmsImageCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6932
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsImageCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6934
static const TAknsItemID KAknsIIDQgnGrafMmsImageDrm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6935
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsImageDrm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6937
static const TAknsItemID KAknsIIDQgnGrafMmsVideoCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6938
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVideoCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6940
static const TAknsItemID KAknsIIDQgnGrafMmsVideoDrm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6941
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVideoDrm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6943
static const TAknsItemID KAknsIIDQgnMenuEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6944
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6946
static const TAknsItemID KAknsIIDQgnPropImFriendTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6947
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6949
static const TAknsItemID KAknsIIDQgnPropImIboxTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6950
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImIboxTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6952
static const TAknsItemID KAknsIIDQgnPropImListTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6953
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImListTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6955
static const TAknsItemID KAknsIIDQgnPropImSavedChatTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6956
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImSavedChatTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6958
static const TAknsItemID KAknsIIDQgnIndiSignalEgprsAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6959
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalEgprsAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6961
static const TAknsItemID KAknsIIDQgnIndiSignalEgprsContext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6962
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalEgprsContext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6964
static const TAknsItemID KAknsIIDQgnIndiSignalEgprsMultipdp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6965
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalEgprsMultipdp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6967
static const TAknsItemID KAknsIIDQgnIndiSignalEgprsSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6968
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalEgprsSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6970
static const TAknsItemID KAknsIIDQgnStatPocOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6971
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6973
static const TAknsItemID KAknsIIDQgnMenuGroupConnectLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6974
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupConnectLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6976
static const TAknsItemID KAknsIIDQgnMenuGroupConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6977
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6979
static const TAknsItemID KAknsIIDQgnMenuGroupExtrasLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6980
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupExtrasLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6982
static const TAknsItemID KAknsIIDQgnMenuGroupExtras =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6983
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupExtras };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6985
static const TAknsItemID KAknsIIDQgnMenuGroupInstallLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6986
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupInstallLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6988
static const TAknsItemID KAknsIIDQgnMenuGroupInstall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6989
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupInstall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6991
static const TAknsItemID KAknsIIDQgnMenuGroupOrganiserLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6992
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupOrganiserLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6994
static const TAknsItemID KAknsIIDQgnMenuGroupOrganiser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6995
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupOrganiser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6997
static const TAknsItemID KAknsIIDQgnMenuGroupToolsLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6998
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupToolsLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  6999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7000
static const TAknsItemID KAknsIIDQgnMenuGroupTools =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7001
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupTools };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7003
static const TAknsItemID KAknsIIDQgnIndiCamsZoomMax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7004
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomMax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7006
static const TAknsItemID KAknsIIDQgnIndiCamsZoomMin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7007
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomMin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7009
static const TAknsItemID KAknsIIDQgnIndiAiMusicPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7010
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMusicPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7012
static const TAknsItemID KAknsIIDQgnIndiAiMusicPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7013
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMusicPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7015
static const TAknsItemID KAknsIIDQgnIndiAiNtDef =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7016
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtDef };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7018
static const TAknsItemID KAknsIIDQgnIndiAlarmInactiveAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7019
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlarmInactiveAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7021
static const TAknsItemID KAknsIIDQgnIndiCdrTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7022
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7024
static const TAknsItemID KAknsIIDQgnIndiViewerPanningDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7025
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPanningDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7027
static const TAknsItemID KAknsIIDQgnIndiViewerPanningLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7028
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPanningLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7030
static const TAknsItemID KAknsIIDQgnIndiViewerPanningRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7031
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPanningRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7033
static const TAknsItemID KAknsIIDQgnIndiViewerPanningUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7034
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPanningUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7036
static const TAknsItemID KAknsIIDQgnIndiViewerPointer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7037
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPointer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7039
static const TAknsItemID KAknsIIDQgnIndiViewerPointerHand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7040
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPointerHand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7042
static const TAknsItemID KAknsIIDQgnPropLogCallsMostdialTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7043
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogCallsMostdialTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7045
static const TAknsItemID KAknsIIDQgnPropLogMostdSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7046
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLogMostdSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7048
static const TAknsItemID KAknsIIDQgnAreaMainMup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7049
    { EAknsMajorGeneric, EAknsMinorGenericQgnAreaMainMup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7051
static const TAknsItemID KAknsIIDQgnGrafBlid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7052
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7054
static const TAknsItemID KAknsIIDQgnGrafBlidDestNear =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7055
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDestNear };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7057
static const TAknsItemID KAknsIIDQgnGrafBlidDir =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7058
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDir };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7060
static const TAknsItemID KAknsIIDQgnGrafMupBarProgress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7061
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupBarProgress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7063
static const TAknsItemID KAknsIIDQgnGrafMupBarProgress2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7064
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupBarProgress2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7066
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7067
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7069
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7070
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7072
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7073
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7075
static const TAknsItemID KAknsIIDQgnIndiAppOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7076
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAppOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7078
static const TAknsItemID KAknsIIDQgnIndiCallVoipActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7079
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7081
static const TAknsItemID KAknsIIDQgnIndiCallVoipActive2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7082
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipActive2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7084
static const TAknsItemID KAknsIIDQgnIndiCallVoipActiveConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7085
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipActiveConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7087
static const TAknsItemID KAknsIIDQgnIndiCallVoipCallstaDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7088
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipCallstaDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7090
static const TAknsItemID KAknsIIDQgnIndiCallVoipDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7091
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7093
static const TAknsItemID KAknsIIDQgnIndiCallVoipDisconnConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7094
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipDisconnConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7096
static const TAknsItemID KAknsIIDQgnIndiCallVoipHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7097
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7099
static const TAknsItemID KAknsIIDQgnIndiCallVoipHeldConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7100
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipHeldConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7102
static const TAknsItemID KAknsIIDQgnIndiCallVoipWaiting1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7103
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipWaiting1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7105
static const TAknsItemID KAknsIIDQgnIndiCallVoipWaiting2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7106
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVoipWaiting2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7108
static const TAknsItemID KAknsIIDQgnIndiMupButtonLink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7109
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonLink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7111
static const TAknsItemID KAknsIIDQgnIndiMupButtonLinkDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7112
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonLinkDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7114
static const TAknsItemID KAknsIIDQgnIndiMupButtonLinkHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7115
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonLinkHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7117
static const TAknsItemID KAknsIIDQgnIndiMupButtonLinkInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7118
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonLinkInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7120
static const TAknsItemID KAknsIIDQgnIndiMupButtonMc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7121
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7123
static const TAknsItemID KAknsIIDQgnIndiMupButtonMcHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7124
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMcHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7126
static const TAknsItemID KAknsIIDQgnIndiMupButtonMcInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7127
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMcInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7129
static const TAknsItemID KAknsIIDQgnIndiMupButtonNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7130
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7132
static const TAknsItemID KAknsIIDQgnIndiMupButtonNextHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7133
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonNextHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7135
static const TAknsItemID KAknsIIDQgnIndiMupButtonNextInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7136
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonNextInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7138
static const TAknsItemID KAknsIIDQgnIndiMupButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7139
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7141
static const TAknsItemID KAknsIIDQgnIndiMupButtonPauseHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7142
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPauseHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7144
static const TAknsItemID KAknsIIDQgnIndiMupButtonPauseInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7145
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPauseInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7147
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7148
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7150
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7151
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7153
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlaylistDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7154
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlaylistDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7156
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlaylistHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7157
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlaylistHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7159
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlaylistInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7160
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlaylistInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7162
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlayHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7163
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlayHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7165
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlayInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7166
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlayInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7168
static const TAknsItemID KAknsIIDQgnIndiMupButtonPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7169
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7171
static const TAknsItemID KAknsIIDQgnIndiMupButtonPrevHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7172
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPrevHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7174
static const TAknsItemID KAknsIIDQgnIndiMupButtonPrevInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7175
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPrevInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7177
static const TAknsItemID KAknsIIDQgnIndiMupButtonStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7178
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7180
static const TAknsItemID KAknsIIDQgnIndiMupButtonStopHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7181
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonStopHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7183
static const TAknsItemID KAknsIIDQgnIndiMupEq =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7184
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupEq };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7185
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7186
static const TAknsItemID KAknsIIDQgnIndiMupEqBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7187
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupEqBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7189
static const TAknsItemID KAknsIIDQgnIndiMupEqSlider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7190
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupEqSlider };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7192
static const TAknsItemID KAknsIIDQgnIndiMupPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7193
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7195
static const TAknsItemID KAknsIIDQgnIndiMupPauseAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7196
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupPauseAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7198
static const TAknsItemID KAknsIIDQgnIndiMupPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7199
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7201
static const TAknsItemID KAknsIIDQgnIndiMupPlayAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7202
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupPlayAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7204
static const TAknsItemID KAknsIIDQgnIndiMupSpeaker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7205
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupSpeaker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7207
static const TAknsItemID KAknsIIDQgnIndiMupSpeakerMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7208
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupSpeakerMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7210
static const TAknsItemID KAknsIIDQgnIndiMupStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7211
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7213
static const TAknsItemID KAknsIIDQgnIndiMupStopAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7214
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupStopAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7216
static const TAknsItemID KAknsIIDQgnIndiMupVolumeSlider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7217
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupVolumeSlider };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7219
static const TAknsItemID KAknsIIDQgnIndiMupVolumeSliderBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7220
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupVolumeSliderBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7222
static const TAknsItemID KAknsIIDQgnMenuGroupMedia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7223
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupMedia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7225
static const TAknsItemID KAknsIIDQgnMenuVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7226
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7228
static const TAknsItemID KAknsIIDQgnNoteAlarmTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7229
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteAlarmTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7231
static const TAknsItemID KAknsIIDQgnPropBlidTripSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7232
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidTripSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7234
static const TAknsItemID KAknsIIDQgnPropBlidTripTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7235
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidTripTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7237
static const TAknsItemID KAknsIIDQgnPropBlidWaypoint =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7238
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidWaypoint };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7240
static const TAknsItemID KAknsIIDQgnPropLinkEmbd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7241
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkEmbd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7243
static const TAknsItemID KAknsIIDQgnPropMupAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7244
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7246
static const TAknsItemID KAknsIIDQgnPropMupArtist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7247
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupArtist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7248
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7249
static const TAknsItemID KAknsIIDQgnPropMupAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7250
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7252
static const TAknsItemID KAknsIIDQgnPropMupComposer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7253
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupComposer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7255
static const TAknsItemID KAknsIIDQgnPropMupGenre =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7256
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupGenre };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7258
static const TAknsItemID KAknsIIDQgnPropMupPlaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7259
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPlaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7261
static const TAknsItemID KAknsIIDQgnPropMupSongs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7262
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupSongs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7264
static const TAknsItemID KAknsIIDQgnPropNrtypVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7265
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7267
static const TAknsItemID KAknsIIDQgnPropNrtypVoipDiv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7268
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypVoipDiv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7270
static const TAknsItemID KAknsIIDQgnPropSubCurrent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7271
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSubCurrent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7273
static const TAknsItemID KAknsIIDQgnPropSubMarked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7274
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSubMarked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7276
static const TAknsItemID KAknsIIDQgnStatPocOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7277
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7279
static const TAknsItemID KAknsIIDQgnStatVietCaseCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7280
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7282
static const TAknsItemID KAknsIIDQgnStatVietCaseSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7283
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7285
static const TAknsItemID KAknsIIDQgnStatVietCaseText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7286
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7287
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7288
static const TAknsItemID KAknsIIDQgnIndiSyncSetAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7289
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSyncSetAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7290
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7291
static const TAknsItemID KAknsIIDQgnPropMceMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7292
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7293
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7294
static const TAknsItemID KAknsIIDQgnPropUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7295
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7297
static const TAknsItemID KAknsIIDQgnStatMsgNumber =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7298
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMsgNumber };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7300
static const TAknsItemID KAknsIIDQgnStatMsgRoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7301
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMsgRoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7303
static const TAknsItemID KAknsIIDQgnStatSilent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7304
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatSilent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7306
static const TAknsItemID KAknsIIDQgnGrafBgGray =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7307
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgGray };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7309
static const TAknsItemID KAknsIIDQgnIndiAiNt3g =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7310
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNt3g };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7312
static const TAknsItemID KAknsIIDQgnIndiAiNtAudvideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7313
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtAudvideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7315
static const TAknsItemID KAknsIIDQgnIndiAiNtChat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7316
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtChat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7318
static const TAknsItemID KAknsIIDQgnIndiAiNtDirectio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7319
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtDirectio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7321
static const TAknsItemID KAknsIIDQgnIndiAiNtDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7322
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7324
static const TAknsItemID KAknsIIDQgnIndiAiNtEconomy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7325
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtEconomy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7327
static const TAknsItemID KAknsIIDQgnIndiAiNtErotic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7328
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtErotic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7330
static const TAknsItemID KAknsIIDQgnIndiAiNtEvent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7331
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtEvent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7333
static const TAknsItemID KAknsIIDQgnIndiAiNtFilm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7334
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFilm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7336
static const TAknsItemID KAknsIIDQgnIndiAiNtFinanceu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7337
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFinanceu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7339
static const TAknsItemID KAknsIIDQgnIndiAiNtFinancuk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7340
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFinancuk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7342
static const TAknsItemID KAknsIIDQgnIndiAiNtFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7343
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7345
static const TAknsItemID KAknsIIDQgnIndiAiNtFlirt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7346
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFlirt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7348
static const TAknsItemID KAknsIIDQgnIndiAiNtFormula1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7349
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFormula1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7351
static const TAknsItemID KAknsIIDQgnIndiAiNtFun =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7352
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFun };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7354
static const TAknsItemID KAknsIIDQgnIndiAiNtGames =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7355
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtGames };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7357
static const TAknsItemID KAknsIIDQgnIndiAiNtHoroscop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7358
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtHoroscop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7360
static const TAknsItemID KAknsIIDQgnIndiAiNtLottery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7361
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtLottery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7363
static const TAknsItemID KAknsIIDQgnIndiAiNtMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7364
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7366
static const TAknsItemID KAknsIIDQgnIndiAiNtMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7367
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7369
static const TAknsItemID KAknsIIDQgnIndiAiNtNewidea =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7370
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtNewidea };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7372
static const TAknsItemID KAknsIIDQgnIndiAiNtNews =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7373
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtNews };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7375
static const TAknsItemID KAknsIIDQgnIndiAiNtNewsweat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7376
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtNewsweat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7378
static const TAknsItemID KAknsIIDQgnIndiAiNtParty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7379
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtParty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7381
static const TAknsItemID KAknsIIDQgnIndiAiNtShopping =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7382
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtShopping };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7384
static const TAknsItemID KAknsIIDQgnIndiAiNtSoccer1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7385
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtSoccer1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7387
static const TAknsItemID KAknsIIDQgnIndiAiNtSoccer2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7388
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtSoccer2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7390
static const TAknsItemID KAknsIIDQgnIndiAiNtSoccerwc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7391
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtSoccerwc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7393
static const TAknsItemID KAknsIIDQgnIndiAiNtStar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7394
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtStar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7396
static const TAknsItemID KAknsIIDQgnIndiAiNtTopten =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7397
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtTopten };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7399
static const TAknsItemID KAknsIIDQgnIndiAiNtTravel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7400
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtTravel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7402
static const TAknsItemID KAknsIIDQgnIndiAiNtTv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7403
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtTv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7405
static const TAknsItemID KAknsIIDQgnIndiAiNtVodafone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7406
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtVodafone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7408
static const TAknsItemID KAknsIIDQgnIndiAiNtWeather =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7409
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtWeather };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7411
static const TAknsItemID KAknsIIDQgnIndiAiNtWinterol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7412
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtWinterol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7414
static const TAknsItemID KAknsIIDQgnIndiAiNtXmas =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7415
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtXmas };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7417
static const TAknsItemID KAknsIIDQgnPropPinbEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7418
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPinbEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7420
static const TAknsItemID KAknsIIDQgnGrafMmsPostcardBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7421
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPostcardBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7423
static const TAknsItemID KAknsIIDQgnGrafMmsPostcardFront =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7424
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPostcardFront };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7426
static const TAknsItemID KAknsIIDQgnGrafMmsPostcardInsertImageBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7427
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPostcardInsertImageBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7429
static const TAknsItemID KAknsIIDQgnIndiFileCorruptedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7430
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFileCorruptedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7432
static const TAknsItemID KAknsIIDQgnIndiMmsPostcardDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7433
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPostcardDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7435
static const TAknsItemID KAknsIIDQgnIndiMmsPostcardImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7436
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPostcardImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7438
static const TAknsItemID KAknsIIDQgnIndiMmsPostcardStamp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7439
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPostcardStamp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7441
static const TAknsItemID KAknsIIDQgnIndiMmsPostcardText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7442
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPostcardText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7444
static const TAknsItemID KAknsIIDQgnIndiMmsPostcardUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7445
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPostcardUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7447
static const TAknsItemID KAknsIIDQgnIndiMupButtonMcDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7448
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMcDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7450
static const TAknsItemID KAknsIIDQgnIndiMupButtonStopInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7451
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonStopInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7453
static const TAknsItemID KAknsIIDQgnIndiMupRandom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7454
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRandom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7456
static const TAknsItemID KAknsIIDQgnIndiMupRepeat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7457
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRepeat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7459
static const TAknsItemID KAknsIIDQgnIndiWmlWindows =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7460
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlWindows };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7462
static const TAknsItemID KAknsIIDQgnPropFileVideoMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7463
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileVideoMp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7465
static const TAknsItemID KAknsIIDQgnPropMcePostcard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7466
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMcePostcard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7468
static const TAknsItemID KAknsIIDQgnPropMmsPostcardAddressActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7469
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsPostcardAddressActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7471
static const TAknsItemID KAknsIIDQgnPropMmsPostcardAddressInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7472
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsPostcardAddressInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7474
static const TAknsItemID KAknsIIDQgnPropMmsPostcardGreetingActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7475
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsPostcardGreetingActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7477
static const TAknsItemID KAknsIIDQgnPropMmsPostcardGreetingInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7478
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmsPostcardGreetingInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7480
static const TAknsItemID KAknsIIDQgnPropDrmExpForbidSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7481
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmExpForbidSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7483
static const TAknsItemID KAknsIIDQgnPropDrmRemovedLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7484
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRemovedLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7485
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7486
static const TAknsItemID KAknsIIDQgnPropDrmRemovedTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7487
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRemovedTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7489
static const TAknsItemID KAknsIIDQgnPropDrmRightsExpSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7490
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsExpSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7491
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7492
static const TAknsItemID KAknsIIDQgnPropDrmRightsGroup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7493
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsGroup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7494
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7495
static const TAknsItemID KAknsIIDQgnPropDrmRightsInvalidTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7496
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsInvalidTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7498
static const TAknsItemID KAknsIIDQgnPropDrmRightsValidSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7499
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsValidSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7501
static const TAknsItemID KAknsIIDQgnPropDrmRightsValidTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7502
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmRightsValidTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7504
static const TAknsItemID KAknsIIDQgnPropDrmSendForbidSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7505
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmSendForbidSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7507
static const TAknsItemID KAknsIIDQgnPropDrmValidLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7508
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDrmValidLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7510
static const TAknsItemID KAknsIIDQgnPropMupPlaylistAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7511
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPlaylistAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7513
static const TAknsItemID KAknsIIDQgnStatCarkit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7514
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCarkit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7516
static const TAknsItemID KAknsIIDQgnGrafMmsVolumeOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7517
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVolumeOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7519
static const TAknsItemID KAknsIIDQgnGrafMmsVolumeOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7520
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVolumeOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7522
static const TAknsItemID KAknsIIDQgnStatRoaming =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7523
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatRoaming };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7525
static const TAknsItemID KAknsIIDQgnStatRoamingUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7526
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatRoamingUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7527
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7528
static const TAknsItemID KAknsIIDQgnGrafBarFrameCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7529
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7530
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7531
static const TAknsItemID KAknsIIDQgnGrafBgPhobThumbnail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7532
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgPhobThumbnail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7534
static const TAknsItemID KAknsIIDQgnGrafBlidDirMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7535
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDirMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7537
static const TAknsItemID KAknsIIDQgnGrafCalcResultsLine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7538
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCalcResultsLine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7540
static const TAknsItemID KAknsIIDQgnGrafMupBarFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7541
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupBarFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7543
static const TAknsItemID KAknsIIDQgnIndiAiNtAntenna =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7544
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtAntenna };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7545
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7546
static const TAknsItemID KAknsIIDQgnIndiAiNtArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7547
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7548
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7549
static const TAknsItemID KAknsIIDQgnIndiAiNtArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7550
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7551
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7552
static const TAknsItemID KAknsIIDQgnIndiAiNtAt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7553
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtAt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7555
static const TAknsItemID KAknsIIDQgnIndiAiNtAttentio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7556
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtAttentio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7557
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7558
static const TAknsItemID KAknsIIDQgnIndiAiNtBirthday =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7559
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtBirthday };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7560
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7561
static const TAknsItemID KAknsIIDQgnIndiAiNtCamera =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7562
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtCamera };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7563
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7564
static const TAknsItemID KAknsIIDQgnIndiAiNtCar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7565
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtCar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7567
static const TAknsItemID KAknsIIDQgnIndiAiNtConferen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7568
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtConferen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7570
static const TAknsItemID KAknsIIDQgnIndiAiNtDisc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7571
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtDisc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7573
static const TAknsItemID KAknsIIDQgnIndiAiNtFilm1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7574
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFilm1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7576
static const TAknsItemID KAknsIIDQgnIndiAiNtFilmcam =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7577
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFilmcam };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7579
static const TAknsItemID KAknsIIDQgnIndiAiNtFirstaid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7580
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtFirstaid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7582
static const TAknsItemID KAknsIIDQgnIndiAiNtHeadset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7583
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtHeadset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7585
static const TAknsItemID KAknsIIDQgnIndiAiNtLove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7586
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtLove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7588
static const TAknsItemID KAknsIIDQgnIndiAiNtMicrowav =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7589
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtMicrowav };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7591
static const TAknsItemID KAknsIIDQgnIndiAiNtMoney =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7592
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtMoney };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7594
static const TAknsItemID KAknsIIDQgnIndiAiNtMusic1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7595
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtMusic1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7597
static const TAknsItemID KAknsIIDQgnIndiAiNtRadio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7598
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtRadio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7600
static const TAknsItemID KAknsIIDQgnIndiAiNtRecordpl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7601
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtRecordpl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7603
static const TAknsItemID KAknsIIDQgnIndiAiNtScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7604
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7606
static const TAknsItemID KAknsIIDQgnIndiAiNtStopwatc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7607
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtStopwatc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7609
static const TAknsItemID KAknsIIDQgnIndiAiNtTheme =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7610
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtTheme };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7612
static const TAknsItemID KAknsIIDQgnIndiAiNtTourweat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7613
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtTourweat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7615
static const TAknsItemID KAknsIIDQgnIndiAiNtWorld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7616
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiNtWorld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7617
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7618
static const TAknsItemID KAknsIIDQgnIndiDrmRightsAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7619
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDrmRightsAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7620
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7621
static const TAknsItemID KAknsIIDQgnPropFileSwf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7622
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileSwf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7623
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7624
static const TAknsItemID KAknsIIDQgnPropFileSwfSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7625
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileSwfSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7627
static const TAknsItemID KAknsIIDQgnIndiVoipCallActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7628
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7630
static const TAknsItemID KAknsIIDQgnIndiVoipCallActive2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7631
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallActive2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7633
static const TAknsItemID KAknsIIDQgnIndiVoipCallDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7634
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7636
static const TAknsItemID KAknsIIDQgnIndiVoipCallHeld =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7637
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallHeld };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7639
static const TAknsItemID KAknsIIDQgnIndiVoipCallWaiting1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7640
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallWaiting1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7642
static const TAknsItemID KAknsIIDQgnIndiVoipCallWaiting2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7643
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallWaiting2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7645
static const TAknsItemID KAknsIIDQgnIndiVoipCallWaitingDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7646
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipCallWaitingDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7648
static const TAknsItemID KAknsIIDQgnIndiVoipReadiness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7649
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipReadiness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7651
static const TAknsItemID KAknsIIDQgnStatDivertVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7652
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivertVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7654
static const TAknsItemID KAknsIIDQgnStatImPs12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7655
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImPs12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7657
static const TAknsItemID KAknsIIDQgnStatImPs16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7658
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImPs16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7660
static const TAknsItemID KAknsIIDQgnStatKeyguardPs12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7661
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKeyguardPs12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7663
static const TAknsItemID KAknsIIDQgnStatKeyguardPs16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7664
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKeyguardPs16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7666
static const TAknsItemID KAknsIIDQgnStatMessageMailPs12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7667
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageMailPs12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7669
static const TAknsItemID KAknsIIDQgnStatMessageMailPs16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7670
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageMailPs16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7672
static const TAknsItemID KAknsIIDQgnStatMessagePs12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7673
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessagePs12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7675
static const TAknsItemID KAknsIIDQgnStatMessagePs16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7676
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessagePs16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7678
static const TAknsItemID KAknsIIDQgnStatMissedCallsPs12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7679
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMissedCallsPs12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7681
static const TAknsItemID KAknsIIDQgnStatMissedCallsPs16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7682
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMissedCallsPs16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7684
static const TAknsItemID KAknsIIDQgnStatVm0Ps12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7685
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm0Ps12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7687
static const TAknsItemID KAknsIIDQgnStatVm0Ps16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7688
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVm0Ps16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7690
static const TAknsItemID KAknsIIDQgnGrafBlidDirringMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7691
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDirringMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7693
static const TAknsItemID KAknsIIDQgnGrafCallFirstOneActiveEmegency =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7694
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCallFirstOneActiveEmegency };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7696
static const TAknsItemID KAknsIIDQgnGrafMmsAudioDrmInvalidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7697
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioDrmInvalidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7699
static const TAknsItemID KAknsIIDQgnGrafMmsAudioDrmValidSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7700
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioDrmValidSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7702
static const TAknsItemID KAknsIIDQgnGrafMmsAudioDrmValidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7703
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioDrmValidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7704
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7705
static const TAknsItemID KAknsIIDQgnGrafMmsImageDrmInvalidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7706
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsImageDrmInvalidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7707
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7708
static const TAknsItemID KAknsIIDQgnGrafMmsPres =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7709
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPres };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7711
static const TAknsItemID KAknsIIDQgnGrafMmsPresCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7712
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPresCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7713
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7714
static const TAknsItemID KAknsIIDQgnGrafMmsPresDrmInvalidSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7715
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPresDrmInvalidSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7716
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7717
static const TAknsItemID KAknsIIDQgnGrafMmsPresDrmInvalidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7718
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsPresDrmInvalidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7720
static const TAknsItemID KAknsIIDQgnGrafMmsVideoDrmInvalidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7721
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVideoDrmInvalidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7723
static const TAknsItemID KAknsIIDQgnGrafMmsVideoDrmValidSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7724
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVideoDrmValidSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7726
static const TAknsItemID KAknsIIDQgnGrafMmsVideoDrmValidSendForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7727
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsVideoDrmValidSendForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7729
static const TAknsItemID KAknsIIDQgnGrafShutdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7730
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafShutdown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7732
static const TAknsItemID KAknsIIDQgnGrafShutdownBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7733
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafShutdownBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7735
static const TAknsItemID KAknsIIDQgnGrafStartup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7736
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStartup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7738
static const TAknsItemID KAknsIIDQgnGrafStartupBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7739
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStartupBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7741
static const TAknsItemID KAknsIIDQgnGrafUsb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7742
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafUsb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7744
static const TAknsItemID KAknsIIDQgnGrafUsbBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7745
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafUsbBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7747
static const TAknsItemID KAknsIIDQgnIndiCallActiveEmergencyCallsta =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7748
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallActiveEmergencyCallsta };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7750
static const TAknsItemID KAknsIIDQgnIndiMcePriorityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7751
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMcePriorityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7753
static const TAknsItemID KAknsIIDQgnIndiMcePriorityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7754
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMcePriorityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7756
static const TAknsItemID KAknsIIDQgnIndiMupButtonNextDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7757
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonNextDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7759
static const TAknsItemID KAknsIIDQgnIndiMupButtonPauseDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7760
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPauseDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7762
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlayDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7763
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlayDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7765
static const TAknsItemID KAknsIIDQgnIndiMupButtonPrevDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7766
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPrevDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7768
static const TAknsItemID KAknsIIDQgnIndiMupButtonStopDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7769
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonStopDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7771
static const TAknsItemID KAknsIIDQgnIndiMupRepeatOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7772
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRepeatOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7774
static const TAknsItemID KAknsIIDQgnIndiPocAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7775
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7776
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7777
static const TAknsItemID KAknsIIDQgnIndiVietFindSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7778
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVietFindSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7779
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7780
static const TAknsItemID KAknsIIDQgnNotePoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7781
    { EAknsMajorGeneric, EAknsMinorGenericQgnNotePoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7783
static const TAknsItemID KAknsIIDQgnPropFilePresentation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7784
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFilePresentation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7786
static const TAknsItemID KAknsIIDQgnPropFilePresentationsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7787
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFilePresentationsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7789
static const TAknsItemID KAknsIIDQgnPropFilePresentationsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7790
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFilePresentationsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7792
static const TAknsItemID KAknsIIDQgnPropImFriendInvisible =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7793
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendInvisible };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7795
static const TAknsItemID KAknsIIDQgnPropMceDelivered =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7796
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDelivered };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7798
static const TAknsItemID KAknsIIDQgnPropMceDeliveryFailed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7799
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDeliveryFailed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7801
static const TAknsItemID KAknsIIDQgnPropMceDeliveryPending =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7802
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceDeliveryPending };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7804
static const TAknsItemID KAknsIIDQgnPropMceMmsDelivered =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7805
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsDelivered };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7806
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7807
static const TAknsItemID KAknsIIDQgnPropMceMmsDeliveryFailed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7808
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsDeliveryFailed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7809
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7810
static const TAknsItemID KAknsIIDQgnPropMceMmsDeliveryPending =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7811
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsDeliveryPending };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7813
static const TAknsItemID KAknsIIDQgnPropMocFile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7814
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMocFile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7816
static const TAknsItemID KAknsIIDQgnPropMocFolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7817
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMocFolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7819
static const TAknsItemID KAknsIIDQgnPropMocFolderSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7820
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMocFolderSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7822
static const TAknsItemID KAknsIIDQgnPropModAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7823
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7824
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7825
static const TAknsItemID KAknsIIDQgnPropModAudioCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7826
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModAudioCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7827
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7828
static const TAknsItemID KAknsIIDQgnPropModAudioExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7829
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModAudioExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7831
static const TAknsItemID KAknsIIDQgnPropModChapter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7832
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModChapter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7834
static const TAknsItemID KAknsIIDQgnPropModChapterCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7835
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModChapterCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7836
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7837
static const TAknsItemID KAknsIIDQgnPropModChapterExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7838
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModChapterExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7840
static const TAknsItemID KAknsIIDQgnPropModComment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7841
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModComment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7843
static const TAknsItemID KAknsIIDQgnPropModCommentCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7844
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModCommentCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7846
static const TAknsItemID KAknsIIDQgnPropModCommentExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7847
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModCommentExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7849
static const TAknsItemID KAknsIIDQgnPropModDoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7850
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModDoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7852
static const TAknsItemID KAknsIIDQgnPropModDocCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7853
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModDocCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7855
static const TAknsItemID KAknsIIDQgnPropModDocExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7856
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModDocExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7858
static const TAknsItemID KAknsIIDQgnPropModHierarchyViewTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7859
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModHierarchyViewTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7861
static const TAknsItemID KAknsIIDQgnPropModImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7862
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7864
static const TAknsItemID KAknsIIDQgnPropModImageCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7865
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModImageCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7867
static const TAknsItemID KAknsIIDQgnPropModImageExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7868
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModImageExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7870
static const TAknsItemID KAknsIIDQgnPropModLayoutViewTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7871
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModLayoutViewTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7873
static const TAknsItemID KAknsIIDQgnPropModLink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7874
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModLink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7875
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7876
static const TAknsItemID KAknsIIDQgnPropModLinkCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7877
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModLinkCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7878
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7879
static const TAknsItemID KAknsIIDQgnPropModLinkExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7880
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModLinkExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7881
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7882
static const TAknsItemID KAknsIIDQgnPropModNormViewTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7883
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModNormViewTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7884
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7885
static const TAknsItemID KAknsIIDQgnPropModPaint =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7886
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPaint };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7888
static const TAknsItemID KAknsIIDQgnPropModPaintCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7889
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPaintCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7890
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7891
static const TAknsItemID KAknsIIDQgnPropModPaintExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7892
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPaintExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7893
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7894
static const TAknsItemID KAknsIIDQgnPropModPresentation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7895
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPresentation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7896
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7897
static const TAknsItemID KAknsIIDQgnPropModPresentationCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7898
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPresentationCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7899
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7900
static const TAknsItemID KAknsIIDQgnPropModPresentationExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7901
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModPresentationExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7903
static const TAknsItemID KAknsIIDQgnPropModReference =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7904
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModReference };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7906
static const TAknsItemID KAknsIIDQgnPropModReferenceCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7907
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModReferenceCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7909
static const TAknsItemID KAknsIIDQgnPropModReferenceExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7910
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModReferenceExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7911
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7912
static const TAknsItemID KAknsIIDQgnPropModSheet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7913
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModSheet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7914
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7915
static const TAknsItemID KAknsIIDQgnPropModSheetCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7916
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModSheetCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7918
static const TAknsItemID KAknsIIDQgnPropModSheetExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7919
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModSheetExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7921
static const TAknsItemID KAknsIIDQgnPropModTable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7922
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModTable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7924
static const TAknsItemID KAknsIIDQgnPropModTableCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7925
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModTableCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7927
static const TAknsItemID KAknsIIDQgnPropModTableExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7928
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModTableExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7930
static const TAknsItemID KAknsIIDQgnPropModUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7931
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7933
static const TAknsItemID KAknsIIDQgnPropModUnknownCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7934
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModUnknownCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7936
static const TAknsItemID KAknsIIDQgnPropModUnknownExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7937
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModUnknownExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7939
static const TAknsItemID KAknsIIDQgnPropModVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7940
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7942
static const TAknsItemID KAknsIIDQgnPropModVideoCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7943
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModVideoCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7945
static const TAknsItemID KAknsIIDQgnPropModVideoExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7946
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropModVideoExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7948
static const TAknsItemID KAknsIIDQgnPropMopAlignHorizontalCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7949
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignHorizontalCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7951
static const TAknsItemID KAknsIIDQgnPropMopAlignHorizontalLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7952
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignHorizontalLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7954
static const TAknsItemID KAknsIIDQgnPropMopAlignHorizontalRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7955
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignHorizontalRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7957
static const TAknsItemID KAknsIIDQgnPropMopAlignVerticalBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7958
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignVerticalBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7960
static const TAknsItemID KAknsIIDQgnPropMopAlignVerticalCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7961
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignVerticalCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7963
static const TAknsItemID KAknsIIDQgnPropMopAlignVerticalTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7964
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAlignVerticalTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7966
static const TAknsItemID KAknsIIDQgnPropMopAutoshape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7967
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7969
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7970
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7971
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7972
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowHeadDouble =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7973
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowHeadDouble };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7974
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7975
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowHeadSingle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7976
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowHeadSingle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7977
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7978
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7979
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7980
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7981
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7982
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7983
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7984
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7985
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7986
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7987
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeLine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7988
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeLine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7990
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeOval =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7991
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeOval };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7993
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeRectangle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7994
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeRectangle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7996
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeRoundRectangle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7997
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeRoundRectangle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  7999
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8000
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8002
static const TAknsItemID KAknsIIDQgnPropMopAutoshapeTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8003
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopAutoshapeTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8005
static const TAknsItemID KAknsIIDQgnPropMopBackgroundTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8006
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopBackgroundTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8008
static const TAknsItemID KAknsIIDQgnPropMopBorderTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8009
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopBorderTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8011
static const TAknsItemID KAknsIIDQgnPropMopChart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8012
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopChart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8014
static const TAknsItemID KAknsIIDQgnPropMopChartSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8015
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopChartSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8017
static const TAknsItemID KAknsIIDQgnPropMopComment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8018
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopComment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8020
static const TAknsItemID KAknsIIDQgnPropMopCommentSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8021
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopCommentSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8023
static const TAknsItemID KAknsIIDQgnPropMopEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8024
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8026
static const TAknsItemID KAknsIIDQgnPropMopImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8027
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8029
static const TAknsItemID KAknsIIDQgnPropMopImageSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8030
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopImageSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8032
static const TAknsItemID KAknsIIDQgnPropMopLayoutTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8033
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopLayoutTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8034
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8035
static const TAknsItemID KAknsIIDQgnPropMopLineTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8036
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopLineTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8037
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8038
static const TAknsItemID KAknsIIDQgnPropMopNotesTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8039
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopNotesTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8041
static const TAknsItemID KAknsIIDQgnPropMopNoteSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8042
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopNoteSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8043
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8044
static const TAknsItemID KAknsIIDQgnPropMopOutlineTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8045
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopOutlineTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8046
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8047
static const TAknsItemID KAknsIIDQgnPropMopSetLayoutTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8048
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSetLayoutTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8049
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8050
static const TAknsItemID KAknsIIDQgnPropMopSetNotesTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8051
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSetNotesTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8053
static const TAknsItemID KAknsIIDQgnPropMopSetOutlineTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8054
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSetOutlineTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8056
static const TAknsItemID KAknsIIDQgnPropMopSlide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8057
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8058
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8059
static const TAknsItemID KAknsIIDQgnPropMopSlide2Column =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8060
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlide2Column };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8062
static const TAknsItemID KAknsIIDQgnPropMopSlideBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8063
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8065
static const TAknsItemID KAknsIIDQgnPropMopSlideBullets =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8066
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideBullets };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8068
static const TAknsItemID KAknsIIDQgnPropMopSlideCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8069
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8071
static const TAknsItemID KAknsIIDQgnPropMopSlideColHidden =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8072
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideColHidden };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8074
static const TAknsItemID KAknsIIDQgnPropMopSlideExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8075
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8077
static const TAknsItemID KAknsIIDQgnPropMopSlideExpHidden =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8078
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideExpHidden };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8080
static const TAknsItemID KAknsIIDQgnPropMopSlideHidden =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8081
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideHidden };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8083
static const TAknsItemID KAknsIIDQgnPropMopSlideImageAndText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8084
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideImageAndText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8086
static const TAknsItemID KAknsIIDQgnPropMopSlideTable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8087
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideTable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8089
static const TAknsItemID KAknsIIDQgnPropMopSlideTextAndImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8090
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideTextAndImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8092
static const TAknsItemID KAknsIIDQgnPropMopSlideTitle1Row =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8093
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideTitle1Row };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8095
static const TAknsItemID KAknsIIDQgnPropMopSlideTitle2Row =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8096
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopSlideTitle2Row };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8098
static const TAknsItemID KAknsIIDQgnPropMopTable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8099
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopTable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8101
static const TAknsItemID KAknsIIDQgnPropMopTableSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8102
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopTableSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8104
static const TAknsItemID KAknsIIDQgnPropMopTextbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8105
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopTextbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8107
static const TAknsItemID KAknsIIDQgnPropMopTextboxSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8108
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopTextboxSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8110
static const TAknsItemID KAknsIIDQgnPropMopTextboxTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8111
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopTextboxTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8113
static const TAknsItemID KAknsIIDQgnPropMopUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8114
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8116
static const TAknsItemID KAknsIIDQgnPropMopUnknownSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8117
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMopUnknownSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8119
static const TAknsItemID KAknsIIDQgnPropMoEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8120
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8122
static const TAknsItemID KAknsIIDQgnPropMoFormatBorderTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8123
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoFormatBorderTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8124
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8125
static const TAknsItemID KAknsIIDQgnPropMoFormatBulletTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8126
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoFormatBulletTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8127
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8128
static const TAknsItemID KAknsIIDQgnPropMoFormatFontStyleTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8129
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoFormatFontStyleTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8130
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8131
static const TAknsItemID KAknsIIDQgnPropMoFormatFontTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8132
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoFormatFontTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8133
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8134
static const TAknsItemID KAknsIIDQgnPropMoFormatParaTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8135
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoFormatParaTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8136
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8137
static const TAknsItemID KAknsIIDQgnPropMoMmcMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8138
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoMmcMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8139
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8140
static const TAknsItemID KAknsIIDQgnPropMoPhoneMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8141
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMoPhoneMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8142
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8143
static const TAknsItemID KAknsIIDQgnPropNrtypCnap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8144
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypCnap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8146
static const TAknsItemID KAknsIIDQgnPropNrtypPoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8147
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypPoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8149
static const TAknsItemID KAknsIIDQgnStatFarsiCase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8150
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFarsiCase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8151
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8152
static const TAknsItemID KAknsIIDQgnStatPocDnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8153
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocDnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8154
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8155
static const TAknsItemID KAknsIIDQgnStatPocMissed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8156
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocMissed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8158
static const TAknsItemID KAknsIIDQgnStatPocMissedUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8159
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocMissedUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8161
static const TAknsItemID KAknsIIDQgnStatPocPocOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8162
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocPocOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8164
static const TAknsItemID KAknsIIDQgnGrafBarFrameSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8165
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8167
static const TAknsItemID KAknsIIDQgnGrafBarFrameSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8168
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarFrameSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8170
static const TAknsItemID KAknsIIDQgnPropCaleAccepted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8171
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleAccepted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8173
static const TAknsItemID KAknsIIDQgnPropCaleAttendance =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8174
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleAttendance };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8176
static const TAknsItemID KAknsIIDQgnPropCaleInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8177
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8179
static const TAknsItemID KAknsIIDQgnPropCaleNotanswered =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8180
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleNotanswered };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8182
static const TAknsItemID KAknsIIDQgnPropCaleOrganizer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8183
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleOrganizer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8185
static const TAknsItemID KAknsIIDQgnPropCaleRejected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8186
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleRejected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8188
static const TAknsItemID KAknsIIDQgnPropCaleTentative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8189
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCaleTentative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8191
static const TAknsItemID KAknsIIDQgnPropMceMeetreqFetRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8192
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqFetRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8194
static const TAknsItemID KAknsIIDQgnPropMceMeetreqFetUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8195
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqFetUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8197
static const TAknsItemID KAknsIIDQgnPropMceMeetreqReaDel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8198
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqReaDel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8200
static const TAknsItemID KAknsIIDQgnPropMceMeetreqUnfetRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8201
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqUnfetRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8203
static const TAknsItemID KAknsIIDQgnPropMceMeetreqUnfetUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8204
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqUnfetUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8206
static const TAknsItemID KAknsIIDQgnGrafLineMessageHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8207
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLineMessageHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8209
static const TAknsItemID KAknsIIDQgnPropGroupCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8210
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8212
static const TAknsItemID KAknsIIDQgnPropGroupExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8213
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGroupExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8215
static const TAknsItemID KAknsIIDQgnPropSnoteWlanAdhoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8216
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSnoteWlanAdhoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8218
static const TAknsItemID KAknsIIDQgnPropSnoteWlanInfra =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8219
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSnoteWlanInfra };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8221
static const TAknsItemID KAknsIIDQgnStatVoipReadiness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8222
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVoipReadiness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8224
static const TAknsItemID KAknsIIDQgnPropMceMeetreqReadDel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8225
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMeetreqReadDel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8227
static const TAknsItemID KAknsIIDQgnPropMosCells =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8228
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosCells };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8230
static const TAknsItemID KAknsIIDQgnPropMosChart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8231
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosChart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8233
static const TAknsItemID KAknsIIDQgnPropMosClearBoth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8234
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosClearBoth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8236
static const TAknsItemID KAknsIIDQgnPropMosClearContent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8237
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosClearContent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8239
static const TAknsItemID KAknsIIDQgnPropMosClearFormatting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8240
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosClearFormatting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8242
static const TAknsItemID KAknsIIDQgnPropMosDetailsTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8243
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosDetailsTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8245
static const TAknsItemID KAknsIIDQgnPropMosEditCell =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8246
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosEditCell };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8248
static const TAknsItemID KAknsIIDQgnPropMosEditLinkAddress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8249
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosEditLinkAddress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8251
static const TAknsItemID KAknsIIDQgnPropMosEditLinkName =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8252
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosEditLinkName };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8254
static const TAknsItemID KAknsIIDQgnPropMosEditName =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8255
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosEditName };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8257
static const TAknsItemID KAknsIIDQgnPropMosFindLocTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8258
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFindLocTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8260
static const TAknsItemID KAknsIIDQgnPropMosFindTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8261
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFindTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8263
static const TAknsItemID KAknsIIDQgnPropMosFormatAlignTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8264
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFormatAlignTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8266
static const TAknsItemID KAknsIIDQgnPropMosFormatNumberTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8267
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFormatNumberTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8269
static const TAknsItemID KAknsIIDQgnPropMosFuncAllTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8270
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncAllTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8272
static const TAknsItemID KAknsIIDQgnPropMosFuncCategoryTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8273
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncCategoryTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8275
static const TAknsItemID KAknsIIDQgnPropMosFuncCommonTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8276
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncCommonTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8278
static const TAknsItemID KAknsIIDQgnPropMosFuncDatetime =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8279
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncDatetime };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8281
static const TAknsItemID KAknsIIDQgnPropMosFuncDatetimeTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8282
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncDatetimeTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8284
static const TAknsItemID KAknsIIDQgnPropMosFuncFinancial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8285
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncFinancial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8287
static const TAknsItemID KAknsIIDQgnPropMosFuncFinancialTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8288
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncFinancialTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8290
static const TAknsItemID KAknsIIDQgnPropMosFuncInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8291
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8293
static const TAknsItemID KAknsIIDQgnPropMosFuncInfoTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8294
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncInfoTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8296
static const TAknsItemID KAknsIIDQgnPropMosFuncLogical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8297
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncLogical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8299
static const TAknsItemID KAknsIIDQgnPropMosFuncLogicalTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8300
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncLogicalTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8302
static const TAknsItemID KAknsIIDQgnPropMosFuncLookup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8303
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncLookup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8305
static const TAknsItemID KAknsIIDQgnPropMosFuncLookupTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8306
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncLookupTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8308
static const TAknsItemID KAknsIIDQgnPropMosFuncMath =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8309
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncMath };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8311
static const TAknsItemID KAknsIIDQgnPropMosFuncMathTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8312
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncMathTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8313
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8314
static const TAknsItemID KAknsIIDQgnPropMosFuncStatistic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8315
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncStatistic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8316
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8317
static const TAknsItemID KAknsIIDQgnPropMosFuncStatisticTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8318
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncStatisticTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8319
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8320
static const TAknsItemID KAknsIIDQgnPropMosFuncText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8321
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8322
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8323
static const TAknsItemID KAknsIIDQgnPropMosFuncTextTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8324
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosFuncTextTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8325
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8326
static const TAknsItemID KAknsIIDQgnPropMosLabelTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8327
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosLabelTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8329
static const TAknsItemID KAknsIIDQgnPropMosSelectSheet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8330
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSelectSheet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8332
static const TAknsItemID KAknsIIDQgnPropMosSetChartStyleTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8333
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSetChartStyleTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8335
static const TAknsItemID KAknsIIDQgnPropMosSetChartTitleTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8336
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSetChartTitleTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8338
static const TAknsItemID KAknsIIDQgnPropMosSetGeneralTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8339
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSetGeneralTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8341
static const TAknsItemID KAknsIIDQgnPropMosSetSheetTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8342
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSetSheetTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8344
static const TAknsItemID KAknsIIDQgnPropMosSheet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8345
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSheet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8347
static const TAknsItemID KAknsIIDQgnPropMosSheetCol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8348
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSheetCol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8350
static const TAknsItemID KAknsIIDQgnPropMosSheetExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8351
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosSheetExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8353
static const TAknsItemID KAknsIIDQgnPropMosXaxisScaleTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8354
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosXaxisScaleTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8356
static const TAknsItemID KAknsIIDQgnPropMosXaxisStyleTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8357
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosXaxisStyleTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8359
static const TAknsItemID KAknsIIDQgnPropMosYaxisAppearTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8360
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosYaxisAppearTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8362
static const TAknsItemID KAknsIIDQgnPropMosYaxisFormatTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8363
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosYaxisFormatTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8364
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8365
static const TAknsItemID KAknsIIDQgnPropMosYaxisScaleTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8366
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMosYaxisScaleTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8368
static const TAknsItemID KAknsIIDQgnStatModTarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8369
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatModTarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8370
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8371
static const TAknsItemID KAknsIIDQgnStatTarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8372
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8373
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8374
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerImageMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8375
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerImageMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8376
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8377
static const TAknsItemID KAknsIIDQgnPropDycInsertImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8378
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDycInsertImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8380
static const TAknsItemID KAknsIIDQgnGrafBlidDirBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8381
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDirBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8382
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8383
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerBgImage1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8384
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerBgImage1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8385
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8386
static const TAknsItemID KAknsIIDQgnGrafMupVisualizerBgImage2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8387
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVisualizerBgImage2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8388
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8389
static const TAknsItemID KAknsIIDQgnIndiPocContactAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8390
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocContactAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8391
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8392
static const TAknsItemID KAknsIIDQgnPropFileRss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8393
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8395
static const TAknsItemID KAknsIIDQgnPropFolderRss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8396
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderRss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8398
static const TAknsItemID KAknsIIDQgnPropPocBlock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8399
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocBlock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8401
static const TAknsItemID KAknsIIDQgnStatTvout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8402
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTvout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8404
static const TAknsItemID KAknsIIDQgnGrafIdleFadeLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8405
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafIdleFadeLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8407
static const TAknsItemID KAknsIIDQgnGrafScrollArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8408
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScrollArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8410
static const TAknsItemID KAknsIIDQgnGrafScrollArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8411
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScrollArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8413
static const TAknsItemID KAknsIIDQgnGrafStatIndiButtonAvailable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8414
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStatIndiButtonAvailable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8416
static const TAknsItemID KAknsIIDQgnGrafTouchBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8417
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTouchBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8419
static const TAknsItemID KAknsIIDQgnIndiAiMusicForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8420
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMusicForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8422
static const TAknsItemID KAknsIIDQgnIndiAiMusicRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8423
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMusicRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8425
static const TAknsItemID KAknsIIDQgnIndiCypheringOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8426
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCypheringOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8428
static const TAknsItemID KAknsIIDQgnIndiMceAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8429
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8431
static const TAknsItemID KAknsIIDQgnIndiMmsAudioPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8432
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsAudioPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8434
static const TAknsItemID KAknsIIDQgnIndiMmsAudioPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8435
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsAudioPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8437
static const TAknsItemID KAknsIIDQgnIndiMmsAudioRecord =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8438
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsAudioRecord };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8440
static const TAknsItemID KAknsIIDQgnIndiMtvParentalControl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8441
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvParentalControl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8443
static const TAknsItemID KAknsIIDQgnIndiMtvPaused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8444
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvPaused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8446
static const TAknsItemID KAknsIIDQgnIndiMtvRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8447
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8449
static const TAknsItemID KAknsIIDQgnIndiMtvRecAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8450
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvRecAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8452
static const TAknsItemID KAknsIIDQgnIndiMtvRightsForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8453
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvRightsForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8455
static const TAknsItemID KAknsIIDQgnIndiMtvServicesInfoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8456
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMtvServicesInfoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8458
static const TAknsItemID KAknsIIDQgnIndiMupForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8459
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8461
static const TAknsItemID KAknsIIDQgnIndiMupForwAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8462
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupForwAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8464
static const TAknsItemID KAknsIIDQgnIndiMupRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8465
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8467
static const TAknsItemID KAknsIIDQgnIndiMupRewAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8468
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRewAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8470
static const TAknsItemID KAknsIIDQgnIndiTouchAvailable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8471
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTouchAvailable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8473
static const TAknsItemID KAknsIIDQgnIndiTouchSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8474
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTouchSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8476
static const TAknsItemID KAknsIIDQgnIndiTouchUnavailable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8477
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTouchUnavailable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8479
static const TAknsItemID KAknsIIDQgnIndiTpAppsgrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8480
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpAppsgrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8482
static const TAknsItemID KAknsIIDQgnIndiTpAppswapper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8483
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpAppswapper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8485
static const TAknsItemID KAknsIIDQgnIndiTpFullscreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8486
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpFullscreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8488
static const TAknsItemID KAknsIIDQgnIndiTpIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8489
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8491
static const TAknsItemID KAknsIIDQgnIndiTpInput =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8492
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpInput };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8494
static const TAknsItemID KAknsIIDQgnIndiTpRotateScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8495
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpRotateScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8497
static const TAknsItemID KAknsIIDQgnIndiTpToolbar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8498
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpToolbar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8500
static const TAknsItemID KAknsIIDQgnMenuImAway =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8501
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImAway };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8503
static const TAknsItemID KAknsIIDQgnMenuImInvisible =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8504
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImInvisible };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8506
static const TAknsItemID KAknsIIDQgnMenuImOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8507
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8509
static const TAknsItemID KAknsIIDQgnNoteBrowser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8510
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBrowser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8512
static const TAknsItemID KAknsIIDQgnNoteMtvProgStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8513
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMtvProgStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8515
static const TAknsItemID KAknsIIDQgnPropFmgrBackupSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8516
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrBackupSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8518
static const TAknsItemID KAknsIIDQgnPropFmgrMmcNoSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8519
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrMmcNoSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8520
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8521
static const TAknsItemID KAknsIIDQgnPropFmgrMmcSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8522
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrMmcSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8523
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8524
static const TAknsItemID KAknsIIDQgnPropFmgrPhoneMemcSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8525
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrPhoneMemcSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8526
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8527
static const TAknsItemID KAknsIIDQgnPropFolderEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8528
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8529
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8530
static const TAknsItemID KAknsIIDQgnPropImJoinedNotSavedUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8531
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImJoinedNotSavedUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8532
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8533
static const TAknsItemID KAknsIIDQgnPropImListUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8534
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImListUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8535
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8536
static const TAknsItemID KAknsIIDQgnPropImNonuserCreatedSavedActiveUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8537
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImNonuserCreatedSavedActiveUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8538
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8539
static const TAknsItemID KAknsIIDQgnPropImUserCreatedActiveUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8540
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImUserCreatedActiveUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8541
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8542
static const TAknsItemID KAknsIIDQgnPropMceAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8543
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8545
static const TAknsItemID KAknsIIDQgnPropMceAudioUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8546
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceAudioUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8548
static const TAknsItemID KAknsIIDQgnPropMtvChannel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8549
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvChannel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8551
static const TAknsItemID KAknsIIDQgnPropMtvChannelPackage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8552
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvChannelPackage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8554
static const TAknsItemID KAknsIIDQgnPropMtvChannelProgramSecured =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8555
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvChannelProgramSecured };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8557
static const TAknsItemID KAknsIIDQgnPropMtvFolderVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8558
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvFolderVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8559
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8560
static const TAknsItemID KAknsIIDQgnPropMtvFolderVideoNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8561
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvFolderVideoNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8562
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8563
static const TAknsItemID KAknsIIDQgnPropMtvParentalControl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8564
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvParentalControl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8565
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8566
static const TAknsItemID KAknsIIDQgnPropMtvProgram =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8567
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvProgram };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8568
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8569
static const TAknsItemID KAknsIIDQgnPropMtvProgClip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8570
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvProgClip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8571
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8572
static const TAknsItemID KAknsIIDQgnPropMtvProgClipNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8573
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvProgClipNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8574
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8575
static const TAknsItemID KAknsIIDQgnPropMtvRightsForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8576
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvRightsForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8577
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8578
static const TAknsItemID KAknsIIDQgnPropMtvServicesCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8579
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvServicesCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8580
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8581
static const TAknsItemID KAknsIIDQgnPropMtvServicesJava =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8582
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvServicesJava };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8583
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8584
static const TAknsItemID KAknsIIDQgnPropMtvServicesSms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8585
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvServicesSms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8587
static const TAknsItemID KAknsIIDQgnPropMtvServicesWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8588
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMtvServicesWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8589
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8590
static const TAknsItemID KAknsIIDQgnPropNrtypSimContact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8591
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypSimContact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8592
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8593
static const TAknsItemID KAknsIIDQgnPropPocChannelGroup1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8594
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocChannelGroup1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8596
static const TAknsItemID KAknsIIDQgnPropPocChannelGroup2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8597
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocChannelGroup2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8598
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8599
static const TAknsItemID KAknsIIDQgnPropPocGroupDetails =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8600
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocGroupDetails };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8602
static const TAknsItemID KAknsIIDQgnPropPocGroupMembers =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8603
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocGroupMembers };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8605
static const TAknsItemID KAknsIIDQgnPropPocNetworkGroup1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8606
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocNetworkGroup1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8608
static const TAknsItemID KAknsIIDQgnPropPocNetworkGroup2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8609
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocNetworkGroup2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8611
static const TAknsItemID KAknsIIDQgnStatCaseDevanagari =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8612
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseDevanagari };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8614
static const TAknsItemID KAknsIIDQgnStatCaseDevanagariNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8615
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseDevanagariNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8617
static const TAknsItemID KAknsIIDQgnStatIndiMtvOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8618
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIndiMtvOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8620
static const TAknsItemID KAknsIIDQgnStatPocNewRequest =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8621
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocNewRequest };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8622
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8623
static const TAknsItemID KAknsIIDQgnStatPocNewRequestUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8624
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocNewRequestUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8626
static const TAknsItemID KAknsIIDQgnAreaMainMup2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8627
    { EAknsMajorGeneric, EAknsMinorGenericQgnAreaMainMup2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8629
static const TAknsItemID KAknsIIDQgnGrafImBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8630
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafImBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8631
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8632
static const TAknsItemID KAknsIIDQgnGrafMup2BarFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8633
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMup2BarFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8634
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8635
static const TAknsItemID KAknsIIDQgnGrafMup2BarProgress =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8636
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMup2BarProgress };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8637
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8638
static const TAknsItemID KAknsIIDQgnGrafMup2VisualizerImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8639
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMup2VisualizerImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8640
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8641
static const TAknsItemID KAknsIIDQgnIndiAiMupButtonNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8642
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMupButtonNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8643
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8644
static const TAknsItemID KAknsIIDQgnIndiAiMupButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8645
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMupButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8646
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8647
static const TAknsItemID KAknsIIDQgnIndiAiMupButtonPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8648
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMupButtonPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8649
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8650
static const TAknsItemID KAknsIIDQgnIndiAiMupButtonPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8651
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMupButtonPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8653
static const TAknsItemID KAknsIIDQgnIndiAiMupButtonStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8654
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMupButtonStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8655
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8656
static const TAknsItemID KAknsIIDQgnIndiAiRadioButtonNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8657
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRadioButtonNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8658
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8659
static const TAknsItemID KAknsIIDQgnIndiAiRadioButtonOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8660
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRadioButtonOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8661
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8662
static const TAknsItemID KAknsIIDQgnIndiAiRadioButtonOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8663
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRadioButtonOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8664
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8665
static const TAknsItemID KAknsIIDQgnIndiAiRadioButtonPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8666
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRadioButtonPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8667
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8668
static const TAknsItemID KAknsIIDQgnIndiCamsPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8669
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8670
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8671
static const TAknsItemID KAknsIIDQgnIndiCamsVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8672
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8673
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8674
static const TAknsItemID KAknsIIDQgnIndiFileCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8675
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFileCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8676
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8677
static const TAknsItemID KAknsIIDQgnIndiMceTb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8678
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8679
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8680
static const TAknsItemID KAknsIIDQgnIndiMceTbAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8681
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8682
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8683
static const TAknsItemID KAknsIIDQgnIndiMceTbImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8684
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8685
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8686
static const TAknsItemID KAknsIIDQgnIndiMceTbOther =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8687
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbOther };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8688
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8689
static const TAknsItemID KAknsIIDQgnIndiMceTbPres =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8690
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbPres };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8691
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8692
static const TAknsItemID KAknsIIDQgnIndiMceTbText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8693
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8695
static const TAknsItemID KAknsIIDQgnIndiMceTbVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8696
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceTbVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8698
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8699
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8701
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPauseDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8702
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPauseDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8704
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPausePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8705
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPausePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8707
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8708
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8710
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlayDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8711
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlayDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8713
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlayPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8714
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlayPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8716
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8717
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8719
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPrevDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8720
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPrevDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8722
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPrevPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8723
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPrevPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8724
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8725
static const TAknsItemID KAknsIIDQgnIndiMupButtonMinus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8726
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMinus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8727
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8728
static const TAknsItemID KAknsIIDQgnIndiMupButtonMinusDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8729
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMinusDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8730
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8731
static const TAknsItemID KAknsIIDQgnIndiMupButtonMinusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8732
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonMinusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8733
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8734
static const TAknsItemID KAknsIIDQgnIndiMupButtonNextPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8735
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonNextPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8736
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8737
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8738
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8739
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8740
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlusDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8741
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlusDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8742
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8743
static const TAknsItemID KAknsIIDQgnIndiMupButtonPlusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8744
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupButtonPlusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8746
static const TAknsItemID KAknsIIDQgnIndiRepeatExceptionAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8747
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRepeatExceptionAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8748
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8749
static const TAknsItemID KAknsIIDQgnIndiWmlRss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8750
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlRss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8751
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8752
static const TAknsItemID KAknsIIDQgnMenuAmMidlet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8753
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAmMidlet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8754
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8755
static const TAknsItemID KAknsIIDQgnMenuAmSis =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8756
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAmSis };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8758
static const TAknsItemID KAknsIIDQgnPropMceAudioTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8759
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceAudioTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8760
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8761
static const TAknsItemID KAknsIIDQgnPropMceEmailTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8762
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceEmailTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8763
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8764
static const TAknsItemID KAknsIIDQgnPropMceMmsTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8765
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8766
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8767
static const TAknsItemID KAknsIIDQgnPropMcePostcardTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8768
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMcePostcardTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8770
static const TAknsItemID KAknsIIDQgnPropMceSmsTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8771
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSmsTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8773
static const TAknsItemID KAknsIIDQgnPropPslnAiSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8774
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnAiSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8776
static const TAknsItemID KAknsIIDQgnPropPslnAiTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8777
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnAiTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8779
static const TAknsItemID KAknsIIDQgnPropPslnAppsgridSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8780
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnAppsgridSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8782
static const TAknsItemID KAknsIIDQgnPropPslnAppsgridTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8783
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnAppsgridTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8785
static const TAknsItemID KAknsIIDQgnPropPslnGeneralSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8786
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnGeneralSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8788
static const TAknsItemID KAknsIIDQgnPropPslnGeneralTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8789
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnGeneralTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8791
static const TAknsItemID KAknsIIDQgnPropPslnSsaverSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8792
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnSsaverSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8794
static const TAknsItemID KAknsIIDQgnPropPslnSsaverTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8795
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnSsaverTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8797
static const TAknsItemID KAknsIIDQgnPropPslnWpaperSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8798
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnWpaperSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8800
static const TAknsItemID KAknsIIDQgnPropPslnWpaperTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8801
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnWpaperTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8803
static const TAknsItemID KAknsIIDQgnPropSetAppsAm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8804
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsAm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8806
static const TAknsItemID KAknsIIDQgnPropSetAppsBt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8807
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8809
static const TAknsItemID KAknsIIDQgnPropSetAppsCale =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8810
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsCale };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8812
static const TAknsItemID KAknsIIDQgnPropSetAppsCams =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8813
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsCams };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8815
static const TAknsItemID KAknsIIDQgnPropSetAppsIm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8816
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsIm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8818
static const TAknsItemID KAknsIIDQgnPropSetAppsLoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8819
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsLoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8821
static const TAknsItemID KAknsIIDQgnPropSetAppsLog =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8822
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsLog };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8824
static const TAknsItemID KAknsIIDQgnPropSetAppsMce =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8825
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsMce };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8827
static const TAknsItemID KAknsIIDQgnPropSetAppsPhob =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8828
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsPhob };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8830
static const TAknsItemID KAknsIIDQgnPropSetAppsPoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8831
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsPoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8833
static const TAknsItemID KAknsIIDQgnPropSetAppsRp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8834
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsRp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8835
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8836
static const TAknsItemID KAknsIIDQgnPropSetAppsSis =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8837
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsSis };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8838
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8839
static const TAknsItemID KAknsIIDQgnPropSetAppsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8840
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8842
static const TAknsItemID KAknsIIDQgnPropSetAppsTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8843
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8844
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8845
static const TAknsItemID KAknsIIDQgnPropSetAppsUsb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8846
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsUsb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8848
static const TAknsItemID KAknsIIDQgnPropSetAppsVoirec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8849
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsVoirec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8850
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8851
static const TAknsItemID KAknsIIDQgnPropSetAppsWml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8852
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsWml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8853
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8854
static const TAknsItemID KAknsIIDQgnPropSetConnAccp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8855
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnAccp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8857
static const TAknsItemID KAknsIIDQgnPropSetConnConfig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8858
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnConfig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8860
static const TAknsItemID KAknsIIDQgnPropSetConnData =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8861
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnData };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8863
static const TAknsItemID KAknsIIDQgnPropSetConnDm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8864
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8866
static const TAknsItemID KAknsIIDQgnPropSetConnGprs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8867
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnGprs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8869
static const TAknsItemID KAknsIIDQgnPropSetConnSip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8870
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnSip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8872
static const TAknsItemID KAknsIIDQgnPropSetConnSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8873
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8875
static const TAknsItemID KAknsIIDQgnPropSetConnTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8876
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8878
static const TAknsItemID KAknsIIDQgnPropSetConnVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8879
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8881
static const TAknsItemID KAknsIIDQgnPropSetConnVpn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8882
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnVpn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8884
static const TAknsItemID KAknsIIDQgnPropSetConnWlan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8885
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnWlan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8887
static const TAknsItemID KAknsIIDQgnPropSetGeneLoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8888
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneLoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8890
static const TAknsItemID KAknsIIDQgnPropSetGenePhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8891
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGenePhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8893
static const TAknsItemID KAknsIIDQgnPropSetGenePsln =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8894
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGenePsln };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8896
static const TAknsItemID KAknsIIDQgnPropSetGeneTv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8897
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneTv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8899
static const TAknsItemID KAknsIIDQgnStatCaseArabicNumericSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8900
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabicNumericSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8902
static const TAknsItemID KAknsIIDQgnStatCaseArabicSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8903
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseArabicSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8905
static const TAknsItemID KAknsIIDQgnStatCaseCapitalFullSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8906
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCapitalFullSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8907
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8908
static const TAknsItemID KAknsIIDQgnStatCaseCapitalSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8909
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCapitalSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8910
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8911
static const TAknsItemID KAknsIIDQgnStatCaseHebrewSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8912
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseHebrewSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8914
static const TAknsItemID KAknsIIDQgnStatCaseNumericFullSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8915
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseNumericFullSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8916
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8917
static const TAknsItemID KAknsIIDQgnStatCaseNumericSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8918
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseNumericSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8920
static const TAknsItemID KAknsIIDQgnStatCaseSmallFullSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8921
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseSmallFullSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8922
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8923
static const TAknsItemID KAknsIIDQgnStatCaseSmallSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8924
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseSmallSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8926
static const TAknsItemID KAknsIIDQgnStatCaseTextFullSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8927
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTextFullSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8929
static const TAknsItemID KAknsIIDQgnStatCaseTextSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8930
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseTextSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8932
static const TAknsItemID KAknsIIDQgnStatCaseThaiSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8933
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseThaiSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8935
static const TAknsItemID KAknsIIDQgnStatFarsiCaseSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8936
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFarsiCaseSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8938
static const TAknsItemID KAknsIIDQgnStatImAway =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8939
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImAway };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8941
static const TAknsItemID KAknsIIDQgnStatImAwayUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8942
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImAwayUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8944
static const TAknsItemID KAknsIIDQgnStatImInvisible =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8945
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImInvisible };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8947
static const TAknsItemID KAknsIIDQgnStatImInvisibleUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8948
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImInvisibleUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8950
static const TAknsItemID KAknsIIDQgnStatImOnline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8951
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImOnline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8953
static const TAknsItemID KAknsIIDQgnStatImOnlineUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8954
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatImOnlineUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8956
static const TAknsItemID KAknsIIDQgnStatIndiMtvRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8957
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIndiMtvRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8959
static const TAknsItemID KAknsIIDQgnStatMceAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8960
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMceAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8962
static const TAknsItemID KAknsIIDQgnStatMceAudioUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8963
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMceAudioUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8965
static const TAknsItemID KAknsIIDQgnStatVietCaseCapitalSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8966
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseCapitalSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8968
static const TAknsItemID KAknsIIDQgnStatVietCaseSmallSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8969
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseSmallSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8970
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8971
static const TAknsItemID KAknsIIDQgnStatVietCaseTextSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8972
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVietCaseTextSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8974
static const TAknsItemID KAknsIIDQgnGrafScrollArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8975
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScrollArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8976
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8977
static const TAknsItemID KAknsIIDQgnGrafScrollArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8978
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScrollArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8979
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8980
static const TAknsItemID KAknsIIDQgnIndiChiFindHwrSimple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8981
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindHwrSimple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8982
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8983
static const TAknsItemID KAknsIIDQgnIndiChiFindHwrTrad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8984
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiChiFindHwrTrad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8985
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8986
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonMinus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8987
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonMinus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8988
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8989
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonMinusDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8990
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonMinusDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8991
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8992
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonMinusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8993
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonMinusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8994
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8995
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8996
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8997
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8998
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonNextDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  8999
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonNextDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9001
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonNextPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9002
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonNextPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9003
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9004
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9005
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9006
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9007
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlusDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9008
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlusDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9009
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9010
static const TAknsItemID KAknsIIDQgnIndiMup2ButtonPlusPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9011
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2ButtonPlusPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9012
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9013
static const TAknsItemID KAknsIIDQgnIndiTpDialler =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9014
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpDialler };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9015
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9016
static const TAknsItemID KAknsIIDQgnIndiTpHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9017
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9018
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9019
static const TAknsItemID KAknsIIDQgnPropFileRssNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9020
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRssNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9022
static const TAknsItemID KAknsIIDQgnPropFileRssRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9023
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRssRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9025
static const TAknsItemID KAknsIIDQgnPropFileRssUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9026
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRssUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9028
static const TAknsItemID KAknsIIDQgnPropImAwayTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9029
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImAwayTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9031
static const TAknsItemID KAknsIIDQgnPropImInvisibleTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9032
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImInvisibleTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9034
static const TAknsItemID KAknsIIDQgnPropImOffTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9035
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImOffTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9037
static const TAknsItemID KAknsIIDQgnPropImOnTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9038
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImOnTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9040
static const TAknsItemID KAknsIIDQgnPropMceMmsDeliveryUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9041
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceMmsDeliveryUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9042
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9043
static const TAknsItemID KAknsIIDQgnPropNrtypAssistant =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9044
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypAssistant };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9045
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9046
static const TAknsItemID KAknsIIDQgnPropNrtypCar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9047
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypCar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9048
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9049
static const TAknsItemID KAknsIIDQgnPropNrtypReadOnly =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9050
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypReadOnly };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9051
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9052
static const TAknsItemID KAknsIIDQgnPropNrtypSip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9053
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypSip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9054
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9055
static const TAknsItemID KAknsIIDQgnPropNrtypSwis =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9056
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypSwis };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9057
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9058
static const TAknsItemID KAknsIIDQgnPropSetAppsRadio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9059
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsRadio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9060
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9061
static const TAknsItemID KAknsIIDQgnPropSetGeneSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9062
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9063
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9064
static const TAknsItemID KAknsIIDQgnPropSetGeneTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9065
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9067
static const TAknsItemID KAknsIIDQgnStatChiHwrSimple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9068
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiHwrSimple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9069
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9070
static const TAknsItemID KAknsIIDQgnStatChiHwrTrad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9071
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiHwrTrad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9072
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9073
static const TAknsItemID KAknsIIDQgnGrafBgTouchHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9074
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgTouchHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9075
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9076
static const TAknsItemID KAknsIIDQgnGrafBgTouchVertical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9077
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgTouchVertical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9078
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9079
static const TAknsItemID KAknsIIDQgnGrafMmsAudioInsert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9080
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMmsAudioInsert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9081
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9082
static const TAknsItemID KAknsIIDQgnGrafMup2BarProgress2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9083
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMup2BarProgress2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9084
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9085
static const TAknsItemID KAknsIIDQgnGrafMup2VisualizerBgImage2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9086
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMup2VisualizerBgImage2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9088
static const TAknsItemID KAknsIIDQgnIndiCamsLocFound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9089
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsLocFound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9091
static const TAknsItemID KAknsIIDQgnIndiCamsLocNotFound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9092
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsLocNotFound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9093
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9094
static const TAknsItemID KAknsIIDQgnIndiRss2ArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9095
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRss2ArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9096
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9097
static const TAknsItemID KAknsIIDQgnIndiRss2ArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9098
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRss2ArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9099
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9100
static const TAknsItemID KAknsIIDQgnIndiViewerPointerText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9101
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPointerText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9103
static const TAknsItemID KAknsIIDQgnPropCamsSetImageTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9104
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsSetImageTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9106
static const TAknsItemID KAknsIIDQgnPropCamsSetLocTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9107
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsSetLocTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9109
static const TAknsItemID KAknsIIDQgnPropCamsSetVideoTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9110
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsSetVideoTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9112
static const TAknsItemID KAknsIIDQgnPropPocGroupTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9113
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocGroupTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9114
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9115
static const TAknsItemID KAknsIIDQgnPropPocXdm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9116
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocXdm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9117
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9118
static const TAknsItemID KAknsIIDQgnPropPslnCimageSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9119
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPslnCimageSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9121
static const TAknsItemID KAknsIIDQgnPropSetConnXdm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9122
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnXdm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9124
static const TAknsItemID KAknsIIDQgnStatVideoSharing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9125
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVideoSharing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9127
static const TAknsItemID KAknsIIDQgnVideoPluginAnimBuffering =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9128
    { EAknsMajorGeneric, EAknsMinorGenericQgnVideoPluginAnimBuffering };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9130
static const TAknsItemID KAknsIIDQgnVideoPluginAnimNoVisual =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9131
    { EAknsMajorGeneric, EAknsMinorGenericQgnVideoPluginAnimNoVisual };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9133
static const TAknsItemID KAknsIIDQgnGrafBubblePocIncall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9134
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBubblePocIncall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9135
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9136
static const TAknsItemID KAknsIIDQgnIndiCamsFlashAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9137
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9139
static const TAknsItemID KAknsIIDQgnIndiMidpChoicegroup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9140
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMidpChoicegroup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9141
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9142
static const TAknsItemID KAknsIIDQgnIndiPocUserDnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9143
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocUserDnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9145
static const TAknsItemID KAknsIIDQgnIndiPocUserLoggedIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9146
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocUserLoggedIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9147
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9148
static const TAknsItemID KAknsIIDQgnIndiPocUserNotLogged =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9149
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocUserNotLogged };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9150
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9151
static const TAknsItemID KAknsIIDQgnIndiPocUserUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9152
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPocUserUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9154
static const TAknsItemID KAknsIIDQgnPropFolderVcMedia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9155
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcMedia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9157
static const TAknsItemID KAknsIIDQgnPropGalleryLocSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9158
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropGalleryLocSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9160
static const TAknsItemID KAknsIIDQgnPropImFriendBusy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9161
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendBusy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9163
static const TAknsItemID KAknsIIDQgnPropImFriendOnMobile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9164
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendOnMobile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9166
static const TAknsItemID KAknsIIDQgnPropImOnMobileTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9167
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImOnMobileTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9169
static const TAknsItemID KAknsIIDQgnPropPocInboxCallbackReqRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9170
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocInboxCallbackReqRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9172
static const TAknsItemID KAknsIIDQgnPropPocInboxCallbackReqUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9173
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocInboxCallbackReqUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9175
static const TAknsItemID KAknsIIDQgnPropPocLogInSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9176
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocLogInSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9178
static const TAknsItemID KAknsIIDQgnPropPocLogMissedSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9179
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocLogMissedSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9181
static const TAknsItemID KAknsIIDQgnPropPocLogOutSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9182
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPocLogOutSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9184
static const TAknsItemID KAknsIIDQgnPropSetDefaultSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9185
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetDefaultSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9187
static const TAknsItemID KAknsIIDQgnPropSetMpStreamTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9188
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetMpStreamTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9190
static const TAknsItemID KAknsIIDQgnPropSetMpVideoTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9191
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetMpVideoTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9193
static const TAknsItemID KAknsIIDQgnPropVcMediaNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9194
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9196
static const TAknsItemID KAknsIIDQgnPropVcMediaPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9197
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9199
static const TAknsItemID KAknsIIDQgnPropVcMediaPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9200
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9202
static const TAknsItemID KAknsIIDQgnPropVcMediaPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9203
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9205
static const TAknsItemID KAknsIIDQgnPropVcMediaStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9206
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9208
static const TAknsItemID KAknsIIDQgnPropVcMediaVolumeDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9209
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaVolumeDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9211
static const TAknsItemID KAknsIIDQgnPropVcMediaVolumeUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9212
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVcMediaVolumeUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9213
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9214
static const TAknsItemID KAknsIIDQgnPropWmlFolderAdapSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9215
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlFolderAdapSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9217
static const TAknsItemID KAknsIIDQgnPropWmlFolderBmSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9218
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlFolderBmSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9220
static const TAknsItemID KAknsIIDQgnPropWmlFolderNewsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9221
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlFolderNewsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9223
static const TAknsItemID KAknsIIDQgnPropWmlFolderPageSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9224
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlFolderPageSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9226
static const TAknsItemID KAknsIIDQgnGrafBarWaitIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9227
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9229
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9230
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9232
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9233
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9235
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9236
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9238
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9239
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9241
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9242
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9244
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9245
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9247
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem07 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9248
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem07 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9250
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem08 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9251
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem08 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9253
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem09 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9254
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem09 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9256
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem10 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9257
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem10 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9259
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem11 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9260
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem11 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9262
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9263
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9265
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem13 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9266
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem13 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9268
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem14 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9269
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem14 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9271
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem15 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9272
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem15 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9274
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem16 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9275
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem16 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9277
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem17 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9278
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem17 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9280
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem18 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9281
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem18 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9283
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncrem19 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9284
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncrem19 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9286
static const TAknsItemID KAknsIIDQgnGrafBarWaitIncremIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9287
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitIncremIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9289
static const TAknsItemID KAknsIIDQgnGrafFepBgColour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9290
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepBgColour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9292
static const TAknsItemID KAknsIIDQgnGrafFepCandiListClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9293
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9295
static const TAknsItemID KAknsIIDQgnGrafFepCandiListCloseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9296
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListCloseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9298
static const TAknsItemID KAknsIIDQgnGrafFepCandiListPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9299
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9301
static const TAknsItemID KAknsIIDQgnGrafFepCandiListPri =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9302
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListPri };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9304
static const TAknsItemID KAknsIIDQgnGrafFepCandiListScrollDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9305
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListScrollDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9307
static const TAknsItemID KAknsIIDQgnGrafFepCandiListScrollDownSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9308
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListScrollDownSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9310
static const TAknsItemID KAknsIIDQgnGrafFepCandiListScrollUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9311
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListScrollUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9313
static const TAknsItemID KAknsIIDQgnGrafFepCandiListScrollUpSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9314
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListScrollUpSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9316
static const TAknsItemID KAknsIIDQgnGrafFepCandiListSec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9317
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListSec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9319
static const TAknsItemID KAknsIIDQgnGrafFepCandiListSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9320
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCandiListSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9322
static const TAknsItemID KAknsIIDQgnGrafFepChar11x1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9323
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9325
static const TAknsItemID KAknsIIDQgnGrafFepChar11x1ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9326
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x1ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9327
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9328
static const TAknsItemID KAknsIIDQgnGrafFepChar11x1Stroke =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9329
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x1Stroke };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9330
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9331
static const TAknsItemID KAknsIIDQgnGrafFepChar11x3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9332
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9334
static const TAknsItemID KAknsIIDQgnGrafFepChar11x3ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9335
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x3ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9336
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9337
static const TAknsItemID KAknsIIDQgnGrafFepChar11x3Pinyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9338
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x3Pinyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9339
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9340
static const TAknsItemID KAknsIIDQgnGrafFepChar11x4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9341
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9342
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9343
static const TAknsItemID KAknsIIDQgnGrafFepChar11x4ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9344
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x4ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9345
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9346
static const TAknsItemID KAknsIIDQgnGrafFepChar11x4Zhuyin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9347
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x4Zhuyin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9349
static const TAknsItemID KAknsIIDQgnGrafFepChar12x3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9350
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar12x3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9351
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9352
static const TAknsItemID KAknsIIDQgnGrafFepChar12x3ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9353
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar12x3ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9355
static const TAknsItemID KAknsIIDQgnGrafFepCharButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9356
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9358
static const TAknsItemID KAknsIIDQgnGrafFepInputBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9359
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepInputBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9361
static const TAknsItemID KAknsIIDQgnGrafFepNumb11x3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9362
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb11x3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9364
static const TAknsItemID KAknsIIDQgnGrafFepNumb11x31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9365
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb11x31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9367
static const TAknsItemID KAknsIIDQgnGrafFepNumb11x31ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9368
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb11x31ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9370
static const TAknsItemID KAknsIIDQgnGrafFepNumb11x32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9371
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb11x32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9373
static const TAknsItemID KAknsIIDQgnGrafFepNumb11x32ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9374
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb11x32ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9376
static const TAknsItemID KAknsIIDQgnGrafFepNumb12x3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9377
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb12x3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9379
static const TAknsItemID KAknsIIDQgnGrafFepNumb12x31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9380
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb12x31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9382
static const TAknsItemID KAknsIIDQgnGrafFepNumb12x31ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9383
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb12x31ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9385
static const TAknsItemID KAknsIIDQgnGrafFepNumb12x32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9386
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb12x32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9388
static const TAknsItemID KAknsIIDQgnGrafFepNumb12x32ButtonDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9389
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepNumb12x32ButtonDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9391
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9392
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9393
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9394
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9395
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9396
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9397
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9398
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9399
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9400
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9401
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9402
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9403
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9404
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9406
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9407
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9409
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9410
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9412
static const TAknsItemID KAknsIIDQgnGrafFepPopupShadowTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9413
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepPopupShadowTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9415
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspace1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9416
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspace1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9418
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspace1Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9419
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspace1Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9421
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspace2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9422
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspace2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9424
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspace2Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9425
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspace2Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9427
static const TAknsItemID KAknsIIDQgnIndiFepButtonCapslock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9428
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCapslock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9430
static const TAknsItemID KAknsIIDQgnIndiFepButtonCapslockSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9431
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCapslockSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9433
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAccented =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9434
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAccented };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9435
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9436
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAccentedSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9437
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAccentedSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9438
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9439
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9440
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9441
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9442
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapitalSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9443
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapitalSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9445
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9446
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9448
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9449
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9451
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9452
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9453
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9454
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmallSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9455
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmallSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9457
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSpecial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9458
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSpecial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9459
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9460
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSpecialSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9461
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSpecialSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9462
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9463
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9464
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9465
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9466
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9467
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9468
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9469
static const TAknsItemID KAknsIIDQgnIndiFepButtonChinese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9470
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonChinese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9471
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9472
static const TAknsItemID KAknsIIDQgnIndiFepButtonChineseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9473
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonChineseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9475
static const TAknsItemID KAknsIIDQgnIndiFepButtonClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9476
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9478
static const TAknsItemID KAknsIIDQgnIndiFepButtonCloseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9479
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCloseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9481
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9482
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9484
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnterSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9485
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnterSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9487
static const TAknsItemID KAknsIIDQgnIndiFepButtonExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9488
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9490
static const TAknsItemID KAknsIIDQgnIndiFepButtonExpandSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9491
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonExpandSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9493
static const TAknsItemID KAknsIIDQgnIndiFepButtonHwr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9494
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHwr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9496
static const TAknsItemID KAknsIIDQgnIndiFepButtonHwrSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9497
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHwrSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9498
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9499
static const TAknsItemID KAknsIIDQgnIndiFepButtonMove1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9500
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMove1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9501
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9502
static const TAknsItemID KAknsIIDQgnIndiFepButtonMove1Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9503
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMove1Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9505
static const TAknsItemID KAknsIIDQgnIndiFepButtonMove2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9506
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMove2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9508
static const TAknsItemID KAknsIIDQgnIndiFepButtonMove2Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9509
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMove2Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9511
static const TAknsItemID KAknsIIDQgnIndiFepButtonOptions =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9512
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonOptions };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9514
static const TAknsItemID KAknsIIDQgnIndiFepButtonOptionsSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9515
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonOptionsSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9517
static const TAknsItemID KAknsIIDQgnIndiFepButtonShift =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9518
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonShift };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9520
static const TAknsItemID KAknsIIDQgnIndiFepButtonShiftSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9521
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonShiftSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9523
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9524
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9526
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace1Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9527
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace1Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9529
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9530
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9532
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace2Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9533
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace2Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9535
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9536
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9538
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace3Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9539
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace3Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9541
static const TAknsItemID KAknsIIDQgnIndiFepButtonSwitch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9542
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSwitch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9544
static const TAknsItemID KAknsIIDQgnIndiFepButtonSwitchSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9545
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSwitchSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9547
static const TAknsItemID KAknsIIDQgnIndiFepButtonTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9548
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9550
static const TAknsItemID KAknsIIDQgnIndiFepButtonTabSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9551
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonTabSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9553
static const TAknsItemID KAknsIIDQgnIndiFepButtonVkb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9554
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonVkb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9556
static const TAknsItemID KAknsIIDQgnIndiFepButtonVkbSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9557
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonVkbSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9559
static const TAknsItemID KAknsIIDQgnIndiViewerPointerWait =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9560
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiViewerPointerWait };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9562
static const TAknsItemID KAknsIIDQgnPropRpTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9563
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropRpTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9565
static const TAknsItemID KAknsIIDQgnPropTalkingDictionary =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9566
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTalkingDictionary };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9568
static const TAknsItemID KAknsIIDQgnStatSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9569
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9571
static const TAknsItemID KAknsIIDQgnStatSyncUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9572
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatSyncUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9574
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9575
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9577
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9578
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9579
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9580
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9581
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9583
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9584
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9585
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9586
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9587
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9588
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9589
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9590
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9592
static const TAknsItemID KAknsIIDQgnGrafDevaQuickEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9593
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9594
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9595
static const TAknsItemID KAknsIIDQgnGrafDevaQuickFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9596
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9598
static const TAknsItemID KAknsIIDQgnGrafDevaQuickFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9599
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9600
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9601
static const TAknsItemID KAknsIIDQgnGrafDevaQuickNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9602
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9603
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9604
static const TAknsItemID KAknsIIDQgnGrafDevaQuickOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9605
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9606
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9607
static const TAknsItemID KAknsIIDQgnGrafDevaQuickSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9608
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9609
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9610
static const TAknsItemID KAknsIIDQgnGrafDevaQuickSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9611
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9613
static const TAknsItemID KAknsIIDQgnGrafDevaQuickThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9614
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9616
static const TAknsItemID KAknsIIDQgnGrafDevaQuickTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9617
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafDevaQuickTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9619
static const TAknsItemID KAknsIIDQgnGrafFepCharButtonPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9620
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharButtonPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9622
static const TAknsItemID KAknsIIDQgnIndiAppOpenAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9623
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAppOpenAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9625
static const TAknsItemID KAknsIIDQgnIndiBlidSatFirmaActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9626
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBlidSatFirmaActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9628
static const TAknsItemID KAknsIIDQgnIndiBlidSatFirmaCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9629
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBlidSatFirmaCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9631
static const TAknsItemID KAknsIIDQgnIndiBlidSatFirmaInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9632
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBlidSatFirmaInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9634
static const TAknsItemID KAknsIIDQgnIndiBlidSatFirmaMoon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9635
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBlidSatFirmaMoon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9637
static const TAknsItemID KAknsIIDQgnIndiBlidSatFirmaSun =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9638
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBlidSatFirmaSun };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9640
static const TAknsItemID KAknsIIDQgnIndiFepButtonHwrDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9641
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHwrDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9643
static const TAknsItemID KAknsIIDQgnIndiFepButtonVkbDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9644
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonVkbDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9645
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9646
static const TAknsItemID KAknsIIDQgnPropBlidActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9647
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9648
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9649
static const TAknsItemID KAknsIIDQgnPropBlidBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9650
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9651
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9652
static const TAknsItemID KAknsIIDQgnPropBlidInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9653
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9655
static const TAknsItemID KAknsIIDQgnPropCheckboxInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9656
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCheckboxInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9658
static const TAknsItemID KAknsIIDQgnPropFmgrRemoteDriveTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9659
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrRemoteDriveTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9661
static const TAknsItemID KAknsIIDQgnPropMskMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9662
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMskMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9664
static const TAknsItemID KAknsIIDQgnPropMskSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9665
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMskSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9667
static const TAknsItemID KAknsIIDQgnPropNoteListAlphaDevaTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9668
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNoteListAlphaDevaTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9670
static const TAknsItemID KAknsIIDQgnPropRadiobuttInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9671
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropRadiobuttInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9673
static const TAknsItemID KAknsIIDQgnPropSearchIndevice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9674
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchIndevice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9676
static const TAknsItemID KAknsIIDQgnPropSearchIndeviceTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9677
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchIndeviceTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9679
static const TAknsItemID KAknsIIDQgnPropSetConnBearerAvailPacketdata =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9680
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnBearerAvailPacketdata };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9682
static const TAknsItemID KAknsIIDQgnPropSetConnBearerAvailWlan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9683
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnBearerAvailWlan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9685
static const TAknsItemID KAknsIIDQgnPropSetConnDestAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9686
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9688
static const TAknsItemID KAknsIIDQgnPropSetConnDestDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9689
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9691
static const TAknsItemID KAknsIIDQgnPropSetConnDestDefaultSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9692
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestDefaultSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9694
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9695
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9696
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9697
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon1Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9698
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon1Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9699
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9700
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9701
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9702
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9703
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon2Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9704
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon2Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9705
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9706
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9707
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9708
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9709
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon3Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9710
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon3Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9712
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9713
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9715
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon4Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9716
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon4Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9718
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9719
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9721
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon5Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9722
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon5Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9723
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9724
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9725
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9727
static const TAknsItemID KAknsIIDQgnPropSetConnDestIcon6Small =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9728
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIcon6Small };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9730
static const TAknsItemID KAknsIIDQgnPropSetConnDestInternet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9731
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestInternet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9733
static const TAknsItemID KAknsIIDQgnPropSetConnDestInternetSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9734
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestInternetSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9736
static const TAknsItemID KAknsIIDQgnPropSetConnDestIntranet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9737
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIntranet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9739
static const TAknsItemID KAknsIIDQgnPropSetConnDestIntranetSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9740
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestIntranetSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9742
static const TAknsItemID KAknsIIDQgnPropSetConnDestMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9743
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9745
static const TAknsItemID KAknsIIDQgnPropSetConnDestMmsSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9746
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestMmsSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9747
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9748
static const TAknsItemID KAknsIIDQgnPropSetConnDestOperator =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9749
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestOperator };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9751
static const TAknsItemID KAknsIIDQgnPropSetConnDestOperatorSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9752
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestOperatorSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9754
static const TAknsItemID KAknsIIDQgnPropSetConnDestUncategorized =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9755
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestUncategorized };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9757
static const TAknsItemID KAknsIIDQgnPropSetConnDestWap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9758
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestWap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9759
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9760
static const TAknsItemID KAknsIIDQgnPropSetConnDestWapSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9761
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnDestWapSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9763
static const TAknsItemID KAknsIIDQgnPropSetConnPresence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9764
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnPresence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9765
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9766
static const TAknsItemID KAknsIIDQgnPropSetConnRemotedrive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9767
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnRemotedrive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9768
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9769
static const TAknsItemID KAknsIIDQgnPropSetConnWlanEasy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9770
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnWlanEasy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9772
static const TAknsItemID KAknsIIDQgnPropSetPhoneSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9773
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetPhoneSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9775
static const TAknsItemID KAknsIIDQgnPropSipLocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9776
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSipLocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9778
static const TAknsItemID KAknsIIDQgnStatHac =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9779
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHac };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9781
static const TAknsItemID KAknsIIDQgnStatT9Auto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9782
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatT9Auto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9783
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9784
static const TAknsItemID KAknsIIDQgnGrafPopupTransCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9785
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9787
static const TAknsItemID KAknsIIDQgnGrafPopupTransCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9788
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9790
static const TAknsItemID KAknsIIDQgnGrafPopupTransCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9791
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9792
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9793
static const TAknsItemID KAknsIIDQgnGrafPopupTransCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9794
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9795
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9796
static const TAknsItemID KAknsIIDQgnGrafPopupTransCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9797
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9798
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9799
static const TAknsItemID KAknsIIDQgnGrafPopupTransSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9800
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9802
static const TAknsItemID KAknsIIDQgnGrafPopupTransSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9803
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9805
static const TAknsItemID KAknsIIDQgnGrafPopupTransSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9806
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9808
static const TAknsItemID KAknsIIDQgnGrafPopupTransSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9809
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPopupTransSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9811
static const TAknsItemID KAknsIIDQgnIndiBrowserTbBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9812
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9814
static const TAknsItemID KAknsIIDQgnIndiBrowserTbForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9815
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9817
static const TAknsItemID KAknsIIDQgnIndiBrowserTbForwardInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9818
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbForwardInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9820
static const TAknsItemID KAknsIIDQgnIndiBrowserTbGo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9821
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbGo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9823
static const TAknsItemID KAknsIIDQgnIndiBrowserTbHome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9824
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbHome };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9826
static const TAknsItemID KAknsIIDQgnIndiBrowserTbReload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9827
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbReload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9829
static const TAknsItemID KAknsIIDQgnIndiBrowserTbStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9830
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9832
static const TAknsItemID KAknsIIDQgnIndiButtonDecrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9833
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonDecrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9835
static const TAknsItemID KAknsIIDQgnIndiButtonDecreasePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9836
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonDecreasePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9838
static const TAknsItemID KAknsIIDQgnIndiButtonIncrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9839
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonIncrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9841
static const TAknsItemID KAknsIIDQgnIndiButtonIncreasePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9842
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonIncreasePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9844
static const TAknsItemID KAknsIIDQgnIndiDropdownArrow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9845
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDropdownArrow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9847
static const TAknsItemID KAknsIIDQgnIndiHlColSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9848
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlColSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9850
static const TAknsItemID KAknsIIDQgnIndiHlExpSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9851
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlExpSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9853
static const TAknsItemID KAknsIIDQgnIndiHlLineBranch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9854
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlLineBranch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9855
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9856
static const TAknsItemID KAknsIIDQgnIndiHlLineEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9857
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlLineEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9859
static const TAknsItemID KAknsIIDQgnIndiHlLineStraight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9860
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlLineStraight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9862
static const TAknsItemID KAknsIIDQgnIndiMceConnAlwaysAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9863
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceConnAlwaysAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9865
static const TAknsItemID KAknsIIDQgnIndiMceConnOnAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9866
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceConnOnAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9868
static const TAknsItemID KAknsIIDQgnIndiMceConnOnRoamAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9869
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMceConnOnRoamAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9871
static const TAknsItemID KAknsIIDQgnIndiMup2EqBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9872
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2EqBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9874
static const TAknsItemID KAknsIIDQgnIndiMup2VolumeSlider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9875
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2VolumeSlider };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9877
static const TAknsItemID KAknsIIDQgnIndiMup2VolumeSliderBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9878
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2VolumeSliderBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9880
static const TAknsItemID KAknsIIDQgnPropBlidSatFirma =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9881
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidSatFirma };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9883
static const TAknsItemID KAknsIIDQgnPropBlidSatFirmaActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9884
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidSatFirmaActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9886
static const TAknsItemID KAknsIIDQgnPropBlidSatFirmaInact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9887
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidSatFirmaInact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9889
static const TAknsItemID KAknsIIDQgnPropBlidSatFirmaMoon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9890
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidSatFirmaMoon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9892
static const TAknsItemID KAknsIIDQgnPropBlidSatFirmaSun =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9893
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBlidSatFirmaSun };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9895
static const TAknsItemID KAknsIIDQgnPropHlFile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9896
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHlFile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9897
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9898
static const TAknsItemID KAknsIIDQgnPropHlFolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9899
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHlFolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9901
static const TAknsItemID KAknsIIDQgnPropHlFolderOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9902
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHlFolderOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9903
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9904
static const TAknsItemID KAknsIIDQgnPropImageTbClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9905
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9907
static const TAknsItemID KAknsIIDQgnPropImageTbCloseDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9908
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbCloseDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9910
static const TAknsItemID KAknsIIDQgnPropImageTbCloseFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9911
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbCloseFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9913
static const TAknsItemID KAknsIIDQgnPropImageTbClosePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9914
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbClosePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9916
static const TAknsItemID KAknsIIDQgnPropImageTbDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9917
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9919
static const TAknsItemID KAknsIIDQgnPropImageTbDeleteDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9920
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDeleteDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9922
static const TAknsItemID KAknsIIDQgnPropImageTbDeleteFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9923
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDeleteFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9925
static const TAknsItemID KAknsIIDQgnPropImageTbDeletePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9926
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDeletePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9928
static const TAknsItemID KAknsIIDQgnPropImageTbInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9929
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9931
static const TAknsItemID KAknsIIDQgnPropImageTbInfoDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9932
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbInfoDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9934
static const TAknsItemID KAknsIIDQgnPropImageTbInfoFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9935
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbInfoFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9937
static const TAknsItemID KAknsIIDQgnPropImageTbInfoPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9938
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbInfoPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9940
static const TAknsItemID KAknsIIDQgnPropImageTbPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9941
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9943
static const TAknsItemID KAknsIIDQgnPropImageTbPlayDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9944
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlayDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9946
static const TAknsItemID KAknsIIDQgnPropImageTbPlayFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9947
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlayFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9949
static const TAknsItemID KAknsIIDQgnPropImageTbPlayPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9950
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlayPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9952
static const TAknsItemID KAknsIIDQgnPropImageTbRotateL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9953
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9955
static const TAknsItemID KAknsIIDQgnPropImageTbRotateLDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9956
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateLDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9958
static const TAknsItemID KAknsIIDQgnPropImageTbRotateLFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9959
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateLFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9961
static const TAknsItemID KAknsIIDQgnPropImageTbRotateLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9962
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateLPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9964
static const TAknsItemID KAknsIIDQgnPropImageTbRotateR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9965
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9967
static const TAknsItemID KAknsIIDQgnPropImageTbRotateRDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9968
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateRDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9970
static const TAknsItemID KAknsIIDQgnPropImageTbRotateRFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9971
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateRFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9973
static const TAknsItemID KAknsIIDQgnPropImageTbRotateRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9974
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbRotateRPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9976
static const TAknsItemID KAknsIIDQgnPropImageTbZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9977
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9979
static const TAknsItemID KAknsIIDQgnPropImageTbZoomDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9980
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9982
static const TAknsItemID KAknsIIDQgnPropImageTbZoomFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9983
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9985
static const TAknsItemID KAknsIIDQgnPropImageTbZoomPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9986
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9988
static const TAknsItemID KAknsIIDQgnPropImImsgNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9989
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImImsgNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9991
static const TAknsItemID KAknsIIDQgnPropRemoteDriveMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9992
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropRemoteDriveMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9994
static const TAknsItemID KAknsIIDQgnPropRemoteDriveMemcLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9995
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropRemoteDriveMemcLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9997
static const TAknsItemID KAknsIIDQgnStatMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9998
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
  9999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10000
static const TAknsItemID KAknsIIDQgnStatMemcUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10001
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMemcUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10003
static const TAknsItemID KAknsIIDQgnIndiBrowserCursorEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10004
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserCursorEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10006
static const TAknsItemID KAknsIIDQgnIndiBrowserCursorPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10007
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserCursorPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10009
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10010
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10012
static const TAknsItemID KAknsIIDQgnIndiBrowserTbPage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10013
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbPage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10015
static const TAknsItemID KAknsIIDQgnIndiBrowserTbRss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10016
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbRss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10018
static const TAknsItemID KAknsIIDQgnIndiMmsPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10019
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMmsPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10021
static const TAknsItemID KAknsIIDQgnPropSetConnAcl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10022
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnAcl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10024
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken00 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10025
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken00 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10027
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10028
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10030
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10031
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10033
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10034
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10036
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10037
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10039
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10040
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10042
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10043
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10045
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken07 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10046
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken07 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10048
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken08 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10049
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken08 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10051
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken09 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10052
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken09 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10054
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken10 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10055
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken10 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10057
static const TAknsItemID KAknsIIDQgnGrafVideoPluginAnimNoBufferingBroken11 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10058
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVideoPluginAnimNoBufferingBroken11 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10060
static const TAknsItemID KAknsIIDQgnIndiLogMissedCallAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10061
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLogMissedCallAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10063
static const TAknsItemID KAknsIIDQgnPropFileRssAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10064
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRssAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10066
static const TAknsItemID KAknsIIDQgnPropFolderInstall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10067
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderInstall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10069
static const TAknsItemID KAknsIIDQgnPropFolderNotInstall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10070
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderNotInstall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10072
static const TAknsItemID KAknsIIDQgnPropImBusyTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10073
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImBusyTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10075
static const TAknsItemID KAknsIIDQgnPropSearchContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10076
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10078
static const TAknsItemID KAknsIIDQgnPropSearchFileNames =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10079
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchFileNames };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10081
static const TAknsItemID KAknsIIDQgnPropSearchMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10082
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10084
static const TAknsItemID KAknsIIDQgnPropSearchOfficeDocs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10085
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSearchOfficeDocs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10087
static const TAknsItemID KAknsIIDQgnStatChiPinyinPhrase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10088
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiPinyinPhrase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10090
static const TAknsItemID KAknsIIDQgnStatChiStrokePhrase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10091
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokePhrase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10093
static const TAknsItemID KAknsIIDQgnStatChiStrokeTradPhrase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10094
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiStrokeTradPhrase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10096
static const TAknsItemID KAknsIIDQgnStatChiZhuyinPhrase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10097
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatChiZhuyinPhrase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10099
static const TAknsItemID KAknsIIDQgnMenuNews =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10100
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuNews };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10102
static const TAknsItemID KAknsIIDQgnMenuShortcut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10103
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuShortcut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10105
static const TAknsItemID KAknsIIDQgnGrafVolumeSetOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10106
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSetOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10108
static const TAknsItemID KAknsIIDQgnGrafVolumeSetOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10109
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSetOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10111
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10112
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10114
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10115
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10117
static const TAknsItemID KAknsIIDQgnIndiCalcAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10118
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10120
static const TAknsItemID KAknsIIDQgnIndiCalcCancel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10121
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcCancel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10123
static const TAknsItemID KAknsIIDQgnIndiCalcDivide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10124
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcDivide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10126
static const TAknsItemID KAknsIIDQgnIndiCalcEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10127
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10129
static const TAknsItemID KAknsIIDQgnIndiCalcEquals =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10130
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcEquals };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10132
static const TAknsItemID KAknsIIDQgnIndiCalcFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10133
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10135
static const TAknsItemID KAknsIIDQgnIndiCalcFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10136
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10138
static const TAknsItemID KAknsIIDQgnIndiCalcMultiply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10139
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcMultiply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10141
static const TAknsItemID KAknsIIDQgnIndiCalcNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10142
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10144
static const TAknsItemID KAknsIIDQgnIndiCalcOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10145
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10147
static const TAknsItemID KAknsIIDQgnIndiCalcPercent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10148
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcPercent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10150
static const TAknsItemID KAknsIIDQgnIndiCalcSeparator =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10151
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSeparator };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10153
static const TAknsItemID KAknsIIDQgnIndiCalcSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10154
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10156
static const TAknsItemID KAknsIIDQgnIndiCalcSign =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10157
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSign };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10159
static const TAknsItemID KAknsIIDQgnIndiCalcSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10160
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10162
static const TAknsItemID KAknsIIDQgnIndiCalcSquareroot =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10163
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSquareroot };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10165
static const TAknsItemID KAknsIIDQgnIndiCalcSubtract =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10166
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcSubtract };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10168
static const TAknsItemID KAknsIIDQgnIndiCalcThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10169
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10171
static const TAknsItemID KAknsIIDQgnIndiCalcTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10172
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10174
static const TAknsItemID KAknsIIDQgnIndiCalcZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10175
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10177
static const TAknsItemID KAknsIIDQgnIndiCamsFocusAutoFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10178
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFocusAutoFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10180
static const TAknsItemID KAknsIIDQgnIndiCamsTbBurst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10181
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbBurst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10183
static const TAknsItemID KAknsIIDQgnIndiCamsTbCameraMain =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10184
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbCameraMain };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10185
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10186
static const TAknsItemID KAknsIIDQgnIndiCamsTbCameraSecondary =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10187
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbCameraSecondary };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10189
static const TAknsItemID KAknsIIDQgnIndiCamsTbCapture =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10190
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbCapture };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10192
static const TAknsItemID KAknsIIDQgnIndiCamsTbClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10193
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10195
static const TAknsItemID KAknsIIDQgnIndiCamsTbFlash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10196
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbFlash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10198
static const TAknsItemID KAknsIIDQgnIndiCamsTbFocusAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10199
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbFocusAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10201
static const TAknsItemID KAknsIIDQgnIndiCamsTbMinitb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10202
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbMinitb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10204
static const TAknsItemID KAknsIIDQgnIndiCamsTbNight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10205
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbNight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10207
static const TAknsItemID KAknsIIDQgnIndiCamsTbPhoto  =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10208
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbPhoto  };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10210
static const TAknsItemID KAknsIIDQgnIndiCamsTbPhotoQuality =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10211
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbPhotoQuality };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10213
static const TAknsItemID KAknsIIDQgnIndiCamsTbPhotoReso =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10214
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbPhotoReso };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10216
static const TAknsItemID KAknsIIDQgnIndiCamsTbRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10217
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10219
static const TAknsItemID KAknsIIDQgnIndiCamsTbRecPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10220
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbRecPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10222
static const TAknsItemID KAknsIIDQgnIndiCamsTbRecStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10223
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbRecStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10225
static const TAknsItemID KAknsIIDQgnIndiCamsTbTone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10226
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbTone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10228
static const TAknsItemID KAknsIIDQgnIndiCamsTbVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10229
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10231
static const TAknsItemID KAknsIIDQgnIndiCamsTbVideoLength =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10232
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbVideoLength };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10234
static const TAknsItemID KAknsIIDQgnIndiCamsTbVideoReso =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10235
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbVideoReso };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10237
static const TAknsItemID KAknsIIDQgnIndiCamsTbWhite =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10238
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTbWhite };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10240
static const TAknsItemID KAknsIIDQgnIndiMupDefaultAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10241
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupDefaultAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10243
static const TAknsItemID KAknsIIDQgnIndiMupRp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10244
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10246
static const TAknsItemID KAknsIIDQgnIndiS60 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10247
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiS60 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10248
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10249
static const TAknsItemID KAknsIIDQgnIndiSignalHsdpaAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10250
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalHsdpaAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10252
static const TAknsItemID KAknsIIDQgnIndiSignalHsdpaContext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10253
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalHsdpaContext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10255
static const TAknsItemID KAknsIIDQgnIndiSignalHsdpaMultipdp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10256
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalHsdpaMultipdp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10258
static const TAknsItemID KAknsIIDQgnIndiSignalHsdpaSuspended =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10259
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalHsdpaSuspended };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10261
static const TAknsItemID KAknsIIDQgnMenuImBusy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10262
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImBusy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10264
static const TAknsItemID KAknsIIDQgnPropMpPlayPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10265
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpPlayPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10267
static const TAknsItemID KAknsIIDQgnPropMpViewNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10268
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpViewNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10270
static const TAknsItemID KAknsIIDQgnPropS60 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10271
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropS60 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10273
static const TAknsItemID KAknsIIDQgnPropSetGenePay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10274
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGenePay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10276
static const TAknsItemID KAknsIIDQgnPropUsb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10277
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10279
static const TAknsItemID KAknsIIDQgnStatAlarmUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10280
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatAlarmUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10282
static const TAknsItemID KAknsIIDQgnStatCarkitUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10283
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCarkitUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10285
static const TAknsItemID KAknsIIDQgnStatDivert0Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10286
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert0Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10287
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10288
static const TAknsItemID KAknsIIDQgnStatDivert12Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10289
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert12Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10290
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10291
static const TAknsItemID KAknsIIDQgnStatDivert1Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10292
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert1Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10293
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10294
static const TAknsItemID KAknsIIDQgnStatDivert2Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10295
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivert2Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10297
static const TAknsItemID KAknsIIDQgnStatDivertVmUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10298
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatDivertVmUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10300
static const TAknsItemID KAknsIIDQgnStatHacUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10301
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHacUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10303
static const TAknsItemID KAknsIIDQgnStatHeadsetUnavailableUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10304
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHeadsetUnavailableUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10306
static const TAknsItemID KAknsIIDQgnStatHeadsetUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10307
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHeadsetUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10309
static const TAknsItemID KAknsIIDQgnStatIndiMtvOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10310
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIndiMtvOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10312
static const TAknsItemID KAknsIIDQgnStatIndiMtvRecUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10313
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatIndiMtvRecUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10315
static const TAknsItemID KAknsIIDQgnStatKeyguardUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10316
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKeyguardUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10318
static const TAknsItemID KAknsIIDQgnStatLine2Uni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10319
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLine2Uni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10321
static const TAknsItemID KAknsIIDQgnStatLocUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10322
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10324
static const TAknsItemID KAknsIIDQgnStatLoopsetUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10325
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLoopsetUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10327
static const TAknsItemID KAknsIIDQgnStatModBtUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10328
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatModBtUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10330
static const TAknsItemID KAknsIIDQgnStatModTarmUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10331
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatModTarmUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10333
static const TAknsItemID KAknsIIDQgnStatPocDndUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10334
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatPocDndUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10336
static const TAknsItemID KAknsIIDQgnStatTarmUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10337
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTarmUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10339
static const TAknsItemID KAknsIIDQgnStatTtyUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10340
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTtyUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10342
static const TAknsItemID KAknsIIDQgnStatTvoutUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10343
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatTvoutUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10345
static const TAknsItemID KAknsIIDQgnStatVideoSharingUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10346
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVideoSharingUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10348
static const TAknsItemID KAknsIIDQgnStatVoipReadinessUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10349
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatVoipReadinessUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10351
static const TAknsItemID KAknsIIDQgnStatZoneHomeUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10352
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatZoneHomeUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10354
static const TAknsItemID KAknsIIDQgnIndiCaleTbDay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10355
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbDay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10357
static const TAknsItemID KAknsIIDQgnIndiCaleTbLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10358
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10360
static const TAknsItemID KAknsIIDQgnIndiCaleTbMonth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10361
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbMonth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10363
static const TAknsItemID KAknsIIDQgnIndiCaleTbNewEntry =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10364
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbNewEntry };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10366
static const TAknsItemID KAknsIIDQgnIndiCaleTbRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10367
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10369
static const TAknsItemID KAknsIIDQgnIndiCaleTbTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10370
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10372
static const TAknsItemID KAknsIIDQgnIndiCaleTbWeek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10373
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbWeek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10375
static const TAknsItemID KAknsIIDQgnIndiTbAvailContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10376
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbAvailContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10378
static const TAknsItemID KAknsIIDQgnIndiTbCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10379
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10381
static const TAknsItemID KAknsIIDQgnIndiTbCallVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10382
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCallVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10384
static const TAknsItemID KAknsIIDQgnIndiTbMce =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10385
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMce };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10387
static const TAknsItemID KAknsIIDQgnIndiTbPb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10388
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbPb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10390
static const TAknsItemID KAknsIIDQgnIndiVideoForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10391
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10393
static const TAknsItemID KAknsIIDQgnIndiVideoPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10394
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10396
static const TAknsItemID KAknsIIDQgnIndiVideoPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10397
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10399
static const TAknsItemID KAknsIIDQgnIndiVideoRecord =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10400
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoRecord };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10402
static const TAknsItemID KAknsIIDQgnIndiVideoRecordNot =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10403
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoRecordNot };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10405
static const TAknsItemID KAknsIIDQgnIndiVideoRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10406
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10408
static const TAknsItemID KAknsIIDQgnIndiVideoStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10409
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10411
static const TAknsItemID KAknsIIDQgnIndiVideoWait1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10412
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10414
static const TAknsItemID KAknsIIDQgnIndiVideoWait2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10415
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10417
static const TAknsItemID KAknsIIDQgnIndiVideoWait3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10418
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10420
static const TAknsItemID KAknsIIDQgnIndiVideoWait4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10421
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10423
static const TAknsItemID KAknsIIDQgnIndiVideoWait5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10424
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10426
static const TAknsItemID KAknsIIDQgnIndiVideoWait6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10427
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10429
static const TAknsItemID KAknsIIDQgnIndiVideoWait7 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10430
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait7 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10432
static const TAknsItemID KAknsIIDQgnIndiVideoWait8 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10433
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoWait8 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10435
static const TAknsItemID KAknsIIDQgnPropBtBlockedTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10436
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtBlockedTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10438
static const TAknsItemID KAknsIIDQgnPropBtDevicesTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10439
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtDevicesTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10441
static const TAknsItemID KAknsIIDQgnPropBtSetTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10442
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtSetTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10444
static const TAknsItemID KAknsIIDQgnPropCodec3gp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10445
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodec3gp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10447
static const TAknsItemID KAknsIIDQgnPropCodecAvc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10448
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecAvc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10450
static const TAknsItemID KAknsIIDQgnPropCodecH263 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10451
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecH263 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10453
static const TAknsItemID KAknsIIDQgnPropCodecMp4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10454
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecMp4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10456
static const TAknsItemID KAknsIIDQgnPropCodecRv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10457
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecRv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10459
static const TAknsItemID KAknsIIDQgnPropCodecRv10 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10460
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecRv10 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10462
static const TAknsItemID KAknsIIDQgnPropCodecRv8 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10463
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecRv8 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10465
static const TAknsItemID KAknsIIDQgnPropCodecRv9 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10466
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecRv9 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10468
static const TAknsItemID KAknsIIDQgnPropSmlSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10469
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10471
static const TAknsItemID KAknsIIDQgnPropVideoMb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10472
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVideoMb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10474
static const TAknsItemID KAknsIIDQgnIndiMgTbDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10475
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMgTbDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10477
static const TAknsItemID KAknsIIDQgnIndiMgTbEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10478
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMgTbEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10480
static const TAknsItemID KAknsIIDQgnIndiMgTbSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10481
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMgTbSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10483
static const TAknsItemID KAknsIIDQgnIndiMgTbStreamNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10484
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMgTbStreamNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10485
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10486
static const TAknsItemID KAknsIIDQgnIndiMpTbRemoveAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10487
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpTbRemoveAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10489
static const TAknsItemID KAknsIIDQgnIndiMpTbRemoveOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10490
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpTbRemoveOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10491
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10492
static const TAknsItemID KAknsIIDQgnIndiMupTbAddTracks =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10493
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbAddTracks };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10494
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10495
static const TAknsItemID KAknsIIDQgnIndiMupTbNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10496
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10498
static const TAknsItemID KAknsIIDQgnIndiMupTbPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10499
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10501
static const TAknsItemID KAknsIIDQgnIndiMupTbPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10502
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10504
static const TAknsItemID KAknsIIDQgnIndiMupTbPlaylistNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10505
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbPlaylistNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10507
static const TAknsItemID KAknsIIDQgnIndiMupTbPlaylistRemove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10508
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbPlaylistRemove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10510
static const TAknsItemID KAknsIIDQgnIndiMupTbPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10511
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10513
static const TAknsItemID KAknsIIDQgnIndiMupTbStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10514
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10516
static const TAknsItemID KAknsIIDQgnPropBrowserDlCompletedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10517
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBrowserDlCompletedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10519
static const TAknsItemID KAknsIIDQgnPropBrowserDlOngoingAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10520
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBrowserDlOngoingAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10522
static const TAknsItemID KAknsIIDQgnPropBrowserDlPausedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10523
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBrowserDlPausedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10525
static const TAknsItemID KAknsIIDQgnPropFolderVcMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10526
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10527
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10528
static const TAknsItemID KAknsIIDQgnPropFolderVcOrganiser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10529
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcOrganiser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10530
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10531
static const TAknsItemID KAknsIIDQgnPropFolderVcTools =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10532
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcTools };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10534
static const TAknsItemID KAknsIIDQgnPropImChatsCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10535
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImChatsCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10537
static const TAknsItemID KAknsIIDQgnPropImChatsExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10538
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImChatsExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10540
static const TAknsItemID KAknsIIDQgnPropImFriendsCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10541
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendsCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10543
static const TAknsItemID KAknsIIDQgnPropImFriendsExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10544
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendsExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10545
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10546
static const TAknsItemID KAknsIIDQgnPropSetAppsMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10547
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsMp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10548
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10549
static const TAknsItemID KAknsIIDQgnStatLocTriggerOffUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10550
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocTriggerOffUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10551
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10552
static const TAknsItemID KAknsIIDQgnStatLocTriggerOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10553
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocTriggerOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10555
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10556
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10557
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10558
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall10 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10559
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall10 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10560
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10561
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10562
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10563
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10564
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10565
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10567
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10568
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10570
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10571
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10573
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10574
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10576
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall7 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10577
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall7 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10579
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall8 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10580
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall8 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10582
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall9 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10583
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall9 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10585
static const TAknsItemID KAknsIIDQgnGrafScreencalib =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10586
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10588
static const TAknsItemID KAknsIIDQgnGrafScreencalib1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10589
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10591
static const TAknsItemID KAknsIIDQgnGrafScreencalib2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10592
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10594
static const TAknsItemID KAknsIIDQgnGrafScreencalib3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10595
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10597
static const TAknsItemID KAknsIIDQgnGrafScreencalib4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10598
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10600
static const TAknsItemID KAknsIIDQgnGrafScreencalib5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10601
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafScreencalib5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10603
static const TAknsItemID KAknsIIDQgnIndiButtonMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10604
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10606
static const TAknsItemID KAknsIIDQgnIndiCalcClear =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10607
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcClear };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10609
static const TAknsItemID KAknsIIDQgnIndiDialerCallSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10610
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerCallSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10612
static const TAknsItemID KAknsIIDQgnIndiDialerClear =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10613
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerClear };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10615
static const TAknsItemID KAknsIIDQgnIndiDialerContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10616
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10617
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10618
static const TAknsItemID KAknsIIDQgnIndiDialerEight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10619
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerEight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10620
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10621
static const TAknsItemID KAknsIIDQgnIndiDialerFive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10622
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerFive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10623
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10624
static const TAknsItemID KAknsIIDQgnIndiDialerFour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10625
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerFour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10627
static const TAknsItemID KAknsIIDQgnIndiDialerHash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10628
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerHash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10630
static const TAknsItemID KAknsIIDQgnIndiDialerNine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10631
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerNine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10633
static const TAknsItemID KAknsIIDQgnIndiDialerOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10634
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10636
static const TAknsItemID KAknsIIDQgnIndiDialerPrefix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10637
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerPrefix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10639
static const TAknsItemID KAknsIIDQgnIndiDialerSeven =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10640
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSeven };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10642
static const TAknsItemID KAknsIIDQgnIndiDialerSix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10643
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10645
static const TAknsItemID KAknsIIDQgnIndiDialerThree =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10646
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerThree };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10648
static const TAknsItemID KAknsIIDQgnIndiDialerTwo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10649
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerTwo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10651
static const TAknsItemID KAknsIIDQgnIndiDialerVideocallSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10652
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerVideocallSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10654
static const TAknsItemID KAknsIIDQgnIndiDialerZero =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10655
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerZero };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10657
static const TAknsItemID KAknsIIDQgnIndiHlTabColSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10658
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlTabColSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10660
static const TAknsItemID KAknsIIDQgnIndiHlTabExpSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10661
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHlTabExpSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10663
static const TAknsItemID KAknsIIDQgnIndiMupTbRemoveOne =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10664
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbRemoveOne };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10666
static const TAknsItemID KAknsIIDQgnIndiOfflineFileAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10667
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOfflineFileAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10669
static const TAknsItemID KAknsIIDQgnIndiTbCameraMain =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10670
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCameraMain };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10672
static const TAknsItemID KAknsIIDQgnIndiTbCameraSecondary =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10673
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCameraSecondary };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10675
static const TAknsItemID KAknsIIDQgnIndiTbGallery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10676
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbGallery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10678
static const TAknsItemID KAknsIIDQgnIndiTbMicrophoneMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10679
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMicrophoneMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10681
static const TAknsItemID KAknsIIDQgnIndiTbMicrophoneUnmute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10682
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMicrophoneUnmute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10684
static const TAknsItemID KAknsIIDQgnIndiTbPlaylistNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10685
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbPlaylistNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10687
static const TAknsItemID KAknsIIDQgnIndiTbSwapImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10688
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSwapImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10690
static const TAknsItemID KAknsIIDQgnIndiTbVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10691
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10693
static const TAknsItemID KAknsIIDQgnIndiTbVideoDisable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10694
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbVideoDisable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10696
static const TAknsItemID KAknsIIDQgnIndiTbZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10697
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10699
static const TAknsItemID KAknsIIDQgnIndiVideoVolMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10700
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoVolMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10702
static const TAknsItemID KAknsIIDQgnPropMceSubSenderCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10703
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSenderCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10704
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10705
static const TAknsItemID KAknsIIDQgnPropMceSubSenderExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10706
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSenderExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10707
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10708
static const TAknsItemID KAknsIIDQgnPropMceSubSizeCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10709
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSizeCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10711
static const TAknsItemID KAknsIIDQgnPropMceSubSizeExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10712
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSizeExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10713
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10714
static const TAknsItemID KAknsIIDQgnPropMceSubSubjectCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10715
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSubjectCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10716
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10717
static const TAknsItemID KAknsIIDQgnPropMceSubSubjectExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10718
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSubjectExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10720
static const TAknsItemID KAknsIIDQgnPropMceSubTimeCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10721
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTimeCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10723
static const TAknsItemID KAknsIIDQgnPropMceSubTimeExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10724
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTimeExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10726
static const TAknsItemID KAknsIIDQgnPropMceSubTypeCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10727
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTypeCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10729
static const TAknsItemID KAknsIIDQgnPropMceSubTypeExpanded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10730
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTypeExpanded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10732
static const TAknsItemID KAknsIIDQgnPropMpDownloadVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10733
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpDownloadVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10735
static const TAknsItemID KAknsIIDQgnPropMpFolderRecentPlayed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10736
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpFolderRecentPlayed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10738
static const TAknsItemID KAknsIIDQgnPropMpFolderStreamLink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10739
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpFolderStreamLink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10741
static const TAknsItemID KAknsIIDQgnPropMpFolderVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10742
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpFolderVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10744
static const TAknsItemID KAknsIIDQgnPropSetVideoSharing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10745
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetVideoSharing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10747
static const TAknsItemID KAknsIIDQgnPropSmlNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10748
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSmlNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10750
static const TAknsItemID KAknsIIDQgnPropVideoCorrupted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10751
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVideoCorrupted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10753
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10754
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10756
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10757
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10759
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet10 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10760
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet10 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10762
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10763
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10765
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10766
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10768
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10769
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10771
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10772
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10774
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10775
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10776
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10777
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet7 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10778
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet7 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10779
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10780
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet8 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10781
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet8 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10783
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSet9 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10784
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSet9 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10786
static const TAknsItemID KAknsIIDQgnGrafAiVolumeSmall0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10787
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAiVolumeSmall0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10789
static const TAknsItemID KAknsIIDQgnIndiColSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10790
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiColSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10792
static const TAknsItemID KAknsIIDQgnIndiExpSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10793
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiExpSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10795
static const TAknsItemID KAknsIIDQgnIndiSignalEgprsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10796
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalEgprsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10798
static const TAknsItemID KAknsIIDQgnIndiSignalHsdpaIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10799
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalHsdpaIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10801
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10802
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10804
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowLeftInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10805
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowLeftInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10806
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10807
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10808
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10809
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10810
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowRightInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10811
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowRightInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10813
static const TAknsItemID KAknsIIDQgnMenuImageprint =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10814
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImageprint };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10816
static const TAknsItemID KAknsIIDQgnPropMceSubSender =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10817
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSender };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10819
static const TAknsItemID KAknsIIDQgnPropMceSubSize =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10820
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSize };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10822
static const TAknsItemID KAknsIIDQgnPropMceSubSubject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10823
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSubject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10824
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10825
static const TAknsItemID KAknsIIDQgnPropMceSubTime =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10826
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTime };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10827
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10828
static const TAknsItemID KAknsIIDQgnPropMceSubType =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10829
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubType };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10831
static const TAknsItemID KAknsIIDQsnFrSeparatorHLShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10832
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHLShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10834
static const TAknsItemID KAknsIIDQsnFrSeparatorHLShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10835
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHLShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10836
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10837
static const TAknsItemID KAknsIIDQsnFrSeparatorHLShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10838
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHLShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10840
static const TAknsItemID KAknsIIDQsnFrSeparatorHMShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10841
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHMShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10843
static const TAknsItemID KAknsIIDQsnFrSeparatorHMShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10844
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHMShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10846
static const TAknsItemID KAknsIIDQsnFrSeparatorHMShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10847
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHMShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10849
static const TAknsItemID KAknsIIDQsnFrSeparatorHRShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10850
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHRShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10852
static const TAknsItemID KAknsIIDQsnFrSeparatorHRShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10853
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHRShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10855
static const TAknsItemID KAknsIIDQsnFrSeparatorHRShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10856
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorHRShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10858
static const TAknsItemID KAknsIIDQsnFrSeparatorVBShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10859
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVBShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10861
static const TAknsItemID KAknsIIDQsnFrSeparatorVBShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10862
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVBShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10864
static const TAknsItemID KAknsIIDQsnFrSeparatorVBShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10865
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVBShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10867
static const TAknsItemID KAknsIIDQsnFrSeparatorVMShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10868
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVMShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10870
static const TAknsItemID KAknsIIDQsnFrSeparatorVMShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10871
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVMShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10873
static const TAknsItemID KAknsIIDQsnFrSeparatorVMShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10874
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVMShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10875
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10876
static const TAknsItemID KAknsIIDQsnFrSeparatorVTShdwin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10877
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVTShdwin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10878
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10879
static const TAknsItemID KAknsIIDQsnFrSeparatorVTShdwnone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10880
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVTShdwnone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10881
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10882
static const TAknsItemID KAknsIIDQsnFrSeparatorVTShdwout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10883
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrSeparatorVTShdwout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10884
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10885
static const TAknsItemID KAknsIIDQgnIndiBrowserDlCompletedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10886
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserDlCompletedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10888
static const TAknsItemID KAknsIIDQgnIndiBrowserDlOngoingAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10889
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserDlOngoingAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10890
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10891
static const TAknsItemID KAknsIIDQgnIndiBrowserDlPausedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10892
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserDlPausedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10893
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10894
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAccentedCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10895
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10896
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10897
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAccentedCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10898
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAccentedCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10899
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10900
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapitalCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10901
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10903
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapitalCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10904
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapitalCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10906
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapitalGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10907
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10909
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseCapitalGreekSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10910
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseCapitalGreekSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10911
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10912
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericArabicIndic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10913
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10914
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10915
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericArabicIndicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10916
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericArabicIndicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10918
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericDevanagari =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10919
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagari };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10921
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericDevanagariSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10922
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericDevanagariSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10924
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericThai =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10925
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericThai };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10927
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericThaiSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10928
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericThaiSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10930
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmallCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10931
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10933
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmallCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10934
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmallCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10936
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmallGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10937
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmallGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10939
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseSmallGreekSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10940
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseSmallGreekSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10942
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextArabic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10943
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextArabic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10945
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextArabicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10946
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextArabicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10948
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10949
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10951
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10952
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10954
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10955
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10957
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextGreekSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10958
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextGreekSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10960
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextHebrew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10961
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextHebrew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10963
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextHebrewSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10964
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextHebrewSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10966
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextHindi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10967
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextHindi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10969
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextHindiSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10970
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextHindiSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10971
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10972
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextThai =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10973
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextThai };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10974
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10975
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseTextThaiSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10976
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseTextThaiSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10977
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10978
static const TAknsItemID KAknsIIDQgnIndiImedBrightSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10979
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedBrightSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10980
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10981
static const TAknsItemID KAknsIIDQgnIndiImedBw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10982
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedBw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10983
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10984
static const TAknsItemID KAknsIIDQgnIndiImedCartoon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10985
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedCartoon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10986
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10987
static const TAknsItemID KAknsIIDQgnIndiImedClipart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10988
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedClipart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10990
static const TAknsItemID KAknsIIDQgnIndiImedContrast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10991
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedContrast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10993
static const TAknsItemID KAknsIIDQgnIndiImedContrastSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10994
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedContrastSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10996
static const TAknsItemID KAknsIIDQgnIndiImedCrop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10997
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedCrop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 10999
static const TAknsItemID KAknsIIDQgnIndiImedCursorSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11000
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedCursorSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11002
static const TAknsItemID KAknsIIDQgnIndiImedDownple =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11003
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedDownple };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11005
static const TAknsItemID KAknsIIDQgnIndiImedEye =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11006
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedEye };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11008
static const TAknsItemID KAknsIIDQgnIndiImedFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11009
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11011
static const TAknsItemID KAknsIIDQgnIndiImedMoveSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11012
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedMoveSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11014
static const TAknsItemID KAknsIIDQgnIndiImedNegative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11015
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedNegative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11017
static const TAknsItemID KAknsIIDQgnIndiImedResizeSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11018
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedResizeSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11020
static const TAknsItemID KAknsIIDQgnIndiImedRotateSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11021
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotateSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11023
static const TAknsItemID KAknsIIDQgnIndiImedSepia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11024
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedSepia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11026
static const TAknsItemID KAknsIIDQgnIndiImedSharpness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11027
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedSharpness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11029
static const TAknsItemID KAknsIIDQgnIndiImedSharpnessSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11030
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedSharpnessSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11032
static const TAknsItemID KAknsIIDQgnIndiMidpTrusted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11033
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMidpTrusted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11034
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11035
static const TAknsItemID KAknsIIDQgnIndiMidpUntrusted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11036
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMidpUntrusted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11037
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11038
static const TAknsItemID KAknsIIDQgnStatCaseLowerHindiPhonetic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11039
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseLowerHindiPhonetic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11041
static const TAknsItemID KAknsIIDQgnStatCaseUpperHindiPhonetic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11042
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseUpperHindiPhonetic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11043
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11044
static const TAknsItemID KAknsIIDQgnGrafAbout3edition =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11045
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAbout3edition };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11046
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11047
static const TAknsItemID KAknsIIDQgnGrafCallImage1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11048
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCallImage1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11049
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11050
static const TAknsItemID KAknsIIDQgnGrafS60Logo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11051
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafS60Logo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11053
static const TAknsItemID KAknsIIDQgnIndiImedBright =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11054
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedBright };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11056
static const TAknsItemID KAknsIIDQgnIndiImedTalkbb05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11057
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedTalkbb05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11058
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11059
static const TAknsItemID KAknsIIDQgnIndiImedTalkbb06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11060
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedTalkbb06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11062
static const TAknsItemID KAknsIIDQgnIndiImedText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11063
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11065
static const TAknsItemID KAknsIIDQgnIndiImedThinkbb05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11066
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedThinkbb05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11068
static const TAknsItemID KAknsIIDQgnIndiImedThinkbb06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11069
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedThinkbb06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11071
static const TAknsItemID KAknsIIDQgnIndiMsgListTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11072
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMsgListTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11074
static const TAknsItemID KAknsIIDQgnPropDmTestFailed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11075
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDmTestFailed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11077
static const TAknsItemID KAknsIIDQgnPropDmTestPassed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11078
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDmTestPassed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11080
static const TAknsItemID KAknsIIDQgnPropFolderVcGeneral =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11081
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcGeneral };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11083
static const TAknsItemID KAknsIIDQgnPropFolderVcProfiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11084
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderVcProfiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11086
static const TAknsItemID KAknsIIDQgnPropSetAppsSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11087
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11089
static const TAknsItemID KAknsIIDQgnPropSetGeneSensor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11090
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneSensor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11092
static const TAknsItemID KAknsIIDQgnGrafFepChar11x5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11093
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11095
static const TAknsItemID KAknsIIDQgnGrafNsliderImedEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11096
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderImedEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11098
static const TAknsItemID KAknsIIDQgnGrafNsliderImedEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11099
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderImedEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11101
static const TAknsItemID KAknsIIDQgnGrafNsliderImedMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11102
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderImedMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11104
static const TAknsItemID KAknsIIDQgnGrafNsliderImedMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11105
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderImedMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11107
static const TAknsItemID KAknsIIDQgnGrafTvoutLogo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11108
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTvoutLogo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11110
static const TAknsItemID KAknsIIDQgnGrafTvoutProtected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11111
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTvoutProtected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11113
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11114
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11116
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11117
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11119
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlMm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11120
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlMm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11122
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11123
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11124
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11125
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlPage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11126
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlPage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11127
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11128
static const TAknsItemID KAknsIIDQgnIndiBrowserUrlVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11129
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserUrlVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11130
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11131
static const TAknsItemID KAknsIIDQgnIndiCamsBrightSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11132
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBrightSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11133
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11134
static const TAknsItemID KAknsIIDQgnIndiCamsBurstSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11135
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBurstSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11136
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11137
static const TAknsItemID KAknsIIDQgnIndiCamsBwSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11138
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsBwSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11139
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11140
static const TAknsItemID KAknsIIDQgnIndiCamsCloudySuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11141
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsCloudySuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11142
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11143
static const TAknsItemID KAknsIIDQgnIndiCamsContrastSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11144
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsContrastSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11146
static const TAknsItemID KAknsIIDQgnIndiCamsExpoSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11147
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsExpoSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11149
static const TAknsItemID KAknsIIDQgnIndiCamsFlashAutoSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11150
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashAutoSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11151
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11152
static const TAknsItemID KAknsIIDQgnIndiCamsFlashOffSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11153
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashOffSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11154
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11155
static const TAknsItemID KAknsIIDQgnIndiCamsFlashOnSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11156
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFlashOnSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11158
static const TAknsItemID KAknsIIDQgnIndiCamsFluorescentSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11159
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsFluorescentSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11161
static const TAknsItemID KAknsIIDQgnIndiCamsLocFoundSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11162
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsLocFoundSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11164
static const TAknsItemID KAknsIIDQgnIndiCamsLocNotFoundSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11165
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsLocNotFoundSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11167
static const TAknsItemID KAknsIIDQgnIndiCamsMicOffSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11168
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsMicOffSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11170
static const TAknsItemID KAknsIIDQgnIndiCamsMmcSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11171
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsMmcSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11173
static const TAknsItemID KAknsIIDQgnIndiCamsNegativeSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11174
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsNegativeSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11176
static const TAknsItemID KAknsIIDQgnIndiCamsNightSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11177
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsNightSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11179
static const TAknsItemID KAknsIIDQgnIndiCamsPausedSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11180
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsPausedSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11182
static const TAknsItemID KAknsIIDQgnIndiCamsPhoneMemcSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11183
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsPhoneMemcSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11185
static const TAknsItemID KAknsIIDQgnIndiCamsPhotoSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11186
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsPhotoSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11188
static const TAknsItemID KAknsIIDQgnIndiCamsSepiaSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11189
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsSepiaSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11191
static const TAknsItemID KAknsIIDQgnIndiCamsSunnySuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11192
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsSunnySuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11194
static const TAknsItemID KAknsIIDQgnIndiCamsTimerSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11195
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTimerSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11197
static const TAknsItemID KAknsIIDQgnIndiCamsTungstenSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11198
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsTungstenSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11200
static const TAknsItemID KAknsIIDQgnIndiCamsVideoSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11201
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsVideoSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11203
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBgMaxSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11204
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBgMaxSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11206
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBgMinSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11207
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBgMinSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11209
static const TAknsItemID KAknsIIDQgnIndiCamsZoomBgSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11210
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomBgSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11212
static const TAknsItemID KAknsIIDQgnIndiCamsZoomElevatorSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11213
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsZoomElevatorSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11215
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAllTypesJapanese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11216
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapanese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11218
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseAllTypesJapaneseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11219
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseAllTypesJapaneseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11221
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseKanaKanji =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11222
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseKanaKanji };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11224
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseKanaKanjiSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11225
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseKanaKanjiSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11227
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseLatinTextJapanese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11228
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapanese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11230
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseLatinTextJapaneseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11231
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseLatinTextJapaneseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11233
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericJapanese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11234
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericJapanese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11236
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericJapaneseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11237
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericJapaneseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11239
static const TAknsItemID KAknsIIDQgnIndiFepButtonClearJapanese1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11240
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonClearJapanese1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11242
static const TAknsItemID KAknsIIDQgnIndiFepButtonClearJapanese1Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11243
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonClearJapanese1Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11245
static const TAknsItemID KAknsIIDQgnIndiFepButtonClearJapanese2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11246
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonClearJapanese2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11248
static const TAknsItemID KAknsIIDQgnIndiFepButtonClearJapanese2Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11249
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonClearJapanese2Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11251
static const TAknsItemID KAknsIIDQgnIndiFepButtonConvertToKanji =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11252
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonConvertToKanji };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11254
static const TAknsItemID KAknsIIDQgnIndiFepButtonConvertToKanjiDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11255
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonConvertToKanjiDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11257
static const TAknsItemID KAknsIIDQgnIndiFepButtonConvertToKanjiSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11258
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonConvertToKanjiSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11260
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnterJapanese1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11261
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnterJapanese1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11263
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnterJapanese1Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11264
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnterJapanese1Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11266
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnterJapanese2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11267
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnterJapanese2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11269
static const TAknsItemID KAknsIIDQgnIndiFepButtonEnterJapanese2Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11270
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonEnterJapanese2Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11272
static const TAknsItemID KAknsIIDQgnIndiFepButtonHiragana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11273
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHiragana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11275
static const TAknsItemID KAknsIIDQgnIndiFepButtonHiraganaSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11276
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHiraganaSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11278
static const TAknsItemID KAknsIIDQgnIndiFepButtonKatakana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11279
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonKatakana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11281
static const TAknsItemID KAknsIIDQgnIndiFepButtonKatakanaSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11282
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonKatakanaSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11284
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11285
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11287
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace4Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11288
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace4Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11290
static const TAknsItemID KAknsIIDQgnIndiHelpInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11291
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHelpInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11293
static const TAknsItemID KAknsIIDQgnIndiHelpTip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11294
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHelpTip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11296
static const TAknsItemID KAknsIIDQgnIndiHelpWarning =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11297
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHelpWarning };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11299
static const TAknsItemID KAknsIIDQgnIndiSliderNaviSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11300
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSliderNaviSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11302
static const TAknsItemID KAknsIIDQgnPropMsgAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11303
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMsgAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11305
static const TAknsItemID KAknsIIDQgnPropMsgRecipients =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11306
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMsgRecipients };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11308
static const TAknsItemID KAknsIIDQgnPropMsgReply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11309
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMsgReply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11311
static const TAknsItemID KAknsIIDQsnFrPopupPreviewMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11312
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11313
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11314
static const TAknsItemID KAknsIIDQgnIndiDialerAddContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11315
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerAddContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11316
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11317
static const TAknsItemID KAknsIIDQgnIndiMsgPriorityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11318
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMsgPriorityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11319
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11320
static const TAknsItemID KAknsIIDQgnIndiMsgPriorityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11321
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMsgPriorityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11322
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11323
static const TAknsItemID KAknsIIDQgnPropMgGamsnapps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11324
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMgGamsnapps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11325
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11326
static const TAknsItemID KAknsIIDQsnFrPopupPreviewCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11327
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11329
static const TAknsItemID KAknsIIDQsnFrPopupPreviewCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11330
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11332
static const TAknsItemID KAknsIIDQsnFrPopupPreviewCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11333
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11335
static const TAknsItemID KAknsIIDQsnFrPopupPreviewCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11336
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11338
static const TAknsItemID KAknsIIDQsnFrPopupPreviewCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11339
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11341
static const TAknsItemID KAknsIIDQsnFrPopupPreviewSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11342
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11344
static const TAknsItemID KAknsIIDQsnFrPopupPreviewSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11345
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11347
static const TAknsItemID KAknsIIDQsnFrPopupPreviewSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11348
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11350
static const TAknsItemID KAknsIIDQsnFrPopupPreviewSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11351
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11353
static const TAknsItemID KAknsIIDQgnGrafBgLscBottomMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11354
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgLscBottomMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11356
static const TAknsItemID KAknsIIDQgnGrafBgLscTopMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11357
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgLscTopMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11359
static const TAknsItemID KAknsIIDQgnGrafBgPrtBottomMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11360
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgPrtBottomMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11362
static const TAknsItemID KAknsIIDQgnGrafBgPrtTopMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11363
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgPrtTopMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11364
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11365
static const TAknsItemID KAknsIIDQgnGrafNsliderEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11366
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11368
static const TAknsItemID KAknsIIDQgnGrafNsliderEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11369
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11370
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11371
static const TAknsItemID KAknsIIDQgnGrafNsliderMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11372
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11373
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11374
static const TAknsItemID KAknsIIDQgnGrafNsliderMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11375
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11376
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11377
static const TAknsItemID KAknsIIDQgnGrafNsliderMupEndBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11378
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMupEndBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11380
static const TAknsItemID KAknsIIDQgnGrafNsliderMupEndTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11381
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMupEndTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11382
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11383
static const TAknsItemID KAknsIIDQgnGrafNsliderMupMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11384
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMupMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11385
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11386
static const TAknsItemID KAknsIIDQgnGrafNsliderMupMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11387
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMupMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11388
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11389
static const TAknsItemID KAknsIIDQgnGrafNsliderMupTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11390
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMupTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11391
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11392
static const TAknsItemID KAknsIIDQgnIndiTbBrightness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11393
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbBrightness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11395
static const TAknsItemID KAknsIIDQgnIndiTbCallVolume =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11396
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCallVolume };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11398
static const TAknsItemID KAknsIIDQgnIndiTbFfwFrew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11399
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFfwFrew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11401
static const TAknsItemID KAknsIIDQgnIndiTbFullscreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11402
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFullscreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11404
static const TAknsItemID KAknsIIDQgnIndiTbIhfOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11405
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbIhfOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11407
static const TAknsItemID KAknsIIDQgnIndiTbIhfOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11408
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbIhfOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11410
static const TAknsItemID KAknsIIDQgnIndiTbPauseSendVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11411
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbPauseSendVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11413
static const TAknsItemID KAknsIIDQgnIndiTbPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11414
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11416
static const TAknsItemID KAknsIIDQgnIndiTbSendVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11417
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSendVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11419
static const TAknsItemID KAknsIIDQgnStatLocGpsUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11420
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatLocGpsUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11422
static const TAknsItemID KAknsIIDQsnFrCallPocActCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11423
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11425
static const TAknsItemID KAknsIIDQsnFrCallPocActCenterIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11426
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCenterIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11428
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11429
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11431
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerBlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11432
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerBlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11434
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11435
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11437
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerBrIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11438
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerBrIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11440
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11441
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11443
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerTlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11444
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerTlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11446
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11447
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11449
static const TAknsItemID KAknsIIDQsnFrCallPocActCornerTrIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11450
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActCornerTrIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11452
static const TAknsItemID KAknsIIDQsnFrCallPocActSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11453
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11455
static const TAknsItemID KAknsIIDQsnFrCallPocActSideBIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11456
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideBIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11458
static const TAknsItemID KAknsIIDQsnFrCallPocActSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11459
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11461
static const TAknsItemID KAknsIIDQsnFrCallPocActSideLIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11462
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideLIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11464
static const TAknsItemID KAknsIIDQsnFrCallPocActSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11465
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11467
static const TAknsItemID KAknsIIDQsnFrCallPocActSideRIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11468
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideRIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11470
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11471
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11473
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11474
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11476
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11477
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11479
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTmIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11480
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTmIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11482
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11483
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11485
static const TAknsItemID KAknsIIDQsnFrCallPocActSideTrIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11486
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocActSideTrIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11488
static const TAknsItemID KAknsIIDQsnFrCallPocInactCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11489
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11491
static const TAknsItemID KAknsIIDQsnFrCallPocInactCenterIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11492
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCenterIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11494
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11495
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11497
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerBlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11498
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerBlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11500
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11501
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11503
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerBrIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11504
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerBrIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11506
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11507
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11509
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerTlIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11510
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerTlIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11512
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11513
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11515
static const TAknsItemID KAknsIIDQsnFrCallPocInactCornerTrIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11516
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactCornerTrIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11518
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11519
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11520
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11521
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideBIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11522
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideBIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11523
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11524
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11525
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11526
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11527
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideLIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11528
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideLIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11529
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11530
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11531
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11532
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11533
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideRIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11534
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideRIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11535
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11536
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11537
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11538
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11539
static const TAknsItemID KAknsIIDQsnFrCallPocInactSideTIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11540
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCallPocInactSideTIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11541
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11542
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11543
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11545
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCenterDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11546
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCenterDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11548
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCenterMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11549
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCenterMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11551
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11552
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11554
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBlDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11555
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBlDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11557
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBlMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11558
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBlMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11559
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11560
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrFirst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11561
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrFirst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11562
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11563
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrFirstDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11564
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11565
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11566
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrFirstMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11567
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrFirstMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11568
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11569
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrSecond =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11570
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrSecond };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11571
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11572
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrSecondDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11573
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11574
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11575
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerBrSecondMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11576
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerBrSecondMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11577
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11578
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlFirst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11579
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlFirst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11580
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11581
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlFirstDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11582
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11583
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11584
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlFirstMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11585
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlFirstMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11587
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlSecond =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11588
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlSecond };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11589
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11590
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlSecondDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11591
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11592
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11593
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTlSecondMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11594
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTlSecondMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11596
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11597
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11598
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11599
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTrDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11600
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTrDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11602
static const TAknsItemID KAknsIIDQsnFrCall2BubbleCornerTrMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11603
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleCornerTrMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11605
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11606
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11608
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideBDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11609
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideBDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11611
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideBMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11612
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideBMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11614
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11615
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11617
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideLDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11618
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideLDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11620
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideLMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11621
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideLMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11622
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11623
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11624
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11626
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideRDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11627
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideRDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11629
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideRMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11630
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideRMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11631
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11632
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11633
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11634
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11635
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideTDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11636
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideTDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11637
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11638
static const TAknsItemID KAknsIIDQsnFrCall2BubbleSideTMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11639
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2BubbleSideTMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11640
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11641
static const TAknsItemID KAknsIIDQsnFrCall2RectCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11642
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11643
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11644
static const TAknsItemID KAknsIIDQsnFrCall2RectCenterDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11645
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCenterDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11646
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11647
static const TAknsItemID KAknsIIDQsnFrCall2RectCenterMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11648
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCenterMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11649
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11650
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11651
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11653
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBlDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11654
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBlDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11655
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11656
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBlMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11657
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBlMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11658
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11659
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11660
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11661
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11662
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBrDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11663
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBrDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11664
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11665
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerBrMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11666
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerBrMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11667
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11668
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11669
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11670
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11671
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTlDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11672
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTlDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11673
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11674
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTlMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11675
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTlMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11676
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11677
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11678
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11679
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11680
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTrDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11681
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTrDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11682
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11683
static const TAknsItemID KAknsIIDQsnFrCall2RectCornerTrMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11684
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectCornerTrMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11685
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11686
static const TAknsItemID KAknsIIDQsnFrCall2RectSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11687
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11688
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11689
static const TAknsItemID KAknsIIDQsnFrCall2RectSideBDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11690
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideBDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11691
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11692
static const TAknsItemID KAknsIIDQsnFrCall2RectSideBMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11693
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideBMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11695
static const TAknsItemID KAknsIIDQsnFrCall2RectSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11696
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11698
static const TAknsItemID KAknsIIDQsnFrCall2RectSideLDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11699
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideLDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11701
static const TAknsItemID KAknsIIDQsnFrCall2RectSideLMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11702
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideLMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11704
static const TAknsItemID KAknsIIDQsnFrCall2RectSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11705
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11707
static const TAknsItemID KAknsIIDQsnFrCall2RectSideRDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11708
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideRDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11710
static const TAknsItemID KAknsIIDQsnFrCall2RectSideRMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11711
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideRMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11713
static const TAknsItemID KAknsIIDQsnFrCall2RectSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11714
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11716
static const TAknsItemID KAknsIIDQsnFrCall2RectSideTDisconn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11717
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideTDisconn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11719
static const TAknsItemID KAknsIIDQsnFrCall2RectSideTMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11720
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrCall2RectSideTMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11722
static const TAknsItemID KAknsIIDQgnGrafNsliderCamsEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11723
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCamsEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11724
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11725
static const TAknsItemID KAknsIIDQgnGrafNsliderCamsEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11726
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCamsEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11727
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11728
static const TAknsItemID KAknsIIDQgnGrafNsliderCamsMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11729
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCamsMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11730
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11731
static const TAknsItemID KAknsIIDQgnGrafNsliderCamsMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11732
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCamsMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11733
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11734
static const TAknsItemID KAknsIIDQgnGrafNsliderMarkerSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11735
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderMarkerSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11736
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11737
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11738
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11739
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11740
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedEndLeftSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11741
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedEndLeftSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11742
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11743
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedEndMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11744
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedEndMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11746
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11747
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11748
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11749
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedEndRightSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11750
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedEndRightSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11751
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11752
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11753
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11754
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11755
static const TAknsItemID KAknsIIDQgnGrafNsliderVdedMiddleSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11756
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVdedMiddleSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11758
static const TAknsItemID KAknsIIDQgnIndiBrowserMsAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11759
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserMsAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11760
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11761
static const TAknsItemID KAknsIIDQgnIndiCamsRecSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11762
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamsRecSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11763
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11764
static const TAknsItemID KAknsIIDQgnIndiDefaultConnAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11765
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDefaultConnAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11766
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11767
static const TAknsItemID KAknsIIDQgnIndiFlashError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11768
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11770
static const TAknsItemID KAknsIIDQgnIndiImedRotate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11771
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11773
static const TAknsItemID KAknsIIDQgnIndiImedRotateLeftSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11774
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotateLeftSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11776
static const TAknsItemID KAknsIIDQgnIndiImedRotateRightSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11777
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotateRightSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11779
static const TAknsItemID KAknsIIDQgnIndiNrtypDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11780
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNrtypDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11782
static const TAknsItemID KAknsIIDQgnIndiVdedEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11783
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11785
static const TAknsItemID KAknsIIDQgnIndiVdedPlayhead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11786
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedPlayhead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11788
static const TAknsItemID KAknsIIDQgnIndiVdedScissors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11789
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedScissors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11791
static const TAknsItemID KAknsIIDQgnIndiVdedStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11792
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11794
static const TAknsItemID KAknsIIDQgnIndiVdedTimelineSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11795
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedTimelineSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11797
static const TAknsItemID KAknsIIDQgnIndiVdedVolumeUpDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11798
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedVolumeUpDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11800
static const TAknsItemID KAknsIIDQgnMenuAmWidget =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11801
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAmWidget };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11803
static const TAknsItemID KAknsIIDQgnMenuLocation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11804
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuLocation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11806
static const TAknsItemID KAknsIIDQgnPropContactDetailTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11807
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropContactDetailTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11809
static const TAknsItemID KAknsIIDQgnPropContactPropTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11810
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropContactPropTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11812
static const TAknsItemID KAknsIIDQgnPropCpConn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11813
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11815
static const TAknsItemID KAknsIIDQgnPropCpConnAdmin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11816
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnAdmin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11818
static const TAknsItemID KAknsIIDQgnPropCpConnDatasync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11819
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnDatasync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11821
static const TAknsItemID KAknsIIDQgnPropCpConnExchange =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11822
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnExchange };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11824
static const TAknsItemID KAknsIIDQgnPropCpConnIr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11825
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnIr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11827
static const TAknsItemID KAknsIIDQgnPropCpConnMan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11828
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnMan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11830
static const TAknsItemID KAknsIIDQgnPropCpConnSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11831
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11833
static const TAknsItemID KAknsIIDQgnPropCpDev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11834
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11835
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11836
static const TAknsItemID KAknsIIDQgnPropCpDevAbout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11837
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevAbout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11838
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11839
static const TAknsItemID KAknsIIDQgnPropCpDevDef =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11840
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevDef };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11842
static const TAknsItemID KAknsIIDQgnPropCpDevDiag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11843
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevDiag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11844
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11845
static const TAknsItemID KAknsIIDQgnPropCpDevDisp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11846
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevDisp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11848
static const TAknsItemID KAknsIIDQgnPropCpDevInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11849
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11850
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11851
static const TAknsItemID KAknsIIDQgnPropCpDevInteract =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11852
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevInteract };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11853
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11854
static const TAknsItemID KAknsIIDQgnPropCpDevMan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11855
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevMan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11857
static const TAknsItemID KAknsIIDQgnPropCpDevOrig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11858
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevOrig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11860
static const TAknsItemID KAknsIIDQgnPropCpDevSecur =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11861
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevSecur };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11863
static const TAknsItemID KAknsIIDQgnPropCpDevUpdate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11864
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevUpdate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11866
static const TAknsItemID KAknsIIDQgnPropCpInst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11867
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpInst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11869
static const TAknsItemID KAknsIIDQgnPropCpInstFiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11870
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpInstFiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11872
static const TAknsItemID KAknsIIDQgnPropCpInstInstalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11873
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpInstInstalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11875
static const TAknsItemID KAknsIIDQgnPropCpInstSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11876
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpInstSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11878
static const TAknsItemID KAknsIIDQgnPropCpPerso =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11879
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpPerso };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11881
static const TAknsItemID KAknsIIDQgnPropCpPersoIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11882
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpPersoIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11884
static const TAknsItemID KAknsIIDQgnPropCpPersoLang =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11885
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpPersoLang };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11887
static const TAknsItemID KAknsIIDQgnPropCpPersoProf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11888
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpPersoProf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11890
static const TAknsItemID KAknsIIDQgnPropCpPersoTheme =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11891
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpPersoTheme };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11893
static const TAknsItemID KAknsIIDQgnPropCpTele =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11894
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpTele };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11896
static const TAknsItemID KAknsIIDQgnPropCpTeleSpeed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11897
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpTeleSpeed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11899
static const TAknsItemID KAknsIIDQgnPropCpTeleVmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11900
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpTeleVmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11902
static const TAknsItemID KAknsIIDQgnPropFmgrMs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11903
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrMs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11905
static const TAknsItemID KAknsIIDQgnPropFmgrMsSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11906
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrMsSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11907
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11908
static const TAknsItemID KAknsIIDQgnPropMemcMsTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11909
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMemcMsTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11910
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11911
static const TAknsItemID KAknsIIDQgnPropMmcMsSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11912
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMmcMsSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11914
static const TAknsItemID KAknsIIDQgnPropNrtypCaltxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11915
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypCaltxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11916
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11917
static const TAknsItemID KAknsIIDQgnPropNrtypDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11918
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11920
static const TAknsItemID KAknsIIDQgnPropNrtypQdial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11921
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypQdial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11922
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11923
static const TAknsItemID KAknsIIDQgnPropNrtypSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11924
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11926
static const TAknsItemID KAknsIIDQsnCpImedScrollBgBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11927
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpImedScrollBgBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11929
static const TAknsItemID KAknsIIDQsnCpImedScrollBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11930
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpImedScrollBgMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11932
static const TAknsItemID KAknsIIDQsnCpImedScrollBgTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11933
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpImedScrollBgTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11935
static const TAknsItemID KAknsIIDQsnCpScrollImedHandleBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11936
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollImedHandleBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11938
static const TAknsItemID KAknsIIDQsnCpScrollImedHandleMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11939
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollImedHandleMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11941
static const TAknsItemID KAknsIIDQsnCpScrollImedHandleTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11942
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollImedHandleTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11944
static const TAknsItemID KAknsIIDQsnFrPopupPreviewLeftMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11945
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewLeftMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11947
static const TAknsItemID KAknsIIDQsnFrPopupPreviewRightMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11948
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrPopupPreviewRightMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11950
static const TAknsItemID KAknsIIDQgnStatBtInvisibleUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11951
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatBtInvisibleUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11953
static const TAknsItemID KAknsIIDQgnStatModBtInvisibleUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11954
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatModBtInvisibleUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11956
static const TAknsItemID KAknsIIDQsnFrImedGridCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11957
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11959
static const TAknsItemID KAknsIIDQsnFrImedGridCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11960
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridCornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11962
static const TAknsItemID KAknsIIDQsnFrImedGridCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11963
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridCornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11965
static const TAknsItemID KAknsIIDQsnFrImedGridCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11966
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridCornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11968
static const TAknsItemID KAknsIIDQsnFrImedGridCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11969
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridCornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11970
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11971
static const TAknsItemID KAknsIIDQsnFrImedGridSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11972
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridSideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11974
static const TAknsItemID KAknsIIDQsnFrImedGridSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11975
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11976
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11977
static const TAknsItemID KAknsIIDQsnFrImedGridSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11978
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11979
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11980
static const TAknsItemID KAknsIIDQsnFrImedGridSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11981
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrImedGridSideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11982
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11983
static const TAknsItemID KAknsIIDQgnIndiMupDefaultAlmumPcast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11984
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupDefaultAlmumPcast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11985
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11986
static const TAknsItemID KAknsIIDQgnIndiTpContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11987
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11988
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11989
static const TAknsItemID KAknsIIDQgnPropMupLibraryMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11990
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupLibraryMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11991
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11992
static const TAknsItemID KAknsIIDQgnPropMupLibraryPcast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11993
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupLibraryPcast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11994
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11995
static const TAknsItemID KAknsIIDQgnPropMupNowPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11996
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupNowPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11997
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11998
static const TAknsItemID KAknsIIDQgnPropMupPcastEpisode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 11999
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPcastEpisode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12001
static const TAknsItemID KAknsIIDQgnPropMupPcastEpisodeAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12002
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPcastEpisodeAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12003
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12004
static const TAknsItemID KAknsIIDQgnPropMupPcastEpisodePublish =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12005
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPcastEpisodePublish };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12006
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12007
static const TAknsItemID KAknsIIDQgnPropMupPcastEpisodeTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12008
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPcastEpisodeTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12009
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12010
static const TAknsItemID KAknsIIDQgnGrafFepChar11x4ChineseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12011
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar11x4ChineseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12012
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12013
static const TAknsItemID KAknsIIDQgnIndiButtonPreviewClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12014
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonPreviewClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12015
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12016
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12017
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12018
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12019
static const TAknsItemID KAknsIIDQgnIndiFepButtonSpace5Sel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12020
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSpace5Sel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12022
static const TAknsItemID KAknsIIDQgnIndiImedRotateLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12023
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotateLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12025
static const TAknsItemID KAknsIIDQgnIndiImedRotateRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12026
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedRotateRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12028
static const TAknsItemID KAknsIIDQgnPropMupArtistsCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12029
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupArtistsCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12031
static const TAknsItemID KAknsIIDQgnPropMupArtistsExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12032
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupArtistsExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12034
static const TAknsItemID KAknsIIDQgnPropMupSongsCollapsed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12035
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupSongsCollapsed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12037
static const TAknsItemID KAknsIIDQgnPropMupSongsExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12038
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupSongsExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12040
static const TAknsItemID KAknsIIDQgnPropPaSignup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12041
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPaSignup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12042
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12043
static const TAknsItemID KAknsIIDQgnPropPaUnsubscribe =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12044
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPaUnsubscribe };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12045
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12046
static const TAknsItemID KAknsIIDQgnIndiMup3Forward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12047
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3Forward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12048
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12049
static const TAknsItemID KAknsIIDQgnIndiMup3ForwardFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12050
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3ForwardFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12051
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12052
static const TAknsItemID KAknsIIDQgnIndiMup3PauseFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12053
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3PauseFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12054
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12055
static const TAknsItemID KAknsIIDQgnIndiMup3Playpause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12056
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3Playpause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12057
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12058
static const TAknsItemID KAknsIIDQgnIndiMup3PlayFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12059
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3PlayFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12060
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12061
static const TAknsItemID KAknsIIDQgnIndiMup3Rewind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12062
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3Rewind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12063
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12064
static const TAknsItemID KAknsIIDQgnIndiMup3RewindFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12065
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3RewindFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12067
static const TAknsItemID KAknsIIDQgnIndiMup3Stop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12068
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3Stop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12069
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12070
static const TAknsItemID KAknsIIDQgnIndiMup3StopFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12071
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup3StopFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12072
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12073
static const TAknsItemID KAknsIIDQgnIndiWifiProtectedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12074
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWifiProtectedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12075
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12076
static const TAknsItemID KAknsIIDQgnPropCpDevSec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12077
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevSec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12078
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12079
static const TAknsItemID KAknsIIDQgnPropImageTbNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12080
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12081
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12082
static const TAknsItemID KAknsIIDQgnPropImageTbPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12083
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12084
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12085
static const TAknsItemID KAknsIIDQgnPropImageTbPlay2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12086
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlay2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12088
static const TAknsItemID KAknsIIDQgnPropImageTbPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12089
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12091
static const TAknsItemID KAknsIIDQgnPropImageTbZoomIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12092
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12093
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12094
static const TAknsItemID KAknsIIDQgnPropImageTbZoomOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12095
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12096
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12097
static const TAknsItemID KAknsIIDQgnPropVideoNoRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12098
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVideoNoRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12099
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12100
static const TAknsItemID KAknsIIDQgnPropVideoValidRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12101
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVideoValidRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12103
static const TAknsItemID KAknsIIDQgnIndiCalcDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12104
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12106
static const TAknsItemID KAknsIIDQgnIndiCalcUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12107
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalcUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12109
static const TAknsItemID KAknsIIDQgnIndiCaleTbMeetingNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12110
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbMeetingNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12112
static const TAknsItemID KAknsIIDQgnIndiCaleTbTodoNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12113
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbTodoNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12114
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12115
static const TAknsItemID KAknsIIDQgnIndiVdedPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12116
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12117
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12118
static const TAknsItemID KAknsIIDQgnPropCamsMskSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12119
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamsMskSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12121
static const TAknsItemID KAknsIIDQgnPropLinkVideoSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12122
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkVideoSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12124
static const TAknsItemID KAknsIIDQgnPropMupPcastTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12125
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPcastTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12127
static const TAknsItemID KAknsIIDQgnGrafFepTrainingArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12128
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepTrainingArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12130
static const TAknsItemID KAknsIIDQgnGrafFepTrainingArrowLeftSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12131
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepTrainingArrowLeftSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12133
static const TAknsItemID KAknsIIDQgnGrafFepTrainingArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12134
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepTrainingArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12135
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12136
static const TAknsItemID KAknsIIDQgnGrafFepTrainingArrowRightSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12137
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepTrainingArrowRightSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12139
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallVerticalMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12140
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallVerticalMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12141
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12142
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallVerticalMarkerSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12143
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallVerticalMarkerSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12145
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallVerticalOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12146
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallVerticalOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12147
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12148
static const TAknsItemID KAknsIIDQgnGrafVolumeSmallVerticalOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12149
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafVolumeSmallVerticalOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12150
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12151
static const TAknsItemID KAknsIIDQgnIndiFepSctFwSymbols =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12152
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepSctFwSymbols };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12154
static const TAknsItemID KAknsIIDQgnIndiFepSctFwSymbolsDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12155
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepSctFwSymbolsDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12157
static const TAknsItemID KAknsIIDQgnIndiFepSctHwSymbols =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12158
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepSctHwSymbols };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12160
static const TAknsItemID KAknsIIDQgnIndiFepSctHwSymbolsDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12161
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepSctHwSymbolsDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12163
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12164
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12166
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapitalSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12167
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12169
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12170
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12172
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseNumericSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12173
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseNumericSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12175
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12176
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12178
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmallSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12179
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12181
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSpecial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12182
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12184
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSpecialSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12185
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSpecialSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12187
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCharGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12188
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCharGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12190
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCharGridSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12191
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCharGridSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12193
static const TAknsItemID KAknsIIDQgnIndiFmgrMsAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12194
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFmgrMsAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12196
static const TAknsItemID KAknsIIDQgnIndiImedCursor2Super =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12197
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedCursor2Super };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12199
static const TAknsItemID KAknsIIDQgnIndiPlaying =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12200
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPlaying };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12202
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12203
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12205
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowDownInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12206
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowDownInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12208
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowDownSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12209
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowDownSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12211
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12212
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12213
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12214
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowUpInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12215
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowUpInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12217
static const TAknsItemID KAknsIIDQgnIndiVolumeArrowUpSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12218
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVolumeArrowUpSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12220
static const TAknsItemID KAknsIIDQgnPropHwrShortcutTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12221
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrShortcutTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12223
static const TAknsItemID KAknsIIDQgnPropHwrTrainingShortcut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12224
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrTrainingShortcut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12226
static const TAknsItemID KAknsIIDQgnPropHwrTrainingTab1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12227
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrTrainingTab1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12229
static const TAknsItemID KAknsIIDQgnGrafFepChar6x5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12230
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar6x5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12232
static const TAknsItemID KAknsIIDQgnIndiBrowserTbBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12233
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12235
static const TAknsItemID KAknsIIDQgnIndiBrowserTbBm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12236
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbBm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12238
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFeeds =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12239
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFeeds };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12241
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFindKw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12242
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFindKw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12244
static const TAknsItemID KAknsIIDQgnIndiBrowserTbGoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12245
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbGoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12247
static const TAknsItemID KAknsIIDQgnIndiBrowserTbHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12248
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12250
static const TAknsItemID KAknsIIDQgnIndiBrowserTbImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12251
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12253
static const TAknsItemID KAknsIIDQgnIndiBrowserTbKeyMap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12254
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbKeyMap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12256
static const TAknsItemID KAknsIIDQgnIndiBrowserTbPages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12257
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbPages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12259
static const TAknsItemID KAknsIIDQgnIndiBrowserTbRotate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12260
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbRotate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12262
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSaveBm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12263
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSaveBm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12265
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSavePage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12266
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSavePage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12268
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSendUrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12269
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSendUrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12271
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12272
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12274
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSwitchWin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12275
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSwitchWin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12277
static const TAknsItemID KAknsIIDQgnIndiBrowserTbTb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12278
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbTb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12280
static const TAknsItemID KAknsIIDQgnIndiBrowserTbUrls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12281
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbUrls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12283
static const TAknsItemID KAknsIIDQgnIndiBrowserTbZoomIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12284
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbZoomIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12286
static const TAknsItemID KAknsIIDQgnIndiBrowserTbZoomOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12287
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbZoomOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12289
static const TAknsItemID KAknsIIDQgnIndiFepButtonFullHalfWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12290
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonFullHalfWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12292
static const TAknsItemID KAknsIIDQgnIndiFepButtonFullHalfWidthSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12293
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonFullHalfWidthSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12295
static const TAknsItemID KAknsIIDQgnIndiFepButtonHalfFullWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12296
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHalfFullWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12298
static const TAknsItemID KAknsIIDQgnIndiFepButtonHalfFullWidthSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12299
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonHalfFullWidthSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12301
static const TAknsItemID KAknsIIDQgnIndiFepButtonLongBackspace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12302
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonLongBackspace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12304
static const TAknsItemID KAknsIIDQgnIndiFepButtonLongBackspaceSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12305
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonLongBackspaceSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12307
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkCaseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12308
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkCaseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12310
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkCaseNumericSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12311
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkCaseNumericSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12313
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkCaseText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12314
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkCaseText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12316
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkCaseTextSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12317
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkCaseTextSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12319
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkChinese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12320
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkChinese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12322
static const TAknsItemID KAknsIIDQgnIndiFepButtonMarkChineseSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12323
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMarkChineseSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12325
static const TAknsItemID KAknsIIDQgnIndiFepButtonMorefunction =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12326
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMorefunction };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12327
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12328
static const TAknsItemID KAknsIIDQgnIndiFepButtonMorefunctionSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12329
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonMorefunctionSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12330
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12331
static const TAknsItemID KAknsIIDQgnIndiFepButtonShortSpace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12332
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonShortSpace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12334
static const TAknsItemID KAknsIIDQgnIndiFepButtonShortSpaceSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12335
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonShortSpaceSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12336
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12337
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapitalCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12338
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12339
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12340
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapitalCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12341
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12342
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12343
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapitalGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12344
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12345
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12346
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseCapitalGreekSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12347
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseCapitalGreekSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12349
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmallCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12350
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12351
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12352
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmallCyrillicSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12353
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallCyrillicSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12355
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmallGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12356
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12358
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseSmallGreekSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12359
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseSmallGreekSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12361
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseTextHebrew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12362
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12364
static const TAknsItemID KAknsIIDQgnIndiFepTrainingButtonCaseTextHebrewSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12365
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepTrainingButtonCaseTextHebrewSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12367
static const TAknsItemID KAknsIIDQgnIndiIvImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12368
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiIvImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12370
static const TAknsItemID KAknsIIDQgnIndiIvLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12371
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiIvLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12373
static const TAknsItemID KAknsIIDQgnIndiIvRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12374
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiIvRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12376
static const TAknsItemID KAknsIIDQgnIndiMup2Random =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12377
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2Random };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12379
static const TAknsItemID KAknsIIDQgnIndiMup2RandomOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12380
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup2RandomOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12382
static const TAknsItemID KAknsIIDQgnIndiMup4Forward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12383
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4Forward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12385
static const TAknsItemID KAknsIIDQgnIndiMup4ForwardDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12386
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4ForwardDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12388
static const TAknsItemID KAknsIIDQgnIndiMup4ForwardFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12389
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4ForwardFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12391
static const TAknsItemID KAknsIIDQgnIndiMup4Pause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12392
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4Pause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12393
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12394
static const TAknsItemID KAknsIIDQgnIndiMup4PauseDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12395
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4PauseDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12396
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12397
static const TAknsItemID KAknsIIDQgnIndiMup4PauseFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12398
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4PauseFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12399
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12400
static const TAknsItemID KAknsIIDQgnIndiMup4Play =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12401
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4Play };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12402
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12403
static const TAknsItemID KAknsIIDQgnIndiMup4PlayDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12404
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4PlayDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12406
static const TAknsItemID KAknsIIDQgnIndiMup4PlayFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12407
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4PlayFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12409
static const TAknsItemID KAknsIIDQgnIndiMup4Rewind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12410
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4Rewind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12412
static const TAknsItemID KAknsIIDQgnIndiMup4RewindDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12413
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4RewindDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12415
static const TAknsItemID KAknsIIDQgnIndiMup4RewindFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12416
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4RewindFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12418
static const TAknsItemID KAknsIIDQgnIndiMup4Stop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12419
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4Stop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12421
static const TAknsItemID KAknsIIDQgnIndiMup4StopDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12422
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4StopDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12424
static const TAknsItemID KAknsIIDQgnIndiMup4StopFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12425
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4StopFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12427
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12428
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12430
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12431
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12433
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeDownFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12434
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeDownFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12435
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12436
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12437
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12438
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12439
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12440
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12441
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12442
static const TAknsItemID KAknsIIDQgnIndiMup4VolumeUpFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12443
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMup4VolumeUpFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12445
static const TAknsItemID KAknsIIDQgnIndiMupDefaultAlbumPcast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12446
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupDefaultAlbumPcast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12448
static const TAknsItemID KAknsIIDQgnIndiMupRepeatOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12449
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupRepeatOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12451
static const TAknsItemID KAknsIIDQgnIndiSctrlMaskActLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12452
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlMaskActLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12453
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12454
static const TAknsItemID KAknsIIDQgnIndiSctrlMaskActPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12455
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlMaskActPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12457
static const TAknsItemID KAknsIIDQgnIndiSctrlMaskInactLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12458
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlMaskInactLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12459
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12460
static const TAknsItemID KAknsIIDQgnIndiSctrlSkMaskLeftPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12461
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlSkMaskLeftPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12462
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12463
static const TAknsItemID KAknsIIDQgnIndiSctrlSkMaskLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12464
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlSkMaskLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12465
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12466
static const TAknsItemID KAknsIIDQgnIndiSctrlSkMaskRightPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12467
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlSkMaskRightPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12468
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12469
static const TAknsItemID KAknsIIDQgnNoteNfcPrint =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12470
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteNfcPrint };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12471
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12472
static const TAknsItemID KAknsIIDQgnNoteNfcWriteTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12473
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteNfcWriteTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12475
static const TAknsItemID KAknsIIDQgnPropBatteryPsActivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12476
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBatteryPsActivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12478
static const TAknsItemID KAknsIIDQgnPropBatteryPsDeactivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12479
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBatteryPsDeactivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12481
static const TAknsItemID KAknsIIDQgnPropBtCarKit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12482
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtCarKit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12484
static const TAknsItemID KAknsIIDQgnPropBtConnected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12485
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtConnected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12487
static const TAknsItemID KAknsIIDQgnPropBtGenericDev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12488
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtGenericDev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12490
static const TAknsItemID KAknsIIDQgnPropBtKeyboard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12491
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtKeyboard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12493
static const TAknsItemID KAknsIIDQgnPropBtMouse =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12494
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtMouse };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12496
static const TAknsItemID KAknsIIDQgnPropBtPrinter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12497
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtPrinter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12498
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12499
static const TAknsItemID KAknsIIDQgnPropFmgrMsSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12500
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrMsSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12501
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12502
static const TAknsItemID KAknsIIDQgnPropImageTbDelete2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12503
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDelete2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12505
static const TAknsItemID KAknsIIDQgnPropImageTbDelete2Dimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12506
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDelete2Dimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12508
static const TAknsItemID KAknsIIDQgnPropImageTbDelete2Focused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12509
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbDelete2Focused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12511
static const TAknsItemID KAknsIIDQgnPropImageTbNextDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12512
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbNextDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12514
static const TAknsItemID KAknsIIDQgnPropImageTbNextFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12515
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbNextFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12517
static const TAknsItemID KAknsIIDQgnPropImageTbPauseDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12518
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPauseDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12520
static const TAknsItemID KAknsIIDQgnPropImageTbPauseFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12521
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPauseFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12523
static const TAknsItemID KAknsIIDQgnPropImageTbPlay2Dimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12524
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlay2Dimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12526
static const TAknsItemID KAknsIIDQgnPropImageTbPlay2Focused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12527
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPlay2Focused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12529
static const TAknsItemID KAknsIIDQgnPropImageTbPrevDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12530
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPrevDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12532
static const TAknsItemID KAknsIIDQgnPropImageTbPrevFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12533
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbPrevFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12535
static const TAknsItemID KAknsIIDQgnPropImageTbZoom2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12536
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoom2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12538
static const TAknsItemID KAknsIIDQgnPropImageTbZoomInDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12539
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomInDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12541
static const TAknsItemID KAknsIIDQgnPropImageTbZoomInFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12542
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomInFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12544
static const TAknsItemID KAknsIIDQgnPropImageTbZoomOutDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12545
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomOutDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12547
static const TAknsItemID KAknsIIDQgnPropImageTbZoomOutFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12548
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbZoomOutFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12550
static const TAknsItemID KAknsIIDQgnPropImageVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12551
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12553
static const TAknsItemID KAknsIIDQgnPropMpTv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12554
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMpTv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12556
static const TAknsItemID KAknsIIDQgnPropNfcAuthPay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12557
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcAuthPay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12559
static const TAknsItemID KAknsIIDQgnPropNfcCloneTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12560
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcCloneTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12562
static const TAknsItemID KAknsIIDQgnPropNfcCreateTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12563
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcCreateTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12565
static const TAknsItemID KAknsIIDQgnPropNfcEraseTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12566
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcEraseTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12568
static const TAknsItemID KAknsIIDQgnPropNfcReadTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12569
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcReadTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12571
static const TAknsItemID KAknsIIDQgnPropNfcSessClosed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12572
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcSessClosed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12574
static const TAknsItemID KAknsIIDQgnPropNfcSessOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12575
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNfcSessOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12577
static const TAknsItemID KAknsIIDQgnPropSctrlCharGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12578
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSctrlCharGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12579
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12580
static const TAknsItemID KAknsIIDQgnPropSctrlPreview =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12581
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSctrlPreview };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12583
static const TAknsItemID KAknsIIDQgnPropSctrlRemove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12584
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSctrlRemove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12585
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12586
static const TAknsItemID KAknsIIDQgnIndiDialerLogs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12587
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerLogs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12588
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12589
static const TAknsItemID KAknsIIDQgnIndiBrowserTxtSelectionMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12590
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTxtSelectionMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12592
static const TAknsItemID KAknsIIDQgnIndiMpOngoingInterrupt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12593
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpOngoingInterrupt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12594
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12595
static const TAknsItemID KAknsIIDQgnPropCpConnIrOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12596
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnIrOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12598
static const TAknsItemID KAknsIIDQgnPropImGroupNotJoined =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12599
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImGroupNotJoined };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12600
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12601
static const TAknsItemID KAknsIIDQgnPropSetAppsBtConnHidden =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12602
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBtConnHidden };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12603
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12604
static const TAknsItemID KAknsIIDQgnPropSetAppsBtConnShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12605
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBtConnShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12606
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12607
static const TAknsItemID KAknsIIDQgnPropSetAppsBtOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12608
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBtOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12609
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12610
static const TAknsItemID KAknsIIDQgnPropSetAppsBtOnHidden =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12611
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBtOnHidden };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12613
static const TAknsItemID KAknsIIDQgnPropSetAppsBtOnShown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12614
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsBtOnShown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12616
static const TAknsItemID KAknsIIDQgnPropSetAppsUsbOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12617
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsUsbOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12619
static const TAknsItemID KAknsIIDQgnPropSetNetworkSubOffline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12620
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetNetworkSubOffline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12622
static const TAknsItemID KAknsIIDQgnStatFnLock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12623
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFnLock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12625
static const TAknsItemID KAknsIIDQgnStatFnMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12626
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFnMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12628
static const TAknsItemID KAknsIIDQgnGrafMshopIconApp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12629
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMshopIconApp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12631
static const TAknsItemID KAknsIIDQgnGrafMshopIconCtx =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12632
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMshopIconCtx };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12634
static const TAknsItemID KAknsIIDQgnGrafMupAdtlReorderDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12635
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupAdtlReorderDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12637
static const TAknsItemID KAknsIIDQgnGrafMupAdtlReorderUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12638
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupAdtlReorderUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12640
static const TAknsItemID KAknsIIDQgnGrafMupAdtlReorderUpdown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12641
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupAdtlReorderUpdown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12643
static const TAknsItemID KAknsIIDQgnGrafMupCtxAddsong =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12644
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupCtxAddsong };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12645
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12646
static const TAknsItemID KAknsIIDQgnGrafMupCtxReordersong =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12647
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupCtxReordersong };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12648
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12649
static const TAknsItemID KAknsIIDQgnGrafMupDlstMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12650
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupDlstMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12651
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12652
static const TAknsItemID KAknsIIDQgnGrafMupDlstNowplaying =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12653
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupDlstNowplaying };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12655
static const TAknsItemID KAknsIIDQgnGrafMupDlstPodcast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12656
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupDlstPodcast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12658
static const TAknsItemID KAknsIIDQgnGrafMupIconUpnpRemote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12659
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupIconUpnpRemote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12661
static const TAknsItemID KAknsIIDQgnGrafMupLstBrokenplayl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12662
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstBrokenplayl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12664
static const TAknsItemID KAknsIIDQgnGrafMupLstBrokenpodc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12665
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstBrokenpodc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12667
static const TAknsItemID KAknsIIDQgnGrafMupLstBrokentrack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12668
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstBrokentrack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12670
static const TAknsItemID KAknsIIDQgnGrafMupLstColpsdArtist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12671
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstColpsdArtist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12673
static const TAknsItemID KAknsIIDQgnGrafMupLstColpsdTrack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12674
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstColpsdTrack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12676
static const TAknsItemID KAknsIIDQgnGrafMupLstCorruptpodc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12677
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstCorruptpodc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12679
static const TAknsItemID KAknsIIDQgnGrafMupLstCorrupttrack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12680
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstCorrupttrack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12682
static const TAknsItemID KAknsIIDQgnGrafMupLstDrmExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12683
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstDrmExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12685
static const TAknsItemID KAknsIIDQgnGrafMupLstEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12686
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12688
static const TAknsItemID KAknsIIDQgnGrafMupLstExpdArtist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12689
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstExpdArtist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12691
static const TAknsItemID KAknsIIDQgnGrafMupLstExpdTrack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12692
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstExpdTrack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12694
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcAdded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12695
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcAdded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12696
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12697
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12698
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12699
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12700
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcCateg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12701
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcCateg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12702
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12703
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcCompplay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12704
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcCompplay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12705
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12706
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcDate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12707
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcDate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12708
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12709
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcEpisode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12710
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcEpisode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12712
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12713
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12715
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcNoplay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12716
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcNoplay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12718
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcPartplay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12719
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcPartplay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12721
static const TAknsItemID KAknsIIDQgnGrafMupLstPdcTitle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12722
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstPdcTitle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12723
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12724
static const TAknsItemID KAknsIIDQgnGrafMupLstTrack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12725
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstTrack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12727
static const TAknsItemID KAknsIIDQgnGrafMupLstUserplayl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12728
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupLstUserplayl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12730
static const TAknsItemID KAknsIIDQgnGrafMupNpvDefalbumartTransp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12731
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvDefalbumartTransp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12733
static const TAknsItemID KAknsIIDQgnGrafMupNpvIconPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12734
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvIconPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12736
static const TAknsItemID KAknsIIDQgnGrafMupNpvIconPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12737
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvIconPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12739
static const TAknsItemID KAknsIIDQgnGrafMupNpvIconRepeat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12740
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvIconRepeat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12742
static const TAknsItemID KAknsIIDQgnGrafMupNpvIconRepeatone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12743
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvIconRepeatone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12745
static const TAknsItemID KAknsIIDQgnGrafMupNpvIconShuffle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12746
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvIconShuffle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12747
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12748
static const TAknsItemID KAknsIIDQgnGrafMupNpvPrbarBgd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12749
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvPrbarBgd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12751
static const TAknsItemID KAknsIIDQgnGrafMupNpvPrbarBgdLs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12752
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvPrbarBgdLs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12754
static const TAknsItemID KAknsIIDQgnGrafMupNpvPrbarMidDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12755
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvPrbarMidDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12757
static const TAknsItemID KAknsIIDQgnGrafMupNpvPrbarTopPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12758
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvPrbarTopPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12759
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12760
static const TAknsItemID KAknsIIDQgnGrafMupSsBgnd01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12761
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupSsBgnd01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12763
static const TAknsItemID KAknsIIDQgnGrafMupSsBgnd02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12764
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupSsBgnd02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12765
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12766
static const TAknsItemID KAknsIIDQgnGrafMupSsBgnd03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12767
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupSsBgnd03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12768
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12769
static const TAknsItemID KAknsIIDQgnGrafMupSsBgnd04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12770
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupSsBgnd04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12772
static const TAknsItemID KAknsIIDQgnGrafMupStatusPopPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12773
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupStatusPopPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12775
static const TAknsItemID KAknsIIDQgnGrafMupStatusPopPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12776
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupStatusPopPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12778
static const TAknsItemID KAknsIIDQgnGrafMupVolwIconMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12779
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVolwIconMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12781
static const TAknsItemID KAknsIIDQgnGrafMupVolwIconSpeaker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12782
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupVolwIconSpeaker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12783
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12784
static const TAknsItemID KAknsIIDQgnIndiMpNoAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12785
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpNoAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12787
static const TAknsItemID KAknsIIDQgnIndiMpNoVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12788
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpNoVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12790
static const TAknsItemID KAknsIIDQgnIndiMupVolwSlider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12791
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupVolwSlider };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12792
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12793
static const TAknsItemID KAknsIIDQgnIndiMupVolwSliderBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12794
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupVolwSliderBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12795
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12796
static const TAknsItemID KAknsIIDQgnMenuSivc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12797
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSivc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12798
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12799
static const TAknsItemID KAknsIIDQgnPropBtCarKitConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12800
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtCarKitConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12802
static const TAknsItemID KAknsIIDQgnPropBtGenericDevConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12803
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtGenericDevConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12805
static const TAknsItemID KAknsIIDQgnPropBtKeyboardConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12806
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtKeyboardConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12808
static const TAknsItemID KAknsIIDQgnPropBtMouseConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12809
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtMouseConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12811
static const TAknsItemID KAknsIIDQgnPropBtPrinterConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12812
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtPrinterConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12814
static const TAknsItemID KAknsIIDQgnGrafNsliderTickMajor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12815
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderTickMajor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12817
static const TAknsItemID KAknsIIDQgnGrafNsliderTickMinor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12818
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderTickMinor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12820
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12821
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12823
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12824
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12826
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12827
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12829
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalTickMajor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12830
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalTickMajor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12832
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalTickMinor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12833
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalTickMinor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12835
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12836
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12838
static const TAknsItemID KAknsIIDQgnGrafTimetrackEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12839
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12841
static const TAknsItemID KAknsIIDQgnGrafTimetrackEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12842
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12844
static const TAknsItemID KAknsIIDQgnGrafTimetrackMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12845
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12847
static const TAknsItemID KAknsIIDQgnGrafTimetrackTrimmedEndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12848
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackTrimmedEndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12850
static const TAknsItemID KAknsIIDQgnGrafTimetrackTrimmedEndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12851
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackTrimmedEndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12853
static const TAknsItemID KAknsIIDQgnGrafTimetrackTrimmedMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12854
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTimetrackTrimmedMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12855
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12856
static const TAknsItemID KAknsIIDQgnIndiCam4Flash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12857
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Flash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12859
static const TAknsItemID KAknsIIDQgnIndiCam4ModeCamera =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12860
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeCamera };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12862
static const TAknsItemID KAknsIIDQgnIndiCam4Reso =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12863
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Reso };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12865
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12866
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12868
static const TAknsItemID KAknsIIDQgnIndiCam4Shake =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12869
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Shake };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12871
static const TAknsItemID KAknsIIDQgnIndiCam4Timer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12872
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Timer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12874
static const TAknsItemID KAknsIIDQgnIndiTbAppsgrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12875
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbAppsgrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12877
static const TAknsItemID KAknsIIDQgnIndiTbDialler =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12878
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbDialler };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12880
static const TAknsItemID KAknsIIDQgnIndiTbEmailNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12881
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbEmailNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12883
static const TAknsItemID KAknsIIDQgnIndiTbEmailReply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12884
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbEmailReply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12886
static const TAknsItemID KAknsIIDQgnIndiTbMsgNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12887
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12889
static const TAknsItemID KAknsIIDQgnIndiTbMsgReply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12890
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgReply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12892
static const TAknsItemID KAknsIIDQgnIndiTbProfiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12893
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbProfiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12895
static const TAknsItemID KAknsIIDQgnIndiTimetrackMarked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12896
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTimetrackMarked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12897
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12898
static const TAknsItemID KAknsIIDQgnIndiTimetrackMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12899
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTimetrackMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12901
static const TAknsItemID KAknsIIDQgnIndiVid4AudioMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12902
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4AudioMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12903
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12904
static const TAknsItemID KAknsIIDQgnIndiVid4LightOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12905
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4LightOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12907
static const TAknsItemID KAknsIIDQgnIndiVid4MemoryMmc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12908
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4MemoryMmc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12910
static const TAknsItemID KAknsIIDQgnIndiVid4MemoryPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12911
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4MemoryPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12913
static const TAknsItemID KAknsIIDQgnIndiVid4ModeVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12914
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4ModeVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12916
static const TAknsItemID KAknsIIDQgnIndiVid4QualityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12917
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12919
static const TAknsItemID KAknsIIDQgnIndiVid4QualityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12920
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12922
static const TAknsItemID KAknsIIDQgnIndiVid4QualityNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12923
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12925
static const TAknsItemID KAknsIIDQgnIndiVid4StabilizeOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12926
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4StabilizeOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12928
static const TAknsItemID KAknsIIDQgnIndiWlanSnifferPluginOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12929
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSnifferPluginOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12931
static const TAknsItemID KAknsIIDQgnIndiWlanSnifferPluginOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12932
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSnifferPluginOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12934
static const TAknsItemID KAknsIIDQgnMenuGroupCustomerMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12935
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupCustomerMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12937
static const TAknsItemID KAknsIIDQgnMenuGroupCustomerUtilities =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12938
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupCustomerUtilities };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12940
static const TAknsItemID KAknsIIDQgnMenuWlanSniffer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12941
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuWlanSniffer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12943
static const TAknsItemID KAknsIIDQgnPropFolderParent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12944
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderParent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12946
static const TAknsItemID KAknsIIDQgnPropSetConnWlanConn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12947
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnWlanConn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12949
static const TAknsItemID KAknsIIDQgnPropSetConnWlanOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12950
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnWlanOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12952
static const TAknsItemID KAknsIIDQgnGrafTbExtFindBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12953
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTbExtFindBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12955
static const TAknsItemID KAknsIIDQgnGrafTbExtFindButtonBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12956
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTbExtFindButtonBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12958
static const TAknsItemID KAknsIIDQgnIndiAiArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12959
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12961
static const TAknsItemID KAknsIIDQgnIndiAiArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12962
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12964
static const TAknsItemID KAknsIIDQgnIndiAiBlinds =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12965
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiBlinds };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12967
static const TAknsItemID KAknsIIDQgnIndiAiClosePlugin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12968
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiClosePlugin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12970
static const TAknsItemID KAknsIIDQgnIndiAiClosePluginPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12971
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiClosePluginPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12973
static const TAknsItemID KAknsIIDQgnIndiAiDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12974
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12976
static const TAknsItemID KAknsIIDQgnIndiAiDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12977
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12979
static const TAknsItemID KAknsIIDQgnIndiAiDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12980
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12982
static const TAknsItemID KAknsIIDQgnIndiAiLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12983
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12985
static const TAknsItemID KAknsIIDQgnIndiAiLeftDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12986
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiLeftDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12988
static const TAknsItemID KAknsIIDQgnIndiAiLeftPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12989
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiLeftPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12991
static const TAknsItemID KAknsIIDQgnIndiAiMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12992
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12994
static const TAknsItemID KAknsIIDQgnIndiAiMiddleDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12995
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMiddleDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12997
static const TAknsItemID KAknsIIDQgnIndiAiMiddlePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12998
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiMiddlePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 12999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13000
static const TAknsItemID KAknsIIDQgnIndiAiRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13001
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13003
static const TAknsItemID KAknsIIDQgnIndiAiRightDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13004
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRightDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13006
static const TAknsItemID KAknsIIDQgnIndiAiRightPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13007
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiRightPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13009
static const TAknsItemID KAknsIIDQgnIndiAiShow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13010
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiShow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13012
static const TAknsItemID KAknsIIDQgnIndiAiShowLandscape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13013
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiShowLandscape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13015
static const TAknsItemID KAknsIIDQgnIndiAiUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13016
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13018
static const TAknsItemID KAknsIIDQgnIndiAiUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13019
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13021
static const TAknsItemID KAknsIIDQgnIndiAiUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13022
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13024
static const TAknsItemID KAknsIIDQgnIndiFepButtonInputSwitch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13025
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonInputSwitch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13027
static const TAknsItemID KAknsIIDQgnIndiFepButtonInputSwitchSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13028
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonInputSwitchSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13030
static const TAknsItemID KAknsIIDQgnIndiItutCursorDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13031
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutCursorDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13033
static const TAknsItemID KAknsIIDQgnIndiItutCursorLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13034
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutCursorLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13036
static const TAknsItemID KAknsIIDQgnIndiItutCursorRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13037
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutCursorRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13039
static const TAknsItemID KAknsIIDQgnIndiItutCursorUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13040
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutCursorUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13042
static const TAknsItemID KAknsIIDQgnIndiItutInputSwitch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13043
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutInputSwitch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13045
static const TAknsItemID KAknsIIDQgnIndiKeypadShift =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13046
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiKeypadShift };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13048
static const TAknsItemID KAknsIIDQgnIndiKeypadSpace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13049
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiKeypadSpace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13051
static const TAknsItemID KAknsIIDQgnIndiKeypadStar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13052
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiKeypadStar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13054
static const TAknsItemID KAknsIIDQgnIndiTbExtension =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13055
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbExtension };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13057
static const TAknsItemID KAknsIIDQgnMenuAppsDcd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13058
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAppsDcd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13060
static const TAknsItemID KAknsIIDQgnPropBtAudioConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13061
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtAudioConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13063
static const TAknsItemID KAknsIIDQgnPropBtComputerConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13064
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtComputerConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13066
static const TAknsItemID KAknsIIDQgnPropBtPhoneConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13067
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBtPhoneConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13069
static const TAknsItemID KAknsIIDQgnPropSetAppsDcd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13070
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsDcd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13072
static const TAknsItemID KAknsIIDQgnCalendarEventIndi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13073
    { EAknsMajorGeneric, EAknsMinorGenericQgnCalendarEventIndi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13075
static const TAknsItemID KAknsIIDQgnCalendarIndiDate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13076
    { EAknsMajorGeneric, EAknsMinorGenericQgnCalendarIndiDate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13078
static const TAknsItemID KAknsIIDQgnEasydialActionMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13079
    { EAknsMajorGeneric, EAknsMinorGenericQgnEasydialActionMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13081
static const TAknsItemID KAknsIIDQgnEasydialContact =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13082
    { EAknsMajorGeneric, EAknsMinorGenericQgnEasydialContact };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13084
static const TAknsItemID KAknsIIDQgnEasydialContactGroup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13085
    { EAknsMajorGeneric, EAknsMinorGenericQgnEasydialContactGroup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13087
static const TAknsItemID KAknsIIDQgnEmailFocusFrameBottomLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13088
    { EAknsMajorGeneric, EAknsMinorGenericQgnEmailFocusFrameBottomLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13090
static const TAknsItemID KAknsIIDQgnEmailFocusFrameBottomRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13091
    { EAknsMajorGeneric, EAknsMinorGenericQgnEmailFocusFrameBottomRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13093
static const TAknsItemID KAknsIIDQgnEmailFocusFrameTopLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13094
    { EAknsMajorGeneric, EAknsMinorGenericQgnEmailFocusFrameTopLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13096
static const TAknsItemID KAknsIIDQgnEmailFocusFrameTopRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13097
    { EAknsMajorGeneric, EAknsMinorGenericQgnEmailFocusFrameTopRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13099
static const TAknsItemID KAknsIIDQgnFscalIndiAlarmDay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13100
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiAlarmDay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13102
static const TAknsItemID KAknsIIDQgnFscalIndiAlarmTime =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13103
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiAlarmTime };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13105
static const TAknsItemID KAknsIIDQgnFscalIndiEvents =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13106
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiEvents };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13108
static const TAknsItemID KAknsIIDQgnFscalIndiMemo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13109
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiMemo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13111
static const TAknsItemID KAknsIIDQgnFscalIndiNewTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13112
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiNewTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13114
static const TAknsItemID KAknsIIDQgnFscalIndiOccasion =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13115
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiOccasion };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13117
static const TAknsItemID KAknsIIDQgnFscalIndiPriorityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13118
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiPriorityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13120
static const TAknsItemID KAknsIIDQgnFscalIndiPriorityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13121
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiPriorityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13123
static const TAknsItemID KAknsIIDQgnFscalIndiPriorityNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13124
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiPriorityNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13126
static const TAknsItemID KAknsIIDQgnFscalIndiRecurrence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13127
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiRecurrence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13129
static const TAknsItemID KAknsIIDQgnFscalIndiSubject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13130
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiSubject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13132
static const TAknsItemID KAknsIIDQgnFscalIndiSubject02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13133
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiSubject02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13135
static const TAknsItemID KAknsIIDQgnFscalIndiSubjectPrioHi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13136
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiSubjectPrioHi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13138
static const TAknsItemID KAknsIIDQgnFscalIndiSynchronisation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13139
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiSynchronisation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13141
static const TAknsItemID KAknsIIDQgnFscalIndiTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13142
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13144
static const TAknsItemID KAknsIIDQgnFseDropDownDeletedItemsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13145
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownDeletedItemsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13147
static const TAknsItemID KAknsIIDQgnFseDropDownDraftsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13148
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownDraftsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13150
static const TAknsItemID KAknsIIDQgnFseDropDownEmailAccountIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13151
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownEmailAccountIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13153
static const TAknsItemID KAknsIIDQgnFseDropDownInboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13154
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownInboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13156
static const TAknsItemID KAknsIIDQgnFseDropDownMoreFoldersIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13157
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownMoreFoldersIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13159
static const TAknsItemID KAknsIIDQgnFseDropDownOutboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13160
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownOutboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13162
static const TAknsItemID KAknsIIDQgnFseDropDownSentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13163
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownSentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13165
static const TAknsItemID KAknsIIDQgnFseDropDownSentIcon2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13166
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseDropDownSentIcon2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13168
static const TAknsItemID KAknsIIDQgnFseFolderListAscendingIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13169
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListAscendingIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13171
static const TAknsItemID KAknsIIDQgnFseFolderListDeletedItemsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13172
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListDeletedItemsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13174
static const TAknsItemID KAknsIIDQgnFseFolderListDescendingIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13175
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListDescendingIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13177
static const TAknsItemID KAknsIIDQgnFseFolderListDraftsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13178
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListDraftsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13180
static const TAknsItemID KAknsIIDQgnFseFolderListInboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13181
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListInboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13183
static const TAknsItemID KAknsIIDQgnFseFolderListInboxSubfoldersIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13184
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListInboxSubfoldersIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13185
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13186
static const TAknsItemID KAknsIIDQgnFseFolderListServerFoldersIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13187
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListServerFoldersIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13189
static const TAknsItemID KAknsIIDQgnFseMailAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13190
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13192
static const TAknsItemID KAknsIIDQgnFseMailIconForwardedAttachmentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13193
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconForwardedAttachmentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13195
static const TAknsItemID KAknsIIDQgnFseMailIconForwardedIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13196
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconForwardedIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13198
static const TAknsItemID KAknsIIDQgnFseMailIconHighPriorityIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13199
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconHighPriorityIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13201
static const TAknsItemID KAknsIIDQgnFseMailIconLowPriorityIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13202
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconLowPriorityIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13204
static const TAknsItemID KAknsIIDQgnFseMailIconReadAttachmentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13205
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconReadAttachmentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13207
static const TAknsItemID KAknsIIDQgnFseMailIconReadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13208
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconReadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13210
static const TAknsItemID KAknsIIDQgnFseMailIconRepliedAllAttachmentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13211
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconRepliedAllAttachmentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13213
static const TAknsItemID KAknsIIDQgnFseMailIconRepliedAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13214
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconRepliedAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13216
static const TAknsItemID KAknsIIDQgnFseMailIconRepliedAttachmentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13217
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconRepliedAttachmentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13219
static const TAknsItemID KAknsIIDQgnFseMailIconRepliedIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13220
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconRepliedIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13222
static const TAknsItemID KAknsIIDQgnFseMailIconUnreadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13223
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconUnreadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13225
static const TAknsItemID KAknsIIDQgnFseMailIconUnreadAttachmentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13226
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailIconUnreadAttachmentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13228
static const TAknsItemID KAknsIIDQgnFseMailRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13229
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13231
static const TAknsItemID KAknsIIDQgnFseMailReadAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13232
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13234
static const TAknsItemID KAknsIIDQgnFseMailReadAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13235
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13237
static const TAknsItemID KAknsIIDQgnFseMailReadForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13238
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13240
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13241
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13243
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13244
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13246
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13247
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13248
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13249
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13250
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13252
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13253
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13255
static const TAknsItemID KAknsIIDQgnFseMailReadForwardedLowPrior2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13256
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadForwardedLowPrior2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13258
static const TAknsItemID KAknsIIDQgnFseMailReadHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13259
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13261
static const TAknsItemID KAknsIIDQgnFseMailReadLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13262
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13264
static const TAknsItemID KAknsIIDQgnFseMailReadReplied =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13265
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadReplied };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13267
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13268
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13270
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13271
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13273
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13274
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13276
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13277
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13279
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedForwardedAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13280
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13282
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedForwardedAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13283
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13285
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedForwardedAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13286
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedForwardedAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13287
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13288
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedForwardedHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13289
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedForwardedHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13290
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13291
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13292
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13293
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13294
static const TAknsItemID KAknsIIDQgnFseMailReadRepliedLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13295
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadRepliedLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13297
static const TAknsItemID KAknsIIDQgnFseMailSentMail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13298
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailSentMail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13300
static const TAknsItemID KAknsIIDQgnFseMailUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13301
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13303
static const TAknsItemID KAknsIIDQgnFseMailUnreadAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13304
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13306
static const TAknsItemID KAknsIIDQgnFseMailUnreadAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13307
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13309
static const TAknsItemID KAknsIIDQgnFseMailUnreadAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13310
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13312
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13313
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13315
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwardedAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13316
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwardedAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13318
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwardedAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13319
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13321
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwardedAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13322
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwardedAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13324
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwardedHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13325
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwardedHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13327
static const TAknsItemID KAknsIIDQgnFseMailUnreadForwardedLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13328
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadForwardedLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13330
static const TAknsItemID KAknsIIDQgnFseMailUnreadHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13331
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13333
static const TAknsItemID KAknsIIDQgnFseMailUnreadLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13334
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13336
static const TAknsItemID KAknsIIDQgnFseViewerFollowUpCompleteIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13337
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13339
static const TAknsItemID KAknsIIDQgnFseViewerFollowUpCompleteIcon02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13340
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerFollowUpCompleteIcon02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13342
static const TAknsItemID KAknsIIDQgnFseViewerFollowUpIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13343
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerFollowUpIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13345
static const TAknsItemID KAknsIIDQgnFseViewerIconHighPriorityIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13346
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconHighPriorityIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13348
static const TAknsItemID KAknsIIDQgnFseViewerIconLowPriorityIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13349
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconLowPriorityIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13351
static const TAknsItemID KAknsIIDQgnFseViewerIconReadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13352
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconReadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13354
static const TAknsItemID KAknsIIDQgnFseViewerIconRepliedAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13355
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconRepliedAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13357
static const TAknsItemID KAknsIIDQgnFseViewerIconRepliedIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13358
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconRepliedIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13360
static const TAknsItemID KAknsIIDQgnFseViewerIconUnreadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13361
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerIconUnreadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13363
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentDocIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13364
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentDocIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13366
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentHtmlIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13367
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentHtmlIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13369
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentImageIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13370
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentImageIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13372
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentNotDownloadedIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13373
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentNotDownloadedIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13375
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentPdfIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13376
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentPdfIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13378
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentPptIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13379
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentPptIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13381
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentRtfIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13382
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentRtfIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13384
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentUnidentifiedExtensionIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13385
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentUnidentifiedExtensionIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13387
static const TAknsItemID KAknsIIDQgnFseViewerAttachmentXlsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13388
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseViewerAttachmentXlsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13390
static const TAknsItemID KAknsIIDQgnFsActionCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13391
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13393
static const TAknsItemID KAknsIIDQgnFsActionConfService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13394
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionConfService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13396
static const TAknsItemID KAknsIIDQgnFsActionConfWizard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13397
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionConfWizard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13399
static const TAknsItemID KAknsIIDQgnFsActionEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13400
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13402
static const TAknsItemID KAknsIIDQgnFsActionMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13403
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13405
static const TAknsItemID KAknsIIDQgnFsActionMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13406
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13408
static const TAknsItemID KAknsIIDQgnFsActionPtt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13409
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionPtt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13411
static const TAknsItemID KAknsIIDQgnFsActionSms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13412
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionSms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13414
static const TAknsItemID KAknsIIDQgnFsActionVidcall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13415
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionVidcall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13417
static const TAknsItemID KAknsIIDQgnFsActionVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13418
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13420
static const TAknsItemID KAknsIIDQgnFsContactsGroup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13421
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsContactsGroup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13423
static const TAknsItemID KAknsIIDQgnFsDatabasePhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13424
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsDatabasePhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13426
static const TAknsItemID KAknsIIDQgnFsEmailContentTypeGroupedResultView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13427
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailContentTypeGroupedResultView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13429
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13430
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13432
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13433
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13435
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13436
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13438
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13439
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13441
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13442
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13444
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13445
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13447
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13448
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13450
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField07 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13451
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField07 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13453
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField08 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13454
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField08 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13456
static const TAknsItemID KAknsIIDQgnFsEmailGrafRoundedInputField09 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13457
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailGrafRoundedInputField09 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13459
static const TAknsItemID KAknsIIDQgnFsEmailMenuAppIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13460
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailMenuAppIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13462
static const TAknsItemID KAknsIIDQgnFsEmailReadSingleResultView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13463
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailReadSingleResultView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13465
static const TAknsItemID KAknsIIDQgnFsEmailSentSingleResultView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13466
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailSentSingleResultView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13468
static const TAknsItemID KAknsIIDQgnFsEmailUnreadSingleResultView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13469
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailUnreadSingleResultView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13471
static const TAknsItemID KAknsIIDQgnFsGrafCalendarContent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13472
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafCalendarContent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13474
static const TAknsItemID KAknsIIDQgnFsGrafCalendarCtrlbar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13475
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafCalendarCtrlbar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13477
static const TAknsItemID KAknsIIDQgnFsGrafCalendarHeader =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13478
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafCalendarHeader };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13480
static const TAknsItemID KAknsIIDQgnFsGrafCalendarHeaderCopy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13481
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafCalendarHeaderCopy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13483
static const TAknsItemID KAknsIIDQgnFsGrafContactsContent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13484
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafContactsContent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13485
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13486
static const TAknsItemID KAknsIIDQgnFsGrafContactsCtrlbar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13487
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafContactsCtrlbar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13489
static const TAknsItemID KAknsIIDQgnFsGrafContactsHeader =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13490
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafContactsHeader };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13491
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13492
static const TAknsItemID KAknsIIDQgnFsGrafEmailContent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13493
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafEmailContent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13494
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13495
static const TAknsItemID KAknsIIDQgnFsGrafEmailCtrlbar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13496
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafEmailCtrlbar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13498
static const TAknsItemID KAknsIIDQgnFsGrafEmailHeader =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13499
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafEmailHeader };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13501
static const TAknsItemID KAknsIIDQgnFsGroupConfService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13502
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGroupConfService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13504
static const TAknsItemID KAknsIIDQgnFsGrpListQueryNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13505
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrpListQueryNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13507
static const TAknsItemID KAknsIIDQgnFsHomeNotifActiveNoPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13508
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifActiveNoPopup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13510
static const TAknsItemID KAknsIIDQgnFsHomeNotifActiveWithPopup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13511
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifActiveWithPopup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13513
static const TAknsItemID KAknsIIDQgnFsHomeNotifInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13514
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13516
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13517
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13519
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13520
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13522
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13523
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13525
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13526
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13527
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13528
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13529
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13530
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13531
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupC6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13532
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupC6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13534
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13535
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13537
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13538
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13540
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13541
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13543
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13544
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13545
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13546
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13547
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13548
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13549
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupL6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13550
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupL6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13551
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13552
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13553
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13555
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13556
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13557
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13558
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13559
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13560
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13561
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13562
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13563
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13564
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13565
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13567
static const TAknsItemID KAknsIIDQgnFsHomeNotifPopupR6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13568
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHomeNotifPopupR6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13570
static const TAknsItemID KAknsIIDQgnFsHscrActionArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13571
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrActionArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13573
static const TAknsItemID KAknsIIDQgnFsHscrActionArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13574
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrActionArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13576
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13577
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13579
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13580
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13582
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13583
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13585
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13586
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13588
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13589
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13591
static const TAknsItemID KAknsIIDQgnFsHscrEmailPopup6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13592
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrEmailPopup6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13594
static const TAknsItemID KAknsIIDQgnFsHscrGrafEasydialHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13595
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrGrafEasydialHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13597
static const TAknsItemID KAknsIIDQgnFsHscrGrafEasydialLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13598
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrGrafEasydialLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13600
static const TAknsItemID KAknsIIDQgnFsIndiAddNewMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13601
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiAddNewMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13603
static const TAknsItemID KAknsIIDQgnFsIndiConnected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13604
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiConnected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13606
static const TAknsItemID KAknsIIDQgnFsIndiDisconnectedError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13607
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiDisconnectedError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13609
static const TAknsItemID KAknsIIDQgnFsIndiDisconnectedGeneral =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13610
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiDisconnectedGeneral };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13612
static const TAknsItemID KAknsIIDQgnFsIndiDisconnectedLowBattery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13613
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiDisconnectedLowBattery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13615
static const TAknsItemID KAknsIIDQgnFsIndiIntellisyncInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13616
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiIntellisyncInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13617
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13618
static const TAknsItemID KAknsIIDQgnFsIndiMarkedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13619
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiMarkedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13620
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13621
static const TAknsItemID KAknsIIDQgnFsIndiMinusSign =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13622
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiMinusSign };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13623
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13624
static const TAknsItemID KAknsIIDQgnFsIndiPlusSign =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13625
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPlusSign };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13627
static const TAknsItemID KAknsIIDQgnFsIndiPriorityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13628
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPriorityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13630
static const TAknsItemID KAknsIIDQgnFsIndiPriorityHigh2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13631
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPriorityHigh2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13633
static const TAknsItemID KAknsIIDQgnFsIndiPriorityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13634
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPriorityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13636
static const TAknsItemID KAknsIIDQgnFsIndiPriorityLow2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13637
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPriorityLow2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13639
static const TAknsItemID KAknsIIDQgnFsIndiPriorityNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13640
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPriorityNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13642
static const TAknsItemID KAknsIIDQgnFsIndiSynchronisation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13643
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiSynchronisation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13645
static const TAknsItemID KAknsIIDQgnFsIndiUpgrade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13646
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiUpgrade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13648
static const TAknsItemID KAknsIIDQgnFsPropNrtypEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13649
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropNrtypEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13651
static const TAknsItemID KAknsIIDQgnGrafBarWaitAnim2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13652
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBarWaitAnim2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13654
static const TAknsItemID KAknsIIDQgnGrpListConfService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13655
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrpListConfService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13657
static const TAknsItemID KAknsIIDQgnHscrNotifierAction =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13658
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierAction };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13660
static const TAknsItemID KAknsIIDQgnHscrNotifierMissedCalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13661
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierMissedCalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13663
static const TAknsItemID KAknsIIDQgnHscrNotifierNewVoiceMail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13664
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierNewVoiceMail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13666
static const TAknsItemID KAknsIIDQgnHscrNotifierNewVoiceMail1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13667
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierNewVoiceMail1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13669
static const TAknsItemID KAknsIIDQgnHscrNotifierNewVoiceMail1and2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13670
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierNewVoiceMail1and2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13672
static const TAknsItemID KAknsIIDQgnHscrNotifierNewVoiceMail2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13673
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierNewVoiceMail2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13675
static const TAknsItemID KAknsIIDQgnHscrNotifierUnreadMessages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13676
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrNotifierUnreadMessages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13678
static const TAknsItemID KAknsIIDQgnHscrSecLocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13679
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13681
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierMissedCalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13682
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13684
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierMissedCalls2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13685
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierMissedCalls2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13687
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierNewVoicemails =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13688
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13690
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierNewVoicemails1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13691
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13693
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierNewVoicemails12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13694
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13696
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierNewVoicemails2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13697
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierNewVoicemails2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13699
static const TAknsItemID KAknsIIDQgnHscrSecLockNotifierUnreadMsgs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13700
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSecLockNotifierUnreadMsgs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13702
static const TAknsItemID KAknsIIDQgnHscrSwitchMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13703
    { EAknsMajorGeneric, EAknsMinorGenericQgnHscrSwitchMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13704
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13705
static const TAknsItemID KAknsIIDQgnIndiActionMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13706
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiActionMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13707
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13708
static const TAknsItemID KAknsIIDQgnIndiButtonAnswer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13709
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonAnswer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13711
static const TAknsItemID KAknsIIDQgnIndiButtonBluetooth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13712
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonBluetooth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13713
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13714
static const TAknsItemID KAknsIIDQgnIndiButtonConference =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13715
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonConference };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13716
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13717
static const TAknsItemID KAknsIIDQgnIndiButtonDrop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13718
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonDrop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13720
static const TAknsItemID KAknsIIDQgnIndiButtonEndActiveCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13721
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonEndActiveCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13723
static const TAknsItemID KAknsIIDQgnIndiButtonEndAllCalls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13724
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonEndAllCalls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13726
static const TAknsItemID KAknsIIDQgnIndiButtonEndCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13727
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonEndCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13729
static const TAknsItemID KAknsIIDQgnIndiButtonGoIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13730
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonGoIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13732
static const TAknsItemID KAknsIIDQgnIndiButtonHandset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13733
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonHandset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13735
static const TAknsItemID KAknsIIDQgnIndiButtonHold =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13736
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonHold };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13738
static const TAknsItemID KAknsIIDQgnIndiButtonJoin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13739
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJoin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13741
static const TAknsItemID KAknsIIDQgnIndiButtonLoudspeaker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13742
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonLoudspeaker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13744
static const TAknsItemID KAknsIIDQgnIndiButtonMuteMic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13745
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonMuteMic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13747
static const TAknsItemID KAknsIIDQgnIndiButtonParticipants =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13748
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonParticipants };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13750
static const TAknsItemID KAknsIIDQgnIndiButtonPrivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13751
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonPrivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13753
static const TAknsItemID KAknsIIDQgnIndiButtonReject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13754
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonReject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13756
static const TAknsItemID KAknsIIDQgnIndiButtonSendDtmf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13757
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonSendDtmf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13759
static const TAknsItemID KAknsIIDQgnIndiButtonSwap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13760
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonSwap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13762
static const TAknsItemID KAknsIIDQgnIndiButtonUnhold =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13763
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonUnhold };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13765
static const TAknsItemID KAknsIIDQgnIndiButtonUnmuteMic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13766
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonUnmuteMic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13768
static const TAknsItemID KAknsIIDQgnIndiButtonVideoToVoice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13769
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonVideoToVoice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13771
static const TAknsItemID KAknsIIDQgnIndiButtonVoiceToVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13772
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonVoiceToVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13774
static const TAknsItemID KAknsIIDQgnIndiCam4Antired =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13775
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Antired };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13776
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13777
static const TAknsItemID KAknsIIDQgnIndiCam4Audio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13778
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Audio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13779
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13780
static const TAknsItemID KAknsIIDQgnIndiCam4AudioMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13781
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4AudioMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13783
static const TAknsItemID KAknsIIDQgnIndiCam4Autoflash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13784
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Autoflash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13786
static const TAknsItemID KAknsIIDQgnIndiCam4Camera =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13787
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Camera };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13789
static const TAknsItemID KAknsIIDQgnIndiCam4CameraSecond =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13790
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4CameraSecond };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13792
static const TAknsItemID KAknsIIDQgnIndiCam4Capture =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13793
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Capture };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13795
static const TAknsItemID KAknsIIDQgnIndiCam4Colour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13796
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Colour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13798
static const TAknsItemID KAknsIIDQgnIndiCam4ColourBw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13799
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourBw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13801
static const TAknsItemID KAknsIIDQgnIndiCam4ColourNatural =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13802
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourNatural };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13804
static const TAknsItemID KAknsIIDQgnIndiCam4ColourNegative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13805
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourNegative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13806
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13807
static const TAknsItemID KAknsIIDQgnIndiCam4ColourNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13808
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13809
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13810
static const TAknsItemID KAknsIIDQgnIndiCam4ColourSepia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13811
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourSepia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13813
static const TAknsItemID KAknsIIDQgnIndiCam4ColourVivid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13814
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ColourVivid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13816
static const TAknsItemID KAknsIIDQgnIndiCam4Delete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13817
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Delete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13819
static const TAknsItemID KAknsIIDQgnIndiCam4Edit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13820
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Edit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13822
static const TAknsItemID KAknsIIDQgnIndiCam4Exposure =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13823
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Exposure };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13824
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13825
static const TAknsItemID KAknsIIDQgnIndiCam4Extension =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13826
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Extension };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13827
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13828
static const TAknsItemID KAknsIIDQgnIndiCam4FlashOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13829
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FlashOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13831
static const TAknsItemID KAknsIIDQgnIndiCam4FlashOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13832
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FlashOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13834
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13835
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13836
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13837
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13838
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13840
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13841
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13843
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13844
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13846
static const TAknsItemID KAknsIIDQgnIndiCam4GotoGallery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13847
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4GotoGallery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13849
static const TAknsItemID KAknsIIDQgnIndiCam4Iso =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13850
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Iso };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13852
static const TAknsItemID KAknsIIDQgnIndiCam4IsoAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13853
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13855
static const TAknsItemID KAknsIIDQgnIndiCam4IsoHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13856
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13858
static const TAknsItemID KAknsIIDQgnIndiCam4IsoLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13859
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13861
static const TAknsItemID KAknsIIDQgnIndiCam4IsoMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13862
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13864
static const TAknsItemID KAknsIIDQgnIndiCam4LightOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13865
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4LightOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13867
static const TAknsItemID KAknsIIDQgnIndiCam4LightOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13868
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4LightOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13870
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryMmc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13871
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryMmc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13873
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13874
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13875
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13876
static const TAknsItemID KAknsIIDQgnIndiCam4ModeAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13877
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13878
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13879
static const TAknsItemID KAknsIIDQgnIndiCam4ModeCloseup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13880
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeCloseup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13881
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13882
static const TAknsItemID KAknsIIDQgnIndiCam4ModeLandscape =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13883
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeLandscape };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13884
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13885
static const TAknsItemID KAknsIIDQgnIndiCam4ModeNight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13886
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeNight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13888
static const TAknsItemID KAknsIIDQgnIndiCam4ModePortrait =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13889
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModePortrait };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13890
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13891
static const TAknsItemID KAknsIIDQgnIndiCam4ModeSport =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13892
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeSport };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13893
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13894
static const TAknsItemID KAknsIIDQgnIndiCam4ModeUserscene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13895
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeUserscene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13896
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13897
static const TAknsItemID KAknsIIDQgnIndiCam4Quality03mpLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13898
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality03mpLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13899
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13900
static const TAknsItemID KAknsIIDQgnIndiCam4Quality08mpLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13901
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality08mpLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13903
static const TAknsItemID KAknsIIDQgnIndiCam4Quality13mpLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13904
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality13mpLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13906
static const TAknsItemID KAknsIIDQgnIndiCam4Quality13mpMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13907
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality13mpMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13909
static const TAknsItemID KAknsIIDQgnIndiCam4Quality1mpLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13910
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality1mpLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13911
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13912
static const TAknsItemID KAknsIIDQgnIndiCam4Quality2mpHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13913
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality2mpHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13914
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13915
static const TAknsItemID KAknsIIDQgnIndiCam4Quality2mpMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13916
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality2mpMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13918
static const TAknsItemID KAknsIIDQgnIndiCam4Quality3mpHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13919
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality3mpHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13921
static const TAknsItemID KAknsIIDQgnIndiCam4Quality3mpMedium =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13922
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality3mpMedium };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13924
static const TAknsItemID KAknsIIDQgnIndiCam4Quality5mpHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13925
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality5mpHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13927
static const TAknsItemID KAknsIIDQgnIndiCam4Selftimer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13928
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Selftimer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13930
static const TAknsItemID KAknsIIDQgnIndiCam4Selftimer10s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13931
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Selftimer10s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13933
static const TAknsItemID KAknsIIDQgnIndiCam4Selftimer20s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13934
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Selftimer20s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13936
static const TAknsItemID KAknsIIDQgnIndiCam4SelftimerOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13937
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SelftimerOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13939
static const TAknsItemID KAknsIIDQgnIndiCam4Send =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13940
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Send };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13942
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence10min =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13943
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence10min };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13945
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence10s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13946
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence10s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13948
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence1min =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13949
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence1min };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13951
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence30min =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13952
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence30min };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13954
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence30s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13955
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence30s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13957
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence5min =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13958
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence5min };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13960
static const TAknsItemID KAknsIIDQgnIndiCam4Sequence5s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13961
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sequence5s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13963
static const TAknsItemID KAknsIIDQgnIndiCam4SequenceBurst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13964
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SequenceBurst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13966
static const TAknsItemID KAknsIIDQgnIndiCam4Video =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13967
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Video };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13969
static const TAknsItemID KAknsIIDQgnIndiCam4Wb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13970
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Wb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13971
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13972
static const TAknsItemID KAknsIIDQgnIndiCam4WbAuto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13973
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4WbAuto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13974
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13975
static const TAknsItemID KAknsIIDQgnIndiCam4WbCloudy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13976
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4WbCloudy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13977
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13978
static const TAknsItemID KAknsIIDQgnIndiCam4WbFluorecent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13979
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4WbFluorecent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13980
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13981
static const TAknsItemID KAknsIIDQgnIndiCam4WbSunny =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13982
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4WbSunny };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13983
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13984
static const TAknsItemID KAknsIIDQgnIndiCam4WbTungsten =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13985
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4WbTungsten };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13986
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13987
static const TAknsItemID KAknsIIDQgnIndiCam4Zoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13988
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Zoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13990
static const TAknsItemID KAknsIIDQgnIndiHiddenWlan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13991
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHiddenWlan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13993
static const TAknsItemID KAknsIIDQgnIndiTbAddRecipient =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13994
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbAddRecipient };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13996
static const TAknsItemID KAknsIIDQgnIndiTbEmailForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13997
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbEmailForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 13999
static const TAknsItemID KAknsIIDQgnIndiTbMsgForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14000
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14002
static const TAknsItemID KAknsIIDQgnIndiTbMsgSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14003
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14005
static const TAknsItemID KAknsIIDQgnIndiTbRetrieveMms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14006
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRetrieveMms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14008
static const TAknsItemID KAknsIIDQgnIndiVid4ContinuousAf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14009
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4ContinuousAf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14011
static const TAknsItemID KAknsIIDQgnIndiVid4Pause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14012
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4Pause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14014
static const TAknsItemID KAknsIIDQgnIndiVid4Play =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14015
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4Play };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14017
static const TAknsItemID KAknsIIDQgnIndiVid4QualityEmailHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14018
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityEmailHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14020
static const TAknsItemID KAknsIIDQgnIndiVid4QualityEmailNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14021
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityEmailNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14023
static const TAknsItemID KAknsIIDQgnIndiVid4QualityTvHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14024
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityTvHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14026
static const TAknsItemID KAknsIIDQgnIndiVid4QualityTvNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14027
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityTvNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14029
static const TAknsItemID KAknsIIDQgnIndiVid4Record =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14030
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4Record };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14032
static const TAknsItemID KAknsIIDQgnMeetReqArranger =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14033
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqArranger };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14034
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14035
static const TAknsItemID KAknsIIDQgnMeetReqIndiAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14036
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14037
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14038
static const TAknsItemID KAknsIIDQgnMeetReqIndiChecboxMark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14039
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiChecboxMark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14041
static const TAknsItemID KAknsIIDQgnMeetReqIndiChecboxUnmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14042
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiChecboxUnmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14043
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14044
static const TAknsItemID KAknsIIDQgnMeetReqIndiCheckboxMark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14045
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiCheckboxMark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14046
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14047
static const TAknsItemID KAknsIIDQgnMeetReqIndiCheckboxUnmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14048
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiCheckboxUnmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14049
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14050
static const TAknsItemID KAknsIIDQgnMeetReqIndiClock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14051
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiClock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14053
static const TAknsItemID KAknsIIDQgnMeetReqIndiDate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14054
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiDate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14056
static const TAknsItemID KAknsIIDQgnMeetReqIndiDateEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14057
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiDateEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14058
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14059
static const TAknsItemID KAknsIIDQgnMeetReqIndiDateStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14060
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiDateStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14062
static const TAknsItemID KAknsIIDQgnMeetReqIndiLocation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14063
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiLocation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14065
static const TAknsItemID KAknsIIDQgnMeetReqIndiTimeAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14066
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiTimeAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14068
static const TAknsItemID KAknsIIDQgnMenuEncryption =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14069
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuEncryption };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14071
static const TAknsItemID KAknsIIDQgnMenuModes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14072
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuModes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14074
static const TAknsItemID KAknsIIDQgnMenuSwitchMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14075
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSwitchMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14077
static const TAknsItemID KAknsIIDQgnPropAlbumPhotoVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14078
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAlbumPhotoVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14080
static const TAknsItemID KAknsIIDQgnPropCpDevKeyguard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14081
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevKeyguard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14083
static const TAknsItemID KAknsIIDQgnPropCpDevPsActivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14084
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevPsActivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14086
static const TAknsItemID KAknsIIDQgnPropCpDiagConn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14087
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagConn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14089
static const TAknsItemID KAknsIIDQgnPropCpDiagCoverage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14090
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagCoverage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14092
static const TAknsItemID KAknsIIDQgnPropCpDiagFail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14093
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagFail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14095
static const TAknsItemID KAknsIIDQgnPropCpDiagHw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14096
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagHw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14098
static const TAknsItemID KAknsIIDQgnPropCpDiagNot =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14099
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagNot };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14101
static const TAknsItemID KAknsIIDQgnPropCpDiagPass =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14102
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagPass };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14104
static const TAknsItemID KAknsIIDQgnPropCpDiagService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14105
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDiagService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14107
static const TAknsItemID KAknsIIDQgnSwitchModeAnimation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14108
    { EAknsMajorGeneric, EAknsMinorGenericQgnSwitchModeAnimation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14110
static const TAknsItemID KAknsIIDQgnIndiCam4Contrast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14111
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Contrast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14113
static const TAknsItemID KAknsIIDQgnIndiCam4Sharpness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14114
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Sharpness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14116
static const TAknsItemID KAknsIIDQgnIndiCam4TbCapture =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14117
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbCapture };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14119
static const TAknsItemID KAknsIIDQgnIndiCam4TbDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14120
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14122
static const TAknsItemID KAknsIIDQgnIndiCam4TbEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14123
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14124
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14125
static const TAknsItemID KAknsIIDQgnIndiCam4TbExtension =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14126
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbExtension };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14127
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14128
static const TAknsItemID KAknsIIDQgnIndiCam4TbFlash =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14129
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbFlash };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14130
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14131
static const TAknsItemID KAknsIIDQgnIndiCam4TbLight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14132
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbLight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14133
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14134
static const TAknsItemID KAknsIIDQgnIndiCam4TbPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14135
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14136
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14137
static const TAknsItemID KAknsIIDQgnIndiCam4TbPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14138
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14139
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14140
static const TAknsItemID KAknsIIDQgnIndiCam4TbRecord =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14141
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbRecord };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14142
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14143
static const TAknsItemID KAknsIIDQgnIndiCam4TbSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14144
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14146
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14147
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14149
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14150
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14151
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14152
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMax =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14153
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMax };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14154
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14155
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14156
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14158
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14159
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14161
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14162
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14164
static const TAknsItemID KAknsIIDQgnIndiTbBusinessCard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14165
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbBusinessCard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14167
static const TAknsItemID KAknsIIDQgnIndiTbCamcorder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14168
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCamcorder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14170
static const TAknsItemID KAknsIIDQgnIndiTbCamera =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14171
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCamera };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14173
static const TAknsItemID KAknsIIDQgnIndiTbExpandInsert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14174
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbExpandInsert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14176
static const TAknsItemID KAknsIIDQgnIndiTbMsgForward2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14177
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgForward2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14179
static const TAknsItemID KAknsIIDQgnIndiTbNote =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14180
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbNote };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14182
static const TAknsItemID KAknsIIDQgnIndiTbRetrieveMms2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14183
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRetrieveMms2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14185
static const TAknsItemID KAknsIIDQgnIndiTbSlide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14186
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSlide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14188
static const TAknsItemID KAknsIIDQgnIndiTbTemplate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14189
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbTemplate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14191
static const TAknsItemID KAknsIIDQgnPropCpConnShortcut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14192
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpConnShortcut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14194
static const TAknsItemID KAknsIIDQgnPropCpDevPen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14195
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevPen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14197
static const TAknsItemID KAknsIIDQgnPropCpDevSensor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14198
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevSensor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14200
static const TAknsItemID KAknsIIDQgnPropCpDevVc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14201
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevVc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14203
static const TAknsItemID KAknsIIDQgnPropDownloadVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14204
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDownloadVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14206
static const TAknsItemID KAknsIIDQgnPropImageTbSend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14207
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14209
static const TAknsItemID KAknsIIDQgnPropImageTbSendDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14210
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSendDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14212
static const TAknsItemID KAknsIIDQgnPropImageTbSendFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14213
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSendFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14215
static const TAknsItemID KAknsIIDQgnPropImageTbSendPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14216
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSendPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14218
static const TAknsItemID KAknsIIDQgnPropVdedColor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14219
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVdedColor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14221
static const TAknsItemID KAknsIIDQgnPropVdedMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14222
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVdedMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14224
static const TAknsItemID KAknsIIDQgnPropVdedSlow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14225
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVdedSlow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14227
static const TAknsItemID KAknsIIDQgnPropVdedUnmute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14228
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVdedUnmute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14230
static const TAknsItemID KAknsIIDQgnFseMailReadAttachmentHighPriority =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14231
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailReadAttachmentHighPriority };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14233
static const TAknsItemID KAknsIIDQgnFseMailSentMailFolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14234
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailSentMailFolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14236
static const TAknsItemID KAknsIIDQgnFseMailUnreadReplied =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14237
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadReplied };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14239
static const TAknsItemID KAknsIIDQgnFseMailUnreadRepliedAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14240
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadRepliedAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14242
static const TAknsItemID KAknsIIDQgnFseMailUnreadRepliedAttachmentHighPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14243
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentHighPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14245
static const TAknsItemID KAknsIIDQgnFseMailUnreadRepliedAttachmentLowPrior =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14246
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadRepliedAttachmentLowPrior };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14248
static const TAknsItemID KAknsIIDQgnFsActionAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14249
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14251
static const TAknsItemID KAknsIIDQgnFsCalendargArranger =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14252
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCalendargArranger };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14254
static const TAknsItemID KAknsIIDQgnFsCaleBgLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14255
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleBgLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14257
static const TAknsItemID KAknsIIDQgnFsCaleEvAcc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14258
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvAcc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14260
static const TAknsItemID KAknsIIDQgnFsCaleEvAct =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14261
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvAct };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14263
static const TAknsItemID KAknsIIDQgnFsCaleEvCanc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14264
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvCanc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14266
static const TAknsItemID KAknsIIDQgnFsCaleEvConf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14267
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvConf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14269
static const TAknsItemID KAknsIIDQgnFsCaleEvDecl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14270
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvDecl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14272
static const TAknsItemID KAknsIIDQgnFsCaleEvHiddenIndiDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14273
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvHiddenIndiDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14275
static const TAknsItemID KAknsIIDQgnFsCaleEvHiddenIndiUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14276
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvHiddenIndiUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14278
static const TAknsItemID KAknsIIDQgnFsCaleEvNotsync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14279
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvNotsync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14281
static const TAknsItemID KAknsIIDQgnFsCaleEvPass =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14282
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvPass };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14284
static const TAknsItemID KAknsIIDQgnFsCaleEvTent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14285
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCaleEvTent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14287
static const TAknsItemID KAknsIIDQgnFsCalWeekendBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14288
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCalWeekendBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14290
static const TAknsItemID KAknsIIDQgnFsDropMenuBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14291
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsDropMenuBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14293
static const TAknsItemID KAknsIIDQgnFsEmailail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14294
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14296
static const TAknsItemID KAknsIIDQgnFsEmailerGridInboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14297
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailerGridInboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14299
static const TAknsItemID KAknsIIDQgnFsEmaileUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14300
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmaileUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14302
static const TAknsItemID KAknsIIDQgnFsEmaileUnreadForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14303
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmaileUnreadForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14305
static const TAknsItemID KAknsIIDQgnFsEmaileUnreadWithAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14306
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmaileUnreadWithAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14308
static const TAknsItemID KAknsIIDQgnFsEmaileUnreadWithAttachmentForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14309
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmaileUnreadWithAttachmentForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14311
static const TAknsItemID KAknsIIDQgnFsEmailframeTopLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14312
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailframeTopLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14313
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14314
static const TAknsItemID KAknsIIDQgnFsEmailframeTopRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14315
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailframeTopRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14316
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14317
static const TAknsItemID KAknsIIDQgnFsEmaililAppIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14318
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmaililAppIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14319
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14320
static const TAknsItemID KAknsIIDQgnFsEmailment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14321
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14322
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14323
static const TAknsItemID KAknsIIDQgnFsEmailolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14324
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14325
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14326
static const TAknsItemID KAknsIIDQgnFsEmailCalAcceptCalendarEvent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14327
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalAcceptCalendarEvent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14329
static const TAknsItemID KAknsIIDQgnFsEmailCalCallSender =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14330
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalCallSender };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14332
static const TAknsItemID KAknsIIDQgnFsEmailCalDeclineCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14333
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalDeclineCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14335
static const TAknsItemID KAknsIIDQgnFsEmailCalDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14336
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14338
static const TAknsItemID KAknsIIDQgnFsEmailCalEventRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14339
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14341
static const TAknsItemID KAknsIIDQgnFsEmailCalEventReadAttachments =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14342
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventReadAttachments };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14344
static const TAknsItemID KAknsIIDQgnFsEmailCalEventReadAttachmentsHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14345
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14347
static const TAknsItemID KAknsIIDQgnFsEmailCalEventReadAttachmentsLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14348
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventReadAttachmentsLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14350
static const TAknsItemID KAknsIIDQgnFsEmailCalEventReadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14351
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventReadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14353
static const TAknsItemID KAknsIIDQgnFsEmailCalEventReadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14354
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventReadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14356
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14357
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14359
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnreadAttachments =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14360
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnreadAttachments };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14362
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnreadAttachmentsHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14363
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14364
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14365
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnreadAttachmentsLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14366
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnreadAttachmentsLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14368
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnreadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14369
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnreadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14370
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14371
static const TAknsItemID KAknsIIDQgnFsEmailCalEventUnreadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14372
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalEventUnreadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14373
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14374
static const TAknsItemID KAknsIIDQgnFsEmailCalMarkRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14375
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalMarkRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14376
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14377
static const TAknsItemID KAknsIIDQgnFsEmailCalMarkUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14378
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalMarkUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14380
static const TAknsItemID KAknsIIDQgnFsEmailCalMoveMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14381
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalMoveMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14382
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14383
static const TAknsItemID KAknsIIDQgnFsEmailCalMoveToDrafts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14384
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalMoveToDrafts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14385
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14386
static const TAknsItemID KAknsIIDQgnFsEmailCalOpenCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14387
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalOpenCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14388
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14389
static const TAknsItemID KAknsIIDQgnFsEmailCalRemoveFromCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14390
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalRemoveFromCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14391
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14392
static const TAknsItemID KAknsIIDQgnFsEmailCalReplyAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14393
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalReplyAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14395
static const TAknsItemID KAknsIIDQgnFsEmailCalTentativeCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14396
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailCalTentativeCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14398
static const TAknsItemID KAknsIIDQgnFsGrafCalendarReqAreaBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14399
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafCalendarReqAreaBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14401
static const TAknsItemID KAknsIIDQgnFsGrafDropL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14402
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafDropL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14404
static const TAknsItemID KAknsIIDQgnFsGrafDropM =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14405
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafDropM };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14407
static const TAknsItemID KAknsIIDQgnFsGrafDropOnepc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14408
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafDropOnepc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14410
static const TAknsItemID KAknsIIDQgnFsGrafDropR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14411
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsGrafDropR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14413
static const TAknsItemID KAknsIIDQgnFsIndiAbout =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14414
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiAbout };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14416
static const TAknsItemID KAknsIIDQgnFsIndiBackup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14417
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiBackup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14419
static const TAknsItemID KAknsIIDQgnFsIndiDefaultInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14420
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiDefaultInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14422
static const TAknsItemID KAknsIIDQgnFsIndiFileSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14423
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiFileSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14425
static const TAknsItemID KAknsIIDQgnFsIndiHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14426
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14428
static const TAknsItemID KAknsIIDQgnFsIndiInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14429
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14431
static const TAknsItemID KAknsIIDQgnFsIndiPhotoSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14432
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiPhotoSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14434
static const TAknsItemID KAknsIIDQgnFsIndiRemoteLookup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14435
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiRemoteLookup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14437
static const TAknsItemID KAknsIIDQgnFsIndiRestore =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14438
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiRestore };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14440
static const TAknsItemID KAknsIIDQgnFsIndiSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14441
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14443
static const TAknsItemID KAknsIIDQgnFsIndiTravelInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14444
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiTravelInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14446
static const TAknsItemID KAknsIIDQgnFsListItemSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14447
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsListItemSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14449
static const TAknsItemID KAknsIIDQgnFsListSelectedActionRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14450
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsListSelectedActionRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14452
static const TAknsItemID KAknsIIDQgnIndiBatteryFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14453
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14455
static const TAknsItemID KAknsIIDQgnIndiBatteryLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14456
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14458
static const TAknsItemID KAknsIIDQgnIndiBatteryMid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14459
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryMid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14461
static const TAknsItemID KAknsIIDQgnIndiBatteryPsActivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14462
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryPsActivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14464
static const TAknsItemID KAknsIIDQgnIndiBatteryPsDeactivate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14465
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBatteryPsDeactivate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14467
static const TAknsItemID KAknsIIDQgnIndiLevelDecrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14468
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLevelDecrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14470
static const TAknsItemID KAknsIIDQgnIndiLevelIncrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14471
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLevelIncrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14473
static const TAknsItemID KAknsIIDQgnIndiOrgIconLocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14474
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOrgIconLocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14476
static const TAknsItemID KAknsIIDQgnIndiSwitchSct =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14477
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSwitchSct };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14479
static const TAknsItemID KAknsIIDQgnIndiSwitchSmiley =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14480
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSwitchSmiley };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14482
static const TAknsItemID KAknsIIDQgnIndiTbMsgDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14483
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMsgDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14485
static const TAknsItemID KAknsIIDQgnPropMceSubSenderUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14486
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSenderUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14488
static const TAknsItemID KAknsIIDQgnPropMceSubSubjectUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14489
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubSubjectUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14491
static const TAknsItemID KAknsIIDQgnPropMceSubTimeUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14492
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceSubTimeUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14494
static const TAknsItemID KAknsIIDQgnPropSetAppsVr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14495
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsVr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14497
static const TAknsItemID KAknsIIDQsnFsScrollBgBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14498
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollBgBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14500
static const TAknsItemID KAknsIIDQsnFsScrollBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14501
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollBgMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14503
static const TAknsItemID KAknsIIDQsnFsScrollBgTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14504
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollBgTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14506
static const TAknsItemID KAknsIIDQsnFsScrollHandleBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14507
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollHandleBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14509
static const TAknsItemID KAknsIIDQsnFsScrollHandleMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14510
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollHandleMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14512
static const TAknsItemID KAknsIIDQsnFsScrollHandleTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14513
    { EAknsMajorGeneric, EAknsMinorGenericQsnFsScrollHandleTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14515
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14516
// ESeries specific skin constants.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14517
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14519
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14520
* Text color group for ESeries.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14521
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14522
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14523
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14524
static const TAknsItemID KAknsIIDFsTextColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14525
    { EAknsMajorESeries, EAknsMinorESeriesTextColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14526
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14527
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14528
* Enumeration for values in FsTextColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14529
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14530
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14531
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14532
enum TAknsFsTextColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14533
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14534
    // unfocused notifier	text on unfocused notifier	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14535
    EAknsCIFsTextColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14536
    // focused notifier	text on focused notifier	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14537
    EAknsCIFsTextColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14538
    // main area background mail/ contacts/ calendar	general not highlighted text in lists	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14539
    EAknsCIFsTextColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14540
    // input field	not highlighted text in inputfield	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14541
    EAknsCIFsTextColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14542
    // main area  background mail/ input field 	cut/copy/paste highlighted text color	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14543
    EAknsCIFsTextColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14544
    // dropdown box	text on dropdown box	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14545
    EAknsCIFsTextColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14546
    // action menu background	general not highlighted text in lists	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14547
    EAknsCIFsTextColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14548
    // mail header area	general not highlighted text in mail header	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14549
    EAknsCIFsTextColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14550
    // mail header area	highlighted link text	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14551
    EAknsCIFsTextColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14552
    // control bar	control bar area text in calendar	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14553
    EAknsCIFsTextColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14554
    // calendar week view background	day number text 	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14555
    EAknsCIFsTextColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14556
    // calendar view background	left pane text color	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14557
    EAknsCIFsTextColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14558
    // week view highlight	text on week view highlight	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14559
    EAknsCIFsTextColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14560
    // calendar event area	text on calendar event area	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14561
    EAknsCIFsTextColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14562
    // ALF dropdown menu	dropdown menu texts	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14563
    EAknsCIFsTextColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14564
    // notifier popup	unfocused texts in notifier popup	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14565
    EAknsCIFsTextColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14566
    // main area background calendar	current month day numbers	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14567
    EAknsCIFsTextColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14568
    // main area background calendar	adjacent month day numbers	#808080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14569
    EAknsCIFsTextColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14570
    // main area background calendar	anniversary  mark in current month	#FF4500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14571
    EAknsCIFsTextColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14572
    // main area background calendar	anniversary  mark in adjacent month	#F2A38B
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14573
    EAknsCIFsTextColorsCG20   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14574
    // calendar left pane	calendar week numbers	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14575
    EAknsCIFsTextColorsCG21   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14576
    // main area background calendar	calendar day names	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14577
    EAknsCIFsTextColorsCG22   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14578
    // calendar preview pane	Calendar preview text	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14579
    EAknsCIFsTextColorsCG23   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14580
    // Contacts header /search area background Search pane editor indicator 	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14581
    EAknsCIFsTextColorsCG24   = 23,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14582
    // main area background calendar	calendar current day name	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14583
    EAknsCIFsTextColorsCG25   = 24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14584
    // calendar week/month view background	Calender day view text color	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14585
    EAknsCIFsTextColorsCG26   = 25,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14586
    // mail area background	mail sorting header	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14587
    EAknsCIFsTextColorsCG27   = 26,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14588
    // Contacts list view. Company name text.#666666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14589
    EAknsCIFsTextColorsCG28   = 27,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14590
    // Calendar scheduling view. Conflict in meeting request text. #ff0000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14591
    EAknsCIFsTextColorsCG29   = 28,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14592
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14593
    EAknsCIFsTextColorsCG30   = 29,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14594
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14595
    EAknsCIFsTextColorsCG31   = 30
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14596
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14598
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14599
* Line color group for ESeries.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14600
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14601
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14602
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14603
static const TAknsItemID KAknsIIDFsLineColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14604
    { EAknsMajorESeries, EAknsMinorESeriesLineColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14606
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14607
* Enumeration for values in FsLineColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14608
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14609
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14610
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14611
enum TAknsFsLineColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14612
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14613
    // main area background mail / contacts	list seperator lines	#c7c7c7
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14614
    EAknsCIFsLineColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14615
    // action menu background	action menu border	#c9c9c9
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14616
    EAknsCIFsLineColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14617
    // calendar day/week/month view	calendar full hour lines  	#9b9b9b
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14618
    EAknsCIFsLineColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14619
    // calendar day/week/month view	calendar half hour lines  	#a6a6a6
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14620
    EAknsCIFsLineColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14621
    // calendar month view	calendar month grid line color  	#9b9b9b
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14622
    EAknsCIFsLineColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14623
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14624
    EAknsCIFsLineColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14625
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14626
    EAknsCIFsLineColorsCG7    = 6
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14627
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14629
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14630
* Other color group for ESeries.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14631
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14632
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14633
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14634
static const TAknsItemID KAknsIIDFsOtherColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14635
    { EAknsMajorESeries, EAknsMinorESeriesOtherColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14637
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14638
* Enumeration for values in FsOtherColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14639
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14640
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14641
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14642
enum TAknsFsOtherColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14643
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14644
    // dimmed main area background contacts / mail	action menu background	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14645
    EAknsCIFsOtherColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14646
    // calendar week view background	calendar event conflict	#ffae01
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14647
    EAknsCIFsOtherColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14648
    // calendar week view background	calendar event declined	#fe0000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14649
    EAknsCIFsOtherColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14650
    // calendar week view background	calendar event cancelled	#6801b8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14651
    EAknsCIFsOtherColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14652
    // calendar week view background	calendar event accepted	#0000fe
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14653
    EAknsCIFsOtherColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14654
    // calendar week view background	calendar event tentative	#00cb12
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14655
    EAknsCIFsOtherColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14656
    // calendar week view background	calendar event not synchronized	#e4e7eb
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14657
    EAknsCIFsOtherColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14658
    // calendar week/month view background	left pane color	#ebebeb
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14659
    EAknsCIFsOtherColorsCG8    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14660
    // main area background calendar	calendar month view bg color	#f2f2f2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14661
    EAknsCIFsOtherColorsCG9    = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14662
    // calendar month view background	calendar bg color weekend	#b6b3b0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14663
    EAknsCIFsOtherColorsCG10   = 9,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14664
    // calendar month view background	calendar current day background	#cfeeff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14665
    EAknsCIFsOtherColorsCG11   = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14666
    // calendar event details background	Meeting request text area background color	#e8e8e8
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14667
    EAknsCIFsOtherColorsCG12   = 11,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14668
    // calendar event details background	Calendar Header area background color	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14669
    EAknsCIFsOtherColorsCG13   = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14670
    // calendar event details background	Calendar event focused input field border color	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14671
    EAknsCIFsOtherColorsCG14   = 13,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14672
    // calendar week/month view background	Calendar week background color	#d6d3d0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14673
    EAknsCIFsOtherColorsCG15   = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14674
    // calendar week/month view background	Focused day background color	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14675
    EAknsCIFsOtherColorsCG16   = 15,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14676
    // calendar month background	calendar month view background	#d5e6ec
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14677
    EAknsCIFsOtherColorsCG17   = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14678
    // calendar preview background	calendar day preview background	#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14679
    EAknsCIFsOtherColorsCG18   = 17,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14680
    // mail area background	Mail sorting header	#26a4da
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14681
    EAknsCIFsOtherColorsCG19   = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14682
    // Calendar scheduling view. Fill of the scheduling box.#ffffff
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14683
    EAknsCIFsOtherColorsCG20   = 19,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14684
    // Calendar scheduling view.Non-working hours of the scheduling box.# ffff00
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14685
    EAknsCIFsOtherColorsCG21   = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14686
    // Calendar day view.Visual selection highlight colour.#ffe71f
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14687
    EAknsCIFsOtherColorsCG22   = 21,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14688
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14689
    EAknsCIFsOtherColorsCG23   = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14690
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14691
    EAknsCIFsOtherColorsCG24   = 23
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14692
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14694
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14695
* Highlight color group for ESeries.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14696
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14697
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14698
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14699
static const TAknsItemID KAknsIIDFsHighlightColors =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14700
    { EAknsMajorESeries, EAknsMinorESeriesHighlightColors };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14702
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14703
* Enumeration for values in FsHighlightColors color table.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14704
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14705
* @since 3.1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14706
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14707
enum TAknsFsHighlightColorsIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14708
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14709
    // link highlight 	text on highlight	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14710
    EAknsCIFsHighlightColorsCG1    = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14711
    // main background area mail 	cut/copy/paste highlight	#3bbaec
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14712
    EAknsCIFsHighlightColorsCG2    = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14713
    // mail header area 	link text	#0292ca
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14714
    EAknsCIFsHighlightColorsCG3    = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14715
    // mail header area 	highlighted link area	#3bbaec
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14716
    EAknsCIFsHighlightColorsCG4    = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14717
    // calendar week view background	Week view highlight side	#3bbaec
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14718
    EAknsCIFsHighlightColorsCG5    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14719
    // calendar current day backgroud in month view	FS generic grid highlight	#000000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14720
    EAknsCIFsHighlightColorsCG6    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14721
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14722
    EAknsCIFsHighlightColorsCG7    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14723
    // In reserve	In reserve	#0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14724
    EAknsCIFsHighlightColorsCG8    = 7
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14725
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14727
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14728
static const TAknsItemID KAknsIIDQgnFscaIndiActionAnni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14729
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscaIndiActionAnni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14730
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14731
static const TAknsItemID KAknsIIDQgnFscaIndiActionInvitation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14732
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscaIndiActionInvitation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14733
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14734
static const TAknsItemID KAknsIIDQgnFscaIndiActionMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14735
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscaIndiActionMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14736
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14737
static const TAknsItemID KAknsIIDQgnFscaIndiActionMemo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14738
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscaIndiActionMemo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14739
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14740
static const TAknsItemID KAknsIIDQgnFscaIndiActionTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14741
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscaIndiActionTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14742
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14743
static const TAknsItemID KAknsIIDQgnFseActionMenuAcceptIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14744
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAcceptIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14745
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14746
static const TAknsItemID KAknsIIDQgnFseActionMenuAddToContactsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14747
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAddToContactsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14748
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14749
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachmentListOptionsCancelAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14750
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsCancelAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14751
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14752
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachmentListOptionsRemoveAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14753
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14754
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14755
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachmentListOptionsRemoveIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14756
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsRemoveIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14758
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachmentListOptionsViewAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14759
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsViewAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14760
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14761
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachCancelDownloadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14762
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachCancelDownloadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14763
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14764
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachDownloadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14765
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachDownloadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14766
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14767
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachSaveAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14768
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachSaveAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14769
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14770
static const TAknsItemID KAknsIIDQgnFseActionMenuCallIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14771
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuCallIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14772
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14773
static const TAknsItemID KAknsIIDQgnFseActionMenuContactDetailsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14774
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuContactDetailsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14776
static const TAknsItemID KAknsIIDQgnFseActionMenuCreateMeetingIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14777
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuCreateMeetingIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14779
static const TAknsItemID KAknsIIDQgnFseActionMenuCreateMessageIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14780
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuCreateMessageIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14782
static const TAknsItemID KAknsIIDQgnFseActionMenuDeleteIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14783
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuDeleteIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14785
static const TAknsItemID KAknsIIDQgnFseActionMenuForwardIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14786
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuForwardIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14788
static const TAknsItemID KAknsIIDQgnFseActionMenuMarkReadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14789
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuMarkReadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14791
static const TAknsItemID KAknsIIDQgnFseActionMenuMarkUnreadIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14792
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuMarkUnreadIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14794
static const TAknsItemID KAknsIIDQgnFseActionMenuMoveMessageIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14795
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuMoveMessageIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14797
static const TAknsItemID KAknsIIDQgnFseActionMenuMoveToDraftsIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14798
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuMoveToDraftsIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14800
static const TAknsItemID KAknsIIDQgnFseActionMenuRemoteLookupIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14801
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuRemoteLookupIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14803
static const TAknsItemID KAknsIIDQgnFseActionMenuRemoveFromCalendarIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14804
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuRemoveFromCalendarIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14806
static const TAknsItemID KAknsIIDQgnFseActionMenuReplyAllIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14807
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuReplyAllIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14809
static const TAknsItemID KAknsIIDQgnFseActionMenuReplyIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14810
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuReplyIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14812
static const TAknsItemID KAknsIIDQgnFseActionMenuTentativeIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14813
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuTentativeIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14815
static const TAknsItemID KAknsIIDQgnFseActionMenuViewCalendarIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14816
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuViewCalendarIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14818
static const TAknsItemID KAknsIIDQgnFsActionMenuAttachSaveIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14819
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionMenuAttachSaveIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14821
static const TAknsItemID KAknsIIDQgnFsCalPreviewPaneHl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14822
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsCalPreviewPaneHl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14824
static const TAknsItemID KAknsIIDQgnFsPropSetConnRcl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14825
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropSetConnRcl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14827
static const TAknsItemID KAknsIIDQgnFsRclActionRecipient =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14828
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsRclActionRecipient };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14830
static const TAknsItemID KAknsIIDQgnFsRclActionSave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14831
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsRclActionSave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14833
static const TAknsItemID KAknsIIDQgnFsRclSearchPane =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14834
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsRclSearchPane };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14835
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14836
static const TAknsItemID KAknsIIDQgnGrafAdaptSearchBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14837
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAdaptSearchBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14838
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14839
static const TAknsItemID KAknsIIDQgnGrafAdaptSearchPageBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14840
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafAdaptSearchPageBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14842
static const TAknsItemID KAknsIIDQgnGrafFepCharTLeftDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14843
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTLeftDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14844
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14845
static const TAknsItemID KAknsIIDQgnGrafFepCharTLeftDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14846
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTLeftDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14848
static const TAknsItemID KAknsIIDQgnGrafFepCharTLeftDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14849
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTLeftDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14850
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14851
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14852
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14853
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14854
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14855
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14857
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14858
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14860
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14861
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14863
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14864
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14866
static const TAknsItemID KAknsIIDQgnGrafFepCharTMiddleUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14867
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTMiddleUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14869
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14870
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14872
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14873
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14875
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14876
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14878
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14879
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14881
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14882
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14884
static const TAknsItemID KAknsIIDQgnGrafFepCharTRightUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14885
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepCharTRightUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14887
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Empty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14888
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Empty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14890
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Image1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14891
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Image1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14893
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Image2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14894
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Image2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14896
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Image3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14897
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Image3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14899
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Image4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14900
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Image4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14902
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Marker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14903
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Marker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14905
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Video1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14906
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Video1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14907
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14908
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Video2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14909
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Video2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14910
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14911
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Video3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14912
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Video3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14914
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Video4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14915
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Video4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14916
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14917
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4Video5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14918
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4Video5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14920
static const TAknsItemID KAknsIIDQgnIndiAdaptSearchBackspace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14921
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAdaptSearchBackspace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14922
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14923
static const TAknsItemID KAknsIIDQgnIndiBrowserTbViewImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14924
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbViewImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14926
static const TAknsItemID KAknsIIDQgnIndiBrowserTbViewPages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14927
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbViewPages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14929
static const TAknsItemID KAknsIIDQgnIndiBrowserTbWebsearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14930
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbWebsearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14932
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14933
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14935
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14936
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14938
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14939
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14941
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerFire =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14942
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerFire };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14944
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerFireDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14945
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerFireDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14947
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerFirePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14948
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerFirePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14950
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14951
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14953
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerLeftDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14954
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerLeftDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14956
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerLeftPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14957
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerLeftPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14959
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14960
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14962
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerRightDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14963
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerRightDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14965
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerRightPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14966
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerRightPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14968
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14969
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14970
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14971
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14972
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14974
static const TAknsItemID KAknsIIDQgnIndiButtonJRockerUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14975
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonJRockerUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14976
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14977
static const TAknsItemID KAknsIIDQgnIndiCam4Change =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14978
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Change };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14979
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14980
static const TAknsItemID KAknsIIDQgnIndiCam4ContrastMinus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14981
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ContrastMinus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14982
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14983
static const TAknsItemID KAknsIIDQgnIndiCam4ContrastPlus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14984
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ContrastPlus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14985
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14986
static const TAknsItemID KAknsIIDQgnIndiCam4ExposureMinus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14987
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ExposureMinus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14988
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14989
static const TAknsItemID KAknsIIDQgnIndiCam4ExposurePlus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14990
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ExposurePlus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14991
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14992
static const TAknsItemID KAknsIIDQgnIndiCam4IsoLowmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14993
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoLowmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14994
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14995
static const TAknsItemID KAknsIIDQgnIndiCam4IsoMedhigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14996
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4IsoMedhigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14997
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14998
static const TAknsItemID KAknsIIDQgnIndiCam4Location =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 14999
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Location };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15001
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryMass =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15002
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryMass };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15003
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15004
static const TAknsItemID KAknsIIDQgnIndiCam4ModePortraitNight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15005
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModePortraitNight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15006
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15007
static const TAknsItemID KAknsIIDQgnIndiCam4QualitySharing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15008
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualitySharing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15009
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15010
static const TAknsItemID KAknsIIDQgnIndiCam4QualityWideHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15011
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityWideHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15012
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15013
static const TAknsItemID KAknsIIDQgnIndiCam4SharpnessHard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15014
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SharpnessHard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15015
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15016
static const TAknsItemID KAknsIIDQgnIndiCam4SharpnessNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15017
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SharpnessNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15018
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15019
static const TAknsItemID KAknsIIDQgnIndiCam4SharpnessSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15020
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SharpnessSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15022
static const TAknsItemID KAknsIIDQgnIndiCam4TbAddToAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15023
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbAddToAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15025
static const TAknsItemID KAknsIIDQgnIndiCam4ViewfinderOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15026
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ViewfinderOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15028
static const TAknsItemID KAknsIIDQgnIndiCam4ViewfinderOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15029
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ViewfinderOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15031
static const TAknsItemID KAknsIIDQgnIndiCmodeClear =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15032
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeClear };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15034
static const TAknsItemID KAknsIIDQgnIndiCmodePen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15035
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodePen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15037
static const TAknsItemID KAknsIIDQgnIndiCmodeRockerDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15038
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeRockerDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15040
static const TAknsItemID KAknsIIDQgnIndiCmodeRockerLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15041
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeRockerLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15042
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15043
static const TAknsItemID KAknsIIDQgnIndiCmodeRockerRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15044
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeRockerRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15045
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15046
static const TAknsItemID KAknsIIDQgnIndiCmodeRockerSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15047
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeRockerSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15048
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15049
static const TAknsItemID KAknsIIDQgnIndiCmodeRockerUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15050
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmodeRockerUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15051
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15052
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspaceWide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15053
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspaceWide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15054
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15055
static const TAknsItemID KAknsIIDQgnIndiFepButtonBackspaceWideSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15056
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonBackspaceWideSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15057
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15058
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericSpecial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15059
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15060
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15061
static const TAknsItemID KAknsIIDQgnIndiFepButtonCaseNumericSpecialSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15062
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCaseNumericSpecialSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15063
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15064
static const TAknsItemID KAknsIIDQgnIndiFepButtonCloseWide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15065
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCloseWide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15067
static const TAknsItemID KAknsIIDQgnIndiFepButtonCloseWideSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15068
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCloseWideSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15069
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15070
static const TAknsItemID KAknsIIDQgnIndiFepButtonCursorLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15071
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCursorLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15072
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15073
static const TAknsItemID KAknsIIDQgnIndiFepButtonCursorLeftSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15074
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCursorLeftSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15075
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15076
static const TAknsItemID KAknsIIDQgnIndiFepButtonCursorRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15077
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCursorRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15078
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15079
static const TAknsItemID KAknsIIDQgnIndiFepButtonCursorRightSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15080
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonCursorRightSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15081
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15082
static const TAknsItemID KAknsIIDQgnIndiFepButtonOptionsWide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15083
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonOptionsWide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15084
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15085
static const TAknsItemID KAknsIIDQgnIndiFepButtonOptionsWideSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15086
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonOptionsWideSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15088
static const TAknsItemID KAknsIIDQgnIndiFepButtonSmileys =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15089
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSmileys };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15091
static const TAknsItemID KAknsIIDQgnIndiFepButtonSmileysSel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15092
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFepButtonSmileysSel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15093
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15094
static const TAknsItemID KAknsIIDQgnIndiGameA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15095
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGameA };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15096
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15097
static const TAknsItemID KAknsIIDQgnIndiGameB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15098
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGameB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15099
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15100
static const TAknsItemID KAknsIIDQgnIndiGameC =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15101
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGameC };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15103
static const TAknsItemID KAknsIIDQgnIndiGameD =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15104
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGameD };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15106
static const TAknsItemID KAknsIIDQgnIndiItutBackspace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15107
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutBackspace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15109
static const TAknsItemID KAknsIIDQgnIndiItutClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15110
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15112
static const TAknsItemID KAknsIIDQgnIndiItutOptions =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15113
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutOptions };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15114
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15115
static const TAknsItemID KAknsIIDQgnIndiLskHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15116
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLskHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15117
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15118
static const TAknsItemID KAknsIIDQgnIndiNsliderCam4Minus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15119
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderCam4Minus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15121
static const TAknsItemID KAknsIIDQgnIndiNsliserCam4Plus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15122
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliserCam4Plus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15124
static const TAknsItemID KAknsIIDQgnIndiRskHorizontal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15125
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRskHorizontal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15127
static const TAknsItemID KAknsIIDQgnIndiSctrlMaskInactPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15128
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlMaskInactPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15130
static const TAknsItemID KAknsIIDQgnIndiSctClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15131
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15133
static const TAknsItemID KAknsIIDQgnIndiSctPageNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15134
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctPageNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15135
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15136
static const TAknsItemID KAknsIIDQgnIndiSctPagePrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15137
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctPagePrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15139
static const TAknsItemID KAknsIIDQgnIndiSmileyAngry =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15140
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAngry };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15141
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15142
static const TAknsItemID KAknsIIDQgnIndiSmileyBigsmile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15143
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyBigsmile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15145
static const TAknsItemID KAknsIIDQgnIndiSmileyCry =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15146
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyCry };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15147
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15148
static const TAknsItemID KAknsIIDQgnIndiSmileyEvil =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15149
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyEvil };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15150
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15151
static const TAknsItemID KAknsIIDQgnIndiSmileyEyebrows =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15152
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyEyebrows };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15154
static const TAknsItemID KAknsIIDQgnIndiSmileyHeart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15155
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyHeart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15157
static const TAknsItemID KAknsIIDQgnIndiSmileyIrritated =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15158
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyIrritated };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15160
static const TAknsItemID KAknsIIDQgnIndiSmileyKissing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15161
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyKissing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15163
static const TAknsItemID KAknsIIDQgnIndiSmileyNerd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15164
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyNerd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15166
static const TAknsItemID KAknsIIDQgnIndiSmileyNeutral =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15167
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyNeutral };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15169
static const TAknsItemID KAknsIIDQgnIndiSmileyPirate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15170
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyPirate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15172
static const TAknsItemID KAknsIIDQgnIndiSmileySarcastic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15173
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileySarcastic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15175
static const TAknsItemID KAknsIIDQgnIndiSmileySarcasticMad =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15176
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileySarcasticMad };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15178
static const TAknsItemID KAknsIIDQgnIndiSmileySmile =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15179
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileySmile };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15181
static const TAknsItemID KAknsIIDQgnIndiSmileySpring =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15182
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileySpring };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15184
static const TAknsItemID KAknsIIDQgnIndiSmileySuprised =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15185
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileySuprised };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15187
static const TAknsItemID KAknsIIDQgnIndiSmileyTongue =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15188
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyTongue };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15190
static const TAknsItemID KAknsIIDQgnIndiSmileyUnhappy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15191
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyUnhappy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15193
static const TAknsItemID KAknsIIDQgnIndiSmileyVerycool =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15194
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyVerycool };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15196
static const TAknsItemID KAknsIIDQgnIndiSmileyWink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15197
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyWink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15199
static const TAknsItemID KAknsIIDQgnIndiSmileyWinkGrin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15200
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyWinkGrin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15202
static const TAknsItemID KAknsIIDQgnIndiSmileyWondering =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15203
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyWondering };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15205
static const TAknsItemID KAknsIIDQgnMenuWlanLogon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15206
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuWlanLogon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15208
static const TAknsItemID KAknsIIDQgnStatFmtxOffUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15209
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFmtxOffUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15211
static const TAknsItemID KAknsIIDQgnStatFmtxOnUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15212
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatFmtxOnUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15213
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15214
static const TAknsItemID KAknsIIDQgnStatInputPred =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15215
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatInputPred };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15217
static const TAknsItemID KAknsIIDQgnVoipOnlineStatusPending =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15218
    { EAknsMajorGeneric, EAknsMinorGenericQgnVoipOnlineStatusPending };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15220
static const TAknsItemID KAknsIIDQgnEsGrafMshopIconApp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15221
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsGrafMshopIconApp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15223
static const TAknsItemID KAknsIIDQgnEsGrafMshopIconCtx =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15224
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsGrafMshopIconCtx };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15226
static const TAknsItemID KAknsIIDQgnEsGrafNpodaApp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15227
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsGrafNpodaApp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15229
static const TAknsItemID KAknsIIDQgnEsMenuGroupComms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15230
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuGroupComms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15232
static const TAknsItemID KAknsIIDQgnEsMenuGroupGps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15233
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuGroupGps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15235
static const TAknsItemID KAknsIIDQgnEsMenuGroupHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15236
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuGroupHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15238
static const TAknsItemID KAknsIIDQgnEsMenuGroupOffice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15239
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuGroupOffice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15241
static const TAknsItemID KAknsIIDQgnEsMenuMobilesearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15242
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuMobilesearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15244
static const TAknsItemID KAknsIIDQgnEsMenuPrintserverCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15245
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuPrintserverCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15247
static const TAknsItemID KAknsIIDQgnEsMenuPubCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15248
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuPubCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15250
static const TAknsItemID KAknsIIDQgnEsMenuPubLst =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15251
    { EAknsMajorGeneric, EAknsMinorGenericQgnEsMenuPubLst };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15253
static const TAknsItemID KAknsIIDQgnFscalIndiWeekLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15254
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiWeekLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15256
static const TAknsItemID KAknsIIDQgnFscalIndiWeekRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15257
    { EAknsMajorGeneric, EAknsMinorGenericQgnFscalIndiWeekRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15259
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachmentListOptionsAddIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15260
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachmentListOptionsAddIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15262
static const TAknsItemID KAknsIIDQgnFseActionMenuDeclineIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15263
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuDeclineIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15265
static const TAknsItemID KAknsIIDQgnFsEmailLauncherGridInboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15266
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsEmailLauncherGridInboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15268
static const TAknsItemID KAknsIIDQgnFsMeetReqIndiDateAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15269
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsMeetReqIndiDateAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15271
static const TAknsItemID KAknsIIDQgnGrafMupNpvDefalbumart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15272
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupNpvDefalbumart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15274
static const TAknsItemID KAknsIIDQgnGrafMupPodcastArt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15275
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMupPodcastArt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15277
static const TAknsItemID KAknsIIDQgnGrafOrgBgGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15278
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafOrgBgGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15280
static const TAknsItemID KAknsIIDQgnGrafOrgBgList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15281
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafOrgBgList };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15283
static const TAknsItemID KAknsIIDQgnGrafRkmAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15284
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15286
static const TAknsItemID KAknsIIDQgnGrafRkmAllDim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15287
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmAllDim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15289
static const TAknsItemID KAknsIIDQgnGrafRkmPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15290
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15292
static const TAknsItemID KAknsIIDQgnGrafRkmPauseNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15293
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPauseNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15295
static const TAknsItemID KAknsIIDQgnGrafRkmPausePrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15296
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPausePrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15298
static const TAknsItemID KAknsIIDQgnGrafRkmPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15299
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15301
static const TAknsItemID KAknsIIDQgnGrafRkmPlayNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15302
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPlayNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15304
static const TAknsItemID KAknsIIDQgnGrafRkmPlayPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15305
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmPlayPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15307
static const TAknsItemID KAknsIIDQgnGrafRkmStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15308
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15310
static const TAknsItemID KAknsIIDQgnGrafRkmStopNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15311
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmStopNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15313
static const TAknsItemID KAknsIIDQgnGrafRkmStopPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15314
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafRkmStopPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15316
static const TAknsItemID KAknsIIDQgnIndiCall4ImageMaskLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15317
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCall4ImageMaskLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15319
static const TAknsItemID KAknsIIDQgnIndiCall4ImageMaskPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15320
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCall4ImageMaskPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15322
static const TAknsItemID KAknsIIDQgnIndiInputCharNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15323
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCharNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15325
static const TAknsItemID KAknsIIDQgnIndiInputCharPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15326
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCharPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15327
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15328
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimCoffee =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15329
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimCoffee };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15330
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15331
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimConnive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15332
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimConnive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15334
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimDenial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15335
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimDenial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15336
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15337
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimFlirt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15338
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimFlirt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15339
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15340
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimFrustrated =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15341
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimFrustrated };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15342
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15343
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimGum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15344
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimGum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15345
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15346
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimIdea =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15347
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimIdea };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15349
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimInnocent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15350
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimInnocent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15351
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15352
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimLaugh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15353
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimLaugh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15355
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimParty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15356
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimParty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15358
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimRun =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15359
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimRun };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15361
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimSilly =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15362
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimSilly };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15364
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimSleep =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15365
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimSleep };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15367
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimSurprised =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15368
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimSurprised };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15370
static const TAknsItemID KAknsIIDQgnIndiTbChangeStatus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15371
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbChangeStatus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15373
static const TAknsItemID KAknsIIDQgnIndiTbCharGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15374
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCharGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15376
static const TAknsItemID KAknsIIDQgnIndiTbConversation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15377
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbConversation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15379
static const TAknsItemID KAknsIIDQgnIndiTbEditModel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15380
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbEditModel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15382
static const TAknsItemID KAknsIIDQgnIndiTbModelPreview =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15383
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbModelPreview };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15385
static const TAknsItemID KAknsIIDQgnIndiTbRemove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15386
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRemove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15388
static const TAknsItemID KAknsIIDQgnIndiTbSmiley =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15389
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSmiley };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15391
static const TAknsItemID KAknsIIDQgnIndiTbVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15392
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15393
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15394
static const TAknsItemID KAknsIIDQgnIndiTpVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15395
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTpVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15396
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15397
static const TAknsItemID KAknsIIDQgnIndiVoipOnlineStatusAvailable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15398
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipOnlineStatusAvailable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15399
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15400
static const TAknsItemID KAknsIIDQgnIndiVoipOnlineStatusBlocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15401
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipOnlineStatusBlocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15402
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15403
static const TAknsItemID KAknsIIDQgnIndiVoipOnlineStatusOffline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15404
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVoipOnlineStatusOffline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15406
static const TAknsItemID KAknsIIDQgnIndiWmlFlashBroken =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15407
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWmlFlashBroken };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15409
static const TAknsItemID KAknsIIDQgnPropNrtypVoice =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15410
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypVoice };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15412
static const TAknsItemID KAknsIIDQgnPropServiceTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15413
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15415
static const TAknsItemID KAknsIIDQgnPropXspVoipReadyTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15416
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropXspVoipReadyTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15418
static const TAknsItemID KAknsIIDQgnIndiCdrBirthdayMissedNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15419
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrBirthdayMissedNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15421
static const TAknsItemID KAknsIIDQgnIndiCdrMeetingMissedNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15422
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrMeetingMissedNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15424
static const TAknsItemID KAknsIIDQgnIndiCdrReminderMissedNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15425
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrReminderMissedNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15427
static const TAknsItemID KAknsIIDQgnIndiCdrTodoUndone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15428
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrTodoUndone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15430
static const TAknsItemID KAknsIIDQgnIndiCdrTodoUndoneMissedNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15431
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrTodoUndoneMissedNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15433
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15434
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15435
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15436
static const TAknsItemID KAknsIIDQgnIndiImedFreedrawCursorSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15437
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedrawCursorSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15438
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15439
static const TAknsItemID KAknsIIDQgnIndiSwitchSct2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15440
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSwitchSct2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15441
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15442
static const TAknsItemID KAknsIIDQgnIndiSwitchSmiley2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15443
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSwitchSmiley2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15445
static const TAknsItemID KAknsIIDQgnIndiTbCaleAlarmDismiss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15446
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCaleAlarmDismiss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15448
static const TAknsItemID KAknsIIDQgnIndiTbCaleAlarmDismissAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15449
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCaleAlarmDismissAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15451
static const TAknsItemID KAknsIIDQgnMenuMupsv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15452
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMupsv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15453
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15454
static const TAknsItemID KAknsIIDQgnNoteMupsv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15455
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteMupsv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15457
static const TAknsItemID KAknsIIDQgnPropImageTbSend2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15458
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSend2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15459
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15460
static const TAknsItemID KAknsIIDQgnPropImageTbSend2Dimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15461
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSend2Dimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15462
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15463
static const TAknsItemID KAknsIIDQgnPropImageTbSend2Focused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15464
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbSend2Focused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15465
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15466
static const TAknsItemID KAknsIIDQgnPropUsbMemc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15467
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsbMemc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15468
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15469
static const TAknsItemID KAknsIIDQgnPropUsbMemcLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15470
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsbMemcLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15471
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15472
static const TAknsItemID KAknsIIDQgnPropUsbMemcSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15473
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsbMemcSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15475
static const TAknsItemID KAknsIIDQgnPropUsbMemcTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15476
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsbMemcTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15478
static const TAknsItemID KAknsIIDQgnPropUsbMemcTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15479
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropUsbMemcTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15481
static const TAknsItemID KAknsIIDQgnStatCaleUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15482
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaleUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15484
static const TAknsItemID KAknsIIDQgnStatUsbMemcConnectUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15485
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatUsbMemcConnectUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15487
static const TAknsItemID KAknsIIDQgnStatUsbMemcTransferUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15488
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatUsbMemcTransferUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15490
static const TAknsItemID KAknsIIDQgnFseFolderListOutboxIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15491
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListOutboxIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15493
static const TAknsItemID KAknsIIDQgnFseFolderListSentIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15494
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseFolderListSentIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15496
static const TAknsItemID KAknsIIDQgnFseMailUnreadRepliedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15497
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadRepliedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15498
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15499
static const TAknsItemID KAknsIIDQgnFseMailUnreadRepliedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15500
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseMailUnreadRepliedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15501
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15502
static const TAknsItemID KAknsIIDQgnIndiBtBlocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15503
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtBlocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15505
static const TAknsItemID KAknsIIDQgnIndiCam4Gridviewer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15506
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Gridviewer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15508
static const TAknsItemID KAknsIIDQgnIndiCam4Selftimer2sec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15509
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Selftimer2sec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15511
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw10pix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15512
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw10pix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15514
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw15pix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15515
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw15pix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15517
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw20pix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15518
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw20pix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15520
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw3pix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15521
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw3pix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15523
static const TAknsItemID KAknsIIDQgnIndiImedFreedraw5pix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15524
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedFreedraw5pix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15526
static const TAknsItemID KAknsIIDQgnIndiNsliderLevelDecrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15527
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderLevelDecrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15529
static const TAknsItemID KAknsIIDQgnIndiNsliderLevelIncrease =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15530
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderLevelIncrease };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15532
static const TAknsItemID KAknsIIDQgnIndiNsliderMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15533
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15535
static const TAknsItemID KAknsIIDQgnIndiNsliderUnmuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15536
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderUnmuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15538
static const TAknsItemID KAknsIIDQgnIndiNsliderZoomIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15539
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderZoomIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15541
static const TAknsItemID KAknsIIDQgnIndiNsliderZoomOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15542
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNsliderZoomOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15544
static const TAknsItemID KAknsIIDQgnIndiVid4Audio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15545
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4Audio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15547
static const TAknsItemID KAknsIIDQgnIndiVid4LightOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15548
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4LightOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15550
static const TAknsItemID KAknsIIDQgnIndiVid4Video =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15551
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4Video };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15553
static const TAknsItemID KAknsIIDQgnMeetReqIndiDateAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15554
    { EAknsMajorGeneric, EAknsMinorGenericQgnMeetReqIndiDateAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15556
static const TAknsItemID KAknsIIDQgnPropSetService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15557
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15559
static const TAknsItemID KAknsIIDQgnPropSetVoipAdvanced =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15560
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetVoipAdvanced };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15562
static const TAknsItemID KAknsIIDQgnPropVoipNewService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15563
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVoipNewService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15565
static const TAknsItemID KAknsIIDQgnGrafBlid2dfix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15566
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlid2dfix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15568
static const TAknsItemID KAknsIIDQgnGrafBlid3dfix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15569
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlid3dfix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15571
static const TAknsItemID KAknsIIDQgnGrafLineVerticalFade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15572
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafLineVerticalFade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15574
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2EndLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15575
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2EndLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15577
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2EndLeftSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15578
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2EndLeftSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15579
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15580
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2EndRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15581
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2EndRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15583
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2EndRightSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15584
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2EndRightSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15585
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15586
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2Middle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15587
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2Middle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15588
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15589
static const TAknsItemID KAknsIIDQgnGrafNsliderVded2MiddleSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15590
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVded2MiddleSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15592
static const TAknsItemID KAknsIIDQgnIndiCam4TbLightOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15593
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbLightOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15594
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15595
static const TAknsItemID KAknsIIDQgnIndiInputCaseAccented =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15596
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseAccented };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15598
static const TAknsItemID KAknsIIDQgnIndiInputCaseCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15599
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15600
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15601
static const TAknsItemID KAknsIIDQgnIndiInputCaseCapitalCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15602
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseCapitalCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15603
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15604
static const TAknsItemID KAknsIIDQgnIndiInputCaseCapitalGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15605
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseCapitalGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15606
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15607
static const TAknsItemID KAknsIIDQgnIndiInputCaseNumeric =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15608
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseNumeric };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15609
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15610
static const TAknsItemID KAknsIIDQgnIndiInputCaseSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15611
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15613
static const TAknsItemID KAknsIIDQgnIndiInputCaseSmallCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15614
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseSmallCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15616
static const TAknsItemID KAknsIIDQgnIndiInputCaseSmallGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15617
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseSmallGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15619
static const TAknsItemID KAknsIIDQgnIndiInputCaseSpecial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15620
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseSpecial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15622
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextHebrew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15623
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextHebrew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15625
static const TAknsItemID KAknsIIDQgnIndiLskVertical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15626
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLskVertical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15628
static const TAknsItemID KAknsIIDQgnIndiRskVertical =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15629
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRskVertical };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15631
static const TAknsItemID KAknsIIDQgnIndiTbBthf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15632
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbBthf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15634
static const TAknsItemID KAknsIIDQgnIndiTbHandset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15635
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbHandset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15637
static const TAknsItemID KAknsIIDQgnIndiVded2End =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15638
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2End };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15640
static const TAknsItemID KAknsIIDQgnIndiVded2Play =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15641
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2Play };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15643
static const TAknsItemID KAknsIIDQgnIndiVded2Playhead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15644
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2Playhead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15645
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15646
static const TAknsItemID KAknsIIDQgnIndiVded2Start =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15647
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2Start };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15648
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15649
static const TAknsItemID KAknsIIDQgnIndiVorecBiForw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15650
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiForw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15651
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15652
static const TAknsItemID KAknsIIDQgnIndiVorecBiPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15653
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15655
static const TAknsItemID KAknsIIDQgnIndiVorecBiPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15656
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15658
static const TAknsItemID KAknsIIDQgnIndiVorecBiRec =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15659
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiRec };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15661
static const TAknsItemID KAknsIIDQgnIndiVorecBiRew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15662
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiRew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15664
static const TAknsItemID KAknsIIDQgnIndiVorecBiStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15665
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVorecBiStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15667
static const TAknsItemID KAknsIIDQgnPropHwrtrainingShortcutNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15668
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrtrainingShortcutNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15670
static const TAknsItemID KAknsIIDQgnPropHwrtrainingShortcutTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15671
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrtrainingShortcutTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15673
static const TAknsItemID KAknsIIDQgnPropHwrtrainingTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15674
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHwrtrainingTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15676
static const TAknsItemID KAknsIIDQgnStatCtrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15677
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCtrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15679
static const TAknsItemID KAknsIIDQgnStatStrg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15680
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatStrg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15682
static const TAknsItemID KAknsIIDQgnFsActionPostcard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15683
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionPostcard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15685
static const TAknsItemID KAknsIIDQgnGrafBlidDetCircle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15686
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidDetCircle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15688
static const TAknsItemID KAknsIIDQgnGrafBlidInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15689
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15691
static const TAknsItemID KAknsIIDQgnGrafBlidNorth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15692
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidNorth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15694
static const TAknsItemID KAknsIIDQgnGrafBlidRing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15695
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidRing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15696
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15697
static const TAknsItemID KAknsIIDQgnGrafBlidSpwatch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15698
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSpwatch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15699
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15700
static const TAknsItemID KAknsIIDQgnGrafBlidTime =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15701
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidTime };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15702
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15703
static const TAknsItemID KAknsIIDQgnGrafBlidTpmeter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15704
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidTpmeter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15705
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15706
static const TAknsItemID KAknsIIDQgnGrafBlidTpPointer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15707
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidTpPointer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15708
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15709
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbBackToWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15710
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbBackToWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15712
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15713
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15715
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbOpenDetail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15716
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbOpenDetail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15718
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbOpenFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15719
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbOpenFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15721
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbOpenTopic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15722
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbOpenTopic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15723
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15724
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbPrevious =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15725
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbPrevious };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15727
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbUpdate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15728
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbUpdate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15730
static const TAknsItemID KAknsIIDQgnIndiBrowserFeedsTbUpdateAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15731
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserFeedsTbUpdateAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15733
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFindKwNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15734
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFindKwNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15736
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFindKwPrev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15737
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFindKwPrev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15739
static const TAknsItemID KAknsIIDQgnIndiSignalOffline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15740
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSignalOffline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15742
static const TAknsItemID KAknsIIDQgnPropImageTbStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15743
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15745
static const TAknsItemID KAknsIIDQgnPropImageTbStopDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15746
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbStopDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15747
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15748
static const TAknsItemID KAknsIIDQgnPropImageTbStopFocused =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15749
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImageTbStopFocused };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15751
static const TAknsItemID KAknsIIDQgnIndiCam4Selftimer2s =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15752
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Selftimer2s };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15754
static const TAknsItemID KAknsIIDQgnIndiEditVidpict =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15755
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEditVidpict };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15757
static const TAknsItemID KAknsIIDQgnIndiImageDrmInvalidSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15758
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImageDrmInvalidSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15759
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15760
static const TAknsItemID KAknsIIDQgnIndiImageDrmValidSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15761
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImageDrmValidSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15763
static const TAknsItemID KAknsIIDQgnIndiImedPosterize =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15764
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedPosterize };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15765
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15766
static const TAknsItemID KAknsIIDQgnIndiItutListCollapse =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15767
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutListCollapse };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15768
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15769
static const TAknsItemID KAknsIIDQgnIndiItutListExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15770
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiItutListExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15772
static const TAknsItemID KAknsIIDQgnIndiTake5ButtonCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15773
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5ButtonCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15775
static const TAknsItemID KAknsIIDQgnIndiTake5ButtonClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15776
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5ButtonClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15778
static const TAknsItemID KAknsIIDQgnIndiTake5ButtonMail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15779
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5ButtonMail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15781
static const TAknsItemID KAknsIIDQgnIndiTake5ButtonSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15782
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5ButtonSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15783
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15784
static const TAknsItemID KAknsIIDQgnIndiTake5ButtonUpdate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15785
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5ButtonUpdate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15787
static const TAknsItemID KAknsIIDQgnIndiTake5EventNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15788
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5EventNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15790
static const TAknsItemID KAknsIIDQgnIndiTake5RssAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15791
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15792
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15793
static const TAknsItemID KAknsIIDQgnIndiTake5RssImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15794
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15795
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15796
static const TAknsItemID KAknsIIDQgnIndiTake5RssProvider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15797
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssProvider };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15798
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15799
static const TAknsItemID KAknsIIDQgnIndiTake5RssText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15800
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15802
static const TAknsItemID KAknsIIDQgnIndiTake5RssUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15803
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15805
static const TAknsItemID KAknsIIDQgnIndiTake5RssVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15806
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTake5RssVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15808
static const TAknsItemID KAknsIIDQgnIndiTbFmgrDetail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15809
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFmgrDetail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15811
static const TAknsItemID KAknsIIDQgnIndiTbFmgrEject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15812
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFmgrEject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15814
static const TAknsItemID KAknsIIDQgnIndiTbFmgrSort =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15815
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFmgrSort };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15817
static const TAknsItemID KAknsIIDQgnIndiXmediabarBrowser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15818
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarBrowser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15820
static const TAknsItemID KAknsIIDQgnIndiXmediabarBrowserActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15821
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarBrowserActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15823
static const TAknsItemID KAknsIIDQgnIndiXmediabarBrowserPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15824
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarBrowserPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15826
static const TAknsItemID KAknsIIDQgnIndiXmediabarImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15827
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15829
static const TAknsItemID KAknsIIDQgnIndiXmediabarImageActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15830
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarImageActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15832
static const TAknsItemID KAknsIIDQgnIndiXmediabarImagePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15833
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarImagePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15835
static const TAknsItemID KAknsIIDQgnIndiXmediabarMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15836
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15838
static const TAknsItemID KAknsIIDQgnIndiXmediabarMusicActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15839
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarMusicActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15841
static const TAknsItemID KAknsIIDQgnIndiXmediabarMusicPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15842
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarMusicPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15844
static const TAknsItemID KAknsIIDQgnIndiXmediabarShareonline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15845
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarShareonline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15847
static const TAknsItemID KAknsIIDQgnIndiXmediabarShareonlineActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15848
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarShareonlineActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15850
static const TAknsItemID KAknsIIDQgnIndiXmediabarShareonlinePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15851
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarShareonlinePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15853
static const TAknsItemID KAknsIIDQgnIndiXmediabarVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15854
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15855
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15856
static const TAknsItemID KAknsIIDQgnIndiXmediabarVideoActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15857
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarVideoActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15859
static const TAknsItemID KAknsIIDQgnIndiXmediabarVideoPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15860
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiXmediabarVideoPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15862
static const TAknsItemID KAknsIIDQgnPropCam4Codec3gp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15863
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCam4Codec3gp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15865
static const TAknsItemID KAknsIIDQgnPropCam4CodecMp4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15866
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCam4CodecMp4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15868
static const TAknsItemID KAknsIIDQgnPropSetAppsCmode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15869
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetAppsCmode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15871
static const TAknsItemID KAknsIIDQgnPropSwupdFailed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15872
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSwupdFailed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15874
static const TAknsItemID KAknsIIDQgnPropTake5AddNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15875
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5AddNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15877
static const TAknsItemID KAknsIIDQgnPropTake5Contacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15878
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5Contacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15880
static const TAknsItemID KAknsIIDQgnPropTake5Dialer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15881
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5Dialer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15883
static const TAknsItemID KAknsIIDQgnPropTake5Dismiss =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15884
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5Dismiss };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15886
static const TAknsItemID KAknsIIDQgnPropTake5Remind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15887
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5Remind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15889
static const TAknsItemID KAknsIIDQgnPropXmediabar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15890
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropXmediabar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15892
static const TAknsItemID KAknsIIDQgnStatMessageSorted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15893
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatMessageSorted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15895
static const TAknsItemID KAknsIIDQsnFrItutScrollBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15896
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutScrollBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15897
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15898
static const TAknsItemID KAknsIIDQgnGrafTake5TabBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15899
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15900
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15901
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15902
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgMask };    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15903
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15904
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgAddNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15905
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgAddNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15906
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15907
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15908
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgLeft };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15910
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgLeftMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15911
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgLeftMask };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15913
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15914
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgMiddle };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15916
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgMiddleMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15917
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgMiddleMask };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15919
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15920
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgRight };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15922
static const TAknsItemID KAknsIIDQgnGrafTake5TabBgRightMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15923
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafTake5TabBgRightMask };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15925
static const TAknsItemID KAknsIIDQsnFrButtonHighlight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15926
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlight };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15928
static const TAknsItemID KAknsIIDQsnFrButtonHighlightCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15929
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightCornerTl };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15931
static const TAknsItemID KAknsIIDQsnFrButtonHighlightCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15932
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightCornerTr };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15934
static const TAknsItemID KAknsIIDQsnFrButtonHighlightCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15935
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightCornerBl };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15937
static const TAknsItemID KAknsIIDQsnFrButtonHighlightCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15938
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightCornerBr };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15940
static const TAknsItemID KAknsIIDQsnFrButtonHighlightSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15941
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightSideT };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15943
static const TAknsItemID KAknsIIDQsnFrButtonHighlightSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15944
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightSideB };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15946
static const TAknsItemID KAknsIIDQsnFrButtonHighlightSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15947
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightSideL };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15949
static const TAknsItemID KAknsIIDQsnFrButtonHighlightSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15950
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightSideR };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15952
static const TAknsItemID KAknsIIDQsnFrButtonHighlightCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15953
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrButtonHighlightCenter };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15955
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15956
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiMiddle };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15958
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15959
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiSideL };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15961
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15962
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiSideR };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15964
static const TAknsItemID KAknsIIDQsnFrItutButtonComposeMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15965
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposeMiddle };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15967
static const TAknsItemID KAknsIIDQsnFrItutButtonComposeSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15968
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposeSideL };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15970
static const TAknsItemID KAknsIIDQsnFrItutButtonComposeSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15971
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposeSideR };  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15973
static const TAknsItemID KAknsIIDQgnGrafBlidRingfix =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15974
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidRingfix };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15976
static const TAknsItemID KAknsIIDQgnGrafFepChar2TLeftDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15977
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TLeftDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15979
static const TAknsItemID KAknsIIDQgnGrafFepChar2TLeftDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15980
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TLeftDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15982
static const TAknsItemID KAknsIIDQgnGrafFepChar2TLeftDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15983
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TLeftDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15985
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15986
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15988
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15989
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15991
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15992
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15994
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15995
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15997
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15998
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 15999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16000
static const TAknsItemID KAknsIIDQgnGrafFepChar2TMiddleUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16001
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TMiddleUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16003
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16004
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16006
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightDownDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16007
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightDownDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16009
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16010
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16012
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16013
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16015
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightUpDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16016
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightUpDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16018
static const TAknsItemID KAknsIIDQgnGrafFepChar2TRightUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16019
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepChar2TRightUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16021
static const TAknsItemID KAknsIIDQgnGrafInputBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16022
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafInputBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16024
static const TAknsItemID KAknsIIDQgnGrafInputIcfBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16025
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafInputIcfBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16027
static const TAknsItemID KAknsIIDQgnIndiBrowserTbFull =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16028
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbFull };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16030
static const TAknsItemID KAknsIIDQgnIndiBrowserTbHistoryBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16031
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbHistoryBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16033
static const TAknsItemID KAknsIIDQgnIndiBrowserTbHistoryFw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16034
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbHistoryFw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16036
static const TAknsItemID KAknsIIDQgnIndiButtonExitFs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16037
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonExitFs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16039
static const TAknsItemID KAknsIIDQgnIndiInputArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16040
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16042
static const TAknsItemID KAknsIIDQgnIndiInputArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16043
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16045
static const TAknsItemID KAknsIIDQgnIndiInputBackspace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16046
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputBackspace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16048
static const TAknsItemID KAknsIIDQgnIndiInputButtonMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16049
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputButtonMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16051
static const TAknsItemID KAknsIIDQgnIndiInputCandiListClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16052
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCandiListClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16054
static const TAknsItemID KAknsIIDQgnIndiInputCapslock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16055
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCapslock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16057
static const TAknsItemID KAknsIIDQgnIndiInputCaseAccentedCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16058
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseAccentedCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16060
static const TAknsItemID KAknsIIDQgnIndiInputCaseAllTypesJapanese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16061
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseAllTypesJapanese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16063
static const TAknsItemID KAknsIIDQgnIndiInputCaseNumericArabicIndic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16064
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseNumericArabicIndic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16066
static const TAknsItemID KAknsIIDQgnIndiInputCaseNumericDevanagari =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16067
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseNumericDevanagari };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16069
static const TAknsItemID KAknsIIDQgnIndiInputCaseNumericSpecial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16070
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseNumericSpecial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16072
static const TAknsItemID KAknsIIDQgnIndiInputCaseNumericThai =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16073
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseNumericThai };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16075
static const TAknsItemID KAknsIIDQgnIndiInputCaseText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16076
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16078
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextArabic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16079
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextArabic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16081
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextCyrillic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16082
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextCyrillic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16084
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextGreek =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16085
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextGreek };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16087
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextHindi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16088
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextHindi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16090
static const TAknsItemID KAknsIIDQgnIndiInputCaseTextThai =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16091
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCaseTextThai };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16093
static const TAknsItemID KAknsIIDQgnIndiInputChinese =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16094
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputChinese };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16096
static const TAknsItemID KAknsIIDQgnIndiInputClear =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16097
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputClear };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16099
static const TAknsItemID KAknsIIDQgnIndiInputClose =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16100
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputClose };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16102
static const TAknsItemID KAknsIIDQgnIndiInputConvertToKanji =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16103
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputConvertToKanji };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16105
static const TAknsItemID KAknsIIDQgnIndiInputEnter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16106
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputEnter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16108
static const TAknsItemID KAknsIIDQgnIndiInputHiragana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16109
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputHiragana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16111
static const TAknsItemID KAknsIIDQgnIndiInputKatakana =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16112
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputKatakana };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16114
static const TAknsItemID KAknsIIDQgnIndiInputMove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16115
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputMove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16117
static const TAknsItemID KAknsIIDQgnIndiInputOptions =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16118
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputOptions };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16120
static const TAknsItemID KAknsIIDQgnIndiInputShift =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16121
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputShift };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16123
static const TAknsItemID KAknsIIDQgnIndiInputSmileys =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16124
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputSmileys };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16126
static const TAknsItemID KAknsIIDQgnIndiInputSpaceL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16127
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputSpaceL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16129
static const TAknsItemID KAknsIIDQgnIndiInputSpaceMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16130
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputSpaceMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16132
static const TAknsItemID KAknsIIDQgnIndiInputSpaceR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16133
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputSpaceR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16135
static const TAknsItemID KAknsIIDQgnIndiInputSwitcher =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16136
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputSwitcher };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16138
static const TAknsItemID KAknsIIDQgnPropFileRssError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16139
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFileRssError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16141
static const TAknsItemID KAknsIIDQgnPropFolderRssError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16142
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFolderRssError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16144
static const TAknsItemID KAknsIIDQsnFrKeypadButton2Inactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16145
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2Inactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16147
static const TAknsItemID KAknsIIDQsnFrKeypadButton2Normal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16148
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2Normal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16150
static const TAknsItemID KAknsIIDQsnFrKeypadButton2Pressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16151
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2Pressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16153
static const TAknsItemID KAknsIIDQsnFrKeypadButtonInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16154
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16156
static const TAknsItemID KAknsIIDQsnFrKeypadButtonNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16157
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16159
static const TAknsItemID KAknsIIDQsnFrKeypadButtonPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16160
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16163
    // Option item frame 1
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16164
static const TAknsItemID KAknsIIDQsnFrTake5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16165
    { EAknsMajorSkin, EAknsMinorQsnFrTake5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16167
static const TAknsItemID KAknsIIDQsnFrTake5CornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16168
    { EAknsMajorSkin, EAknsMinorQsnFrTake5CornerTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16170
static const TAknsItemID KAknsIIDQsnFrTake5CornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16171
    { EAknsMajorSkin, EAknsMinorQsnFrTake5CornerTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16173
static const TAknsItemID KAknsIIDQsnFrTake5CornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16174
    { EAknsMajorSkin, EAknsMinorQsnFrTake5CornerBl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16176
static const TAknsItemID KAknsIIDQsnFrTake5CornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16177
    { EAknsMajorSkin, EAknsMinorQsnFrTake5CornerBr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16179
static const TAknsItemID KAknsIIDQsnFrTake5SideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16180
    { EAknsMajorSkin, EAknsMinorQsnFrTake5SideT };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16182
static const TAknsItemID KAknsIIDQsnFrTake5SideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16183
    { EAknsMajorSkin, EAknsMinorQsnFrTake5SideB };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16185
static const TAknsItemID KAknsIIDQsnFrTake5SideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16186
    { EAknsMajorSkin, EAknsMinorQsnFrTake5SideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16188
static const TAknsItemID KAknsIIDQsnFrTake5SideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16189
    { EAknsMajorSkin, EAknsMinorQsnFrTake5SideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16191
static const TAknsItemID KAknsIIDQsnFrTake5Center =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16192
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Center };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16193
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16194
    // Option item frame 2
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16195
static const TAknsItemID KAknsIIDQsnFrTake52 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16196
    { EAknsMajorSkin, EAknsMinorQsnFrTake52 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16198
static const TAknsItemID KAknsIIDQsnFrTake5Corner2Tl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16199
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner2Tl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16201
static const TAknsItemID KAknsIIDQsnFrTake5Corner2Tr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16202
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner2Tr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16204
static const TAknsItemID KAknsIIDQsnFrTake5Corner2Bl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16205
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner2Bl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16207
static const TAknsItemID KAknsIIDQsnFrTake5Corner2Br =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16208
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner2Br };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16210
static const TAknsItemID KAknsIIDQsnFrTake5Side2T =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16211
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side2T };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16213
static const TAknsItemID KAknsIIDQsnFrTake5Side2B =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16214
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side2B };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16216
static const TAknsItemID KAknsIIDQsnFrTake5Side2L =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16217
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side2L };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16219
static const TAknsItemID KAknsIIDQsnFrTake5Side2R =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16220
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side2R };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16222
static const TAknsItemID KAknsIIDQsnFrTake5Center2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16223
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Center2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16224
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16225
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16226
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16227
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16228
    // Option item frame 3
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16229
static const TAknsItemID KAknsIIDQsnFrTake53 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16230
    { EAknsMajorSkin, EAknsMinorQsnFrTake53 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16232
static const TAknsItemID KAknsIIDQsnFrTake5Corner3Tl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16233
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner3Tl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16235
static const TAknsItemID KAknsIIDQsnFrTake5Corner3Tr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16236
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner3Tr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16238
static const TAknsItemID KAknsIIDQsnFrTake5Corner3Bl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16239
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner3Bl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16241
static const TAknsItemID KAknsIIDQsnFrTake5Corner3Br =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16242
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Corner3Br };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16244
static const TAknsItemID KAknsIIDQsnFrTake5Side3T =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16245
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side3T };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16247
static const TAknsItemID KAknsIIDQsnFrTake5Side3B =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16248
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side3B };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16250
static const TAknsItemID KAknsIIDQsnFrTake5Side3L =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16251
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side3L };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16253
static const TAknsItemID KAknsIIDQsnFrTake5Side3R =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16254
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Side3R };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16256
static const TAknsItemID KAknsIIDQsnFrTake5Center3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16257
    { EAknsMajorSkin, EAknsMinorQsnFrTake5Center3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16261
    // 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
 16262
static const TAknsItemID KAknsIIDQsnFrFunctionButtonInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16263
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonInactive};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16265
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16266
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16268
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16269
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16271
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBlInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16272
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBlInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16274
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBrInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16275
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBrInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16277
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideTInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16278
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideTInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16280
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideBInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16281
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideBInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16283
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideLInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16284
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideLInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16286
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideRInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16287
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideRInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16289
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCenterInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16290
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCenterInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16291
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16292
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16293
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16294
    // 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
 16295
static const TAknsItemID KAknsIIDQsnFrFunctionButtonNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16296
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonNormal};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16298
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTlNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16299
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTlNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16301
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTrNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16302
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTrNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16304
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBlNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16305
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBlNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16307
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBrNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16308
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBrNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16310
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideTNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16311
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideTNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16313
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideBNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16314
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideBNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16316
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideLNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16317
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideLNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16319
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideRNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16320
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideRNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16322
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCenterNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16323
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCenterNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16324
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16325
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16326
    // 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
 16327
static const TAknsItemID KAknsIIDQsnFrFunctionButtonPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16328
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16330
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16331
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16333
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16334
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerTrPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16336
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16337
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBlPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16339
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16340
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCornerBrPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16342
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16343
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideTPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16345
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16346
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideBPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16348
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16349
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideLPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16351
static const TAknsItemID KAknsIIDQsnFrFunctionButtonSideRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16352
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonSideRPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16354
static const TAknsItemID KAknsIIDQsnFrFunctionButtonCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16355
    { EAknsMajorSkin, EAknsMinorQsnFrFunctionButtonCenterPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16359
    // Sctrl sk button pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16360
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16361
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16363
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16364
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerTlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16365
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16366
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16367
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerTrPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16368
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16369
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16370
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerBlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16371
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16372
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16373
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCornerBrPressed};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16374
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16375
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16376
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideTPressed};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16377
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16378
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16379
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideBPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16381
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16382
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideLPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16384
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonSideRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16385
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonSideRPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16387
static const TAknsItemID KAknsIIDQgnFrSctrlSkButtonCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16388
    { EAknsMajorSkin, EAknsMinorQgnFrSctrlSkButtonCenterPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16391
    //Grid pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16392
static const TAknsItemID KAknsIIDQsnFrGridPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16393
    { EAknsMajorSkin, EAknsMinorQsnFrGridPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16395
static const TAknsItemID KAknsIIDQsnFrGridCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16396
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerTlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16397
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16398
static const TAknsItemID KAknsIIDQsnFrGridCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16399
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerTrPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16400
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16401
static const TAknsItemID KAknsIIDQsnFrGridCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16402
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerBlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16403
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16404
static const TAknsItemID KAknsIIDQsnFrGridCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16405
    { EAknsMajorSkin, EAknsMinorQsnFrGridCornerBrPressed};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16406
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16407
static const TAknsItemID KAknsIIDQsnFrGridSideTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16408
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideTPressed};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16409
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16410
static const TAknsItemID KAknsIIDQsnFrGridSideBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16411
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideBPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16413
static const TAknsItemID KAknsIIDQsnFrGridSideLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16414
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideLPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16416
static const TAknsItemID KAknsIIDQsnFrGridSideRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16417
    { EAknsMajorSkin, EAknsMinorQsnFrGridSideRPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16419
static const TAknsItemID KAknsIIDQsnFrGridCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16420
    { EAknsMajorSkin, EAknsMinorQsnFrGridCenterPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16423
    //List pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16424
static const TAknsItemID KAknsIIDQsnFrListPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16425
    { EAknsMajorSkin, EAknsMinorQsnFrListPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16427
static const TAknsItemID KAknsIIDQsnFrListCornerTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16428
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerTlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16429
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16430
static const TAknsItemID KAknsIIDQsnFrListCornerTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16431
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerTrPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16432
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16433
static const TAknsItemID KAknsIIDQsnFrListCornerBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16434
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerBlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16435
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16436
static const TAknsItemID KAknsIIDQsnFrListCornerBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16437
    { EAknsMajorSkin, EAknsMinorQsnFrListCornerBrPressed};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16438
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16439
static const TAknsItemID KAknsIIDQsnFrListSideTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16440
    { EAknsMajorSkin, EAknsMinorQsnFrListSideTPressed};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16441
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16442
static const TAknsItemID KAknsIIDQsnFrListSideBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16443
    { EAknsMajorSkin, EAknsMinorQsnFrListSideBPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16445
static const TAknsItemID KAknsIIDQsnFrListSideLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16446
    { EAknsMajorSkin, EAknsMinorQsnFrListSideLPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16448
static const TAknsItemID KAknsIIDQsnFrListSideRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16449
    { EAknsMajorSkin, EAknsMinorQsnFrListSideRPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16451
static const TAknsItemID KAknsIIDQsnFrListCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16452
    { EAknsMajorSkin, EAknsMinorQsnFrListCenterPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16453
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16455
    // Schedule Viewer
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16456
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16457
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewer};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16459
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16460
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerCornerTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16461
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16462
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16463
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerCornerTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16464
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16465
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16466
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerCornerBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16467
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16468
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16469
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerCornerBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16470
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16471
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16472
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerSideT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16473
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16474
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16475
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerSideB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16477
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16478
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerSideL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16480
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16481
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerSideR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16483
static const TAknsItemID KAknsIIDQgnFsFrScheduleViewerCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16484
    { EAknsMajorSkin, EAknsMinorQgnFsFrScheduleViewerCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16485
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16487
    // Home Button Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16488
static const TAknsItemID KAknsIIDQgnHomeButtonWidget =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16489
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidget};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16491
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16492
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16493
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16494
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16495
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16496
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16497
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16498
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16499
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16500
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16501
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16502
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16503
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16504
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16505
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16506
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16507
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16509
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16510
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16512
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16513
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16515
static const TAknsItemID KAknsIIDQgnHomeButtonWidgetCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16516
    { EAknsMajorSkin, EAknsMinorQgnHomeButtonWidgetCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16517
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16519
    // Home
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16520
static const TAknsItemID KAknsIIDQsnFrHome =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16521
    { EAknsMajorSkin, EAknsMinorQsnFrHome};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16523
static const TAknsItemID KAknsIIDQsnFrHomeTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16524
    { EAknsMajorSkin, EAknsMinorQsnFrHomeTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16525
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16526
static const TAknsItemID KAknsIIDQsnFrHomeTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16527
    { EAknsMajorSkin, EAknsMinorQsnFrHomeTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16528
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16529
static const TAknsItemID KAknsIIDQsnFrHomeBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16530
    { EAknsMajorSkin, EAknsMinorQsnFrHomeBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16531
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16532
static const TAknsItemID KAknsIIDQsnFrHomeBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16533
    { EAknsMajorSkin, EAknsMinorQsnFrHomeBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16534
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16535
static const TAknsItemID KAknsIIDQsnFrHomeT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16536
    { EAknsMajorSkin, EAknsMinorQsnFrHomeT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16537
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16538
static const TAknsItemID KAknsIIDQsnFrHomeB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16539
    { EAknsMajorSkin, EAknsMinorQsnFrHomeB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16541
static const TAknsItemID KAknsIIDQsnFrHomeL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16542
    { EAknsMajorSkin, EAknsMinorQsnFrHomeL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16544
static const TAknsItemID KAknsIIDQsnFrHomeR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16545
    { EAknsMajorSkin, EAknsMinorQsnFrHomeR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16547
static const TAknsItemID KAknsIIDQsnFrHomeCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16548
    { EAknsMajorSkin, EAknsMinorQsnFrHomeCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16549
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16551
    // Qsn Home Bg Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16552
static const TAknsItemID KAknsIIDQsnHomeBgWidget =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16553
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidget};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16555
static const TAknsItemID KAknsIIDQsnHomeBgWidgetTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16556
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16557
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16558
static const TAknsItemID KAknsIIDQsnHomeBgWidgetTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16559
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16560
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16561
static const TAknsItemID KAknsIIDQsnHomeBgWidgetBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16562
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16563
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16564
static const TAknsItemID KAknsIIDQsnHomeBgWidgetBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16565
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16566
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16567
static const TAknsItemID KAknsIIDQsnHomeBgWidgetT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16568
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16569
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16570
static const TAknsItemID KAknsIIDQsnHomeBgWidgetB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16571
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16573
static const TAknsItemID KAknsIIDQsnHomeBgWidgetL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16574
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16576
static const TAknsItemID KAknsIIDQsnHomeBgWidgetR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16577
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16579
static const TAknsItemID KAknsIIDQsnHomeBgWidgetCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16580
    { EAknsMajorSkin, EAknsMinorQsnHomeBgWidgetCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16581
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16583
    // Qgn Home Bg Widget
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16584
static const TAknsItemID KAknsIIDQgnHomeBgWidget =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16585
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidget};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16587
static const TAknsItemID KAknsIIDQgnHomeBgWidgetTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16588
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16589
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16590
static const TAknsItemID KAknsIIDQgnHomeBgWidgetTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16591
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16592
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16593
static const TAknsItemID KAknsIIDQgnHomeBgWidgetBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16594
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16595
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16596
static const TAknsItemID KAknsIIDQgnHomeBgWidgetBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16597
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16598
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16599
static const TAknsItemID KAknsIIDQgnHomeBgWidgetT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16600
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16601
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16602
static const TAknsItemID KAknsIIDQgnHomeBgWidgetB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16603
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16605
static const TAknsItemID KAknsIIDQgnHomeBgWidgetL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16606
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16608
static const TAknsItemID KAknsIIDQgnHomeBgWidgetR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16609
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16611
static const TAknsItemID KAknsIIDQgnHomeBgWidgetCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16612
    { EAknsMajorSkin, EAknsMinorQgnHomeBgWidgetCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16613
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16615
    // Graf Mediatag Bubble
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16616
static const TAknsItemID KAknsIIDQgnGrafMediatagBubble =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16617
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubble};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16619
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16620
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleCornerTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16621
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16622
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16623
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleCornerTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16624
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16625
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16626
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleCornerBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16627
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16628
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16629
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleCornerBr};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16630
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16631
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16632
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleSideT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16633
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16634
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16635
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleSideB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16637
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16638
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleSideL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16640
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16641
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleSideR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16643
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16644
    { EAknsMajorSkin, EAknsMinorQgnGrafMediatagBubbleCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16645
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16646
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16647
    // Qsn Fr Cmail List
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16648
static const TAknsItemID KAknsIIDQsnFrCmailList =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16649
    { EAknsMajorSkin, EAknsMinorQsnFrCmailList};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16651
static const TAknsItemID KAknsIIDQsnFrCmailListCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16652
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListCornerTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16653
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16654
static const TAknsItemID KAknsIIDQsnFrCmailListCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16655
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListCornerTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16656
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16657
static const TAknsItemID KAknsIIDQsnFrCmailListCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16658
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListCornerBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16659
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16660
static const TAknsItemID KAknsIIDQsnFrCmailListCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16661
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListCornerBr};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16662
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16663
static const TAknsItemID KAknsIIDQsnFrCmailListSideTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16664
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListSideTop};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16665
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16666
static const TAknsItemID KAknsIIDQsnFrCmailListSideBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16667
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListSideBottom}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16669
static const TAknsItemID KAknsIIDQsnFrCmailListSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16670
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListSideL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16672
static const TAknsItemID KAknsIIDQsnFrCmailListSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16673
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListSideR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16675
static const TAknsItemID KAknsIIDQsnFrCmailListCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16676
    { EAknsMajorSkin, EAknsMinorQsnFrCmailListCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16677
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16679
    // Qgn Fr Cmail Field
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16680
static const TAknsItemID KAknsIIDQgnFrCmailField =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16681
    { EAknsMajorSkin, EAknsMinorQgnFrCmailField};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16682
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16683
static const TAknsItemID KAknsIIDQgnFrCmailFieldCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16684
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldCornerTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16685
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16686
static const TAknsItemID KAknsIIDQgnFrCmailFieldCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16687
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldCornerTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16688
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16689
static const TAknsItemID KAknsIIDQgnFrCmailFieldCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16690
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldCornerBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16691
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16692
static const TAknsItemID KAknsIIDQgnFrCmailFieldCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16693
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldCornerBr};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16694
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16695
static const TAknsItemID KAknsIIDQgnFrCmailFieldSideT =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16696
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldSideT};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16697
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16698
static const TAknsItemID KAknsIIDQgnFrCmailFieldSideB =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16699
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldSideB}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16701
static const TAknsItemID KAknsIIDQgnFrCmailFieldSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16702
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldSideL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16704
static const TAknsItemID KAknsIIDQgnFrCmailFieldSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16705
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldSideR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16707
static const TAknsItemID KAknsIIDQgnFrCmailFieldCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16708
    { EAknsMajorSkin, EAknsMinorQgnFrCmailFieldCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16709
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16711
    // Home Pressed
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16712
static const TAknsItemID KAknsIIDQsnFrHomePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16713
    { EAknsMajorSkin, EAknsMinorQsnFrHomePressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16715
static const TAknsItemID KAknsIIDQsnFrHomeTlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16716
    { EAknsMajorSkin, EAknsMinorQsnFrHomeTlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16717
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16718
static const TAknsItemID KAknsIIDQsnFrHomeTrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16719
    { EAknsMajorSkin, EAknsMinorQsnFrHomeTrPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16720
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16721
static const TAknsItemID KAknsIIDQsnFrHomeBlPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16722
    { EAknsMajorSkin, EAknsMinorQsnFrHomeBlPressed};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16723
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16724
static const TAknsItemID KAknsIIDQsnFrHomeBrPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16725
    { EAknsMajorSkin, EAknsMinorQsnFrHomeBrPressed};    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16726
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16727
static const TAknsItemID KAknsIIDQsnFrHomeTPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16728
    { EAknsMajorSkin, EAknsMinorQsnFrHomeTPressed};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16729
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16730
static const TAknsItemID KAknsIIDQsnFrHomeBPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16731
    { EAknsMajorSkin, EAknsMinorQsnFrHomeBPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16733
static const TAknsItemID KAknsIIDQsnFrHomeLPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16734
    { EAknsMajorSkin, EAknsMinorQsnFrHomeLPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16736
static const TAknsItemID KAknsIIDQsnFrHomeRPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16737
    { EAknsMajorSkin, EAknsMinorQsnFrHomeRPressed};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16739
static const TAknsItemID KAknsIIDQsnFrHomeCenterPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16740
    { EAknsMajorSkin, EAknsMinorQsnFrHomeCenterPressed}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16741
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16742
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16743
    // Qsn Fr Title Divider
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16744
static const TAknsItemID KAknsIIDQsnFrTitleDivider =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16745
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDivider};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16747
static const TAknsItemID KAknsIIDQsnFrTitleDividerCornerTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16748
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerCornerTl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16749
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16750
static const TAknsItemID KAknsIIDQsnFrTitleDividerCornerTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16751
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerCornerTr};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16752
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16753
static const TAknsItemID KAknsIIDQsnFrTitleDividerCornerBl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16754
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerCornerBl};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16755
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16756
static const TAknsItemID KAknsIIDQsnFrTitleDividerCornerBr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16757
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerCornerBr};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16758
   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16759
static const TAknsItemID KAknsIIDQsnFrTitleDividerSideTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16760
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerSideTop};   
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16761
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16762
static const TAknsItemID KAknsIIDQsnFrTitleDividerSideBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16763
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerSideBottom}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16765
static const TAknsItemID KAknsIIDQsnFrTitleDividerSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16766
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerSideL};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16768
static const TAknsItemID KAknsIIDQsnFrTitleDividerSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16769
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerSideR};  
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16771
static const TAknsItemID KAknsIIDQsnFrTitleDividerCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16772
    { EAknsMajorSkin, EAknsMinorQsnFrTitleDividerCenter}; 
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16773
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16774
    
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16775
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16776
static const TAknsItemID KAknsIIDQgnGrafBlidFlag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16777
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidFlag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16778
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16779
static const TAknsItemID KAknsIIDQgnGrafBlidSearching =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16780
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearching };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16781
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16782
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16783
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16784
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16785
static const TAknsItemID KAknsIIDQgnGrafBlidStartup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16786
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidStartup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16787
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16788
static const TAknsItemID KAknsIIDQgnGrafBlidUnavail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16789
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidUnavail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16791
static const TAknsItemID KAknsIIDQgnGrafNsliderVerticalMarkerSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16792
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderVerticalMarkerSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16793
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16794
static const TAknsItemID KAknsIIDQgnIndiCam4Pause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16795
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Pause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16796
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16797
static const TAknsItemID KAknsIIDQgnIndiCam4QualityEmailSharing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16798
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityEmailSharing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16799
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16800
static const TAknsItemID KAknsIIDQgnIndiCam4Record =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16801
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Record };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16802
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16803
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMarkerSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16804
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMarkerSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16805
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16806
static const TAknsItemID KAknsIIDQgnIndiVideocallBrightness =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16807
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideocallBrightness };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16808
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16809
static const TAknsItemID KAknsIIDQgnIndiVideocallContrast =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16810
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideocallContrast };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16811
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16812
static const TAknsItemID KAknsIIDQgnIndiVideocallZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16813
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideocallZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16814
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16815
static const TAknsItemID KAknsIIDQgnGrafBgLscSideRightMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16816
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgLscSideRightMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16817
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16818
static const TAknsItemID KAknsIIDQgnGrafBlidSatSignal01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16819
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSatSignal01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16820
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16821
static const TAknsItemID KAknsIIDQgnGrafBlidSatSignal02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16822
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSatSignal02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16823
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16824
static const TAknsItemID KAknsIIDQgnGrafBlidSatSignal03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16825
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSatSignal03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16826
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16827
static const TAknsItemID KAknsIIDQgnGrafBlidSatSignal04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16828
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSatSignal04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16829
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16830
static const TAknsItemID KAknsIIDQgnGrafBlidSatSignal05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16831
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSatSignal05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16832
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16833
static const TAknsItemID KAknsIIDQgnGrafBlidSignalBar01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16834
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSignalBar01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16835
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16836
static const TAknsItemID KAknsIIDQgnGrafBlidSignalBar02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16837
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSignalBar02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16838
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16839
static const TAknsItemID KAknsIIDQgnGrafBlidSignalBar03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16840
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSignalBar03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16841
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16842
static const TAknsItemID KAknsIIDQgnGrafBlidSignalBar04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16843
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSignalBar04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16844
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16845
static const TAknsItemID KAknsIIDQgnGrafBlidSignalBar05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16846
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSignalBar05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16847
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16848
static const TAknsItemID KAknsIIDQgnIndiBrowserBmTbNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16849
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserBmTbNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16850
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16851
static const TAknsItemID KAknsIIDQgnIndiBrowserTbDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16852
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16853
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16854
static const TAknsItemID KAknsIIDQgnIndiEqTbCreateNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16855
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiEqTbCreateNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16856
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16857
static const TAknsItemID KAknsIIDQgnIndiImedDownpleSuper =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16858
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImedDownpleSuper };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16859
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16860
static const TAknsItemID KAknsIIDQgnIndiMpttvTbUnmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16861
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpttvTbUnmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16862
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16863
static const TAknsItemID KAknsIIDQgnIndiMptvTbMark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16864
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMptvTbMark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16865
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16866
static const TAknsItemID KAknsIIDQgnIndiMupTbAddsongs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16867
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbAddsongs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16868
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16869
static const TAknsItemID KAknsIIDQgnIndiMupTbAddtoplaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16870
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbAddtoplaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16871
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16872
static const TAknsItemID KAknsIIDQgnIndiMupTbGotostore =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16873
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbGotostore };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16874
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16875
static const TAknsItemID KAknsIIDQgnIndiMupTbShuffle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16876
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbShuffle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16877
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16878
static const TAknsItemID KAknsIIDQgnMenuGroupHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16879
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16880
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16881
static const TAknsItemID KAknsIIDQgnMenuGroupOwn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16882
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupOwn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16883
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16884
static const TAknsItemID KAknsIIDQgnMenuGroupWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16885
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16886
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16887
static const TAknsItemID KAknsIIDQgnPropTake5Missing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16888
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTake5Missing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16889
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16890
static const TAknsItemID KAknsIIDQgnPropXmediabarLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16891
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropXmediabarLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16892
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16893
static const TAknsItemID KAknsIIDQsnFrTake5CornerRTl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16894
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrTake5CornerRTl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16895
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16896
static const TAknsItemID KAknsIIDQsnFrTake5CornerRTr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16897
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrTake5CornerRTr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16898
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16899
static const TAknsItemID KAknsIIDQgnIndiBrowserTbSwichWin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16900
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbSwichWin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16901
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16902
static const TAknsItemID KAknsIIDQgnIndiCaleTbMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16903
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCaleTbMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16904
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16905
static const TAknsItemID KAknsIIDQgnIndiCam4ModePortraitNigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16906
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModePortraitNigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16907
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16908
static const TAknsItemID KAknsIIDQgnIndiCamBatteryStrength =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16909
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamBatteryStrength };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16910
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16911
static const TAknsItemID KAknsIIDQgnIndiInputFullHalfWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16912
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputFullHalfWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16913
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16914
static const TAknsItemID KAknsIIDQgnIndiInputHalfFullWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16915
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputHalfFullWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16916
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16917
static const TAknsItemID KAknsIIDQgnIndiInputListCollapse =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16918
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputListCollapse };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16919
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16920
static const TAknsItemID KAknsIIDQgnIndiInputListExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16921
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputListExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16922
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16923
static const TAknsItemID KAknsIIDQgnIndiInputMorefunction =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16924
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputMorefunction };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16925
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16926
static const TAknsItemID KAknsIIDQgnIndiRadioDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16927
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16928
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16929
static const TAknsItemID KAknsIIDQgnIndiRadioPlaying =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16930
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioPlaying };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16931
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16932
static const TAknsItemID KAknsIIDQgnIndiTbRadioAutotuneDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16933
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioAutotuneDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16934
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16935
static const TAknsItemID KAknsIIDQgnIndiTbRadioAutotuneUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16936
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioAutotuneUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16937
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16938
static const TAknsItemID KAknsIIDQgnIndiTbRadioNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16939
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16940
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16941
static const TAknsItemID KAknsIIDQgnIndiTbRadioPrevious =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16942
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioPrevious };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16943
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16944
static const TAknsItemID KAknsIIDQgnIndiTbRadioScan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16945
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioScan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16946
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16947
static const TAknsItemID KAknsIIDQgnIndiTbRadioSound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16948
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioSound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16949
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16950
static const TAknsItemID KAknsIIDQgnIndiTbRadioSoundMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16951
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioSoundMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16952
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16953
static const TAknsItemID KAknsIIDQgnIndiTbRadioStationSave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16954
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioStationSave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16955
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16956
static const TAknsItemID KAknsIIDQgnIndiTbRadioStationSaveAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16957
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRadioStationSaveAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16958
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16959
static const TAknsItemID KAknsIIDQgnIndiVded2EndPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16960
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2EndPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16961
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16962
static const TAknsItemID KAknsIIDQgnIndiVded2PlayheadPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16963
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2PlayheadPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16964
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16965
static const TAknsItemID KAknsIIDQgnIndiVded2PlayPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16966
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2PlayPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16967
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16968
static const TAknsItemID KAknsIIDQgnIndiVded2StartPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16969
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2StartPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16970
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16971
static const TAknsItemID KAknsIIDQgnIndiVdedPausePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16972
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedPausePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16973
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16974
static const TAknsItemID KAknsIIDQgnPropCamBatteryIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16975
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamBatteryIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16976
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16977
static const TAknsItemID KAknsIIDQgnPropCatalogsItemUpgrade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16978
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCatalogsItemUpgrade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16979
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16980
static const TAknsItemID KAknsIIDQgnPropCpDevPsActivat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16981
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpDevPsActivat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16982
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16983
static const TAknsItemID KAknsIIDQgnPropFmgrUsbMemcSub =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16984
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropFmgrUsbMemcSub };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16985
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16986
static const TAknsItemID KAknsIIDQsnFrInputListButtonHighlight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16987
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrInputListButtonHighlight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16988
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16989
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiPressedMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16990
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiPressedMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16991
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16992
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiPressedSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16993
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiPressedSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16994
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16995
static const TAknsItemID KAknsIIDQsnFrItutButtonCandiPressedSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16996
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonCandiPressedSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16997
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16998
static const TAknsItemID KAknsIIDQsnFrItutButtonComposePressedMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 16999
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposePressedMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17000
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17001
static const TAknsItemID KAknsIIDQsnFrItutButtonComposePressedSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17002
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposePressedSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17003
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17004
static const TAknsItemID KAknsIIDQsnFrItutButtonComposePressedSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17005
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrItutButtonComposePressedSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17006
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17007
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17008
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17009
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17010
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17011
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17012
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17013
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17014
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17015
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17016
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17017
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17018
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17019
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17020
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17021
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17022
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17023
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17024
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17025
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall07 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17026
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall07 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17027
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17028
static const TAknsItemID KAknsIIDQgnGrafBlidSearchingSmall08 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17029
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidSearchingSmall08 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17030
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17031
static const TAknsItemID KAknsIIDQgnGrafNsliderCam4MarkerSelected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17032
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNsliderCam4MarkerSelected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17033
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17034
static const TAknsItemID KAknsIIDQgnNoteKeyguardLockedAnim1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17035
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardLockedAnim1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17036
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17037
static const TAknsItemID KAknsIIDQgnNoteKeyguardLockedAnim2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17038
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardLockedAnim2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17039
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17040
static const TAknsItemID KAknsIIDQgnNoteKeyguardLockedAnim3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17041
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardLockedAnim3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17042
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17043
static const TAknsItemID KAknsIIDQgnNoteKeyguardLockedAnim4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17044
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardLockedAnim4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17045
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17046
static const TAknsItemID KAknsIIDQgnNoteKeyguardTounlockAnim1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17047
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardTounlockAnim1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17048
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17049
static const TAknsItemID KAknsIIDQgnNoteKeyguardTounlockAnim2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17050
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardTounlockAnim2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17051
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17052
static const TAknsItemID KAknsIIDQgnNoteKeyguardTounlockAnim3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17053
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardTounlockAnim3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17054
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17055
static const TAknsItemID KAknsIIDQgnNoteKeyguardTounlockAnim4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17056
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardTounlockAnim4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17057
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17058
static const TAknsItemID KAknsIIDQgnNoteKeyguardUnlockedAnim1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17059
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardUnlockedAnim1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17060
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17061
static const TAknsItemID KAknsIIDQgnNoteKeyguardUnlockedAnim2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17062
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardUnlockedAnim2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17063
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17064
static const TAknsItemID KAknsIIDQgnNoteKeyguardUnlockedAnim3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17065
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardUnlockedAnim3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17066
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17067
static const TAknsItemID KAknsIIDQgnNoteKeyguardUnlockedAnim4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17068
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteKeyguardUnlockedAnim4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17069
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17070
static const TAknsItemID KAknsIIDQgnIndiDialerEightLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17071
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerEightLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17072
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17073
static const TAknsItemID KAknsIIDQgnIndiDialerFiveLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17074
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerFiveLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17075
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17076
static const TAknsItemID KAknsIIDQgnIndiDialerFourLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17077
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerFourLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17078
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17079
static const TAknsItemID KAknsIIDQgnIndiDialerHashLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17080
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerHashLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17081
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17082
static const TAknsItemID KAknsIIDQgnIndiDialerNineLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17083
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerNineLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17084
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17085
static const TAknsItemID KAknsIIDQgnIndiDialerOneLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17086
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerOneLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17087
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17088
static const TAknsItemID KAknsIIDQgnIndiDialerPrefixLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17089
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerPrefixLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17090
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17091
static const TAknsItemID KAknsIIDQgnIndiDialerSevenLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17092
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSevenLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17093
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17094
static const TAknsItemID KAknsIIDQgnIndiDialerSixLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17095
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSixLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17096
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17097
static const TAknsItemID KAknsIIDQgnIndiDialerSpeedDial =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17098
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSpeedDial };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17099
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17100
static const TAknsItemID KAknsIIDQgnIndiDialerThreeLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17101
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerThreeLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17102
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17103
static const TAknsItemID KAknsIIDQgnIndiDialerTwoLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17104
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerTwoLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17105
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17106
static const TAknsItemID KAknsIIDQgnIndiDialerZeroLatin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17107
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerZeroLatin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17108
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17109
static const TAknsItemID KAknsIIDQgnMenuAppshellMp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17110
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAppshellMp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17111
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17112
static const TAknsItemID KAknsIIDQgnMenuDrmExpForbid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17113
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuDrmExpForbid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17114
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17115
static const TAknsItemID KAknsIIDQgnMenuDrmRightsExp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17116
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuDrmRightsExp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17117
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17118
static const TAknsItemID KAknsIIDQgnMenuHwrTraining =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17119
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuHwrTraining };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17120
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17121
static const TAknsItemID KAknsIIDQgnMenuImed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17122
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuImed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17123
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17124
static const TAknsItemID KAknsIIDQgnMenuIr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17125
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuIr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17126
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17127
static const TAknsItemID KAknsIIDQgnMenuMceGene =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17128
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMceGene };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17129
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17130
static const TAknsItemID KAknsIIDQgnMenuMcePostcard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17131
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMcePostcard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17132
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17133
static const TAknsItemID KAknsIIDQgnMenuMceSelMes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17134
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMceSelMes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17135
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17136
static const TAknsItemID KAknsIIDQgnMenuMceSms =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17137
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMceSms };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17138
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17139
static const TAknsItemID KAknsIIDQgnMenuMceSyncmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17140
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMceSyncmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17141
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17142
static const TAknsItemID KAknsIIDQgnMenuMceUnified =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17143
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMceUnified };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17144
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17145
static const TAknsItemID KAknsIIDQgnMenuNfc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17146
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuNfc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17147
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17148
static const TAknsItemID KAknsIIDQgnMenuSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17149
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17150
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17151
static const TAknsItemID KAknsIIDQgnMenuTrk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17152
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuTrk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17153
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17154
static const TAknsItemID KAknsIIDQgnMenuUrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17155
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuUrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17156
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17157
static const TAknsItemID KAknsIIDQgnMenuVideoSharing =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17158
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVideoSharing };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17159
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17160
static const TAknsItemID KAknsIIDQgnIndiCam4CameraBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17161
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4CameraBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17162
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17163
static const TAknsItemID KAknsIIDQgnIndiCam4FlashOffBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17164
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FlashOffBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17165
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17166
static const TAknsItemID KAknsIIDQgnIndiCam4FlashOnBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17167
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FlashOnBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17168
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17169
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoBlBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17170
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoBlBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17171
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17172
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoBrBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17173
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoBrBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17174
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17175
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoTlBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17176
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoTlBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17177
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17178
static const TAknsItemID KAknsIIDQgnIndiCam4FocusFrameAutoTrBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17179
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4FocusFrameAutoTrBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17180
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17181
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryMassBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17182
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryMassBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17183
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17184
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryMmcBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17185
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryMmcBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17186
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17187
static const TAknsItemID KAknsIIDQgnIndiCam4MemoryPhoneBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17188
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4MemoryPhoneBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17189
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17190
static const TAknsItemID KAknsIIDQgnIndiCam4PauseBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17191
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4PauseBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17192
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17193
static const TAknsItemID KAknsIIDQgnIndiCam4Quality03mpLowBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17194
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality03mpLowBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17195
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17196
static const TAknsItemID KAknsIIDQgnIndiCam4Quality08mpLowBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17197
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality08mpLowBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17198
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17199
static const TAknsItemID KAknsIIDQgnIndiCam4Quality13mpLowBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17200
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality13mpLowBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17201
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17202
static const TAknsItemID KAknsIIDQgnIndiCam4Quality13mpMediumBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17203
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality13mpMediumBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17204
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17205
static const TAknsItemID KAknsIIDQgnIndiCam4Quality1mpLowBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17206
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality1mpLowBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17207
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17208
static const TAknsItemID KAknsIIDQgnIndiCam4Quality2mpHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17209
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality2mpHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17210
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17211
static const TAknsItemID KAknsIIDQgnIndiCam4Quality2mpMediumBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17212
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality2mpMediumBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17213
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17214
static const TAknsItemID KAknsIIDQgnIndiCam4Quality3mpHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17215
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality3mpHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17216
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17217
static const TAknsItemID KAknsIIDQgnIndiCam4Quality3mpMediumBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17218
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality3mpMediumBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17219
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17220
static const TAknsItemID KAknsIIDQgnIndiCam4Quality5mpHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17221
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality5mpHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17222
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17223
static const TAknsItemID KAknsIIDQgnIndiCam4QualityEmailSharingBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17224
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityEmailSharingBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17225
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17226
static const TAknsItemID KAknsIIDQgnIndiCam4QualitySharingBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17227
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualitySharingBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17228
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17229
static const TAknsItemID KAknsIIDQgnIndiCam4QualityWideHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17230
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityWideHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17231
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17232
static const TAknsItemID KAknsIIDQgnIndiCam4RecordBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17233
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4RecordBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17234
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17235
static const TAknsItemID KAknsIIDQgnIndiCam4SequenceBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17236
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SequenceBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17237
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17238
static const TAknsItemID KAknsIIDQgnIndiCam4SequenceBurstBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17239
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4SequenceBurstBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17240
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17241
static const TAknsItemID KAknsIIDQgnIndiCam4ShakeBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17242
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ShakeBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17243
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17244
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17245
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17246
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17247
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomBottomBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17248
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomBottomBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17249
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17250
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMarkerBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17251
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMarkerBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17252
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17253
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMarkerSelectedBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17254
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMarkerSelectedBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17255
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17256
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMaxBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17257
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMaxBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17258
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17259
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMiddleBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17260
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMiddleBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17261
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17262
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomMinBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17263
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomMinBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17264
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17265
static const TAknsItemID KAknsIIDQgnIndiCam4ZoomTopBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17266
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ZoomTopBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17267
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17268
static const TAknsItemID KAknsIIDQgnIndiCamBatteryStrengthBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17269
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCamBatteryStrengthBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17270
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17271
static const TAknsItemID KAknsIIDQgnIndiVid4AudioBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17272
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4AudioBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17273
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17274
static const TAknsItemID KAknsIIDQgnIndiVid4AudioMuteBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17275
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4AudioMuteBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17276
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17277
static const TAknsItemID KAknsIIDQgnIndiVid4ContinuousAfBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17278
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4ContinuousAfBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17279
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17280
static const TAknsItemID KAknsIIDQgnIndiVid4QualityEmailHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17281
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityEmailHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17282
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17283
static const TAknsItemID KAknsIIDQgnIndiVid4QualityEmailNormalBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17284
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityEmailNormalBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17285
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17286
static const TAknsItemID KAknsIIDQgnIndiVid4QualityHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17287
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17288
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17289
static const TAknsItemID KAknsIIDQgnIndiVid4QualityNormalBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17290
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityNormalBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17291
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17292
static const TAknsItemID KAknsIIDQgnIndiVid4QualityTvHighBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17293
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityTvHighBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17294
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17295
static const TAknsItemID KAknsIIDQgnIndiVid4QualityTvNormalBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17296
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4QualityTvNormalBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17297
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17298
static const TAknsItemID KAknsIIDQgnIndiVid4StabilizeOnBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17299
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4StabilizeOnBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17300
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17301
static const TAknsItemID KAknsIIDQgnIndiVid4VideoBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17302
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4VideoBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17303
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17304
static const TAknsItemID KAknsIIDQgnPropCamBatteryIconBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17305
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCamBatteryIconBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17306
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17307
static const TAknsItemID KAknsIIDQgnPropCodec3gpBmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17308
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodec3gpBmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17309
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17310
static const TAknsItemID KAknsIIDQgnPropCodecMp4Bmp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17311
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecMp4Bmp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17312
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17313
static const TAknsItemID KAknsIIDQgnMenuFmgrRemoteDrive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17314
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuFmgrRemoteDrive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17315
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17316
static const TAknsItemID KAknsIIDQgnGrafBlidWalk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17317
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBlidWalk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17318
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17319
static const TAknsItemID KAknsIIDQgnIndiWlanSnifferPluginOn0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17320
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSnifferPluginOn0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17321
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17322
static const TAknsItemID KAknsIIDQgnIndiWlanSnifferPluginOn1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17323
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiWlanSnifferPluginOn1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17324
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17325
static const TAknsItemID KAknsIIDQgnPropCodecWmv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17326
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecWmv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17327
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17328
static const TAknsItemID KAknsIIDQgnPropLinkConnectionManager =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17329
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLinkConnectionManager };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17330
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17331
static const TAknsItemID KAknsIIDQgnPropPbCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17332
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17333
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17334
static const TAknsItemID KAknsIIDQgnPropPbChat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17335
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbChat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17336
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17337
static const TAknsItemID KAknsIIDQgnPropPbCommTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17338
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17339
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17340
static const TAknsItemID KAknsIIDQgnPropPbDetailsTab3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17341
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbDetailsTab3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17342
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17343
static const TAknsItemID KAknsIIDQgnPropPbDflt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17344
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbDflt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17345
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17346
static const TAknsItemID KAknsIIDQgnPropPbEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17347
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17348
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17349
static const TAknsItemID KAknsIIDQgnPropPbMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17350
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17351
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17352
static const TAknsItemID KAknsIIDQgnPropPbMydat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17353
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbMydat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17354
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17355
static const TAknsItemID KAknsIIDQgnPropPbOffline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17356
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbOffline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17357
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17358
static const TAknsItemID KAknsIIDQgnPropPbOnline =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17359
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbOnline };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17360
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17361
static const TAknsItemID KAknsIIDQgnPropPbPtt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17362
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbPtt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17363
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17364
static const TAknsItemID KAknsIIDQgnPropPbSdn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17365
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbSdn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17366
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17367
static const TAknsItemID KAknsIIDQgnPropPbSim =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17368
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbSim };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17369
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17370
static const TAknsItemID KAknsIIDQgnPropPbThumbUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17371
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbThumbUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17372
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17373
static const TAknsItemID KAknsIIDQgnPropPbTopc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17374
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbTopc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17375
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17376
static const TAknsItemID KAknsIIDQgnPropPbUnknown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17377
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbUnknown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17378
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17379
static const TAknsItemID KAknsIIDQgnPropPbUrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17380
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbUrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17381
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17382
static const TAknsItemID KAknsIIDQgnPropPbVcall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17383
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbVcall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17384
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17385
static const TAknsItemID KAknsIIDQgnPropPbVocall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17386
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbVocall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17387
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17388
static const TAknsItemID KAknsIIDQsnFrInputPreviewMiddle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17389
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrInputPreviewMiddle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17390
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17391
static const TAknsItemID KAknsIIDQsnFrInputPreviewSideL =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17392
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrInputPreviewSideL };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17393
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17394
static const TAknsItemID KAknsIIDQsnFrInputPreviewSideR =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17395
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrInputPreviewSideR };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17396
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17397
static const TAknsItemID KAknsIIDQgnIndiImMsgEditor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17398
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiImMsgEditor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17399
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17400
static const TAknsItemID KAknsIIDQgnIndiQdialEightAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17401
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialEightAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17402
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17403
static const TAknsItemID KAknsIIDQgnIndiQdialFiveAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17404
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialFiveAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17405
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17406
static const TAknsItemID KAknsIIDQgnIndiQdialFourAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17407
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialFourAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17408
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17409
static const TAknsItemID KAknsIIDQgnIndiQdialNineAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17410
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialNineAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17411
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17412
static const TAknsItemID KAknsIIDQgnIndiQdialOneAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17413
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialOneAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17414
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17415
static const TAknsItemID KAknsIIDQgnIndiQdialSevenAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17416
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialSevenAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17417
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17418
static const TAknsItemID KAknsIIDQgnIndiQdialSixAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17419
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialSixAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17420
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17421
static const TAknsItemID KAknsIIDQgnIndiQdialThreeAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17422
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialThreeAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17423
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17424
static const TAknsItemID KAknsIIDQgnIndiQdialTwoAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17425
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiQdialTwoAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17426
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17427
static const TAknsItemID KAknsIIDQgnMenuDm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17428
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuDm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17429
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17430
static const TAknsItemID KAknsIIDQgnPropImFriendRequest =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17431
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendRequest };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17432
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17433
static const TAknsItemID KAknsIIDQgnPropImOngoingConv =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17434
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImOngoingConv };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17435
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17436
static const TAknsItemID KAknsIIDQgnPropImOngoingConvNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17437
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImOngoingConvNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17438
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17439
static const TAknsItemID KAknsIIDQgnPropImService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17440
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17441
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17442
static const TAknsItemID KAknsIIDQgnPropImServiceTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17443
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImServiceTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17444
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17445
static const TAknsItemID KAknsIIDQgnPropNrtypCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17446
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17447
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17448
static const TAknsItemID KAknsIIDQgnPropNrtypChat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17449
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypChat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17450
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17451
static const TAknsItemID KAknsIIDQgnPropNrtypPtt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17452
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypPtt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17453
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17454
static const TAknsItemID KAknsIIDQgnPropNrtypVcall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17455
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNrtypVcall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17456
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17457
static const TAknsItemID KAknsIIDQgnStatKorCase =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17458
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKorCase };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17459
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17460
static const TAknsItemID KAknsIIDQgnStatKorCaseSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17461
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatKorCaseSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17462
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17463
static const TAknsItemID KAknsIIDQgnFsActionMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17464
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsActionMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17465
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17466
static const TAknsItemID KAknsIIDQgnFsContactsFavorite =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17467
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsContactsFavorite };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17468
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17469
static const TAknsItemID KAknsIIDQgnFsContactsIndiMovable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17470
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsContactsIndiMovable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17471
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17472
static const TAknsItemID KAknsIIDQgnFsFrRibbonBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17473
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17474
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17475
static const TAknsItemID KAknsIIDQgnFsFrRibbonCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17476
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17477
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17478
static const TAknsItemID KAknsIIDQgnFsFrRibbonSchedulerBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17479
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonSchedulerBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17480
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17481
static const TAknsItemID KAknsIIDQgnFsFrRibbonSchedulerCenter =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17482
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonSchedulerCenter };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17483
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17484
static const TAknsItemID KAknsIIDQgnFsFrRibbonSchedulerTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17485
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonSchedulerTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17486
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17487
static const TAknsItemID KAknsIIDQgnFsFrRibbonTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17488
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsFrRibbonTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17489
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17490
static const TAknsItemID KAknsIIDQgnFsHscrActionArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17491
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrActionArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17492
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17493
static const TAknsItemID KAknsIIDQgnFsHscrActionArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17494
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsHscrActionArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17495
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17496
static const TAknsItemID KAknsIIDQgnFsIndiCaleTrackingAccept =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17497
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiCaleTrackingAccept };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17498
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17499
static const TAknsItemID KAknsIIDQgnFsIndiCaleTrackingNone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17500
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiCaleTrackingNone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17501
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17502
static const TAknsItemID KAknsIIDQgnFsIndiCaleTrackingReject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17503
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiCaleTrackingReject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17504
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17505
static const TAknsItemID KAknsIIDQgnFsIndiCaleTrackingTentative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17506
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsIndiCaleTrackingTentative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17507
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17508
static const TAknsItemID KAknsIIDQgnFsPropConfActive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17509
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropConfActive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17510
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17511
static const TAknsItemID KAknsIIDQgnFsPropConfDropped =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17512
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropConfDropped };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17513
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17514
static const TAknsItemID KAknsIIDQgnFsPropConfJoined =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17515
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropConfJoined };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17516
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17517
static const TAknsItemID KAknsIIDQgnFsPropConfNotHandled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17518
    { EAknsMajorGeneric, EAknsMinorGenericQgnFsPropConfNotHandled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17519
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17520
static const TAknsItemID KAknsIIDQgnIndiInputClr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17521
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputClr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17522
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17523
static const TAknsItemID KAknsIIDQgnIndiInputHiraganaPredict =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17524
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputHiraganaPredict };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17525
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17526
static const TAknsItemID KAknsIIDQgnIndiInputJpnAlphaFw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17527
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnAlphaFw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17528
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17529
static const TAknsItemID KAknsIIDQgnIndiInputJpnAlphaHw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17530
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnAlphaHw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17531
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17532
static const TAknsItemID KAknsIIDQgnIndiInputJpnCommit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17533
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnCommit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17534
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17535
static const TAknsItemID KAknsIIDQgnIndiInputJpnFullWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17536
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnFullWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17537
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17538
static const TAknsItemID KAknsIIDQgnIndiInputJpnHalfWidth =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17539
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnHalfWidth };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17540
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17541
static const TAknsItemID KAknsIIDQgnIndiInputJpnNumberFw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17542
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnNumberFw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17543
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17544
static const TAknsItemID KAknsIIDQgnIndiInputJpnNumberHw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17545
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnNumberHw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17546
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17547
static const TAknsItemID KAknsIIDQgnIndiInputJpnOtherModes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17548
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnOtherModes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17549
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17550
static const TAknsItemID KAknsIIDQgnIndiInputJpnStartPredict =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17551
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnStartPredict };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17552
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17553
static const TAknsItemID KAknsIIDQgnIntraHomescreenPlugin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17554
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraHomescreenPlugin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17555
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17556
static const TAknsItemID KAknsIIDQgnIntraMenuChangeDest =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17557
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuChangeDest };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17558
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17559
static const TAknsItemID KAknsIIDQgnIntraMenuConnectIntranet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17560
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuConnectIntranet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17561
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17562
static const TAknsItemID KAknsIIDQgnIntraMenuCurrentDestination =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17563
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuCurrentDestination };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17564
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17565
static const TAknsItemID KAknsIIDQgnIntraMenuHiddenWlan =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17566
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuHiddenWlan };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17567
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17568
static const TAknsItemID KAknsIIDQgnIntraMenuInternet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17569
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuInternet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17570
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17571
static const TAknsItemID KAknsIIDQgnIntraMenuIntranet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17572
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuIntranet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17573
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17574
static const TAknsItemID KAknsIIDQgnIntraMenuIntranetConnected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17575
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuIntranetConnected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17576
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17577
static const TAknsItemID KAknsIIDQgnIntraMenuManualConnection =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17578
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuManualConnection };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17579
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17580
static const TAknsItemID KAknsIIDQgnIntraMenuReturnToHomescreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17581
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuReturnToHomescreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17582
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17583
static const TAknsItemID KAknsIIDQgnIntraMenuStartBrowser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17584
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuStartBrowser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17585
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17586
static const TAknsItemID KAknsIIDQgnIntraMenuViewOtherWlans =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17587
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuViewOtherWlans };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17588
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17589
static const TAknsItemID KAknsIIDQgnIntraMenuVpnAp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17590
    { EAknsMajorGeneric, EAknsMinorGenericQgnIntraMenuVpnAp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17591
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17592
static const TAknsItemID KAknsIIDQgnMenuIntranet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17593
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuIntranet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17594
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17595
static const TAknsItemID KAknsIIDQgnStatCaseHiraganaKanji =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17596
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseHiraganaKanji };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17597
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17598
static const TAknsItemID KAknsIIDQgnStatCaseKatakanaFw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17599
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseKatakanaFw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17600
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17601
static const TAknsItemID KAknsIIDQgnStatCaseKatakanaHw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17602
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseKatakanaHw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17603
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17604
static const TAknsItemID KAknsIIDQsnCpScrollBgBottomPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17605
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollBgBottomPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17606
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17607
static const TAknsItemID KAknsIIDQsnCpScrollBgMiddlePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17608
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollBgMiddlePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17609
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17610
static const TAknsItemID KAknsIIDQsnCpScrollBgTopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17611
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollBgTopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17612
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17613
static const TAknsItemID KAknsIIDQsnCpScrollHandleBottomPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17614
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHandleBottomPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17615
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17616
static const TAknsItemID KAknsIIDQsnCpScrollHandleMiddlePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17617
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHandleMiddlePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17618
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17619
static const TAknsItemID KAknsIIDQsnCpScrollHandleTopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17620
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHandleTopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17621
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17622
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgBottomPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17623
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgBottomPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17624
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17625
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgMiddlePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17626
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgMiddlePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17627
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17628
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalBgTopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17629
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalBgTopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17630
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17631
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleBottomPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17632
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleBottomPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17633
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17634
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleMiddlePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17635
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleMiddlePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17636
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17637
static const TAknsItemID KAknsIIDQsnCpScrollHorizontalHandleTopPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17638
    { EAknsMajorGeneric, EAknsMinorGenericQsnCpScrollHorizontalHandleTopPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17639
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17640
static const TAknsItemID KAknsIIDQsnFrKeypadButton2SmallInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17641
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2SmallInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17642
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17643
static const TAknsItemID KAknsIIDQsnFrKeypadButton2SmallNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17644
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2SmallNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17645
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17646
static const TAknsItemID KAknsIIDQsnFrKeypadButton2SmallPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17647
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButton2SmallPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17648
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17649
static const TAknsItemID KAknsIIDQsnFrKeypadButtonSmallInactive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17650
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonSmallInactive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17651
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17652
static const TAknsItemID KAknsIIDQsnFrKeypadButtonSmallNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17653
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonSmallNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17654
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17655
static const TAknsItemID KAknsIIDQsnFrKeypadButtonSmallPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17656
    { EAknsMajorGeneric, EAknsMinorGenericQsnFrKeypadButtonSmallPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17657
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17658
static const TAknsItemID KAknsIIDMuiCoverHandle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17659
    { EAknsMajorGeneric, EAknsMinorGenericMuiCoverHandle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17660
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17661
static const TAknsItemID KAknsIIDMuiDlProgressLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17662
    { EAknsMajorGeneric, EAknsMinorGenericMuiDlProgressLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17663
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17664
static const TAknsItemID KAknsIIDMuiHandle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17665
    { EAknsMajorGeneric, EAknsMinorGenericMuiHandle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17666
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17667
static const TAknsItemID KAknsIIDMuiProgressLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17668
    { EAknsMajorGeneric, EAknsMinorGenericMuiProgressLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17669
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17670
static const TAknsItemID KAknsIIDMuiSliderLsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17671
    { EAknsMajorGeneric, EAknsMinorGenericMuiSliderLsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17672
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17673
static const TAknsItemID KAknsIIDMuiSliderPrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17674
    { EAknsMajorGeneric, EAknsMinorGenericMuiSliderPrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17675
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17676
static const TAknsItemID KAknsIIDQgnIndiCam4Minus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17677
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Minus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17678
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17679
static const TAknsItemID KAknsIIDQgnIndiSmileyAnimConive =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17680
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSmileyAnimConive };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17681
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17682
static const TAknsItemID KAknsIIDQgnIndiVideoVolMute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17683
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVideoVolMute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17684
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17685
static const TAknsItemID KAknsIIDQgnIndiDialerInternet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17686
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerInternet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17687
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17688
static const TAknsItemID KAknsIIDQgnIndiDialerSilent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17689
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerSilent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17690
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17691
static const TAknsItemID KAknsIIDQgnIndiDialerVoicemail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17692
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiDialerVoicemail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17693
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17694
static const TAknsItemID KAknsIIDQgnIndiInputFshwrSctPage1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17695
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputFshwrSctPage1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17696
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17697
static const TAknsItemID KAknsIIDQgnIndiInputFshwrSctPage2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17698
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputFshwrSctPage2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17699
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17700
static const TAknsItemID KAknsIIDQgnIndiInputJpnConvert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17701
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnConvert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17702
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17703
static const TAknsItemID KAknsIIDQgnIndiTbBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17704
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17705
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17706
static const TAknsItemID KAknsIIDQgnIndiTbDocNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17707
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbDocNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17708
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17709
static const TAknsItemID KAknsIIDQgnIndiTbFindBack =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17710
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFindBack };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17711
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17712
static const TAknsItemID KAknsIIDQgnIndiTbFindMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17713
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFindMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17714
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17715
static const TAknsItemID KAknsIIDQgnIndiTbFindNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17716
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFindNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17717
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17718
static const TAknsItemID KAknsIIDQgnIndiTbFindNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17719
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFindNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17720
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17721
static const TAknsItemID KAknsIIDQgnIndiTbNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17722
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17723
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17724
static const TAknsItemID KAknsIIDQgnIndiTbScrolldown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17725
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbScrolldown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17726
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17727
static const TAknsItemID KAknsIIDQgnIndiTbScrollup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17728
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbScrollup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17729
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17730
static const TAknsItemID KAknsIIDQgnIndiTbSheetAccept =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17731
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSheetAccept };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17732
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17733
static const TAknsItemID KAknsIIDQgnIndiTbZoomAccept =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17734
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbZoomAccept };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17736
static const TAknsItemID KAknsIIDQgnIndiTbZoomIn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17737
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbZoomIn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17738
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17739
static const TAknsItemID KAknsIIDQgnIndiTbZoomOut =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17740
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbZoomOut };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17742
static const TAknsItemID KAknsIIDQgnIndiVded2Pause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17743
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2Pause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17744
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17745
static const TAknsItemID KAknsIIDQgnIndiVded2PausePressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17746
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVded2PausePressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17747
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17748
static const TAknsItemID KAknsIIDQgnIndiVdedPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17749
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17750
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17751
static const TAknsItemID KAknsIIDQgnIndiVdedPlayPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17752
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdedPlayPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17753
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17754
static const TAknsItemID KAknsIIDQgnMenuMshop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17755
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMshop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17756
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17757
static const TAknsItemID KAknsIIDQgnPropClkCntdwnTimer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17758
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkCntdwnTimer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17759
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17760
static const TAknsItemID KAknsIIDQgnPropClkNewAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17761
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkNewAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17762
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17763
static const TAknsItemID KAknsIIDQgnPropClkStpWatch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17764
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkStpWatch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17765
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17766
static const TAknsItemID KAknsIIDQgnPropClkWrldClock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17767
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkWrldClock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17768
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17769
static const TAknsItemID KAknsIIDQgnIndiInputJpnPredict =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17770
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputJpnPredict };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17772
static const TAknsItemID KAknsIIDQgnIndiInputKatakanaHw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17773
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputKatakanaHw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17774
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17775
static const TAknsItemID KAknsIIDQgnIndiMusicshopTbActiveDownloads =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17776
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicshopTbActiveDownloads };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17777
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17778
static const TAknsItemID KAknsIIDQgnIndiMusicshopTbNoActiveDownloads =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17779
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicshopTbNoActiveDownloads };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17780
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17781
static const TAknsItemID KAknsIIDQgnIndiMusicshopTbSignin =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17782
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicshopTbSignin };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17783
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17784
static const TAknsItemID KAknsIIDQgnIndiMusicshopTbStoreLink =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17785
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicshopTbStoreLink };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17786
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17787
static const TAknsItemID KAknsIIDQgnIndiTbSwupdDetail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17788
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSwupdDetail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17789
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17790
static const TAknsItemID KAknsIIDQgnIndiTbSwupdHistory =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17791
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSwupdHistory };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17792
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17793
static const TAknsItemID KAknsIIDQgnIndiTbSwupdStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17794
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSwupdStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17795
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17796
static const TAknsItemID KAknsIIDQgnMenuSwupdate =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17797
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSwupdate };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17798
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17799
static const TAknsItemID KAknsIIDQgnCaleIndiDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17800
    { EAknsMajorGeneric, EAknsMinorGenericQgnCaleIndiDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17801
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17802
static const TAknsItemID KAknsIIDQgnCaleIndiDone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17803
    { EAknsMajorGeneric, EAknsMinorGenericQgnCaleIndiDone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17804
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17805
static const TAknsItemID KAknsIIDQgnCaleIndiEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17806
    { EAknsMajorGeneric, EAknsMinorGenericQgnCaleIndiEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17807
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17808
static const TAknsItemID KAknsIIDQgnCaleIndiNotDone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17809
    { EAknsMajorGeneric, EAknsMinorGenericQgnCaleIndiNotDone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17810
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17811
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachDownloadAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17812
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachDownloadAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17813
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17814
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17815
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17816
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17817
static const TAknsItemID KAknsIIDQgnFseActionMenuAttachSave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17818
    { EAknsMajorGeneric, EAknsMinorGenericQgnFseActionMenuAttachSave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17819
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17820
static const TAknsItemID KAknsIIDQgnGridEditBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17821
    { EAknsMajorGeneric, EAknsMinorGenericQgnGridEditBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17822
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17823
static const TAknsItemID KAknsIIDQgnGridMenuAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17824
    { EAknsMajorGeneric, EAknsMinorGenericQgnGridMenuAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17825
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17826
static const TAknsItemID KAknsIIDQgnMenuBackup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17827
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuBackup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17828
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17829
static const TAknsItemID KAknsIIDQgnMenuRestore =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17830
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuRestore };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17832
static const TAknsItemID KAknsIIDQgnMenuTravel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17833
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuTravel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17834
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17835
static const TAknsItemID KAknsIIDQgnMenuUpgrade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17836
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuUpgrade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17837
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17838
static const TAknsItemID KAknsIIDQgnPropNoteListAlphaKorTab2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17839
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropNoteListAlphaKorTab2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17840
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17841
static const TAknsItemID KAknsIIDQgnIndiCam4TbGotoGallery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17842
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbGotoGallery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17843
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17844
static const TAknsItemID KAknsIIDQgnMenuFolderEmpty =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17845
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuFolderEmpty };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17846
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17847
static const TAknsItemID KAknsIIDQgnPropAudioMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17848
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAudioMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17849
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17850
static const TAknsItemID KAknsIIDQgnPropAudioToneOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17851
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropAudioToneOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17853
static const TAknsItemID KAknsIIDQgnGrafCam4TbBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17854
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17855
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17856
static const TAknsItemID KAknsIIDQgnGrafCam4TbArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17857
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17859
static const TAknsItemID KAknsIIDQgnGrafCam4TbArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17860
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17861
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17862
static const TAknsItemID KAknsIIDQgnGrafCam4TbBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17863
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17865
static const TAknsItemID KAknsIIDQgnPropLocevTrigger =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17866
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevTrigger };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17867
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17868
static const TAknsItemID KAknsIIDQgnGrafCam4TbFocus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17869
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbFocus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17871
static const TAknsItemID KAknsIIDQgnGrafCam4TbGap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17872
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbGap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17873
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17874
static const TAknsItemID KAknsIIDQgnGrafCam4TbTooltipBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17875
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbTooltipBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17877
static const TAknsItemID KAknsIIDQgnGrafCam4TbTooltipEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17878
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbTooltipEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17879
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17880
static const TAknsItemID KAknsIIDQgnGrafCam4TbTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17881
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCam4TbTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17883
static const TAknsItemID KAknsIIDQgnIndiButtonSilence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17884
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiButtonSilence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17885
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17886
static const TAknsItemID KAknsIIDQgnIndiCam4GeotagOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17887
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4GeotagOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17889
static const TAknsItemID KAknsIIDQgnIndiCam4GeotagOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17890
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4GeotagOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17891
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17892
static const TAknsItemID KAknsIIDQgnNoteLocevAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17893
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteLocevAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17895
static const TAknsItemID KAknsIIDQgnNoteLocevAlarmAcc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17896
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteLocevAlarmAcc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17897
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17898
static const TAknsItemID KAknsIIDQgnNoteLocevAlarmInacc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17899
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteLocevAlarmInacc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17901
static const TAknsItemID KAknsIIDQgnNoteLocevAlarmInaccHeavy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17902
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteLocevAlarmInaccHeavy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17903
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17904
static const TAknsItemID KAknsIIDQgnPropLocevActiveSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17905
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevActiveSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17907
static const TAknsItemID KAknsIIDQgnPropLocevCompleted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17908
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevCompleted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17909
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17910
static const TAknsItemID KAknsIIDQgnPropLocevCompletedSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17911
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevCompletedSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17913
static const TAknsItemID KAknsIIDQgnPropLocevCurrentLocation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17914
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevCurrentLocation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17915
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17916
static const TAknsItemID KAknsIIDQgnPropLocevDeleteSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17917
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevDeleteSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17918
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17919
static const TAknsItemID KAknsIIDQgnPropLocevDraft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17920
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevDraft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17921
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17922
static const TAknsItemID KAknsIIDQgnPropLocevDraftSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17923
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevDraftSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17924
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17925
static const TAknsItemID KAknsIIDQgnPropLocevLandmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17926
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevLandmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17927
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17928
static const TAknsItemID KAknsIIDQgnPropLocevMap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17929
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevMap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17930
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17931
static const TAknsItemID KAknsIIDQgnPropLocevNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17932
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17934
static const TAknsItemID KAknsIIDCam4TbArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17935
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17936
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17937
static const TAknsItemID KAknsIIDCam4TbArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17938
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17940
static const TAknsItemID KAknsIIDCam4TbBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17941
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17942
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17943
static const TAknsItemID KAknsIIDCam4TbBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17944
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17946
static const TAknsItemID KAknsIIDCam4TbFocus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17947
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbFocus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17948
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17949
static const TAknsItemID KAknsIIDCam4TbTooltipBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17950
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbTooltipBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17952
static const TAknsItemID KAknsIIDCam4TbTooltipEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17953
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbTooltipEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17954
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17955
static const TAknsItemID KAknsIIDCam4TbTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17956
    { EAknsMajorGeneric, EAknsMinorGenericCam4TbTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17958
static const TAknsItemID KAknsIIDQgnCam4TbArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17959
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17960
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17961
static const TAknsItemID KAknsIIDQgnCam4TbArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17962
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17964
static const TAknsItemID KAknsIIDQgnCam4TbBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17965
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17966
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17967
static const TAknsItemID KAknsIIDQgnCam4TbBottom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17968
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbBottom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17970
static const TAknsItemID KAknsIIDQgnCam4TbFocus =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17971
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbFocus };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17972
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17973
static const TAknsItemID KAknsIIDQgnCam4TbTooltipBody =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17974
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbTooltipBody };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17976
static const TAknsItemID KAknsIIDQgnCam4TbTooltipEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17977
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbTooltipEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17978
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17979
static const TAknsItemID KAknsIIDQgnCam4TbTop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17980
    { EAknsMajorGeneric, EAknsMinorGenericQgnCam4TbTop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17982
static const TAknsItemID KAknsIIDQgnMenuDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17983
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17984
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17985
static const TAknsItemID KAknsIIDQgnMenuGroupApps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17986
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupApps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17988
static const TAknsItemID KAknsIIDQgnMenuMaps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17989
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMaps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17990
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17991
static const TAknsItemID KAknsIIDQgnMenuMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17992
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17994
static const TAknsItemID KAknsIIDQgnMenuNdg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17995
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuNdg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17996
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17997
static const TAknsItemID KAknsIIDQgnMenuPubCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17998
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuPubCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 17999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18000
static const TAknsItemID KAknsIIDQgnMenuWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18001
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18002
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18003
static const TAknsItemID KAknsIIDQgnNoteBattCharging0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18004
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBattCharging0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18006
static const TAknsItemID KAknsIIDQgnNoteBattCharging1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18007
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBattCharging1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18008
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18009
static const TAknsItemID KAknsIIDQgnMenuPhotos =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18010
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuPhotos };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18012
static const TAknsItemID KAknsIIDQgnMenuVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18013
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18014
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18015
static const TAknsItemID KAknsIIDQgnMusicGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18016
    { EAknsMajorGeneric, EAknsMinorGenericQgnMusicGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18018
static const TAknsItemID KAknsIIDQgnPropClockHomecity =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18019
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClockHomecity };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18020
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18021
static const TAknsItemID KAknsIIDQgnIndiAiEplgDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18022
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiEplgDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18023
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18024
static const TAknsItemID KAknsIIDQgnIndiAiEplgRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18025
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiEplgRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18026
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18027
static const TAknsItemID KAknsIIDQgnIndiAiEplgUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18028
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAiEplgUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18029
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18030
static const TAknsItemID KAknsIIDQgnIndiTbCam4GotoMain =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18031
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCam4GotoMain };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18032
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18033
static const TAknsItemID KAknsIIDQgnMenuGames =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18034
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGames };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18035
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18036
static const TAknsItemID KAknsIIDQgnHomeAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18037
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18038
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18039
static const TAknsItemID KAknsIIDQgnHomeEditBgWidget =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18040
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeEditBgWidget };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18041
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18042
static const TAknsItemID KAknsIIDQgnIndiCam4TbMark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18043
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbMark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18044
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18045
static const TAknsItemID KAknsIIDQgnIndiCam4TbUpload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18046
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbUpload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18048
static const TAknsItemID KAknsIIDQgnIndiHomePage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18049
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHomePage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18050
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18051
static const TAknsItemID KAknsIIDQgnIndiHomeProfileGeneral =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18052
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHomeProfileGeneral };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18053
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18054
static const TAknsItemID KAknsIIDQgnIndiHomeProfileSilent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18055
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHomeProfileSilent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18056
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18057
static const TAknsItemID KAknsIIDQgnIndiSliderMarker =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18058
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSliderMarker };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18059
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18060
static const TAknsItemID KAknsIIDQgnIndiTvNoSignal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18061
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTvNoSignal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18062
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18063
static const TAknsItemID KAknsIIDQgnNoteSwupdateNotification =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18064
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteSwupdateNotification };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18065
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18066
static const TAknsItemID KAknsIIDQgnPropClkCntdwnTimerTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18067
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkCntdwnTimerTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18068
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18069
static const TAknsItemID KAknsIIDQgnPropClkNewAlarmTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18070
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkNewAlarmTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18071
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18072
static const TAknsItemID KAknsIIDQgnPropClkStpWatchTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18073
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkStpWatchTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18074
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18075
static const TAknsItemID KAknsIIDQgnPropClkWrldClkTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18076
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkWrldClkTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18077
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18078
static const TAknsItemID KAknsIIDQgnPropTv3g =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18079
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTv3g };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18080
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18081
static const TAknsItemID KAknsIIDQgnPropTvDvbH =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18082
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropTvDvbH };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18083
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18084
static const TAknsItemID KAknsIIDQsnHomeClockAnalogueFace =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18085
    { EAknsMajorGeneric, EAknsMinorGenericQsnHomeClockAnalogueFace };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18086
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18087
static const TAknsItemID KAknsIIDQsnHomeClockAnaloguePointerHour =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18088
    { EAknsMajorGeneric, EAknsMinorGenericQsnHomeClockAnaloguePointerHour };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18089
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18090
static const TAknsItemID KAknsIIDQgnIndiMupTbForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18091
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18092
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18093
static const TAknsItemID KAknsIIDQgnIndiMupTbRewind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18094
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupTbRewind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18095
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18096
static const TAknsItemID KAknsIIDQgnIndiTbCam4PhotoDetail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18097
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbCam4PhotoDetail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18098
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18099
static const TAknsItemID KAknsIIDQgnPropSetGeneNotifilight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18100
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneNotifilight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18101
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18102
static const TAknsItemID KAknsIIDQgnHomePhotoMask =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18103
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomePhotoMask };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18104
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18105
static const TAknsItemID KAknsIIDQgnIndiBtSignalGoodAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18106
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtSignalGoodAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18107
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18108
static const TAknsItemID KAknsIIDQgnIndiBtSignalLowAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18109
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtSignalLowAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18110
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18111
static const TAknsItemID KAknsIIDQgnIndiBtSignalMedAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18112
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBtSignalMedAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18113
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18114
static const TAknsItemID KAknsIIDQgnIndiCam4Quality8mpHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18115
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality8mpHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18116
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18117
static const TAknsItemID KAknsIIDQgnIndiCam4TbFacedet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18118
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbFacedet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18119
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18120
static const TAknsItemID KAknsIIDQgnIndiMemcMassAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18121
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMemcMassAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18122
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18123
static const TAknsItemID KAknsIIDQgnIndiVdcRecTvAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18124
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcRecTvAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18125
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18126
static const TAknsItemID KAknsIIDQgnIndiVdcTbDetails =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18127
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcTbDetails };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18128
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18129
static const TAknsItemID KAknsIIDQgnIndiVdcTbDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18130
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcTbDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18131
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18132
static const TAknsItemID KAknsIIDQgnIndiVdcTbDownloadCancel =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18133
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcTbDownloadCancel };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18134
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18135
static const TAknsItemID KAknsIIDQgnIndiVdcTbDownloadResumes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18136
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcTbDownloadResumes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18137
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18138
static const TAknsItemID KAknsIIDQgnIndiVdcVideoNewAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18139
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVdcVideoNewAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18140
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18141
static const TAknsItemID KAknsIIDQgnIndiVid4TbStill =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18142
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4TbStill };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18143
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18144
static const TAknsItemID KAknsIIDQgnIndiVid4TbVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18145
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiVid4TbVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18146
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18147
static const TAknsItemID KAknsIIDQgnMenuClkAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18148
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuClkAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18149
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18150
static const TAknsItemID KAknsIIDQgnNoteDefaultVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18151
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteDefaultVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18152
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18153
static const TAknsItemID KAknsIIDQgnPropClkClockTab4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18154
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClkClockTab4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18155
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18156
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload00 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18157
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload00 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18159
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload01 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18160
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload01 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18162
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload02 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18163
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload02 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18164
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18165
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload03 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18166
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload03 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18167
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18168
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload04 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18169
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload04 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18170
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18171
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload05 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18172
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload05 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18173
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18174
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload06 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18175
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload06 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18176
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18177
static const TAknsItemID KAknsIIDQgnGrafMusicHomeAnimDownload07 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18178
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMusicHomeAnimDownload07 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18179
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18180
static const TAknsItemID KAknsIIDQgnIndiCalLocatEventAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18181
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalLocatEventAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18182
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18183
static const TAknsItemID KAknsIIDQgnIndiCam4ModeLowlight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18184
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4ModeLowlight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18185
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18186
static const TAknsItemID KAknsIIDQgnIndiHomeProfileTimed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18187
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiHomeProfileTimed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18188
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18189
static const TAknsItemID KAknsIIDQgnIndiMupHomeDownloadCompleted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18190
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomeDownloadCompleted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18191
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18192
static const TAknsItemID KAknsIIDQgnIndiMupHomeNoMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18193
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomeNoMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18194
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18195
static const TAknsItemID KAknsIIDQgnIndiMupHomePause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18196
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomePause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18197
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18198
static const TAknsItemID KAknsIIDQgnIndiMupHomePlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18199
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomePlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18200
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18201
static const TAknsItemID KAknsIIDQgnNoteBtPopu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18202
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteBtPopu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18203
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18204
static const TAknsItemID KAknsIIDQgnPropCodecWvga =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18205
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCodecWvga };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18206
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18207
static const TAknsItemID KAknsIIDQgnIndiLgalTbAddToAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18208
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLgalTbAddToAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18209
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18210
static const TAknsItemID KAknsIIDQgnIndiLgalTbNewAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18211
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLgalTbNewAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18212
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18213
static const TAknsItemID KAknsIIDQgnIndiLgalTbRename =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18214
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLgalTbRename };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18215
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18216
static const TAknsItemID KAknsIIDQgnIndiLgalTbSlideshow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18217
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiLgalTbSlideshow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18218
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18219
static const TAknsItemID KAknsIIDQgnIndiNcimForgotPsw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18220
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiNcimForgotPsw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18221
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18222
static const TAknsItemID KAknsIIDQgnIndiSctrlSkMaskMiddlePrt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18223
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiSctrlSkMaskMiddlePrt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18224
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18225
static const TAknsItemID KAknsIIDQgnIndiTbDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18226
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18227
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18228
static const TAknsItemID KAknsIIDQgnIndiTbDeleteDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18229
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbDeleteDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18230
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18231
static const TAknsItemID KAknsIIDQgnIndiTbMark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18232
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbMark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18233
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18234
static const TAknsItemID KAknsIIDQgnIndiTbUnmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18235
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbUnmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18236
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18237
static const TAknsItemID KAknsIIDQgnIndiTbUpload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18238
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbUpload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18239
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18240
static const TAknsItemID KAknsIIDQgnMenuHomeMedia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18241
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuHomeMedia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18242
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18243
static const TAknsItemID KAknsIID3dAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18244
    { EAknsMajorGeneric, EAknsMinorGeneric3dAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18245
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18246
static const TAknsItemID KAknsIIDQgnAppSnifferGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18247
    { EAknsMajorGeneric, EAknsMinorGenericQgnAppSnifferGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18248
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18249
static const TAknsItemID KAknsIIDQgnIndiCam4TbSwitchStill =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18250
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbSwitchStill };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18251
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18252
static const TAknsItemID KAknsIIDQgnIndiCam4TbSwitchVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18253
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbSwitchVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18254
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18255
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadBackground =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18256
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadBackground };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18257
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18258
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadButtonBackground =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18259
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadButtonBackground };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18260
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18261
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadButtonBackgroundAlt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18262
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadButtonBackgroundAlt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18263
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18264
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18265
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18266
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18267
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadExitFs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18268
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadExitFs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18269
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18270
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18271
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18272
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18273
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadLsk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18274
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadLsk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18275
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18276
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18277
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18278
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18279
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadRsk =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18280
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadRsk };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18281
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18282
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadSelect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18283
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadSelect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18284
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18285
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadSelectAlt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18286
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadSelectAlt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18287
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18288
static const TAknsItemID KAknsIIDQgnIndiFlashKeypadUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18289
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashKeypadUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18290
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18291
static const TAknsItemID KAknsIIDQgnIndiFlashToolbarFs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18292
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashToolbarFs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18293
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18294
static const TAknsItemID KAknsIIDQgnIndiFlashToolbarPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18295
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashToolbarPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18296
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18297
static const TAknsItemID KAknsIIDQgnIndiFlashToolbarPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18298
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashToolbarPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18299
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18300
static const TAknsItemID KAknsIIDQgnIndiFlashToolbarZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18301
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiFlashToolbarZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18302
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18303
static const TAknsItemID KAknsIIDQgnMenuActivenotes =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18304
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuActivenotes };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18305
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18306
static const TAknsItemID KAknsIIDQgnMenuAudioTheme =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18307
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuAudioTheme };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18308
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18309
static const TAknsItemID KAknsIIDQgnMenuFiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18310
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuFiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18311
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18312
static const TAknsItemID KAknsIIDQgnMenuMobilesearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18313
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMobilesearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18314
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18315
static const TAknsItemID KAknsIIDQgnMenuMyApplications =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18316
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMyApplications };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18317
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18318
static const TAknsItemID KAknsIIDQgnMenuN95 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18319
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuN95 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18320
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18321
static const TAknsItemID KAknsIIDQgnMenuOviMaps =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18322
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviMaps };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18323
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18324
static const TAknsItemID KAknsIIDQgnMenuOviMusic =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18325
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviMusic };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18326
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18327
static const TAknsItemID KAknsIIDQgnMenuOviPhotos =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18328
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviPhotos };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18329
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18330
static const TAknsItemID KAknsIIDQgnMenuOviSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18331
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18332
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18333
static const TAknsItemID KAknsIIDQgnMenuOviWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18334
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18335
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18336
static const TAknsItemID KAknsIIDQgnMenuPeople =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18337
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuPeople };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18338
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18339
static const TAknsItemID KAknsIIDQgnMenuSetwizard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18340
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSetwizard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18341
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18342
static const TAknsItemID KAknsIIDQgnMenuSwitch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18343
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSwitch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18344
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18345
static const TAknsItemID KAknsIIDQgnMenuTutor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18346
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuTutor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18347
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18348
static const TAknsItemID KAknsIIDQgnMenuVr =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18349
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVr };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18350
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18351
static const TAknsItemID KAknsIIDQgnMenuWelcomeCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18352
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuWelcomeCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18353
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18354
static const TAknsItemID KAknsIIDQgnMenuWka =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18355
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuWka };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18356
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18357
static const TAknsItemID KAknsIIDQsnHomeClockAnaloguePointerMinute =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18358
    { EAknsMajorGeneric, EAknsMinorGenericQsnHomeClockAnaloguePointerMinute };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18359
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18360
static const TAknsItemID KAknsIIDQgnIndiBrowserTbGotoAndSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18361
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserTbGotoAndSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18362
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18363
static const TAknsItemID KAknsIIDIconSyncEndRemotecontrol =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18364
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncEndRemotecontrol };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18365
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18366
static const TAknsItemID KAknsIIDIconSyncFileSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18367
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncFileSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18368
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18369
static const TAknsItemID KAknsIIDIconSyncProductInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18370
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncProductInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18371
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18372
static const TAknsItemID KAknsIIDIconSyncRestore =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18373
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncRestore };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18374
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18375
static const TAknsItemID KAknsIIDIconSyncTravelInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18376
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncTravelInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18377
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18378
static const TAknsItemID KAknsIIDIconSyncUpgrade =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18379
    { EAknsMajorGeneric, EAknsMinorGenericIconSyncUpgrade };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18380
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18381
static const TAknsItemID KAknsIIDQgnGrafNpodaApp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18382
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafNpodaApp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18383
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18384
static const TAknsItemID KAknsIIDQgnGrafSplashCatalogs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18385
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafSplashCatalogs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18386
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18387
static const TAknsItemID KAknsIIDQgnHqttsManagerAppsGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18388
    { EAknsMajorGeneric, EAknsMinorGenericQgnHqttsManagerAppsGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18389
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18390
static const TAknsItemID KAknsIIDQgnIndiMopTableSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18391
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMopTableSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18392
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18393
static const TAknsItemID KAknsIIDQgnIndiMpVcAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18394
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpVcAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18395
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18396
static const TAknsItemID KAknsIIDQgnIndiMpVcArtist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18397
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpVcArtist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18398
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18399
static const TAknsItemID KAknsIIDQgnIndiMpVcPlaylist =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18400
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpVcPlaylist };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18401
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18402
static const TAknsItemID KAknsIIDQgnIndiMpVcSong =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18403
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpVcSong };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18404
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18405
static const TAknsItemID KAknsIIDQgnMenuCatalogs =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18406
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuCatalogs };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18407
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18408
static const TAknsItemID KAknsIIDQgnMenuContactbarFeedviewer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18409
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuContactbarFeedviewer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18410
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18411
static const TAknsItemID KAknsIIDQgnMenuContactbarSetup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18412
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuContactbarSetup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18413
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18414
static const TAknsItemID KAknsIIDQgnMenuContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18415
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18416
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18417
static const TAknsItemID KAknsIIDQgnMenuGroupPhone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18418
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupPhone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18419
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18420
static const TAknsItemID KAknsIIDQgnMenuLocev =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18421
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuLocev };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18422
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18423
static const TAknsItemID KAknsIIDQgnMenuNgage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18424
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuNgage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18425
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18426
static const TAknsItemID KAknsIIDQgnMenuSwicthMode =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18427
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuSwicthMode };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18428
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18429
static const TAknsItemID KAknsIIDQgnMenuVa =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18430
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVa };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18431
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18432
static const TAknsItemID KAknsIIDQgnMenuVdcSuite =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18433
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuVdcSuite };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18434
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18435
static const TAknsItemID KAknsIIDQgnPropCatalogsItemBought =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18436
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCatalogsItemBought };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18437
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18438
static const TAknsItemID KAknsIIDQgnPropCatalogsItemDependency =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18439
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCatalogsItemDependency };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18440
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18441
static const TAknsItemID KAknsIIDQgnPropClockDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18442
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropClockDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18443
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18444
static const TAknsItemID KAknsIIDQgnPropCmailNewMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18445
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailNewMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18446
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18447
static const TAknsItemID KAknsIIDQgnPropServiceDefaultAvatar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18448
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceDefaultAvatar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18449
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18450
static const TAknsItemID KAknsIIDQgnPropServiceFriendRequestReceived =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18451
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceFriendRequestReceived };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18452
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18453
static const TAknsItemID KAknsIIDQgnPropServiceFriendRequestSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18454
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceFriendRequestSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18455
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18456
static const TAknsItemID KAknsIIDQgnPropServiceOffFriendRequestReceived =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18457
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceOffFriendRequestReceived };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18458
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18459
static const TAknsItemID KAknsIIDQgnPropServiceOffFriendRequestSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18460
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceOffFriendRequestSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18461
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18462
static const TAknsItemID KAknsIIDQgnPropSetConnAuthentication =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18463
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetConnAuthentication };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18464
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18465
static const TAknsItemID KAknsIIDQgnGrafImSigninScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18466
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafImSigninScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18467
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18468
static const TAknsItemID KAknsIIDQgnGrafImSplashScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18469
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafImSplashScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18470
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18471
static const TAknsItemID KAknsIIDQgnIndiCam4Facedet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18472
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Facedet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18473
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18474
static const TAknsItemID KAknsIIDQgnIndiCam4QualityWideNorm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18475
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityWideNorm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18476
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18477
static const TAknsItemID KAknsIIDQgnIndiCam4TbFacedetOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18478
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbFacedetOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18479
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18480
static const TAknsItemID KAknsIIDQgnIndiListView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18481
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiListView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18482
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18483
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18484
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18485
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18486
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneDownPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18487
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneDownPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18488
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18489
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18490
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18491
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18492
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneUpPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18493
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneUpPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18494
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18495
static const TAknsItemID KAknsIIDQgnIndiRadioRockerListView =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18496
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerListView };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18497
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18498
static const TAknsItemID KAknsIIDQgnIndiRadioRockerListViewPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18499
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerListViewPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18500
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18501
static const TAknsItemID KAknsIIDQgnIndiRadioRockerNext =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18502
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerNext };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18503
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18504
static const TAknsItemID KAknsIIDQgnIndiRadioRockerNextDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18505
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerNextDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18506
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18507
static const TAknsItemID KAknsIIDQgnIndiRadioRockerNextPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18508
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerNextPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18509
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18510
static const TAknsItemID KAknsIIDQgnIndiRadioRockerPrevious =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18511
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerPrevious };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18512
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18513
static const TAknsItemID KAknsIIDQgnIndiRadioRockerPreviousDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18514
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerPreviousDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18515
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18516
static const TAknsItemID KAknsIIDQgnIndiRadioRockerPreviousPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18517
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerPreviousPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18518
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18519
static const TAknsItemID KAknsIIDQgnIndiTbFind =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18520
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbFind };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18521
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18522
static const TAknsItemID KAknsIIDQgnIndiTbRename =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18523
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbRename };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18524
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18525
static const TAknsItemID KAknsIIDQgnPropLmCategories =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18526
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLmCategories };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18527
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18528
static const TAknsItemID KAknsIIDQgnGrafMediatagBubbleTail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18529
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafMediatagBubbleTail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18530
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18531
static const TAknsItemID KAknsIIDQgnIndiGalleryEditAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18532
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGalleryEditAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18533
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18534
static const TAknsItemID KAknsIIDQgnIndiMediaFullscreenPlay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18535
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMediaFullscreenPlay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18536
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18537
static const TAknsItemID KAknsIIDQgnIndiMediaThumbnail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18538
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMediaThumbnail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18539
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18540
static const TAknsItemID KAknsIIDQgnIndiMgTvscreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18541
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMgTvscreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18542
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18543
static const TAknsItemID KAknsIIDQgnIndiTbGalleryRename =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18544
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbGalleryRename };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18545
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18546
static const TAknsItemID KAknsIIDQgnIndiTbNewAlbum =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18547
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbNewAlbum };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18548
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18549
static const TAknsItemID KAknsIIDQgnIndiTbSlideshow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18550
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbSlideshow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18551
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18552
static const TAknsItemID KAknsIIDQgnLocServerDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18553
    { EAknsMajorGeneric, EAknsMinorGenericQgnLocServerDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18554
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18555
static const TAknsItemID KAknsIIDQgnPropCpOptiJoystick =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18556
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCpOptiJoystick };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18557
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18558
static const TAknsItemID KAknsIIDQgnPropDownloadImages =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18559
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropDownloadImages };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18560
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18561
static const TAknsItemID KAknsIIDQgnGrafCmailBlank =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18562
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailBlank };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18563
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18564
static const TAknsItemID KAknsIIDQgnGrafCmailDropMenuBg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18565
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailDropMenuBg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18566
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18567
static const TAknsItemID KAknsIIDQgnGrafCmailDropOnepc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18568
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailDropOnepc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18569
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18570
static const TAknsItemID KAknsIIDQgnGrafCmailEmailContent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18571
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailEmailContent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18572
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18573
static const TAknsItemID KAknsIIDQgnGrafCmailEmailCtrlbar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18574
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailEmailCtrlbar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18575
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18576
static const TAknsItemID KAknsIIDQgnGrafCmailEmailHeader =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18577
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailEmailHeader };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18578
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18579
static const TAknsItemID KAknsIIDQgnGrafCmailGridSelector =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18580
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailGridSelector };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18581
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18582
static const TAknsItemID KAknsIIDQgnGrafCmailListSelector =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18583
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCmailListSelector };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18584
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18585
static const TAknsItemID KAknsIIDQgnIndiCmailAbcMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18586
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailAbcMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18587
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18588
static const TAknsItemID KAknsIIDQgnIndiCmailActionArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18589
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailActionArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18590
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18591
static const TAknsItemID KAknsIIDQgnIndiCmailActionArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18592
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailActionArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18593
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18594
static const TAknsItemID KAknsIIDQgnIndiCmailActionMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18595
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailActionMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18596
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18597
static const TAknsItemID KAknsIIDQgnIndiCmailArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18598
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18599
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18600
static const TAknsItemID KAknsIIDQgnIndiCmailAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18601
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18602
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18603
static const TAknsItemID KAknsIIDQgnIndiCmailAttachment2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18604
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailAttachment2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18605
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18606
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18607
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18608
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18609
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarAlarmDay =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18610
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarAlarmDay };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18611
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18612
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18613
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18614
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18615
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18616
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18617
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18618
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventReadAttachments =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18619
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachments };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18620
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18621
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventReadAttachmentsHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18622
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18623
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18624
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventReadAttachmentsLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18625
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventReadAttachmentsLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18626
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18627
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventReadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18628
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventReadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18629
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18630
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventReadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18631
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventReadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18632
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18633
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18634
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18635
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18636
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnreadAttachments =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18637
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachments };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18638
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18639
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnreadAttachmentsHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18640
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18641
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18642
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnreadAttachmentsLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18643
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnreadAttachmentsLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18644
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18645
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnreadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18646
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnreadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18647
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18648
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarEventUnreadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18649
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarEventUnreadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18650
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18651
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarOccasion =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18652
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarOccasion };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18653
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18654
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarPriorityHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18655
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18656
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18657
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarPriorityHigh2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18658
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarPriorityHigh2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18659
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18660
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarPriorityLow =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18661
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarPriorityLow };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18662
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18663
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarPriorityLow2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18664
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarPriorityLow2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18665
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18666
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarPriorityNormal =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18667
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarPriorityNormal };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18668
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18669
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarRecurrence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18670
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarRecurrence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18671
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18672
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarSubject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18673
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarSubject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18674
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18675
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarTrackingAccept =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18676
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarTrackingAccept };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18677
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18678
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarTrackingNone =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18679
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarTrackingNone };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18680
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18681
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarTrackingReject =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18682
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarTrackingReject };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18683
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18684
static const TAknsItemID KAknsIIDQgnIndiCmailCalendarTrackingTentative =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18685
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCalendarTrackingTentative };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18686
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18687
static const TAknsItemID KAknsIIDQgnIndiCmailCollapse =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18688
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailCollapse };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18689
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18690
static const TAknsItemID KAknsIIDQgnIndiCmailConnected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18691
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailConnected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18692
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18693
static const TAknsItemID KAknsIIDQgnIndiCmailConnecting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18694
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailConnecting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18695
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18696
static const TAknsItemID KAknsIIDQgnIndiCmailDisconnected =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18697
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDisconnected };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18698
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18699
static const TAknsItemID KAknsIIDQgnIndiCmailDisconnectedError =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18700
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDisconnectedError };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18701
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18702
static const TAknsItemID KAknsIIDQgnIndiCmailDisconnectedLowBattery =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18703
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDisconnectedLowBattery };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18704
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18705
static const TAknsItemID KAknsIIDQgnIndiCmailDropEmailAccount =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18706
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDropEmailAccount };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18707
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18708
static const TAknsItemID KAknsIIDQgnIndiCmailDropInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18709
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDropInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18710
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18711
static const TAknsItemID KAknsIIDQgnIndiCmailDropMoreFolders =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18712
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDropMoreFolders };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18713
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18714
static const TAknsItemID KAknsIIDQgnIndiCmailExpand =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18715
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailExpand };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18716
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18717
static const TAknsItemID KAknsIIDQgnIndiCmailFoldersAsc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18718
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailFoldersAsc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18719
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18720
static const TAknsItemID KAknsIIDQgnIndiCmailFoldersDesc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18721
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailFoldersDesc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18722
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18723
static const TAknsItemID KAknsIIDQgnIndiCmailGoogleMailbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18724
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailGoogleMailbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18725
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18726
static const TAknsItemID KAknsIIDQgnIndiCmailHomeArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18727
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailHomeArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18728
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18729
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherHelp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18730
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherHelp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18731
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18732
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18733
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18734
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18735
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherInfo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18736
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherInfo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18738
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherMailboxDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18739
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherMailboxDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18740
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18741
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherRemoteLookup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18742
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherRemoteLookup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18743
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18744
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18745
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18746
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18747
static const TAknsItemID KAknsIIDQgnIndiCmailLauncherSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18748
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailLauncherSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18750
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18751
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18752
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18753
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqCheckboxOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18754
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18755
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18756
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqCheckboxOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18757
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqCheckboxOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18758
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18759
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqClock =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18760
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqClock };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18761
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18762
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqDateEnd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18763
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqDateEnd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18765
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqDateStart =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18766
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqDateStart };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18767
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18768
static const TAknsItemID KAknsIIDQgnIndiCmailMeetReqLocation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18769
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMeetReqLocation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18770
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18771
static const TAknsItemID KAknsIIDQgnIndiCmailMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18772
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18773
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18774
static const TAknsItemID KAknsIIDQgnIndiCmailMsgEditor =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18775
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMsgEditor };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18776
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18777
static const TAknsItemID KAknsIIDQgnIndiCmailMsgRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18778
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMsgRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18779
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18780
static const TAknsItemID KAknsIIDQgnIndiCmailMsgReadDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18781
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMsgReadDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18782
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18783
static const TAknsItemID KAknsIIDQgnIndiCmailMsgReadRepliedAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18784
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMsgReadRepliedAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18785
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18786
static const TAknsItemID KAknsIIDQgnIndiCmailRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18787
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18788
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18789
static const TAknsItemID KAknsIIDQgnIndiCmailReadAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18790
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18791
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18792
static const TAknsItemID KAknsIIDQgnIndiCmailReadAttachment =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18793
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadAttachment };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18795
static const TAknsItemID KAknsIIDQgnIndiCmailReadAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18796
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18798
static const TAknsItemID KAknsIIDQgnIndiCmailReadAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18799
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18800
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18801
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18802
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18803
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18804
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwardedAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18805
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwardedAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18806
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18807
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwardedAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18808
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwardedAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18809
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18810
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwardedAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18811
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwardedAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18813
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwardedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18814
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwardedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18815
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18816
static const TAknsItemID KAknsIIDQgnIndiCmailReadForwardedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18817
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadForwardedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18818
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18819
static const TAknsItemID KAknsIIDQgnIndiCmailReadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18820
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18822
static const TAknsItemID KAknsIIDQgnIndiCmailReadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18823
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18824
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18825
static const TAknsItemID KAknsIIDQgnIndiCmailReadReplied =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18826
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadReplied };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18827
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18828
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18829
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18830
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18831
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18832
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18833
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18834
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18835
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18836
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18837
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18838
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18839
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18840
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwardedAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18841
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18842
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18843
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwardedAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18844
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18846
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwardedAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18847
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwardedAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18849
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwardedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18850
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwardedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18851
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18852
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18853
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18854
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18855
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18856
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18857
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18858
static const TAknsItemID KAknsIIDQgnIndiCmailSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18859
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18860
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18861
static const TAknsItemID KAknsIIDQgnIndiCmailSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18862
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18863
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18864
static const TAknsItemID KAknsIIDQgnIndiCmailSynchronisation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18865
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailSynchronisation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18866
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18867
static const TAknsItemID KAknsIIDQgnIndiCmailUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18868
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18869
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18870
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18871
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18872
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18873
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18874
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18875
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18876
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18877
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18878
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18879
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwarded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18880
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwarded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18881
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18882
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwardedAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18883
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwardedAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18884
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18885
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwardedAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18886
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18887
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18888
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwardedAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18889
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwardedAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18890
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18891
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwardedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18892
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwardedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18893
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18894
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadForwardedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18895
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadForwardedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18896
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18897
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18898
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18899
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18900
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18901
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18902
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18903
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadReplied =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18904
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadReplied };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18905
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18906
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadRepliedAttach =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18907
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadRepliedAttach };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18908
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18909
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadRepliedAttachHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18910
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18911
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18912
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadRepliedAttachLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18913
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadRepliedAttachLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18914
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18915
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadRepliedHighPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18916
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadRepliedHighPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18917
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18918
static const TAknsItemID KAknsIIDQgnIndiCmailUnreadRepliedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18919
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailUnreadRepliedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18920
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18921
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachDoc =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18922
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachDoc };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18923
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18924
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachHtml =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18925
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachHtml };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18926
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18927
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18928
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18929
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18930
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachNotDownloaded =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18931
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachNotDownloaded };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18932
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18933
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachPdf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18934
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachPdf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18935
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18936
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachPpt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18937
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachPpt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18938
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18939
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachRtf =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18940
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachRtf };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18941
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18942
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachUnidentified =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18943
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachUnidentified };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18944
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18945
static const TAknsItemID KAknsIIDQgnIndiCmailViewerAttachXls =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18946
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerAttachXls };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18947
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18948
static const TAknsItemID KAknsIIDQgnIndiCmailViewerFollowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18949
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerFollowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18950
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18951
static const TAknsItemID KAknsIIDQgnIndiCmailViewerFollowUpComplete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18952
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailViewerFollowUpComplete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18953
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18954
static const TAknsItemID KAknsIIDQgnMenuCmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18955
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuCmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18956
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18957
static const TAknsItemID KAknsIIDQgnMenuCmailIntraBrowser =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18958
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuCmailIntraBrowser };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18959
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18960
static const TAknsItemID KAknsIIDQgnMenuInternetRadio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18961
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuInternetRadio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18962
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18963
static const TAknsItemID KAknsIIDQgnPropCmailActionAddToContacts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18964
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAddToContacts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18965
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18966
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentCancelDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18967
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentCancelDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18968
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18969
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentDownload =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18970
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentDownload };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18971
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18972
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentDownloadAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18973
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentDownloadAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18974
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18975
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentListOptionsAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18976
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18977
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18978
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentListOptionsCancelAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18979
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsCancelAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18980
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18981
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentListOptionsDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18982
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18983
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18984
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentListOptionsDeleteAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18985
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsDeleteAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18986
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18987
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentListOptionsViewAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18988
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentListOptionsViewAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18989
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18990
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18991
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18992
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18993
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentSave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18994
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentSave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18995
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18996
static const TAknsItemID KAknsIIDQgnPropCmailActionAttachmentSaveAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18997
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAttachmentSaveAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18998
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 18999
static const TAknsItemID KAknsIIDQgnPropCmailActionAudio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19000
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionAudio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19001
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19002
static const TAknsItemID KAknsIIDQgnPropCmailActionBookmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19003
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionBookmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19004
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19005
static const TAknsItemID KAknsIIDQgnPropCmailActionCalendarDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19006
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCalendarDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19007
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19008
static const TAknsItemID KAknsIIDQgnPropCmailActionCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19009
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19010
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19011
static const TAknsItemID KAknsIIDQgnPropCmailActionCall2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19012
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCall2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19013
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19014
static const TAknsItemID KAknsIIDQgnPropCmailActionCallVideo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19015
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCallVideo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19016
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19017
static const TAknsItemID KAknsIIDQgnPropCmailActionConfService =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19018
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionConfService };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19019
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19020
static const TAknsItemID KAknsIIDQgnPropCmailActionContactDetail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19021
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionContactDetail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19022
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19023
static const TAknsItemID KAknsIIDQgnPropCmailActionCreateMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19024
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCreateMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19025
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19026
static const TAknsItemID KAknsIIDQgnPropCmailActionCreateMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19027
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionCreateMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19028
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19029
static const TAknsItemID KAknsIIDQgnPropCmailActionDelete =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19030
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionDelete };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19031
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19032
static const TAknsItemID KAknsIIDQgnPropCmailActionEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19033
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19034
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19035
static const TAknsItemID KAknsIIDQgnPropCmailActionForward =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19036
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionForward };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19037
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19038
static const TAknsItemID KAknsIIDQgnPropCmailActionMarkRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19039
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMarkRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19040
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19041
static const TAknsItemID KAknsIIDQgnPropCmailActionMarkUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19042
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMarkUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19043
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19044
static const TAknsItemID KAknsIIDQgnPropCmailActionMeeting =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19045
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMeeting };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19046
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19047
static const TAknsItemID KAknsIIDQgnPropCmailActionMoveMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19048
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMoveMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19049
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19050
static const TAknsItemID KAknsIIDQgnPropCmailActionMoveToDrafts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19051
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMoveToDrafts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19052
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19053
static const TAknsItemID KAknsIIDQgnPropCmailActionMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19054
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19055
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19056
static const TAknsItemID KAknsIIDQgnPropCmailActionOpenInIntranet =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19057
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionOpenInIntranet };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19058
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19059
static const TAknsItemID KAknsIIDQgnPropCmailActionOpenInWeb =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19060
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionOpenInWeb };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19061
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19062
static const TAknsItemID KAknsIIDQgnPropCmailActionPostcard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19063
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionPostcard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19064
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19065
static const TAknsItemID KAknsIIDQgnPropCmailActionPtt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19066
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionPtt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19067
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19068
static const TAknsItemID KAknsIIDQgnPropCmailActionRemoteLookup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19069
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionRemoteLookup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19070
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19071
static const TAknsItemID KAknsIIDQgnPropCmailActionReply =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19072
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionReply };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19073
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19074
static const TAknsItemID KAknsIIDQgnPropCmailActionReplyAll =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19075
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionReplyAll };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19076
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19077
static const TAknsItemID KAknsIIDQgnPropCmailActionSave =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19078
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionSave };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19079
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19080
static const TAknsItemID KAknsIIDQgnPropCmailActionViewCalendar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19081
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionViewCalendar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19082
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19083
static const TAknsItemID KAknsIIDQgnPropCmailActionVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19084
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailActionVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19085
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19086
static const TAknsItemID KAknsIIDQgnPropCmailContactsFavourite =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19087
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailContactsFavourite };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19088
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19089
static const TAknsItemID KAknsIIDQgnPropCmailContactsGroup =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19090
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailContactsGroup };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19091
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19092
static const TAknsItemID KAknsIIDQgnPropCmailFoldersDeletedItems =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19093
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersDeletedItems };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19094
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19095
static const TAknsItemID KAknsIIDQgnPropCmailFoldersDrafts =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19096
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersDrafts };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19097
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19098
static const TAknsItemID KAknsIIDQgnPropCmailFoldersInbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19099
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersInbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19100
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19101
static const TAknsItemID KAknsIIDQgnPropCmailFoldersOutbox =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19102
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersOutbox };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19103
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19104
static const TAknsItemID KAknsIIDQgnPropCmailFoldersSent =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19105
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersSent };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19106
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19107
static const TAknsItemID KAknsIIDQgnPropCmailFoldersServerFolder =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19108
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersServerFolder };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19109
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19110
static const TAknsItemID KAknsIIDQgnPropCmailFoldersSubfolders =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19111
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailFoldersSubfolders };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19112
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19113
static const TAknsItemID KAknsIIDQgnPropCmailInboxSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19114
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailInboxSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19115
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19116
static const TAknsItemID KAknsIIDQgnPropCmailWmlBookmark =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19117
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailWmlBookmark };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19118
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19119
static const TAknsItemID KAknsIIDQgnWkaCxt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19120
    { EAknsMajorGeneric, EAknsMinorGenericQgnWkaCxt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19121
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19122
static const TAknsItemID KAknsIIDQgnHomeRefreshing1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19123
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshing1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19124
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19125
static const TAknsItemID KAknsIIDQgnHomeRefreshing2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19126
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshing2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19127
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19128
static const TAknsItemID KAknsIIDQgnHomeRefreshing3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19129
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshing3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19130
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19131
static const TAknsItemID KAknsIIDQgnHomeRefreshing4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19132
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshing4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19133
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19134
static const TAknsItemID KAknsIIDQgnHomeRefreshingFails =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19135
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshingFails };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19136
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19137
static const TAknsItemID KAknsIIDQgnIndiCallVideo12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19138
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideo12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19139
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19140
static const TAknsItemID KAknsIIDQgnIndiCallVideoCallsta12 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19141
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallVideoCallsta12 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19142
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19143
static const TAknsItemID KAknsIIDQgnIndiCam4Panorama =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19144
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Panorama };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19145
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19146
static const TAknsItemID KAknsIIDQgnIndiCam4TbPanorama =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19147
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbPanorama };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19148
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19149
static const TAknsItemID KAknsIIDQgnIndiRadioNextDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19150
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioNextDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19151
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19152
static const TAknsItemID KAknsIIDQgnIndiRadioNextPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19153
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioNextPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19154
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19155
static const TAknsItemID KAknsIIDQgnIndiRadioPreviousDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19156
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioPreviousDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19157
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19158
static const TAknsItemID KAknsIIDQgnIndiRadioPreviousPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19159
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioPreviousPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19160
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19161
static const TAknsItemID KAknsIIDQgnIndiRadioSoundDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19162
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioSoundDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19164
static const TAknsItemID KAknsIIDQgnIndiRadioSoundMutedDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19165
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioSoundMutedDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19166
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19167
static const TAknsItemID KAknsIIDQgnIndiRadioSoundMutedPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19168
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioSoundMutedPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19169
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19170
static const TAknsItemID KAknsIIDQgnIndiRadioSoundPressed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19171
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioSoundPressed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19172
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19173
static const TAknsItemID KAknsIIDQgnPropHomeAddFriend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19174
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHomeAddFriend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19175
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19176
static const TAknsItemID KAknsIIDQgnPropHomeDefaultFriend =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19177
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropHomeDefaultFriend };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19178
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19179
static const TAknsItemID KAknsIIDQgnPropMupAlbumLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19180
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupAlbumLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19181
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19182
static const TAknsItemID KAknsIIDQgnPropMupArtistLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19183
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupArtistLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19184
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19185
static const TAknsItemID KAknsIIDQgnPropMupComposerLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19186
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupComposerLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19187
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19188
static const TAknsItemID KAknsIIDQgnPropMupGenreLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19189
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupGenreLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19190
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19191
static const TAknsItemID KAknsIIDQgnPropMupPlaylistLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19192
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPlaylistLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19193
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19194
static const TAknsItemID KAknsIIDQgnPropMupPodcastsLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19195
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupPodcastsLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19196
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19197
static const TAknsItemID KAknsIIDQgnPropMupSongsLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19198
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMupSongsLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19199
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19200
static const TAknsItemID KAknsIIDQgnGrafPbPicDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19201
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPbPicDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19202
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19203
static const TAknsItemID KAknsIIDQgnGrafPbPicOvalMaskIcon =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19204
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafPbPicOvalMaskIcon };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19205
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19206
static const TAknsItemID KAknsIIDQgnGrafSwipeindiBgLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19207
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafSwipeindiBgLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19208
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19209
static const TAknsItemID KAknsIIDQgnGrafSwipeindiBgRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19210
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafSwipeindiBgRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19211
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19212
static const TAknsItemID KAknsIIDQgnIndiBrowserOvi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19213
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiBrowserOvi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19214
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19215
static const TAknsItemID KAknsIIDQgnIndiGreenHandle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19216
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiGreenHandle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19217
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19218
static const TAknsItemID KAknsIIDQgnIndiOrgArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19219
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOrgArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19220
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19221
static const TAknsItemID KAknsIIDQgnIndiOrgArrowLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19222
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOrgArrowLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19223
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19224
static const TAknsItemID KAknsIIDQgnIndiOrgArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19225
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOrgArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19226
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19227
static const TAknsItemID KAknsIIDQgnIndiOrgArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19228
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiOrgArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19229
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19230
static const TAknsItemID KAknsIIDQgnIndiUnlockScreen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19231
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiUnlockScreen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19232
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19233
static const TAknsItemID KAknsIIDQgnMenuFmtx =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19234
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuFmtx };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19235
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19236
static const TAknsItemID KAknsIIDQgnNoteNfcTouchtotrans =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19237
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteNfcTouchtotrans };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19238
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19239
static const TAknsItemID KAknsIIDQgnPropLocevInvalid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19240
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropLocevInvalid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19241
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19242
static const TAknsItemID KAknsIIDQgnPropVpRatioOrig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19243
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpRatioOrig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19244
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19245
static const TAknsItemID KAknsIIDQgnPropVpRatioStretch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19246
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpRatioStretch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19247
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19248
static const TAknsItemID KAknsIIDQgnPropVpRatioZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19249
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropVpRatioZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19250
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19251
static const TAknsItemID KAknsIIDQgnPropWmlBmOvi =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19252
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropWmlBmOvi };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19253
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19254
static const TAknsItemID KAknsIIDQgnStatClkStpWatchUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19255
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatClkStpWatchUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19256
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19257
static const TAknsItemID KAknsIIDQgnFrwidgetAddFriendPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19258
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetAddFriendPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19259
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19260
static const TAknsItemID KAknsIIDQgnFrwidgetDialledCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19261
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetDialledCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19262
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19263
static const TAknsItemID KAknsIIDQgnFrwidgetEmptyPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19264
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetEmptyPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19265
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19266
static const TAknsItemID KAknsIIDQgnFrwidgetEventIndicator =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19267
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetEventIndicator };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19268
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19269
static const TAknsItemID KAknsIIDQgnFrwidgetMissedCallRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19270
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetMissedCallRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19271
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19272
static const TAknsItemID KAknsIIDQgnFrwidgetMissedCallUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19273
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetMissedCallUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19274
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19275
static const TAknsItemID KAknsIIDQgnFrwidgetReceivedCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19276
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetReceivedCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19277
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19278
static const TAknsItemID KAknsIIDQgnFrwidgetReceivedEmailRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19279
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetReceivedEmailRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19280
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19281
static const TAknsItemID KAknsIIDQgnFrwidgetReceivedEmailUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19282
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetReceivedEmailUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19283
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19284
static const TAknsItemID KAknsIIDQgnFrwidgetReceivedMsgRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19285
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetReceivedMsgRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19286
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19287
static const TAknsItemID KAknsIIDQgnFrwidgetReceivedMsgUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19288
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetReceivedMsgUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19289
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19290
static const TAknsItemID KAknsIIDQgnFrwidgetRefreshingFeed1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19291
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetRefreshingFeed1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19292
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19293
static const TAknsItemID KAknsIIDQgnFrwidgetRefreshingFeed2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19294
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetRefreshingFeed2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19295
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19296
static const TAknsItemID KAknsIIDQgnFrwidgetRefreshingFeed3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19297
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetRefreshingFeed3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19298
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19299
static const TAknsItemID KAknsIIDQgnFrwidgetRefreshingFeed4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19300
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetRefreshingFeed4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19301
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19302
static const TAknsItemID KAknsIIDQgnFrwidgetScrollIndicator =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19303
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScrollIndicator };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19304
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19305
static const TAknsItemID KAknsIIDQgnFrwidgetScutCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19306
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScutCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19307
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19308
static const TAknsItemID KAknsIIDQgnFrwidgetScutFeed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19309
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScutFeed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19310
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19311
static const TAknsItemID KAknsIIDQgnFrwidgetScutNewMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19312
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScutNewMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19313
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19314
static const TAknsItemID KAknsIIDQgnFrwidgetScutRefresh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19315
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScutRefresh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19316
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19317
static const TAknsItemID KAknsIIDQgnFrwidgetScutSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19318
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetScutSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19319
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19320
static const TAknsItemID KAknsIIDQgnFrwidgetSentEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19321
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSentEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19322
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19323
static const TAknsItemID KAknsIIDQgnFrwidgetSentMsg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19324
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSentMsg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19325
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19326
static const TAknsItemID KAknsIIDQgnFrwidgetSettDetails =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19327
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSettDetails };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19328
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19329
static const TAknsItemID KAknsIIDQgnFrwidgetSettPhoto =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19330
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSettPhoto };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19331
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19332
static const TAknsItemID KAknsIIDQgnFrwidgetSettRemove =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19333
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSettRemove };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19334
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19335
static const TAknsItemID KAknsIIDQgnFrwidgetSettSort =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19336
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSettSort };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19337
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19338
static const TAknsItemID KAknsIIDQgnFrwidgetSettWebFeed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19339
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetSettWebFeed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19340
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19341
static const TAknsItemID KAknsIIDQgnFrwidgetTextFeedPreview =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19342
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetTextFeedPreview };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19343
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19344
static const TAknsItemID KAknsIIDQgnFrwidgetUnknownFeed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19345
    { EAknsMajorGeneric, EAknsMinorGenericQgnFrwidgetUnknownFeed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19346
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19347
static const TAknsItemID KAknsIIDQgnIndiActivenotesPause =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19348
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiActivenotesPause };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19349
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19350
static const TAknsItemID KAknsIIDQgnIndiMpRatioOrig =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19351
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRatioOrig };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19352
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19353
static const TAknsItemID KAknsIIDQgnIndiMpRatioStretch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19354
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRatioStretch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19355
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19356
static const TAknsItemID KAknsIIDQgnIndiMpRatioZoom =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19357
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMpRatioZoom };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19358
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19359
static const TAknsItemID KAknsIIDQgnMenu =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19360
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenu };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19361
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19362
static const TAknsItemID KAknsIIDQgnPropPaGotomynokia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19363
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPaGotomynokia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19364
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19365
static const TAknsItemID KAknsIIDQgnPropPaInstructions =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19366
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPaInstructions };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19367
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19368
static const TAknsItemID KAknsIIDQgnPropPbCommCall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19369
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommCall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19370
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19371
static const TAknsItemID KAknsIIDQgnPropPbCommCallLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19372
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommCallLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19373
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19374
static const TAknsItemID KAknsIIDQgnPropPbCommChat =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19375
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommChat };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19376
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19377
static const TAknsItemID KAknsIIDQgnPropPbCommChatLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19378
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommChatLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19379
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19380
static const TAknsItemID KAknsIIDQgnPropPbCommEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19381
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19382
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19383
static const TAknsItemID KAknsIIDQgnPropPbCommEmailLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19384
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommEmailLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19385
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19386
static const TAknsItemID KAknsIIDQgnPropPbCommMessage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19387
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommMessage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19388
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19389
static const TAknsItemID KAknsIIDQgnPropPbCommMessageLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19390
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommMessageLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19391
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19392
static const TAknsItemID KAknsIIDQgnPropPbCommNoValidLm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19393
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommNoValidLm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19394
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19395
static const TAknsItemID KAknsIIDQgnPropPbCommUrl =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19396
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommUrl };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19397
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19398
static const TAknsItemID KAknsIIDQgnPropPbCommUrlLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19399
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommUrlLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19400
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19401
static const TAknsItemID KAknsIIDQgnPropPbCommValidLm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19402
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommValidLm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19403
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19404
static const TAknsItemID KAknsIIDQgnPropPbCommValidLmLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19405
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommValidLmLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19406
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19407
static const TAknsItemID KAknsIIDQgnPropPbCommVcall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19408
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommVcall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19409
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19410
static const TAknsItemID KAknsIIDQgnPropPbCommVcallLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19411
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommVcallLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19412
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19413
static const TAknsItemID KAknsIIDQgnPropPbCommVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19414
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19415
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19416
static const TAknsItemID KAknsIIDQgnPropPbCommVoipLarge =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19417
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbCommVoipLarge };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19418
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19419
static const TAknsItemID KAknsIIDQgnPropPbNoValidLm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19420
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbNoValidLm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19421
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19422
static const TAknsItemID KAknsIIDQgnGrafBgTportSw =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19423
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafBgTportSw };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19424
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19425
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaActiveframe =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19426
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaActiveframe };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19427
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19428
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaArea =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19429
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaArea };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19430
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19431
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaCapture =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19432
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaCapture };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19433
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19434
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaFrame =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19435
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaFrame };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19436
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19437
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaGuide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19438
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaGuide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19439
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19440
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaGuideDashed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19441
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaGuideDashed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19442
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19443
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19444
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19445
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19446
static const TAknsItemID KAknsIIDQgnGrafCamPanoramaRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19447
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafCamPanoramaRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19448
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19449
static const TAknsItemID KAknsIIDQgnIndiCam4Quality12mpHigh =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19450
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4Quality12mpHigh };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19451
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19452
static const TAknsItemID KAknsIIDQgnIndiTvButtonGotostore =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19453
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTvButtonGotostore };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19454
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19455
static const TAknsItemID KAknsIIDQgnPropSetSlideSettings =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19456
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetSlideSettings };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19457
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19458
static const TAknsItemID KAknsIIDQgnGrafSnoozealarmButtonGrey =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19459
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafSnoozealarmButtonGrey };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19460
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19461
static const TAknsItemID KAknsIIDQgnGrafStopalarmButtonOrange =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19462
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafStopalarmButtonOrange };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19463
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19464
static const TAknsItemID KAknsIIDQgnIndiInputFshwrSctPage3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19465
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputFshwrSctPage3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19466
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19467
static const TAknsItemID KAknsIIDQgnPropBrowserInfoSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19468
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropBrowserInfoSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19469
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19470
static const TAknsItemID KAknsIIDQgnMenuMessageReader =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19471
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuMessageReader };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19472
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19473
static const TAknsItemID KAknsIIDRlsApplicationNameGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19474
    { EAknsMajorGeneric, EAknsMinorGenericRlsApplicationNameGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19475
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19476
static const TAknsItemID KAknsIIDQgnIndiCmailMailForExchange =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19477
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailMailForExchange };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19478
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19479
static const TAknsItemID KAknsIIDQgnIndiMusicWidgetTbRadioSound =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19480
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicWidgetTbRadioSound };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19481
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19482
static const TAknsItemID KAknsIIDQgnIndiMusicWidgetTbRadioSoundDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19483
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19484
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19485
static const TAknsItemID KAknsIIDQgnIndiMusicWidgetTbRadioSoundMuted =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19486
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMuted };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19487
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19488
static const TAknsItemID KAknsIIDQgnIndiMusicWidgetTbRadioSoundMutedDimmed =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19489
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMusicWidgetTbRadioSoundMutedDimmed };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19490
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19491
static const TAknsItemID KAknsIIDQgnIndiTvTbEpg =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19492
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTvTbEpg };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19493
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19494
static const TAknsItemID KAknsIIDQgnStatCaseCyrillicCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19495
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCyrillicCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19496
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19497
static const TAknsItemID KAknsIIDQgnStatCaseCyrillicSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19498
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCyrillicSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19499
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19500
static const TAknsItemID KAknsIIDQgnStatCaseCyrillicText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19501
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseCyrillicText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19502
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19503
static const TAknsItemID KAknsIIDQgnStatCaseGreekCapital =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19504
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseGreekCapital };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19505
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19506
static const TAknsItemID KAknsIIDQgnStatCaseGreekSmall =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19507
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseGreekSmall };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19508
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19509
static const TAknsItemID KAknsIIDQgnStatCaseGreekText =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19510
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseGreekText };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19511
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19512
static const TAknsItemID KAknsIIDQgnIndiCmailArrowRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19513
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailArrowRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19514
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19515
static const TAknsItemID KAknsIIDQgnIndiCmailReadRepliedForwardedLowPrio =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19516
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailReadRepliedForwardedLowPrio };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19517
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19518
static const TAknsItemID KAknsIIDQgnIndiInputCandiListOpen =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19519
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiInputCandiListOpen };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19520
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19521
static const TAknsItemID KAknsIIDQgnIndiPbTbImage =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19522
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPbTbImage };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19523
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19524
static const TAknsItemID KAknsIIDQgnIndiPbTbSendBcard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19525
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPbTbSendBcard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19526
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19527
static const TAknsItemID KAknsIIDQgnMenuNgageDt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19528
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuNgageDt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19529
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19530
static const TAknsItemID KAknsIIDQgnMenuOviFiles =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19531
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviFiles };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19532
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19533
static const TAknsItemID KAknsIIDQgnPropCmailAttachPresentation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19534
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailAttachPresentation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19535
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19536
static const TAknsItemID KAknsIIDQgnPropMceNfcRead =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19537
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceNfcRead };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19538
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19539
static const TAknsItemID KAknsIIDQgnPropMceNfcUnread =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19540
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropMceNfcUnread };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19541
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19542
static const TAknsItemID KAknsIIDQgnPropPbMycard =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19543
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPbMycard };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19544
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19545
static const TAknsItemID KAknsIIDQgnStatHdmiConnect =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19546
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatHdmiConnect };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19547
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19548
static const TAknsItemID KAknsIIDQgnIndiAlarmSilence =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19549
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlarmSilence };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19550
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19551
static const TAknsItemID KAknsIIDQgnIndiAlarmSnooze =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19552
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlarmSnooze };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19553
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19554
static const TAknsItemID KAknsIIDQgnIndiAlarmStop =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19555
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiAlarmStop };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19556
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19557
static const TAknsItemID KAknsIIDQgnIndiPbDefaultConnAdd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19558
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiPbDefaultConnAdd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19559
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19560
static const TAknsItemID KAknsIIDQgnPropServiceFriendBlocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19561
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropServiceFriendBlocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19562
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19563
static const TAknsItemID KAknsIIDQgnHomeWidgetDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19564
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeWidgetDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19565
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19566
static const TAknsItemID KAknsIIDQgnIndiMupHomeNoAlbumArt =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19567
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomeNoAlbumArt };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19568
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19569
static const TAknsItemID KAknsIIDQgnMenuOviSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19570
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuOviSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19571
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19572
static const TAknsItemID KAknsIIDQgnPropOviSync =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19573
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropOviSync };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19574
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19575
static const TAknsItemID KAknsIIDExampleMsnTab =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19576
    { EAknsMajorGeneric, EAknsMinorGenericExampleMsnTab };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19577
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19578
static const TAknsItemID KAknsIIDQgnHomeRefreshingDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19579
    { EAknsMajorGeneric, EAknsMinorGenericQgnHomeRefreshingDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19580
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19581
static const TAknsItemID KAknsIIDQgnPropImwidgetBrandAvatar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19582
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetBrandAvatar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19583
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19584
static const TAknsItemID KAknsIIDQgnPropImwidgetDefaultAvatar =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19585
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetDefaultAvatar };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19586
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19587
static const TAknsItemID KAknsIIDQgnPropImwidgetFriendAway =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19588
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetFriendAway };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19589
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19590
static const TAknsItemID KAknsIIDQgnPropImwidgetFriendBusy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19591
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetFriendBusy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19592
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19593
static const TAknsItemID KAknsIIDQgnPropImwidgetFriendInvisible =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19594
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetFriendInvisible };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19595
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19596
static const TAknsItemID KAknsIIDQgnPropImwidgetFriendOff =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19597
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetFriendOff };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19598
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19599
static const TAknsItemID KAknsIIDQgnPropImwidgetFriendOn =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19600
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetFriendOn };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19601
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19602
static const TAknsItemID KAknsIIDQgnPropImwidgetImsgNew =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19603
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImwidgetImsgNew };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19604
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19605
static const TAknsItemID KAknsIIDQgnPropImFriendVoip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19606
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropImFriendVoip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19607
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19608
static const TAknsItemID KAknsIIDQgnServtabAvatarBlocked =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19609
    { EAknsMajorGeneric, EAknsMinorGenericQgnServtabAvatarBlocked };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19610
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19611
static const TAknsItemID KAknsIIDQgnStatNewMsgUni =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19612
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatNewMsgUni };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19613
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19614
static const TAknsItemID KAknsIIDQgnIndiCalendarClockAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19615
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCalendarClockAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19616
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19617
static const TAknsItemID KAknsIIDQgnIndiCallAnswer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19618
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCallAnswer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19619
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19620
static const TAknsItemID KAknsIIDQgnIndiCam4TbTag =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19621
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4TbTag };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19622
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19623
static const TAknsItemID KAknsIIDQgnIndiMupHomeMusicDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19624
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiMupHomeMusicDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19625
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19626
static const TAknsItemID KAknsIIDQgnMenuChiTalkingDict =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19627
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuChiTalkingDict };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19628
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19629
static const TAknsItemID KAknsIIDQgnNoteChidictSearch =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19630
    { EAknsMajorGeneric, EAknsMinorGenericQgnNoteChidictSearch };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19631
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19632
static const TAknsItemID KAknsIIDQgnNotePa4Tipalert =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19633
    { EAknsMajorGeneric, EAknsMinorGenericQgnNotePa4Tipalert };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19634
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19635
static const TAknsItemID KAknsIIDQgnPropPa4Aboutmynokia =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19636
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPa4Aboutmynokia };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19637
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19638
static const TAknsItemID KAknsIIDQgnPropPa4History =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19639
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPa4History };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19640
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19641
static const TAknsItemID KAknsIIDQgnPropPa4Tip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19642
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPa4Tip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19643
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19644
static const TAknsItemID KAknsIIDQgnPropPa4VisitedTip =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19645
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropPa4VisitedTip };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19646
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19647
static const TAknsItemID KAknsIIDQgnPropSetGeneSlide =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19648
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropSetGeneSlide };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19649
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19650
static const TAknsItemID KAknsIIDQgnIndiCam4QualityHd =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19651
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCam4QualityHd };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19652
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19653
static const TAknsItemID KAknsIIDQgnMenuBrowserng =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19654
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuBrowserng };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19655
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19656
static const TAknsItemID KAknsIIDQgnGrafFepGuideGrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19657
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepGuideGrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19658
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19659
static const TAknsItemID KAknsIIDQgnGrafFepGuideLine =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19660
    { EAknsMajorGeneric, EAknsMinorGenericQgnGrafFepGuideLine };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19661
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19662
static const TAknsItemID KAknsIIDQgnIndiClkTbReset =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19663
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiClkTbReset };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19664
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19665
static const TAknsItemID KAknsIIDQgnIndiCmailDisconnectedScopy =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19666
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCmailDisconnectedScopy };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19667
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19668
static const TAknsItemID KAknsIIDQgnIndiTbAddHomecity =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19669
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbAddHomecity };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19670
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19671
static const TAknsItemID KAknsIIDQgnIndiTbAddLocation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19672
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbAddLocation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19673
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19674
static const TAknsItemID KAknsIIDQgnIndiTbNewTimer =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19675
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbNewTimer };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19676
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19677
static const TAknsItemID KAknsIIDQgnIndiTbStpWatchLap =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19678
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbStpWatchLap };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19679
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19680
static const TAknsItemID KAknsIIDQgnIndiTbStpWatchSplit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19681
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiTbStpWatchSplit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19682
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19683
static const TAknsItemID KAknsIIDQgnPropCmailAttachPresentation2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19684
    { EAknsMajorGeneric, EAknsMinorGenericQgnPropCmailAttachPresentation2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19685
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19686
static const TAknsItemID KAknsIIDQgnIndiCdrActionArrowDown =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19687
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrActionArrowDown };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19688
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19689
static const TAknsItemID KAknsIIDQgnIndiCdrActionArrowUp =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19690
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrActionArrowUp };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19691
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19692
static const TAknsItemID KAknsIIDQgnIndiCdrDateAlarm =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19693
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrDateAlarm };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19694
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19695
static const TAknsItemID KAknsIIDQgnIndiCdrEdit =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19696
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrEdit };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19697
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19698
static const TAknsItemID KAknsIIDQgnIndiCdrInvitation =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19699
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrInvitation };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19700
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19701
static const TAknsItemID KAknsIIDQgnIndiCdrNewTodo =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19702
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrNewTodo };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19703
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19704
static const TAknsItemID KAknsIIDQgnIndiCdrRecurrenceException =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19705
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrRecurrenceException };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19706
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19707
static const TAknsItemID KAknsIIDQgnIndiCdrWeekLeft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19708
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrWeekLeft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19709
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19710
static const TAknsItemID KAknsIIDQgnIndiCdrWeekRight =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19711
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiCdrWeekRight };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19712
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19713
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneDownDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19714
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneDownDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19715
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19716
static const TAknsItemID KAknsIIDQgnIndiRadioRockerAutotuneUpDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19717
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerAutotuneUpDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19718
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19719
static const TAknsItemID KAknsIIDQgnIndiRadioRockerListViewDisabled =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19720
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioRockerListViewDisabled };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19721
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19722
static const TAknsItemID KAknsIIDQgnIndiRadioTune =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19723
    { EAknsMajorGeneric, EAknsMinorGenericQgnIndiRadioTune };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19724
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19725
static const TAknsItemID KAknsIIDQgnMenuGroupDatam =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19726
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupDatam };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19727
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19728
static const TAknsItemID KAknsIIDQgnMenuGroupEmail =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19729
    { EAknsMajorGeneric, EAknsMinorGenericQgnMenuGroupEmail };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19730
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19731
static const TAknsItemID KAknsIIDQgnStatCaseHybrid =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19732
    { EAknsMajorGeneric, EAknsMinorGenericQgnStatCaseHybrid };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19733
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19734
// SCMMARKER_INSERTIONPOINT
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19735
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19736
// SCCMARKER_END
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19737
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19738
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19739
// Other constants
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19740
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19741
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19742
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19743
* UID that identifies active skin instance when fetched using
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19744
* <code>CCoeEnv::Static</code>.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19745
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19746
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19747
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19748
const TUid KAknsSkinInstanceTls         = {0x10005a27};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19749
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19750
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19751
* UID that identifies AppUi skin parameters when fetched using
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19752
* <code>CCoeEnv::Static</code>.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19753
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19754
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19755
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19756
const TUid KAknsAppUiParametersTls      = {0x101F84CD};
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19757
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19758
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19759
* Skin change event UID value.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19760
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19761
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19762
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19763
const TInt KUidValueAknsSkinChangeEvent = 0x10005A30;
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19764
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19765
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19766
* Skin change message value.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19767
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19768
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19769
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19770
const TInt KAknsMessageSkinChange       = 0x10005A31;
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19771
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19772
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19773
* Image table indices for frame elements.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19774
*
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19775
* @since 2.0
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19776
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19777
enum TAknsFrameElementIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19778
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19779
    EAknsFrameIndexTl                   = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19780
    EAknsFrameIndexTr                   = 1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19781
    EAknsFrameIndexBl                   = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19782
    EAknsFrameIndexBr                   = 3,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19783
    EAknsFrameIndexT                    = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19784
    EAknsFrameIndexB                    = 5,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19785
    EAknsFrameIndexL                    = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19786
    EAknsFrameIndexR                    = 7,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19787
    EAknsFrameIndexCenter               = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19788
    EAknsFrameElementsN                 = 9
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19789
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19790
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19791
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19792
// Obsolete constants
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19793
// ============================================================================
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19794
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19795
// If defined, does not define obsolete constants.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19796
#ifndef AKNS_EXCLUDE_OBSOLETE_CONSTANTS
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19797
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19798
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19799
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19800
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19801
enum TAknsCommonIIDMajorValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19802
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19803
    EAknsIIDMajorNone           = -1,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19804
    EAknsIIDMajorDefault        = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19805
    EAknsIIDMajorAppIcon        = EAknsMajorAppIcon,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19806
    EAknsIIDMajorAppIconBmpLst  = EAknsMajorAppIconBmpLst,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19807
    EAknsIIDMajorAppIconBmpCtx  = EAknsMajorAppIconBmpCxt,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19808
    EAknsIIDMajorSkinBmp        = EAknsMajorSkin,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19809
    EAknsIIDMajorEikCtlBmp      = 0x1000489c,   // EikCtl UID
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19810
    EAknsIIDMajorAvkonBmp       = EAknsMajorAvkon
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19811
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19812
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19813
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19814
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19815
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19816
enum TAknsCommonIIDMinorValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19817
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19818
    EAknsIIDMinorNone           = EAknsMinorNone,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19819
    EAknsIIDMinorDefault        = EAknsMinorDefault
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19820
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19821
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19822
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19823
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19824
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19825
enum TAknsSkinBmpControlPaneColorTableIndex
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19826
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19827
    EAknsCTISkinBmpControlPane_CbaText      = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19828
    EAknsCTISkinBmpControlPane_ScindFirst   = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19829
    EAknsCTISkinBmpControlPane_ScindLast    = 15
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19830
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19831
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19832
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19833
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19834
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19835
enum TAknsSkinBmpIIDMinorValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19836
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19837
    EAknsIIDMinorSkinBmpControlPane                 = EAknsMinorQsnBgAreaControl,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19838
    EAknsIIDMinorSkinBmpControlPaneColorTable       = EAknsMinorNone,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19839
    EAknsIIDMinorSkinBmpIdleWallpaperDefault        = EAknsMinorQsnBgAreaMainIdle,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19840
    EAknsIIDMinorSkinBmpPinboardWallpaperDefault    = EAknsMinorNone,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19841
    EAknsIIDMinorSkinBmpMainPaneUsual               = EAknsMinorQsnBgAreaMain,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19842
    EAknsIIDMinorSkinBmpListPaneNarrowA             = EAknsMinorQsnBgColumnA,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19843
    EAknsIIDMinorSkinBmpListPaneWideA               = EAknsMinorQsnBgColumnAB,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19844
    EAknsIIDMinorSkinBmpNoteBgDefault               = EAknsMinorNone,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19845
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19846
    // R_AVKON_STATUS_PANE_LAYOUT_USUAL
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19847
    EAknsIIDMinorSkinBmpStatusPaneUsual             = EAknsMinorQsnBgAreaStatus,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19848
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19849
    // R_AVKON_STATUS_PANE_LAYOUT_IDLE
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19850
    EAknsIIDMinorSkinBmpStatusPaneIdle              = EAknsMinorQsnBgAreaStatus
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19851
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19852
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19853
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19854
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19855
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19856
static const TAknsItemID KAknsIIDSkinBmpControlPane =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19857
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpControlPane };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19858
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19859
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19860
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19861
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19862
static const TAknsItemID KAknsIIDSkinBmpControlPaneColorTable =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19863
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpControlPaneColorTable };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19864
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19865
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19866
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19867
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19868
static const TAknsItemID KAknsIIDSkinBmpIdleWallpaperDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19869
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpIdleWallpaperDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19870
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19871
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19872
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19873
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19874
static const TAknsItemID KAknsIIDSkinBmpPinboardWallpaperDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19875
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpPinboardWallpaperDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19876
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19877
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19878
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19879
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19880
static const TAknsItemID KAknsIIDSkinBmpMainPaneUsual =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19881
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpMainPaneUsual };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19882
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19883
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19884
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19885
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19886
static const TAknsItemID KAknsIIDSkinBmpListPaneNarrowA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19887
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpListPaneNarrowA };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19888
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19889
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19890
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19891
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19892
static const TAknsItemID KAknsIIDSkinBmpListPaneWideA =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19893
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpListPaneWideA };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19894
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19895
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19896
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19897
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19898
static const TAknsItemID KAknsIIDSkinBmpNoteBgDefault =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19899
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpNoteBgDefault };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19900
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19901
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19902
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19903
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19904
static const TAknsItemID KAknsIIDSkinBmpStatusPaneUsual =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19905
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpStatusPaneUsual };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19906
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19907
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19908
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19909
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19910
static const TAknsItemID KAknsIIDSkinBmpStatusPaneIdle =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19911
    { EAknsIIDMajorSkinBmp, EAknsIIDMinorSkinBmpStatusPaneIdle };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19912
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19913
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19914
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19915
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19916
enum TAknsAvkonBmpIIDMinorValue
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19917
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19918
    EAknsIIDMinorAvkonBmpTab21            = 0,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19919
    EAknsIIDMinorAvkonBmpTab22            = 2,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19920
    EAknsIIDMinorAvkonBmpTab31            = 4,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19921
    EAknsIIDMinorAvkonBmpTab32            = 6,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19922
    EAknsIIDMinorAvkonBmpTab33            = 8,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19923
    EAknsIIDMinorAvkonBmpTab41            = 10,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19924
    EAknsIIDMinorAvkonBmpTab42            = 12,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19925
    EAknsIIDMinorAvkonBmpTab43            = 14,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19926
    EAknsIIDMinorAvkonBmpTab44            = 16,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19927
    EAknsIIDMinorAvkonBmpTabLong21        = 18,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19928
    EAknsIIDMinorAvkonBmpTabLong22        = 20,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19929
    EAknsIIDMinorAvkonBmpTabLong31        = 22,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19930
    EAknsIIDMinorAvkonBmpTabLong32        = 24,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19931
    EAknsIIDMinorAvkonBmpTabLong33        = 26
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19932
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19933
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19934
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19935
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19936
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19937
static const TAknsItemID KAknsIIDAvkonBmpTab21 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19938
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab21 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19939
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19940
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19941
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19942
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19943
static const TAknsItemID KAknsIIDAvkonBmpTab22 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19944
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab22 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19945
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19946
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19947
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19948
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19949
static const TAknsItemID KAknsIIDAvkonBmpTab31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19950
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19951
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19952
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19953
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19954
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19955
static const TAknsItemID KAknsIIDAvkonBmpTab32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19956
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19957
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19958
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19959
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19960
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19961
static const TAknsItemID KAknsIIDAvkonBmpTab33 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19962
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab33 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19963
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19964
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19965
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19966
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19967
static const TAknsItemID KAknsIIDAvkonBmpTab41 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19968
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab41 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19969
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19970
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19971
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19972
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19973
static const TAknsItemID KAknsIIDAvkonBmpTab42 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19974
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab42 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19975
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19976
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19977
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19978
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19979
static const TAknsItemID KAknsIIDAvkonBmpTab43 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19980
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab43 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19981
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19982
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19983
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19984
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19985
static const TAknsItemID KAknsIIDAvkonBmpTab44 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19986
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTab44 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19987
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19988
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19989
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19990
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19991
static const TAknsItemID KAknsIIDAvkonBmpTabLong21 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19992
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTabLong21 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19993
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19994
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19995
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19996
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19997
static const TAknsItemID KAknsIIDAvkonBmpTabLong22 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19998
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTabLong22 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 19999
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20000
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20001
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20002
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20003
static const TAknsItemID KAknsIIDAvkonBmpTabLong31 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20004
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTabLong31 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20005
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20006
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20007
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20008
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20009
static const TAknsItemID KAknsIIDAvkonBmpTabLong32 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20010
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTabLong32 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20011
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20012
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20013
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20014
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20015
static const TAknsItemID KAknsIIDAvkonBmpTabLong33 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20016
    { EAknsIIDMajorAvkonBmp, EAknsIIDMinorAvkonBmpTabLong33 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20017
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20018
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20019
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20020
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20021
enum TAknsMinorSkinValueOBSOLETE
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20022
    {
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20023
    // Digital clock
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20024
    EAknsMinorQsnCpClockDigital0        = 0x4010,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20025
    EAknsMinorQsnCpClockDigital1        = 0x4011,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20026
    EAknsMinorQsnCpClockDigital2        = 0x4012,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20027
    EAknsMinorQsnCpClockDigital3        = 0x4013,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20028
    EAknsMinorQsnCpClockDigital4        = 0x4014,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20029
    EAknsMinorQsnCpClockDigital5        = 0x4015,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20030
    EAknsMinorQsnCpClockDigital6        = 0x4016,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20031
    EAknsMinorQsnCpClockDigital7        = 0x4017,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20032
    EAknsMinorQsnCpClockDigital8        = 0x4018,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20033
    EAknsMinorQsnCpClockDigital9        = 0x4019,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20034
    EAknsMinorQsnCpClockDigitalPeriod   = 0x401a,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20035
    EAknsMinorQsnCpClockDigital0MaskSoft= 0x4020,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20036
    EAknsMinorQsnCpClockDigital1MaskSoft= 0x4021,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20037
    EAknsMinorQsnCpClockDigital2MaskSoft= 0x4022,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20038
    EAknsMinorQsnCpClockDigital3MaskSoft= 0x4023,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20039
    EAknsMinorQsnCpClockDigital4MaskSoft= 0x4024,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20040
    EAknsMinorQsnCpClockDigital5MaskSoft= 0x4025,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20041
    EAknsMinorQsnCpClockDigital6MaskSoft= 0x4026,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20042
    EAknsMinorQsnCpClockDigital7MaskSoft= 0x4027,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20043
    EAknsMinorQsnCpClockDigital8MaskSoft= 0x4028,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20044
    EAknsMinorQsnCpClockDigital9MaskSoft= 0x4029,
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20045
    EAknsMinorQsnCpClockDigitalPeriodMaskSoft = 0x402a
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20046
    };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20047
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20048
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20049
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20050
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20051
static const TAknsItemID KAknsIIDQsnCpClockDigital0 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20052
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital0 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20053
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20054
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20055
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20056
static const TAknsItemID KAknsIIDQsnCpClockDigital1 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20057
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital1 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20058
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20059
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20060
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20061
static const TAknsItemID KAknsIIDQsnCpClockDigital2 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20062
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital2 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20063
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20064
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20065
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20066
static const TAknsItemID KAknsIIDQsnCpClockDigital3 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20067
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital3 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20068
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20069
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20070
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20071
static const TAknsItemID KAknsIIDQsnCpClockDigital4 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20072
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital4 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20073
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20074
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20075
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20076
static const TAknsItemID KAknsIIDQsnCpClockDigital5 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20077
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital5 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20078
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20079
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20080
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20081
static const TAknsItemID KAknsIIDQsnCpClockDigital6 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20082
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital6 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20083
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20084
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20085
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20086
static const TAknsItemID KAknsIIDQsnCpClockDigital7 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20087
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital7 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20088
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20089
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20090
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20091
static const TAknsItemID KAknsIIDQsnCpClockDigital8 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20092
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital8 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20093
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20094
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20095
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20096
static const TAknsItemID KAknsIIDQsnCpClockDigital9 =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20097
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital9 };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20098
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20099
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20100
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20101
static const TAknsItemID KAknsIIDQsnCpClockDigitalPeriod =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20102
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalPeriod };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20103
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20104
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20105
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20106
static const TAknsItemID KAknsIIDQsnCpClockDigital0MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20107
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital0MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20108
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20109
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20110
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20111
static const TAknsItemID KAknsIIDQsnCpClockDigital1MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20112
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital1MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20113
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20114
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20115
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20116
static const TAknsItemID KAknsIIDQsnCpClockDigital2MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20117
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital2MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20118
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20119
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20120
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20121
static const TAknsItemID KAknsIIDQsnCpClockDigital3MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20122
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital3MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20123
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20124
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20125
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20126
static const TAknsItemID KAknsIIDQsnCpClockDigital4MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20127
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital4MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20128
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20129
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20130
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20131
static const TAknsItemID KAknsIIDQsnCpClockDigital5MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20132
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital5MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20133
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20134
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20135
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20136
static const TAknsItemID KAknsIIDQsnCpClockDigital6MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20137
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital6MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20138
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20139
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20140
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20141
static const TAknsItemID KAknsIIDQsnCpClockDigital7MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20142
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital7MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20143
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20144
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20145
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20146
static const TAknsItemID KAknsIIDQsnCpClockDigital8MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20147
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital8MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20148
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20149
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20150
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20151
static const TAknsItemID KAknsIIDQsnCpClockDigital9MaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20152
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigital9MaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20153
/**
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20154
* Obsolete, do not use!
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20155
*/
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20156
static const TAknsItemID KAknsIIDQsnCpClockDigitalPeriodMaskSoft =
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20157
    { EAknsMajorSkin, EAknsMinorQsnCpClockDigitalPeriodMaskSoft };
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20158
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20159
// If defined, does not define obsolete constants.
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20160
#endif // AKNS_EXCLUDE_OBSOLETE_CONSTANTS
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20161
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20162
#endif // AKNSCONSTANTS_H
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20163
2fe1408b6811 Final list of Symbian^2 public API header files
William Roberts <williamr@symbian.org>
parents: 1
diff changeset
 20164
// End of File