examples/SFExamples/NotifierExample/Launchers/ExeLauncher_UIQ3/inc/ExeLauncher_UIQ3.hrh

00001 /*
00002 ============================================================================
00003  Name           : ExeLauncher_UIQ3 resource header file ExeLauncher_UIQ3.hrh
00004  Author   : Hamish Willee
00005  Version         :
00006  Copyright   : (C) Symbian 2007
00007  Description : This file defines the command IDs that are shared by both the C++ code and
00008                    the resource definition. This file should be #included in both the 
00009                    application's resource file and header file.
00010 ============================================================================
00011 */
00012 
00013 // This file defines the command IDs that are shared by both the C++ code and
00014 // the resource definition. This file should be #included in both the 
00015 // application's resource file and header file.
00016 
00017 #ifndef EXELAUNCHER_UIQ3_HRH
00018 #define EXELAUNCHER_UIQ3_HRH
00019 
00026 enum TExeLauncher_UIQ3Command
00027         {
00028         EExeLauncher_UIQ3InfoPrint1Cmd = 0x1000,
00029         EExeLauncher_UIQ3InfoPrint2Cmd,
00030         EExeLauncher_UIQ3InfoPrint3Cmd
00031         };
00032 
00037 enum TExeLauncher_UIQ3Control
00038         {
00039         EExeLauncher_UIQ3ViewPage = 1,
00040         EExeLauncher_UIQ3LabelCtrl
00041         };
00042 
00043 
00044 #endif // EXELAUNCHER_UIQ3_HRH

Generated by  doxygen 1.6.2