imageeditor/inc/ImageEditorUI.hrh
changeset 1 edfc90759b9f
child 12 18b321db4884
equal deleted inserted replaced
0:57d4cdd99204 1:edfc90759b9f
       
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - Initial contribution
       
    11 *
       
    12 * Contributors:
       
    13 * Ixonos Plc
       
    14 *
       
    15 * Description:  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef IMAGEEDITORUI_HRH
       
    22 #define IMAGEEDITORUI_HRH
       
    23 
       
    24 enum TImageEditorUICommandIds
       
    25 {
       
    26 	//	MENU COMMANDS
       
    27 	EImageEditorCmdBase		=	10000,
       
    28 	EImageEditorMenuCmdApplyEffect,
       
    29 	EImageEditorMenuCmdUndo, 
       
    30 	EImageEditorMenuCmdFullScreen,
       
    31 	EImageEditorMenuCmdNormalScreen,
       
    32 	EImageEditorMenuCmdSave,
       
    33 	EImageEditorMenuCmdHelp,
       
    34 	EImageEditorMenuCmdExit,
       
    35 	EImageEditorMenuCmdZoomIn,
       
    36 	EImageEditorMenuCmdZoomOut,
       
    37 	EImageEditorMenuCmdFitToScreen,
       
    38 	// CSendAppUi commands are here
       
    39 	EImageEditorMenuCmdSend = 10020, 
       
    40 	EImageEditorMenuCmdSendLast = 10029, 
       
    41 	//  AIW Print commands are here
       
    42 	EImageEditorMenuAiwPrintBase    =   10030,
       
    43 	EImageEditorMenuAiwPrintLast    =   10033,
       
    44 	//  AIW MENU COMMANDS WILL BE BETWEEN THESE IDs
       
    45 	EImageEditorMenuAiwLast         =   10999,
       
    46 
       
    47 	//	SOFTKEYS
       
    48 	EImageEditorSoftkeyCmdOptions	=	11000,
       
    49 	EImageEditorSoftkeyCmdBack,
       
    50 	EImageEditorSoftkeyCmdOk,
       
    51 	EImageEditorSoftkeyCmdDone,
       
    52 	EImageEditorSoftkeyCmdYes,
       
    53 	EImageEditorSoftkeyCmdNo,
       
    54 
       
    55 	//	MISC COMMANDS
       
    56 	EImageEditorCmdSelectPlugin		=	15000,
       
    57 	EImageEditorCmdRender,
       
    58 	EImageEditorCmdViewReady,
       
    59 	EImageEditorApplyPlugin,
       
    60 	EImageEditorApplyPluginNoStorage,
       
    61 	EImageEditorCancelPlugin,
       
    62 	EImageEditorUpdateSoftkeys,
       
    63 	EImageEditorUpdateNavipane,
       
    64 	EImageEditorAddFilterToEngine,
       
    65 	EImageEditorFocusGained,
       
    66 	EImageEditorFocusLost,
       
    67 	EImageEditorUndoFilter,
       
    68 	EImageEditorTryDisplayMenuBar,
       
    69 	EImageEditorStoreParameters,
       
    70 	EImageEditorSaveAndPrint,
       
    71 	EImageEditorDoPrint,
       
    72 	EImageEditorResetZoom,
       
    73 	EImageEditorPreGlobalZoomChange,
       
    74 	EImageEditorGlobalZoomChanged,
       
    75 	EImageEditorGlobalCropChanged,
       
    76 	EImageEditorPreGlobalPanChange,
       
    77 	EImageEditorGlobalPanChanged,
       
    78 	EImageEditorGlobalRotationChanged,
       
    79 	EImageEditorPreScreenModeChange,
       
    80 	EImageEditorPostScreenModeChange,
       
    81 	EImageEditorCmdSaveReplace, 
       
    82 	EImageEditorCmdSaveNew, 
       
    83     	EImageEditorCmdTouchPan,
       
    84         EImageEditorOpenContextMenu,
       
    85 
       
    86     
       
    87 	//	PLUG-IN COMMAND BASE
       
    88 	EImageEditorPgnCmdBase			=	100000,
       
    89 
       
    90 	//  AIW CRITERIAS
       
    91 	EImageEditorAiwCriteriaPrint    =   110000
       
    92 
       
    93 };
       
    94 
       
    95 // Location of the "Send" menu item in the menu
       
    96 #define SIE_SENDUI_MENU_ITEM_INDEX		2
       
    97 
       
    98 
       
    99 #endif
       
   100 
       
   101 // End of File
       
   102