camerauis/cameraapp/generic/inc/CamInfoListBoxContainer.h
branchRCL_3
changeset 10 8c55c525d5d7
parent 0 1ddebce53859
child 11 d486e5e3cc9a
--- a/camerauis/cameraapp/generic/inc/CamInfoListBoxContainer.h	Fri Mar 12 15:41:04 2010 +0200
+++ b/camerauis/cameraapp/generic/inc/CamInfoListBoxContainer.h	Mon Mar 15 12:39:00 2010 +0200
@@ -72,7 +72,11 @@
                                                  TInt aListBoxResource,
                                                  TInt aSummaryResource,
                                                  TInt aSettingValue, 
-                                                 TInt aTitleResource );
+                                                 TInt aTitleResource,
+                                                 TBool aSkinnedBackGround = ETrue );
+        
+        //ME:END
+
 
         /**
         * Destructor.
@@ -100,7 +104,7 @@
         */
         CCamInfoListBoxContainer(   CCamAppController& aController,
                                     CAknView& aView,
-                                    TInt aSettingValue );
+                                    TInt aSettingValue, TBool aSkinnedBackGround = EFalse );
 
     public: 
         
@@ -241,6 +245,8 @@
         TBool iActivateOnTouchRelease;
 
         MTouchFeedback* iFeedback; // not own 
+
+        TBool iSkinnedBackGround;        
         
     };