camerauis/cameraapp/generic/inc/CamVideoPostCaptureView.h
branchRCL_3
changeset 31 8f559c47d7fd
parent 0 1ddebce53859
equal deleted inserted replaced
27:53c8aa5d97a3 31:8f559c47d7fd
    22 #include "CamPostCaptureViewBase.h"
    22 #include "CamPostCaptureViewBase.h"
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 class CCamAppController;
    25 class CCamAppController;
    26 class CCamContainerBase;
    26 class CCamContainerBase;
    27 
    27 class CCamTimer;
    28 
    28 
    29 // CLASS DECLARATION
    29 // CLASS DECLARATION
    30 
    30 
    31 /**
    31 /**
    32 *  View class for video capture 
    32 *  View class for video capture 
   109         TInt HandleNotifyL(
   109         TInt HandleNotifyL(
   110             TInt aCmdId,
   110             TInt aCmdId,
   111             TInt aEventId,
   111             TInt aEventId,
   112             CAiwGenericParamList& aEventParamList,
   112             CAiwGenericParamList& aEventParamList,
   113             const CAiwGenericParamList& aInParamList );
   113             const CAiwGenericParamList& aInParamList );
       
   114 
       
   115 		/*
       
   116 		* Hdmi Timer callback
       
   117 		*/        
       
   118         static TInt HdmiTimerCallback( TAny* aSelf );
       
   119 
       
   120 		/*
       
   121 		* Hdmi Timer callback handler
       
   122 		*/        
       
   123         void DoHdmiTimerCallbackL();
   114     
   124     
   115     private:    // New functions
   125     private:    // New functions
   116 
   126 
   117         /**
   127         /**
   118         * C++ default constructor.
   128         * C++ default constructor.
   159 
   169 
   160 
   170 
   161     private:    // Data
   171     private:    // Data
   162     
   172     
   163     	TBool iRockerKeyPress;
   173     	TBool iRockerKeyPress;
       
   174     	
       
   175     	CCamTimer* iHdmiTimer;
   164     };
   176     };
   165 
   177 
   166 #endif      // CAMVIDEOPOSTCAPTUREVIEW_H   
   178 #endif      // CAMVIDEOPOSTCAPTUREVIEW_H   
   167             
   179             
   168 // End of File
   180 // End of File