photosgallery/viewframework/plugins/fullscreenviewplugin/src/glximageviewerfullscreenviewplugin.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
equal deleted inserted replaced
14:ce1c7ad1f18b 18:bcb43dc84c44
    42 #include <glxfullscreenview.h>
    42 #include <glxfullscreenview.h>
    43 #include <mpxcollectionpath.h>
    43 #include <mpxcollectionpath.h>
    44 #include <mpxcollectionutility.h>
    44 #include <mpxcollectionutility.h>
    45 #include <mpxmediageneraldefs.h>
    45 #include <mpxmediageneraldefs.h>
    46 #include <StringLoader.h>
    46 #include <StringLoader.h>
    47 
    47 #include <photos.hlp.hrh>
    48 #include <glxfullscreenviewdata.rsg>
    48 #include <glxfullscreenviewdata.rsg>
    49 #include <glxicons.mbg> // icons 
    49 #include <glxicons.mbg> // icons 
    50 
    50 
    51 _LIT(KGlxFullScreenResource,"glxfullscreenviewdata.rsc");
    51 _LIT(KGlxFullScreenResource,"glxfullscreenviewdata.rsc");
    52 
    52 
   119     	
   119     	
   120     GLX_LOG_ENTRY_EXIT_LEAVE_L("CGlxImageViewerScreenViewPlugin::AddCommandHandlersL()");
   120     GLX_LOG_ENTRY_EXIT_LEAVE_L("CGlxImageViewerScreenViewPlugin::AddCommandHandlersL()");
   121     CGlxFullScreenViewPluginBase::AddCommandHandlersL();
   121     CGlxFullScreenViewPluginBase::AddCommandHandlersL();
   122 
   122 
   123     TGlxHelpContext helpInfo;
   123     TGlxHelpContext helpInfo;
   124     helpInfo.iBrowseContext = LGAL_HLP_DOWNLOADS_FULLSCREEN;
   124     helpInfo.iBrowseContext = LGAL_HLP_IMAGE_VIEWER;
   125     
   125     
   126     iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo));
   126     iFullScreenView->AddCommandHandlerL(CGlxCommandHandlerHelp::NewL(helpInfo));
   127     }
   127     }
   128 
   128 
   129 
   129