diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_anim_example_8hrh-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/_anim_example_8hrh-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,59 @@ + +
+00001 // Copyright (c) 2006-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 +00017 enum TExampleMenuCommands +00018 { +00019 EExampleItem0 = 200, +00020 EExampleItem1, +00021 EExampleItem2 +00022 }; +00023 enum TExampleSubMenuCommands +00024 { +00025 ESprite = 400, +00026 EBasic +00027 }; +00028 #define ECidFileNameLabel 0x11c6 +00029 +00030 +00031 #define EAnimToDo0 0x1150 +00032 #define EAnimToDo1 0x1151 +00033 #define EAnimToDo2 0x1152 +00034 #define EAnimToDo3 0x1153 +00035 #define EAnimToDo4 0x1124 +00036 #define EAnimToDo5 0x1155 +00037 #define EAnimToDo6 0x1156 +00038 #define EAnimToDo7 0x1157 +00039 #define EAnimToDo8 0x1158 +00040 #define EAnimToDo9 0x1159 +00041 +00042 +00043 // Common view controls +00044 +00045 #define ETimewCidToolLabel 0x1301 +00046 #define ETimewCidToolSpacer 0x1302 +00047 +