uiacceltk/hitchcock/goommonitor/inc/goomactionlist.h
changeset 19 f5bac0badc7e
parent 14 83d2d132aa58
child 29 ac3859d43844
equal deleted inserted replaced
14:83d2d132aa58 19:f5bac0badc7e
   182      * @since S60 5.0
   182      * @since S60 5.0
   183      * @param aWgId the window group ID of the application that has not closed.
   183      * @param aWgId the window group ID of the application that has not closed.
   184      */    
   184      */    
   185     void AppNotExiting(TInt aWgId);
   185     void AppNotExiting(TInt aWgId);
   186     
   186     
       
   187     /**
       
   188      * Sets the flag to free memory using sw rendering. For Alf and other plugins that use sw rendering to reduces gpu mem usage.
       
   189      * @since S60 5.0
       
   190      * @param aUseSwRendering ETrue if sw rendering to be used.
       
   191      */   
       
   192     void SetUseSwRendering(TBool aUseSwRendering);
       
   193     
       
   194     /**
       
   195      * Returns the flag to free memory using sw rendering. For Alf and other plugins that use sw rendering to reduces gpu mem usage.
       
   196      * @since S60 5.0
       
   197      */ 
       
   198     TBool UseSwRendering();
       
   199     
   187 // from MGOomActionObserver
   200 // from MGOomActionObserver
   188 
   201 
   189     /**
   202     /**
   190      * 
   203      * 
   191      * from MGOomActionObserver
   204      * from MGOomActionObserver
   249     
   262     
   250     TBool iRunningKillAppActions;
   263     TBool iRunningKillAppActions;
   251     
   264     
   252     TUint iCurrentPluginRun;
   265     TUint iCurrentPluginRun;
   253     RArray<TInt> iLowOnMemWgs;
   266     RArray<TInt> iLowOnMemWgs;
       
   267     TBool iUseSwRendering;
   254     };
   268     };
   255 
   269 
   256 #include "goomactionlist.inl"
   270 #include "goomactionlist.inl"
   257 
   271 
   258 #endif /*GOOMACTIONLIST_H_*/
   272 #endif /*GOOMACTIONLIST_H_*/