idlehomescreen/sapiwrapper/hspswrapper/inc/hspswrapper.h
branchRCL_3
changeset 9 f966699dea19
parent 1 5315654608de
child 16 9674c1a575e9
equal deleted inserted replaced
5:c743ef5928ba 9:f966699dea19
   233      *
   233      *
   234      * @param aPluginId Plugin id to be activated
   234      * @param aPluginId Plugin id to be activated
   235      * @return Operation status. KErrNone (success), KErrNotFound
   235      * @return Operation status. KErrNone (success), KErrNotFound
   236      */
   236      */
   237     IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId);	
   237     IMPORT_C TInt SetActivePluginL(const TDesC8& aPluginId);	
   238 	
   238 
       
   239     /**
       
   240       * Restore active view. Will remove all plugins in active view.
       
   241       *
       
   242       * @return Operation status. KErrNone (success), KErrNotFound
       
   243       */
       
   244      IMPORT_C TInt RestoreActiveViewL();        
       
   245 
       
   246      /**
       
   247        * Restore whole root configuration. Will remove
       
   248        * everything except one view.
       
   249        *
       
   250        * @return Operation status. KErrNone (success), KErrNotFound
       
   251        */
       
   252       IMPORT_C TInt RestoreRootL();      
       
   253      
   239     /**
   254     /**
   240      * Replace plugin in the active configuration.
   255      * Replace plugin in the active configuration.
   241      *
   256      *
   242      * @param aPluginId Plugin id to be replaced
   257      * @param aPluginId Plugin id to be replaced
   243      * @param aConfUid Configuration uid of the new plugin
   258      * @param aConfUid Configuration uid of the new plugin