diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_clock_example_8hrh-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_clock_example_8hrh-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,79 @@ + +
+00001 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). +00002 // All rights reserved. +00003 // This component and the accompanying materials are made available +00004 // under the terms of "Eclipse Public License v1.0" +00005 // which accompanies this distribution, and is available +00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". +00007 // +00008 // Initial Contributors: +00009 // Nokia Corporation - initial contribution. +00010 // +00011 // Contributors: +00012 // +00013 // Description: +00014 // +00015 +00016 enum TExampleMenuCommands +00017 { +00018 EExampleItem0 = 200, +00019 EExampleItem1 +00020 }; +00021 +00022 enum TExampleSubMenuCommands +00023 { +00024 EAnalogPostion = 400, +00025 EAnalogIncrement, +00026 EDigitalPostion, +00027 EDigitalIncrement +00028 }; +00029 +00030 #define ECidFileNameLabel 0x11c6 +00031 +00032 +00033 #define ETestDo0 0x1150 +00034 #define ETestDo1 0x1151 +00035 #define ETestDo2 0x1152 +00036 #define ETestDo3 0x1153 +00037 #define ETestDo4 0x1124 +00038 #define ETestDo5 0x1155 +00039 #define ETestDo6 0x1156 +00040 #define ETestDo7 0x1157 +00041 #define ETestDo8 0x1158 +00042 #define ETestDo9 0x1159 +00043 #define ETestDoA 0x115A +00044 #define ETestDoB 0x115B +00045 #define ETestDoC 0x115C +00046 #define ETestDoD 0x115D +00047 #define ETestDoE 0x115E +00048 #define ETestDoF 0x115F +00049 +00050 #define ETestDo10 0x1160 +00051 #define ETestDo11 0x1161 +00052 #define ETestDo12 0x1162 +00053 #define ETestDo13 0x1163 +00054 #define ETestDo14 0x1164 +00055 #define ETestDo15 0x1165 +00056 #define ETestDo16 0x1166 +00057 #define ETestDo17 0x1167 +00058 #define ETestDo18 0x1168 +00059 #define ETestDo19 0x1169 +00060 #define ETestDo1A 0x116A +00061 #define ETestDo1B 0x116B +00062 #define ETestDo1C 0x116C +00063 #define ETestDo1D 0x116D +00064 #define ETestDo1E 0x116E +00065 #define ETestDo1F 0x116F +00066 +00067 +