camerauis/cameraapp/generic/common/inc/CamCaptureSetupListBox.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
    51 #ifndef CAMERAAPP_PLUGIN_BUILD
    51 #ifndef CAMERAAPP_PLUGIN_BUILD
    52         						 ,CCamAppController& aController 
    52         						 ,CCamAppController& aController 
    53 #else
    53 #else
    54                                  ,MCamAppController& aController
    54                                  ,MCamAppController& aController
    55 #endif //CAMERAAPP_PLUGIN_BUILD
    55 #endif //CAMERAAPP_PLUGIN_BUILD
       
    56                                  ,TBool aSkinnedBackGround = EFalse
    56                                 );
    57                                 );
    57 
    58 
    58         /**
    59         /**
    59 		 * Second phase constructor
    60 		 * Second phase constructor
    60 		 * @since 2.8
    61 		 * @since 2.8
   102         /**
   103         /**
   103         * From CCoeControl. 
   104         * From CCoeControl. 
   104         */
   105         */
   105         void HandlePointerEventL(const TPointerEvent& aPointerEvent);
   106         void HandlePointerEventL(const TPointerEvent& aPointerEvent);
   106 
   107 
   107 
   108         
   108 	private:    // Data
   109 	private:    // Data
   109 
   110 
   110         // observer that handles the control's update events
   111         // observer that handles the control's update events
   111         MCamSettingValueObserver* iSettingObserver;
   112         MCamSettingValueObserver* iSettingObserver;
   112 
   113 
   115 #ifndef CAMERAAPP_PLUGIN_BUILD
   116 #ifndef CAMERAAPP_PLUGIN_BUILD
   116         CCamAppController& iController;
   117         CCamAppController& iController;
   117 #else
   118 #else
   118         MCamAppController& iController;
   119         MCamAppController& iController;
   119 #endif //CAMERAAPP_PLUGIN_BUILD		
   120 #endif //CAMERAAPP_PLUGIN_BUILD		
       
   121 
       
   122     protected:    // Data
       
   123         TBool iSkinnedBackGround;
   120 	};
   124 	};
   121 
   125 
   122 #endif // CAMCAPTURESETUPLISTBOX_H
   126 #endif // CAMCAPTURESETUPLISTBOX_H