diff -r d05a55b217df -r 79311d856354 idlehomescreen/xmluirendering/uiengine/inc/xneditor.h --- a/idlehomescreen/xmluirendering/uiengine/inc/xneditor.h Wed Apr 14 15:47:59 2010 +0300 +++ b/idlehomescreen/xmluirendering/uiengine/inc/xneditor.h Tue Apr 27 16:26:12 2010 +0300 @@ -204,7 +204,9 @@ TInt WidgetListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray ); TInt ViewListL( CHsContentInfoArray& aArray ); - + + TInt ViewListL( CHsContentInfo& aInfo, CHsContentInfoArray& aArray ); + TInt AppListL( CHsContentInfoArray& aArray ); TInt AddWidgetL( CHsContentInfo& aInfo ); @@ -303,7 +305,12 @@ * Retrieves publishers from CPS and them with the HSPS's template plugins */ void CpsWidgetPluginsL( RPointerArray< CHsContentInfo >& aWidgets ); - + + /** + * Checks whether the view is full + */ + TBool IsViewFull( CXnViewData& aViewData ); + private: // from MXnViewObserver