idlehomescreen/widgetmanager/inc/wmplugin.h
branchRCL_3
changeset 23 7be2816dbabd
parent 12 9674c1a575e9
equal deleted inserted replaced
19:79311d856354 23:7be2816dbabd
   154      * the shared file server reference
   154      * the shared file server reference
   155      */
   155      */
   156     RFs& FileServer();
   156     RFs& FileServer();
   157     
   157     
   158     /** prestored action to be executed. */
   158     /** prestored action to be executed. */
   159     void ExecuteCommandL();
   159     void DoExecuteCommand();
       
   160     
       
   161     /** callback function for launcher */
       
   162     static TInt ExecuteCommand( TAny* aSelf );
   160     
   163     
   161     /**
   164     /**
   162      * reference to iWmInstaller
   165      * reference to iWmInstaller
   163      */
   166      */
   164     CWmInstaller& WmInstaller();
   167     CWmInstaller& WmInstaller();
   236     /*
   239     /*
   237      * Handles installation
   240      * Handles installation
   238      */
   241      */
   239     CWmInstaller* iWmInstaller;
   242     CWmInstaller* iWmInstaller;
   240     
   243     
       
   244     /**
       
   245      * Used for adding widgets to homescreen.
       
   246      */
       
   247     CPeriodic* iLauncher;
       
   248     
       
   249     /**
       
   250      * Counter for execute command delay.
       
   251      */
       
   252     TInt iExecutionCount;
       
   253     
   241 #ifdef _WM_UNIT_TEST
   254 #ifdef _WM_UNIT_TEST
   242     friend class CWmUnitTest;
   255     friend class CWmUnitTest;
   243 #endif
   256 #endif
   244     };
   257     };
   245 
   258