idlehomescreen/xmluirendering/uiengine/inc/xneditor.h
branchRCL_3
changeset 19 79311d856354
parent 17 b8fae6b8a148
child 25 137ebc85284b
equal deleted inserted replaced
18:d05a55b217df 19:79311d856354
   202     TInt WidgetListL( CHsContentInfoArray& aArray );
   202     TInt WidgetListL( CHsContentInfoArray& aArray );
   203 
   203 
   204     TInt WidgetListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray );
   204     TInt WidgetListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray );
   205 
   205 
   206     TInt ViewListL( CHsContentInfoArray& aArray );
   206     TInt ViewListL( CHsContentInfoArray& aArray );
   207     
   207 
       
   208     TInt ViewListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray );
       
   209 
   208     TInt AppListL( CHsContentInfoArray& aArray );
   210     TInt AppListL( CHsContentInfoArray& aArray );
   209     
   211     
   210     TInt AddWidgetL( CHsContentInfo& aInfo );
   212     TInt AddWidgetL( CHsContentInfo& aInfo );
   211     
   213     
   212     TInt RemoveWidgetL( CHsContentInfo& aInfo );
   214     TInt RemoveWidgetL( CHsContentInfo& aInfo );
   301     
   303     
   302     /**
   304     /**
   303      * Retrieves publishers from CPS and them with the HSPS's template plugins
   305      * Retrieves publishers from CPS and them with the HSPS's template plugins
   304      */
   306      */
   305     void CpsWidgetPluginsL( RPointerArray< CHsContentInfo >& aWidgets );
   307     void CpsWidgetPluginsL( RPointerArray< CHsContentInfo >& aWidgets );
   306             
   308 
       
   309     /**
       
   310      * Checks whether the view is full
       
   311      */
       
   312     TBool IsViewFull( CXnViewData& aViewData );
       
   313     
   307 private:
   314 private:
   308     // from MXnViewObserver    
   315     // from MXnViewObserver    
   309     
   316     
   310     void NotifyViewActivatedL( const CXnViewData& aViewData );
   317     void NotifyViewActivatedL( const CXnViewData& aViewData );
   311 
   318