photosgallery/viewframework/plugins/gridviewplugin/data/glxgridviewdata.rss
branchRCL_3
changeset 60 5b3385a43d68
child 75 01504893d9cb
equal deleted inserted replaced
59:8e5f6eea9c9f 60:5b3385a43d68
       
     1 /*
       
     2  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "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  *
       
    14  * Description:    Resource definitions for Grid View plugin
       
    15  *
       
    16  */
       
    17 
       
    18 //	RESOURCE IDENTIFIER
       
    19 NAME MPXC
       
    20 
       
    21 //	INCLUDES
       
    22 
       
    23 #include "glxcommandhandlers.hrh"
       
    24 #include "glxcontainercommonresources.rh"
       
    25 #include <eikon.rsg>
       
    26 #include <avkon.rsg>
       
    27 #include <avkon.rh>
       
    28 #include <avkon.loc>
       
    29 #include <avkon.mbg>
       
    30 #include <glxicons.mbg>
       
    31 #include <eikon.rh>
       
    32 #include <AiwCommon.hrh>
       
    33 #include <drmcommon.loc>
       
    34 #include <photos.loc>
       
    35 
       
    36 //	RESOURCE DEFINITIONS 
       
    37 
       
    38 RESOURCE RSS_SIGNATURE
       
    39     {}
       
    40 
       
    41 RESOURCE TBUF
       
    42     {buf="GLTV";}
       
    43 
       
    44 // -----------------------------------------------------------------------------------
       
    45 // Resource Definitions
       
    46 // -----------------------------------------------------------------------------------
       
    47 
       
    48 // Downloads Grid View
       
    49 RESOURCE AVKON_VIEW r_grid_view
       
    50     {
       
    51     menubar = r_grid_menubar;
       
    52     cba = r_grid_softkeys;
       
    53     }
       
    54 
       
    55 // Captured Grid View
       
    56 RESOURCE AVKON_VIEW r_glx_captured_grid_view
       
    57     {
       
    58     menubar = r_grid_menubar;
       
    59     cba = r_grid_softkeys;
       
    60     }
       
    61 
       
    62 // Months Grid View
       
    63 RESOURCE AVKON_VIEW r_glx_months_grid_view
       
    64     {
       
    65     menubar = r_grid_menubar;
       
    66     cba = r_grid_softkeys;
       
    67     }
       
    68 
       
    69 // Albums Grid View
       
    70 RESOURCE AVKON_VIEW r_glx_album_grid_view
       
    71     {
       
    72     menubar = r_glx_album_grid_menubar;
       
    73     cba = r_grid_softkeys;
       
    74     }
       
    75 
       
    76 // Tag Grid View
       
    77 RESOURCE AVKON_VIEW r_taggrid_view
       
    78     {
       
    79     menubar = r_taggrid_menubar;
       
    80     cba = r_grid_softkeys;
       
    81     }
       
    82 
       
    83 // ------------------------------------------------------------------------------------
       
    84 // Menu Bar Resources 
       
    85 // ------------------------------------------------------------------------------------
       
    86 
       
    87 // Basic Grid Views
       
    88 RESOURCE MENU_BAR r_grid_menubar
       
    89     {
       
    90     titles=
       
    91         {
       
    92         MENU_TITLE
       
    93             {menu_pane=r_glx_grid_menu; txt="";}
       
    94         };
       
    95     }
       
    96 
       
    97 // Albums Grid View
       
    98 RESOURCE MENU_BAR r_glx_album_grid_menubar
       
    99     {
       
   100     titles=
       
   101         {
       
   102         MENU_TITLE
       
   103             {menu_pane=r_glx_album_grid_menu; txt="";}
       
   104         };
       
   105     }
       
   106 
       
   107 // Tags Grid View
       
   108 RESOURCE MENU_BAR r_taggrid_menubar
       
   109     {
       
   110     titles=
       
   111         {
       
   112         MENU_TITLE
       
   113             {menu_pane=r_taggrid_menu; txt="";}
       
   114         };
       
   115     }
       
   116 
       
   117 // ------------------------------------------------------------------------------------
       
   118 // Menu Contents for Grid views
       
   119 // ------------------------------------------------------------------------------------
       
   120 
       
   121 // Basic grid views
       
   122 RESOURCE MENU_PANE r_glx_grid_menu
       
   123     {
       
   124     items=
       
   125         {
       
   126         MENU_ITEM
       
   127             {command = EGlxCmdPlay;
       
   128             txt = qtn_lgal_options_play;},
       
   129         MENU_ITEM
       
   130             {command = EGlxCmdSend;
       
   131             txt = qtn_options_send_via;
       
   132             flags = EEikMenuItemSpecific;},
       
   133         MENU_ITEM
       
   134             {command = EGlxCmdAiwShareOnOvi;
       
   135             /* txt comes from ShareOnline 4.3 */},
       
   136         MENU_ITEM
       
   137             {command = EGlxCmdDelete;
       
   138             txt = qtn_lgal_options_delete;
       
   139             flags = EEikMenuItemSpecific;},
       
   140         MENU_ITEM
       
   141             {command = EGlxCmdSlideshowPlay;
       
   142             txt = qtn_lgal_options_slideshow;
       
   143             flags = EEikMenuItemSpecific;},
       
   144         MENU_ITEM
       
   145             {command = EGlxCmdSlideshow;
       
   146             txt = qtn_lgal_options_slideshow;
       
   147             cascade = r_grid_shw_menu;},
       
   148         MENU_ITEM
       
   149             {command = EGlxCmdAiwEdit;
       
   150             txt = qtn_lgal_options_edit;
       
   151             flags = EEikMenuItemSpecificListQuery;},
       
   152         MENU_ITEM
       
   153             {command = EGlxCmdDetails;
       
   154             txt = qtn_lgal_options_details;},
       
   155         MENU_ITEM
       
   156             {command = EAknMarkAll;
       
   157             txt = qtn_options_list_mark_all;},
       
   158         MENU_ITEM
       
   159             {command = EAknUnmarkAll;
       
   160             txt = qtn_options_list_unmark_all;},
       
   161         MENU_ITEM
       
   162             {command = EGlxCmdAddToAlbum;
       
   163             txt = qtn_lgal_options_add_to_album;
       
   164             flags = EEikMenuItemSpecific;},
       
   165         MENU_ITEM
       
   166             {command = EGlxCmdAddTag;
       
   167             txt = qtn_lgal_options_properties_add_tag;
       
   168             flags = EEikMenuItemSpecific;},
       
   169         MENU_ITEM
       
   170             {command = EAknCmdHelp;
       
   171             txt = qtn_options_help;},
       
   172         MENU_ITEM
       
   173             {command = EAknCmdExit;
       
   174             txt = qtn_options_exit;}
       
   175         };
       
   176     }
       
   177 
       
   178 // Albums Grid
       
   179 RESOURCE MENU_PANE r_glx_album_grid_menu
       
   180     {
       
   181     items=
       
   182         {
       
   183         MENU_ITEM
       
   184             {command = EGlxCmdPlay;
       
   185             txt = qtn_lgal_options_play;},
       
   186         MENU_ITEM
       
   187             {command = EGlxCmdSend;
       
   188             txt = qtn_options_send_via;
       
   189             flags = EEikMenuItemSpecific;},
       
   190         MENU_ITEM
       
   191             {command = EGlxCmdAiwShareOnOvi;
       
   192             /* txt comes from ShareOnline 4.3 */},
       
   193         MENU_ITEM
       
   194             {command = EGlxCmdRemoveFrom;
       
   195             txt = qtn_lgal_options_remove_from_album;
       
   196             flags = EEikMenuItemSpecific;},
       
   197         MENU_ITEM
       
   198             {command = EGlxCmdDelete;
       
   199             txt = qtn_lgal_options_delete;
       
   200             flags = EEikMenuItemSpecific;},
       
   201         MENU_ITEM
       
   202             {command = EGlxCmdSlideshowPlay;
       
   203             txt = qtn_lgal_options_slideshow;
       
   204             flags = EEikMenuItemSpecific;},
       
   205         MENU_ITEM
       
   206             {command = EGlxCmdSlideshow;
       
   207             txt = qtn_lgal_options_slideshow;
       
   208             cascade = r_grid_shw_menu;},
       
   209         MENU_ITEM
       
   210             {command = EGlxCmdAiwEdit;
       
   211             txt = qtn_lgal_options_edit;
       
   212             flags = EEikMenuItemSpecificListQuery;},
       
   213         MENU_ITEM
       
   214             {command = EGlxCmdDetails;
       
   215             txt = qtn_lgal_options_details;},
       
   216         MENU_ITEM
       
   217             {command = EAknMarkAll;
       
   218             txt = qtn_options_list_mark_all;},
       
   219         MENU_ITEM
       
   220             {command = EAknUnmarkAll;
       
   221             txt = qtn_options_list_unmark_all;},
       
   222         MENU_ITEM
       
   223             {command = EGlxCmdAddToAlbum;
       
   224             txt = qtn_lgal_options_add_to_album;},
       
   225         MENU_ITEM
       
   226             {command = EGlxCmdAddTag;
       
   227             txt = qtn_lgal_options_properties_add_tag;
       
   228             flags = EEikMenuItemSpecific;},
       
   229         MENU_ITEM
       
   230             {command = EAknCmdHelp;
       
   231             txt = qtn_options_help;},
       
   232         MENU_ITEM
       
   233             {command = EAknCmdExit;
       
   234             txt = qtn_options_exit;}
       
   235         };
       
   236     }
       
   237 
       
   238 // Tags Grid
       
   239 RESOURCE MENU_PANE r_taggrid_menu
       
   240     {
       
   241     items=
       
   242         {
       
   243         MENU_ITEM
       
   244             {command = EGlxCmdPlay;
       
   245             txt = qtn_lgal_options_play;},
       
   246         MENU_ITEM
       
   247             {command = EGlxCmdSend;
       
   248             txt = qtn_options_send_via;
       
   249             flags = EEikMenuItemSpecific;},
       
   250         MENU_ITEM
       
   251             {command = EGlxCmdAiwShareOnOvi;
       
   252             /* txt comes from ShareOnline 4.3 */},
       
   253         MENU_ITEM
       
   254             {command=EGlxCmdRemoveFrom;
       
   255             txt = qtn_lgal_options_remove_from_tag;
       
   256             flags = EEikMenuItemSpecific;},
       
   257         MENU_ITEM
       
   258             {command = EGlxCmdDelete;
       
   259             txt = qtn_lgal_options_delete;
       
   260             flags = EEikMenuItemSpecific;},
       
   261         MENU_ITEM
       
   262             {command = EGlxCmdSlideshowPlay;
       
   263             txt = qtn_lgal_options_slideshow;
       
   264             flags = EEikMenuItemSpecific;},
       
   265         MENU_ITEM
       
   266             {command = EGlxCmdSlideshow;
       
   267             txt = qtn_lgal_options_slideshow;
       
   268             cascade = r_grid_shw_menu;},
       
   269         MENU_ITEM
       
   270             {command = EGlxCmdAiwEdit;
       
   271             txt = qtn_lgal_options_edit;
       
   272             flags = EEikMenuItemSpecificListQuery;},
       
   273         MENU_ITEM
       
   274             {command = EGlxCmdDetails;
       
   275             txt = qtn_lgal_options_details;},
       
   276         MENU_ITEM
       
   277             {command = EAknMarkAll;
       
   278             txt = qtn_options_list_mark_all;},
       
   279         MENU_ITEM
       
   280             {command = EAknUnmarkAll;
       
   281             txt = qtn_options_list_unmark_all;},
       
   282         MENU_ITEM
       
   283             {command = EGlxCmdAddToAlbum;
       
   284             txt = qtn_lgal_options_add_to_album;
       
   285             flags = EEikMenuItemSpecific;},
       
   286         MENU_ITEM
       
   287             {command = EGlxCmdAddTag;
       
   288             txt = qtn_lgal_options_properties_add_tag;},
       
   289         MENU_ITEM
       
   290             {command = EAknCmdHelp;
       
   291             txt = qtn_options_help;},
       
   292         MENU_ITEM
       
   293             {command = EAknCmdExit;
       
   294             txt = qtn_options_exit;}
       
   295         };
       
   296     }
       
   297 
       
   298 // ------------------------------------------------------------------------------------
       
   299 // Submenu contents
       
   300 // ------------------------------------------------------------------------------------
       
   301 
       
   302 // Slideshow submenu
       
   303 RESOURCE MENU_PANE r_grid_shw_menu
       
   304     {
       
   305     items=
       
   306         {
       
   307         MENU_ITEM
       
   308             {command=EGlxCmdSlideshowPlay;
       
   309             txt=qtn_lgal_options_slideshow_play;},
       
   310         MENU_ITEM
       
   311             {command=EGlxCmdSlideshowSettings;
       
   312             txt=qtn_lgal_options_slideshow_settings_general;}
       
   313         };
       
   314     }
       
   315 
       
   316 // EditList sub menu for Marking
       
   317 RESOURCE MENU_PANE r_viu_editlist_menu
       
   318     {
       
   319     items =
       
   320         {
       
   321         /*MENU_ITEM
       
   322          {
       
   323          command = EAknCmdMark;
       
   324          txt = qtn_options_list_mark_one;
       
   325          },*/
       
   326         MENU_ITEM
       
   327             {
       
   328             command = EAknMarkAll;
       
   329             txt = qtn_options_list_mark_all;
       
   330             },
       
   331         /*MENU_ITEM
       
   332          {
       
   333          command = EAknCmdUnmark;
       
   334          txt = qtn_options_list_unmark_one;
       
   335          },*/
       
   336         MENU_ITEM
       
   337             {
       
   338             command = EAknUnmarkAll;
       
   339             txt = qtn_options_list_unmark_all;
       
   340             }
       
   341         };
       
   342     }
       
   343 
       
   344 // Home Network sub menu
       
   345 RESOURCE MENU_PANE r_home_network_menu
       
   346     {
       
   347     items=
       
   348         {
       
   349         MENU_ITEM
       
   350             {command=EGlxShowViaUpnpSubmenuVersion;
       
   351             txt=qtn_lgal_options_sub_show_ext;},
       
   352         MENU_ITEM
       
   353             {command=EGlxStopShowingSubmenuVersion;
       
   354             txt=qtn_lgal_options_sub_stop_show;},
       
   355         MENU_ITEM
       
   356             {command=EGlxCopyToHomeNetwork;
       
   357             txt=qtn_lgal_options_copy_to_home_net;}
       
   358         };
       
   359     }
       
   360 
       
   361 // ------------------------------------------------------------------------------------
       
   362 // Other Menubars
       
   363 // ------------------------------------------------------------------------------------
       
   364 
       
   365 RESOURCE MENU_BAR r_grid_ok_menubar
       
   366     {
       
   367     titles=
       
   368         {
       
   369         MENU_TITLE
       
   370             {menu_pane=r_grid_ok_menu; txt="";}
       
   371         };
       
   372     }
       
   373 
       
   374 RESOURCE MENU_BAR r_grid_ok_menubar_album_gridview
       
   375     {
       
   376     titles=
       
   377         {
       
   378         MENU_TITLE
       
   379             {menu_pane=r_grid_ok_menu_album_gridview; txt="";}
       
   380         };
       
   381     }
       
   382 
       
   383 RESOURCE MENU_BAR r_grid_ok_menubar_tag_gridview
       
   384     {
       
   385     titles=
       
   386         {
       
   387         MENU_TITLE
       
   388             {menu_pane=r_grid_ok_menu_tag_gridview; txt="";}
       
   389         };
       
   390     }
       
   391 
       
   392 RESOURCE MENU_PANE r_grid_ok_menu
       
   393     {
       
   394     items=
       
   395         {
       
   396         MENU_ITEM
       
   397             {command = EGlxCmdDelete;
       
   398             txt = qtn_lgal_options_delete;},
       
   399         MENU_ITEM
       
   400             {command = EAknUnmarkAll;
       
   401             txt = qtn_options_list_unmark_all;},
       
   402         MENU_ITEM
       
   403             {command = EGlxCmdAddToAlbum;
       
   404             txt = qtn_lgal_options_add_to_album;},
       
   405         MENU_ITEM
       
   406             {command = EGlxCmdAddTag;
       
   407             txt = qtn_lgal_options_properties_add_tag;}
       
   408         };
       
   409     }
       
   410 
       
   411 RESOURCE MENU_PANE r_grid_ok_menu_album_gridview
       
   412     {
       
   413     items=
       
   414         {
       
   415         MENU_ITEM
       
   416             {command = EGlxCmdDelete;
       
   417             txt = qtn_lgal_options_delete;},
       
   418         MENU_ITEM
       
   419             {command = EAknUnmarkAll;
       
   420             txt = qtn_options_list_unmark_all;},
       
   421         MENU_ITEM
       
   422             {command = EGlxCmdAddToAlbum;
       
   423             txt = qtn_lgal_options_add_to_album;},
       
   424         MENU_ITEM
       
   425             {command = EGlxCmdAddTag;
       
   426             txt = qtn_lgal_options_properties_add_tag;},
       
   427         MENU_ITEM
       
   428             {command = EGlxCmdRemoveFrom;
       
   429             txt = qtn_lgal_options_remove_from_album;}
       
   430         };
       
   431     }
       
   432 
       
   433 RESOURCE MENU_PANE r_grid_ok_menu_tag_gridview
       
   434     {
       
   435     items=
       
   436         {
       
   437         MENU_ITEM
       
   438             {command = EGlxCmdDelete;
       
   439             txt = qtn_lgal_options_delete;},
       
   440         MENU_ITEM
       
   441             {command = EAknUnmarkAll;
       
   442             txt = qtn_options_list_unmark_all;},
       
   443         MENU_ITEM
       
   444             {command = EGlxCmdAddToAlbum;
       
   445             txt = qtn_lgal_options_add_to_album;},
       
   446         MENU_ITEM
       
   447             {command = EGlxCmdAddTag;
       
   448             txt = qtn_lgal_options_properties_add_tag;},
       
   449         MENU_ITEM
       
   450             {command=EGlxCmdRemoveFrom;
       
   451             txt=qtn_lgal_options_remove_from_tag;}
       
   452         };
       
   453     }
       
   454 
       
   455 // ------------------------------------------------------------------------------------
       
   456 // Softkey resources
       
   457 // ------------------------------------------------------------------------------------
       
   458 
       
   459 RESOURCE CBA r_grid_softkeys
       
   460     {
       
   461     buttons =
       
   462         {
       
   463         CBA_BUTTON
       
   464             {
       
   465             id = EAknSoftkeyOptions;
       
   466             txt = text_softkey_option;
       
   467             },
       
   468         CBA_BUTTON
       
   469             {
       
   470             id = EAknSoftkeyBack;
       
   471             txt = text_softkey_back;
       
   472             },
       
   473         CBA_BUTTON
       
   474             {
       
   475             id = EAknCmdOpen;
       
   476             txt = qtn_msk_open;
       
   477             }
       
   478         };
       
   479     }
       
   480 
       
   481 RESOURCE CBA r_grid_softkeys_fullscreen
       
   482     {
       
   483     buttons =
       
   484         {
       
   485         CBA_BUTTON
       
   486             {
       
   487             id = EAknSoftkeyOptions;
       
   488             txt = text_softkey_option;
       
   489             },
       
   490         CBA_BUTTON
       
   491             {
       
   492             id = EGlxCmdFullScreenBack;
       
   493             txt = text_softkey_back;
       
   494             },
       
   495         CBA_BUTTON
       
   496             {
       
   497             id = EAknSoftkeySelect;
       
   498             txt = qtn_msk_select;
       
   499             }
       
   500         };
       
   501     }
       
   502 
       
   503 // ------------------------------------------------------------------------------------
       
   504 // Empty text resource
       
   505 // ------------------------------------------------------------------------------------
       
   506 RESOURCE TBUF r_grid_empty_view_text
       
   507     {
       
   508     buf = qtn_lgal_empty_grid_no_items;
       
   509     }
       
   510 
       
   511 RESOURCE TBUF r_grid_empty_view_text_image
       
   512     {
       
   513     buf = qtn_lgal_empty_grid_no_images;
       
   514     }
       
   515 
       
   516 RESOURCE TBUF r_grid_empty_view_text_video
       
   517     {
       
   518     buf = qtn_lgal_empty_grid_no_videos;
       
   519     }
       
   520 RESOURCE TBUF r_grid_view_text_download_header
       
   521     {
       
   522     buf = qtn_lgal_info_download_header;
       
   523     }
       
   524 
       
   525 RESOURCE TBUF r_grid_marking_mode
       
   526     {
       
   527     buf = qtn_lgal_title_marking_mode;
       
   528     }
       
   529 
       
   530 // ---------------------------------------------------------------------------
       
   531 // Toolbar Resource 
       
   532 // ---------------------------------------------------------------------------
       
   533 //
       
   534 RESOURCE AVKON_TOOLBAR r_glx_grid_view_toolbar
       
   535     {
       
   536     flags = KAknToolbarFixed;
       
   537     items =
       
   538         {
       
   539         TBAR_CTRL
       
   540             {
       
   541             type = EAknCtButton;
       
   542             id = EGlxCmdSlideshowPlay;
       
   543             control = AVKON_BUTTON
       
   544                 {
       
   545                 flags = 0;
       
   546                 states =
       
   547                     {
       
   548                     AVKON_BUTTON_STATE
       
   549                         {
       
   550                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   551                         bmpid = EMbmGlxiconsQgn_indi_tb_slideshow;
       
   552                         bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   553                         press_bmpid = EMbmGlxiconsQgn_indi_tb_slideshow;
       
   554                         press_bmpmask = EMbmGlxiconsQgn_indi_tb_slideshow_mask;
       
   555                         helptxt = qtn_lgal_tooltip_slideshow;
       
   556                         }
       
   557                     };
       
   558                 };
       
   559             },
       
   560         TBAR_CTRL
       
   561             {
       
   562             type = EAknCtButton;
       
   563             id = EGlxCmdStartMultipleMarking;
       
   564             control = AVKON_BUTTON
       
   565                 {
       
   566                 flags = 0;
       
   567                 states =
       
   568                     {
       
   569                     AVKON_BUTTON_STATE
       
   570                         {
       
   571                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   572                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_mark;
       
   573                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_mark_mask;
       
   574                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_mark;
       
   575                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_mark_mask;
       
   576                         helptxt = qtn_lgal_tooltip_mark_items;
       
   577                         },
       
   578                     AVKON_BUTTON_STATE
       
   579                         {
       
   580                         flags = KAknButtonStateHasLatchedFrame;
       
   581                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   582                         bmpid = EMbmGlxiconsQgn_indi_tb_unmark;
       
   583                         bmpmask = EMbmGlxiconsQgn_indi_tb_unmark_mask;
       
   584                         press_bmpid = EMbmGlxiconsQgn_indi_tb_unmark;
       
   585                         press_bmpmask = EMbmGlxiconsQgn_indi_tb_unmark_mask;
       
   586                         helptxt = qtn_lgal_tooltip_unmark_all;
       
   587                         }
       
   588                     };
       
   589                 };
       
   590             },
       
   591         TBAR_CTRL
       
   592             {
       
   593             type = EAknCtButton;
       
   594             id = EGlxCmdSend;
       
   595             control = AVKON_BUTTON
       
   596                 {
       
   597                 flags = 0;
       
   598                 states =
       
   599                     {
       
   600                     AVKON_BUTTON_STATE
       
   601                         {
       
   602                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   603                         bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   604                         bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   605                         press_bmpid = EMbmGlxiconsQgn_indi_cam4_tb_send;
       
   606                         press_bmpmask = EMbmGlxiconsQgn_indi_cam4_tb_send_mask;
       
   607                         helptxt = qtn_lgal_tooltip_send;
       
   608                         }
       
   609                     };
       
   610                 };
       
   611             },
       
   612         TBAR_CTRL
       
   613             {
       
   614             type = EAknCtButton;
       
   615             id = EGlxCmdUpload;
       
   616             control = AVKON_BUTTON
       
   617                 {
       
   618                 flags = 0;
       
   619                 states =
       
   620                     {
       
   621                     AVKON_BUTTON_STATE
       
   622                         {
       
   623                         bmpfile = "z:\\Resource\\apps\\glxicons.mif";
       
   624                         bmpid = EMbmGlxicons1click_default_icon_active;
       
   625                         bmpmask = EMbmGlxicons1click_default_icon_active_mask;
       
   626                         press_bmpid = EMbmGlxicons1click_default_icon_active;
       
   627                         press_bmpmask = EMbmGlxicons1click_default_icon_active_mask;
       
   628                         }
       
   629                     };
       
   630                 };
       
   631             }
       
   632         };
       
   633     }