imageeditor/plugins/ContrastPlugin/data/contrast.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 Contrast 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 "ImageEditorPluginBase.rh"
       
    37 #include "ImageEditorUids.hrh"
       
    38 #include "contrast_gen.loc"
       
    39 #include <ImageEditor.loc>
       
    40 
       
    41 
       
    42 //=============================================================================
       
    43 //  CONSTANTS  
       
    44 //=============================================================================
       
    45 
       
    46 
       
    47 //=============================================================================
       
    48 //  MACROS
       
    49 //=============================================================================
       
    50 
       
    51 
       
    52 //=============================================================================
       
    53 //  RESOURCE DEFINITIONS 
       
    54 //=============================================================================
       
    55 
       
    56 RESOURCE RSS_SIGNATURE { }
       
    57 
       
    58 RESOURCE PGNINFO r_plugin_info
       
    59 {
       
    60     pluginuid           = UID_CONTRAST_PLUGIN;
       
    61     uitype              = EPluginUiTypeSingleParam;
       
    62     plugintype          = EPluginFilterTypeABITO;
       
    63     pluginscope         = EPluginScopeMainEngine;
       
    64     plugindisplayorder  = 2;
       
    65     pluginname          = qtn_sie_plugin_name_contrast;
       
    66     iconfile            = "contrast.mif";
       
    67     filterfile          = "FilterContrast.dll";
       
    68 }
       
    69 
       
    70 RESOURCE PARAMNAMES r_plugin_pars
       
    71 {
       
    72 	parameters=
       
    73 	{
       
    74 	// Horizontal slider title
       
    75 	qtn_sie_slider_title_contrast
       
    76 	
       
    77 	};
       
    78 }
       
    79  
       
    80 RESOURCE PGNUIITEMS r_sk1_items
       
    81 {
       
    82 	items=
       
    83 	{
       
    84 		PGNUIITEM 
       
    85 		{	
       
    86 			id=EPgnSoftkeyIdOk;
       
    87 			text=qtn_sie_pgn_sk1;
       
    88 		}
       
    89 	};
       
    90 }
       
    91 
       
    92 RESOURCE PGNUIITEMS r_sk2_items
       
    93 {
       
    94 	items=
       
    95 	{
       
    96 		PGNUIITEM 
       
    97 		{	
       
    98 			id=EPgnSoftkeyIdCancel;
       
    99 			text=qtn_sie_pgn_sk2;
       
   100 		}
       
   101 	};
       
   102 }
       
   103 
       
   104 RESOURCE PGNUIITEMS r_msk_items
       
   105     {
       
   106     items=
       
   107         {
       
   108         PGNUIITEM 
       
   109             {
       
   110             id=EPgnSoftkeyIdOk;
       
   111             text=qtn_sie_pgn_msk;
       
   112             }
       
   113         };
       
   114     }
       
   115 
       
   116 RESOURCE PGNUIITEMS r_menu_items
       
   117 {
       
   118 	items=
       
   119 	{
       
   120 
       
   121 	};
       
   122 } 
       
   123 
       
   124 // End of File