webengine/widgetregistry/Server/inc/WidgetEntry.h
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 26 cb62a4f66ebe
child 48 79859ed3eea9
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
   180 
   180 
   181     /**
   181     /**
   182      * 2-phase constructor
   182      * 2-phase constructor
   183      */
   183      */
   184     void ConstructL();
   184     void ConstructL();
       
   185     
       
   186     /**
       
   187      * Property cleanup
       
   188      */
       
   189     void PropertyCleanupL();
   185 
   190 
   186 protected:
   191 protected:
   187     RPointerArray<CWidgetPropertyValue>  iPropertyValues;
   192     RPointerArray<CWidgetPropertyValue>  iPropertyValues;
   188 
   193 
   189     TInt iNetworkAccess; // bool, 1 if widget wants network access
   194     TInt iNetworkAccess; // bool, 1 if widget wants network access
   190     // info.plist EAllowNetworkAccess and part of EAllowFullAccess
   195     // info.plist EAllowNetworkAccess and part of EAllowFullAccess
   191 
   196 
   192     TInt iActive; // bool, 1 if widget is executing
   197     TInt iActive; // bool, 1 if widget is executing
   193 
   198 
   194    	TInt iMiniView; // bool, 1 if launched in miniview
   199     TInt iMiniView; // bool, 1 if launched in miniview
   195 
   200 
   196 	TInt iFullView; // bool, 1 if launched in fullview
   201     TInt iFullView; // bool, 1 if launched in fullview
   197     TInt iBlanketPermGranted; // bool, 1 if platform service access needs to be prompted
   202     TInt iBlanketPermGranted; // bool, 1 if platform service access needs to be prompted
   198     
   203     
   199     };
   204     };
   200 
   205 
   201 typedef RPointerArray<CWidgetEntry> RWidgetArray;
   206 typedef RPointerArray<CWidgetEntry> RWidgetArray;