imageeditor/plugins/ResizePlugin/data/resize.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 Resize plugin.
       
    17 *
       
    18 */
       
    19 
       
    20 
       
    21 //=============================================================================
       
    22 //  RESOURCE INDENTIFIER
       
    23 //=============================================================================
       
    24 NAME    PGN0
       
    25  
       
    26 
       
    27 //=============================================================================
       
    28 //  INCLUDES
       
    29 //=============================================================================
       
    30 #include <eikon.rh>
       
    31 #include <data_caging_paths_strings.hrh>
       
    32 
       
    33 #include "definitions.def"
       
    34 #include "ImageEditorPluginBase.hrh"
       
    35 #include "ImageEditorPluginBase.rh"
       
    36 #include "ImageEditorUids.hrh"
       
    37 #include "resize_gen.loc"
       
    38 #include <ImageEditor.loc>
       
    39 
       
    40 
       
    41 //=============================================================================
       
    42 //  CONSTANTS
       
    43 //=============================================================================
       
    44 
       
    45 
       
    46 //=============================================================================
       
    47 //  MACROS
       
    48 //=============================================================================
       
    49 
       
    50 
       
    51 //=============================================================================
       
    52 //  RESOURCE DEFINITIONS
       
    53 //=============================================================================
       
    54 
       
    55 RESOURCE RSS_SIGNATURE { }
       
    56 
       
    57 RESOURCE PGNINFO r_plugin_info
       
    58 {
       
    59     pluginuid           = UID_RESIZE_PLUGIN;
       
    60     uitype              = EPluginUiTypeSingleParam;
       
    61     plugintype          = EPluginFilterTypeSystem;
       
    62     pluginscope         = EPluginScopeMainEngine;
       
    63     plugindisplayorder  = 4;
       
    64     pluginname          = qtn_sie_plugin_name_resize;
       
    65     iconfile            = "resize.mif";
       
    66     filterfile          = " ";
       
    67 }
       
    68  
       
    69 RESOURCE PARAMNAMES r_plugin_pars
       
    70 {
       
    71 	parameters=
       
    72 	{
       
    73     	// Horizontal slider title
       
    74     	qtn_sie_slider_title_resize
       
    75 	};
       
    76 }
       
    77 
       
    78 RESOURCE PGNUIITEMS r_sk1_items
       
    79 {
       
    80 	items=
       
    81 	{
       
    82 		PGNUIITEM
       
    83 		{
       
    84 			id=EPgnSoftkeyIdOk;
       
    85 			text=qtn_sie_pgn_sk1;
       
    86 		}
       
    87 	};
       
    88 }
       
    89 
       
    90 RESOURCE PGNUIITEMS r_sk2_items
       
    91 {
       
    92 	items=
       
    93 	{
       
    94 		PGNUIITEM
       
    95 		{
       
    96 			id=EPgnSoftkeyIdCancel;
       
    97 			text=qtn_sie_pgn_sk2;
       
    98 		}
       
    99 	};
       
   100 }
       
   101 
       
   102 RESOURCE PGNUIITEMS r_msk_items
       
   103     {
       
   104     items=
       
   105         {
       
   106         PGNUIITEM
       
   107             {
       
   108             id=EPgnSoftkeyIdOk;
       
   109             text=qtn_sie_pgn_msk;
       
   110             }
       
   111         };
       
   112     }
       
   113 
       
   114 RESOURCE PGNUIITEMS r_menu_items
       
   115 {
       
   116 	items=
       
   117 	{
       
   118 
       
   119 	};
       
   120 }
       
   121 
       
   122 RESOURCE TBUF r_sie_resize_resolution_changed
       
   123 {
       
   124     buf = qtn_sie_resize_resolution_changed;
       
   125 }
       
   126 
       
   127 RESOURCE TBUF r_sie_too_small_to_resize
       
   128 {
       
   129     buf = qtn_sie_too_small_to_resize;
       
   130 }
       
   131 
       
   132 // End of File