homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h
changeset 98 e6f74eb7f69f
parent 97 66b5fe3c07fd
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Wed Oct 06 16:06:24 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsmenuviewbuilder.h	Mon Oct 18 10:20:15 2010 +0300
@@ -32,7 +32,7 @@
 class HbAction;
 class HbGroupBox;
 class HbLineEdit;
-class HbListView;
+class HbAbstractItemView;
 class HbToolBar;
 class HbView;
 class HbWidget;
@@ -49,6 +49,8 @@
 enum HsOperationalContext {
     HsItemViewContext = 0,
     HsEmptyLabelContext,
+    HsGridPortraitContext,
+    HsGridLandscapeContext,
     InvalidOperationalContext
 };
 
@@ -73,7 +75,7 @@
 
     // mandatory context dependent widgets accessors
     HbView *currentView();
-    HbListView *currentListView();
+    HbAbstractItemView *currentAbstractItemView();
 
 
     // optional widgets accessors