24 #include <gsfwviewuids.h> |
24 #include <gsfwviewuids.h> |
25 #include <aknradiobuttonsettingpage.h> |
25 #include <aknradiobuttonsettingpage.h> |
26 #include <akntextsettingpage.h> |
26 #include <akntextsettingpage.h> |
27 #include <centralrepository.h> |
27 #include <centralrepository.h> |
28 #include <StringLoader.h> |
28 #include <StringLoader.h> |
|
29 |
|
30 #include <csxhelp/ai.hlp.hrh> |
29 #include <hlplch.h> |
31 #include <hlplch.h> |
30 |
32 |
31 // For CActiveFavouritesDbNotifier |
33 // For CActiveFavouritesDbNotifier |
32 #include <activefavouritesdbnotifier.h> |
34 #include <activefavouritesdbnotifier.h> |
33 #include <mcspluginsettingsres.rsg> |
35 #include <mcspluginsettingsres.rsg> |
34 |
36 |
35 #include "mcspluginsettingscontainer.h" |
37 #include "mcspluginsettingscontainer.h" |
36 #include "mcspluginsettingsmodel.h" |
38 #include "mcspluginsettingsmodel.h" |
37 #include "mcspluginsettingsbkmlist.h" |
39 #include "mcspluginsettingsbkmlist.h" |
38 #include "mcspluginsettings.hrh" |
40 #include "mcspluginsettings.hrh" |
39 |
41 #include "mcspluginuids.hrh" |
40 const TUid KUidAI = { 0x102750FB }; // Active Standby Shortcuts help uid |
42 |
41 |
|
42 _LIT(KSET_HLP_HOME_SCREEN_SHORTCUTS, "SET_HLP_HOME_SCREEN_SHORTCUTS"); |
|
43 _LIT( KMyMenuData, "matrixmenudata" ); |
43 _LIT( KMyMenuData, "matrixmenudata" ); |
44 |
44 |
45 // ======== MEMBER FUNCTIONS ======== |
45 // ======== MEMBER FUNCTIONS ======== |
46 |
46 |
47 // --------------------------------------------------------------------------- |
47 // --------------------------------------------------------------------------- |
408 // Gets Help |
408 // Gets Help |
409 // --------------------------------------------------------------------------- |
409 // --------------------------------------------------------------------------- |
410 // |
410 // |
411 TCoeHelpContext CMCSPluginSettingsContainer::GetHelpContext() const |
411 TCoeHelpContext CMCSPluginSettingsContainer::GetHelpContext() const |
412 { |
412 { |
|
413 TUid uid = TUid::Uid( AI_UID_ECOM_DLL_SETTINGS_MCSPLUGIN ); |
413 TCoeContextName helpString; |
414 TCoeContextName helpString; |
414 |
415 |
415 helpString.Copy( KSET_HLP_HOME_SCREEN_SHORTCUTS ); |
416 helpString.Copy( KSET_HLP_HOME_SCREEN_SHORTCUTS ); |
416 |
417 |
417 // set UID and topic of Help to display |
418 // set UID and topic of Help to display |
418 return TCoeHelpContext( KUidAI, helpString ); |
419 return TCoeHelpContext( uid, helpString ); |
419 } |
420 } |
420 |
421 |
421 // --------------------------------------------------------------------------- |
422 // --------------------------------------------------------------------------- |
422 // Offers a key event. |
423 // Offers a key event. |
423 // --------------------------------------------------------------------------- |
424 // --------------------------------------------------------------------------- |