imageeditor/plugins/RedEyePlugin/data/redeyereduction.rss
changeset 1 edfc90759b9f
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 * Resource definitions for RedEyeReduction plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 
       
    22 //=============================================================================
       
    23 //  RESOURCE INDENTIFIER
       
    24 //=============================================================================
       
    25 NAME    PGN0
       
    26 
       
    27 
       
    28 //=============================================================================
       
    29 //  INCLUDES
       
    30 //=============================================================================
       
    31 #include <eikon.rh>
       
    32 #include <data_caging_paths_strings.hrh>
       
    33 
       
    34 #include "definitions.def"
       
    35 #include "ImageEditorPluginBase.hrh"
       
    36 #include "redeyereduction.hrh"
       
    37 #include "ImageEditorPluginBase.rh"
       
    38 #include "ImageEditorUids.hrh"
       
    39 #include "redeyereduction_gen.loc"
       
    40 #include <ImageEditor.loc>
       
    41 
       
    42 
       
    43 //=============================================================================
       
    44 //  CONSTANTS  
       
    45 //=============================================================================
       
    46 
       
    47 
       
    48 //=============================================================================
       
    49 //  MACROS
       
    50 //=============================================================================
       
    51 
       
    52 
       
    53 //=============================================================================
       
    54 //  RESOURCE DEFINITIONS 
       
    55 //=============================================================================
       
    56 
       
    57 RESOURCE RSS_SIGNATURE { }
       
    58 
       
    59 RESOURCE PGNINFO r_plugin_info
       
    60     {
       
    61     pluginuid           = UID_REDEYEREDUCTION_PLUGIN;
       
    62     uitype              = EPluginUiTypeCustomized;
       
    63     plugintype          = EPluginFilterTypeABITO;
       
    64     pluginscope         = EPluginScopeMainEngine;
       
    65     plugindisplayorder  = 12;
       
    66     pluginname          = qtn_sie_plugin_name_redeye;
       
    67     iconfile            = "RedEyeReduction.mif";
       
    68     filterfile          = "FilterRedEye.dll";
       
    69     }
       
    70 
       
    71 RESOURCE PARAMNAMES r_plugin_pars
       
    72     {   
       
    73 	parameters=
       
    74     	{
       
    75 		// Set croshair state navi pane text
       
    76 		qtn_sie_navi_edit_redeye,
       
    77 		
       
    78 		// Set the radius state navi pane text (N.B. same text in both)
       
    79 		qtn_sie_navi_edit_redeye
       
    80     	};
       
    81     }
       
    82 
       
    83 RESOURCE PGNUIITEMS r_sk1_items
       
    84     {
       
    85     items=
       
    86         {
       
    87         PGNUIITEM 
       
    88             {
       
    89             id=EPgnSoftkeyIdOptions;
       
    90             text=qtn_sie_pgn_sk1_options;
       
    91             },
       
    92         PGNUIITEM 
       
    93             {
       
    94             id=EPgnSoftkeyIdOptions;
       
    95             text=qtn_sie_pgn_sk1_options;
       
    96             },
       
    97         PGNUIITEM 
       
    98             {
       
    99             id=EPgnSoftkeyIdOptions;
       
   100             text=qtn_sie_pgn_sk1_options;
       
   101             },
       
   102         PGNUIITEM 
       
   103             {
       
   104             id=EPgnSoftkeyIdOptions;
       
   105             text=qtn_sie_pgn_sk1_options;
       
   106             }    
       
   107         };
       
   108     }
       
   109 
       
   110 RESOURCE PGNUIITEMS r_sk2_items
       
   111     {
       
   112     items=
       
   113         {
       
   114         PGNUIITEM 
       
   115             {
       
   116             id=EPgnSoftkeyIdCancel;
       
   117             text=qtn_sie_pgn_sk2_cancel;
       
   118             },
       
   119         PGNUIITEM 
       
   120             {
       
   121             id=EPgnSoftkeyIdDone;
       
   122             text=qtn_sie_pgn_sk2_done;
       
   123             },
       
   124         PGNUIITEM 
       
   125             {
       
   126             id=EPgnSoftkeyIdDone;
       
   127             text=qtn_sie_pgn_sk2_done;
       
   128             },
       
   129         PGNUIITEM 
       
   130             {
       
   131             id=EPgnSoftkeyIdCancel;
       
   132             text=qtn_sie_pgn_sk2_cancel;
       
   133             }    
       
   134         };
       
   135     }
       
   136 
       
   137 RESOURCE PGNUIITEMS r_msk_items
       
   138     {
       
   139     items=
       
   140         {
       
   141         PGNUIITEM 
       
   142             {
       
   143             id = EPgnSoftkeyIdSet;
       
   144             text = qtn_sie_msk_set;
       
   145             },
       
   146         PGNUIITEM 
       
   147             {
       
   148             id = EPgnSoftkeyIdReduceRed;
       
   149             text = qtn_sie_msk_reduce_red;
       
   150             },
       
   151         PGNUIITEM 
       
   152             {
       
   153             id = EPgnSoftkeyIdSet;
       
   154             text = qtn_sie_msk_set;
       
   155             },
       
   156         PGNUIITEM 
       
   157             {
       
   158             id = EPgnSoftkeyIdReduceRed;
       
   159             text = qtn_sie_msk_reduce_red;
       
   160             }    
       
   161         };
       
   162     }
       
   163 
       
   164 RESOURCE PGNUIITEMS r_menu_items
       
   165     {
       
   166     items=
       
   167         {
       
   168         // Set
       
   169         PGNUIITEM
       
   170             {
       
   171             id=ERedEyeReductionPgnMenuCmdSet;
       
   172             text=qtn_sie_options_set;
       
   173             },
       
   174         // Remove
       
   175         PGNUIITEM
       
   176             {
       
   177             id=ERedEyeReductionPgnMenuCmdReduceRed;
       
   178             text=qtn_sie_options_reduce_red;
       
   179             },
       
   180         // Undo
       
   181         PGNUIITEM
       
   182             {
       
   183             id=ERedEyeReductionPgnMenuCmdUndo;
       
   184             text=qtn_sie_options_undo;
       
   185             },
       
   186         // Cancel
       
   187         PGNUIITEM
       
   188             {
       
   189             id=ERedEyeReductionPgnMenuCmdCancel;
       
   190             text=qtn_sie_options_cancel_effect;
       
   191             }
       
   192         };
       
   193     } 
       
   194 
       
   195 // Tooltip texts
       
   196 RESOURCE TBUF r_tooltip_redeye_locate { buf = qtn_sie_tooltip_redeye_locate; } 
       
   197 RESOURCE TBUF r_tooltip_redeye_outline { buf = qtn_sie_tooltip_redeye_outline; }
       
   198 
       
   199 // End of File