locationpickerservice/inc/locationpickerappwindow.h
changeset 20 cd10d5b85554
parent 17 0f22fb80ebba
child 31 8db05346071b
--- a/locationpickerservice/inc/locationpickerappwindow.h	Mon May 03 12:27:22 2010 +0300
+++ b/locationpickerservice/inc/locationpickerappwindow.h	Fri May 14 15:47:27 2010 +0300
@@ -28,6 +28,7 @@
 class LocationPickerService;
 class LocationPickerProxyModel;
 class LocationPickerLandscapeView;
+class LocationPickerContent;
 
 class LocationPickerAppWindow: public HbMainWindow
 {
@@ -58,15 +59,17 @@
     //activate locationpicker view
     void activateLocationPickerView();
     //changes the orientation
-    void changeOrientation(Qt::Orientation);
+    void changeOrientation( Qt::Orientation );
     //complete the service
     void serviceComplete();
     //sets the category ID during orientation change in collection content
-    void setCategoryID( quint32 acategoryId );
+    void setCategoryId( quint32 acategoryId );
     //handles orientation change in collection list
     void handleCollectionList();
     //handle all List
     void allListHandle();
+    //clear content models
+    void clearContentModels();
 private:
     // search view
     LocationPickerSearchView* mLocationPickerSearchView;
@@ -76,6 +79,8 @@
     LocationPickerPotraitView* mLocationPickerPotraitView;
     //location picker landscape view
     LocationPickerLandscapeView* mLocationPickerLandscapeView;
+	//locationpicker content
+    LocationPickerContent* mLocationPickerContent;
     //location picker service;
     LocationPickerService *mService;
     //View Type