gssettingsuis/Gs/GSFramework/src/GSParentPlugin.cpp
changeset 32 20bd089f4aaa
parent 31 2c9d3aa5bea2
equal deleted inserted replaced
31:2c9d3aa5bea2 32:20bd089f4aaa
    33 #include    <akntitle.h>
    33 #include    <akntitle.h>
    34 #include    <aknViewAppUi.h>
    34 #include    <aknViewAppUi.h>
    35 #include    <bautils.h>
    35 #include    <bautils.h>
    36 #include    <eikmenup.h>
    36 #include    <eikmenup.h>
    37 #include    <eikbtgpc.h>
    37 #include    <eikbtgpc.h>
    38 #include    <hlplch.h>
       
    39 #include    <StringLoader.h>
    38 #include    <StringLoader.h>
    40 
    39 
    41 // Middle Softkey control ID.
    40 // Middle Softkey control ID.
    42 const TInt KGSMSKControlID = 3;
    41 const TInt KGSMSKControlID = 3;
    43 const TInt KGSMSKLength = 256;
    42 const TInt KGSMSKLength = 256;
   374         case EGSMSKCmdAppChange:
   373         case EGSMSKCmdAppChange:
   375             iContainer->HandleSelectionKeyL();
   374             iContainer->HandleSelectionKeyL();
   376             break;
   375             break;
   377         case EAknCmdHelp:
   376         case EAknCmdHelp:
   378             {
   377             {
   379             if( FeatureManager::FeatureSupported( KFeatureIdHelp ) )
       
   380                 {
       
   381                 HlpLauncher::LaunchHelpApplicationL(
       
   382                     iEikonEnv->WsSession(), iAppUi->AppHelpContextL() );
       
   383                 }
       
   384             break;
   378             break;
   385             }
   379             }
   386         default:
   380         default:
   387             iAppUi->HandleCommandL( aCommand );
   381             iAppUi->HandleCommandL( aCommand );
   388             break;
   382             break;