camerauis/cameraapp/generic/inc/CamPostCaptureContainer.h
branchRCL_3
changeset 12 8c55c525d5d7
parent 0 1ddebce53859
child 31 8f559c47d7fd
equal deleted inserted replaced
11:792dfc98fb3b 12:8c55c525d5d7
   133         /**
   133         /**
   134         * From MCamBatteryPaneObserver
   134         * From MCamBatteryPaneObserver
   135         * Called when battery pane has changed and redraw is needed
   135         * Called when battery pane has changed and redraw is needed
   136         * @since 3.1
   136         * @since 3.1
   137         */		
   137         */		
   138 		void BatteryPaneUpdated();	        
   138 		void BatteryPaneUpdated();
       
   139 		
       
   140 	    /**
       
   141 	    * From CoeControl
       
   142     	* @param aPointerEvent the pointer event to handle
       
   143 	    */
       
   144 		void HandlePointerEventL(const TPointerEvent& aPointerEvent);
   139 
   145 
   140     protected: // Functions from base classes
   146     protected: // Functions from base classes
   141         /**
   147         /**
   142         * From CoeControl
   148         * From CoeControl
   143         * @since 2.8
   149         * @since 2.8
   175 	
   181 	
   176 	CCamBatteryPaneController* iBatteryPaneController;
   182 	CCamBatteryPaneController* iBatteryPaneController;
   177 	TBool iCheckForFileNameChange;
   183 	TBool iCheckForFileNameChange;
   178     
   184     
   179 	TBool iUpdatingBatteryPane; //Needed for drawing black background behind battery pane in Video mode
   185 	TBool iUpdatingBatteryPane; //Needed for drawing black background behind battery pane in Video mode
       
   186 	
       
   187 	// Play icon bitmaps
       
   188 	CFbsBitmap* iPlayIcon;
       
   189 	CFbsBitmap* iPlayIconMask;
       
   190 	
       
   191 	CFbsBitmap* iPlayIconBg;
       
   192 	CFbsBitmap* iPlayIconBgMask;
       
   193 	
       
   194 	CFbsBitmap* iPlayIconBgPressed;
       
   195 	CFbsBitmap* iPlayIconBgPressedMask;
       
   196 	
       
   197 	//Bools to control play button feedback
       
   198 	TBool iPlayIconPressed;
       
   199 	TBool iDraggedInAlready;
   180     };
   200     };
   181 
   201 
   182 #endif
   202 #endif
   183 
   203 
   184 // End of File
   204 // End of File