voicerecorder/RecViewSrc/CVRRecViewModel.h
branchRCL_3
changeset 29 c9b63fff5abf
parent 25 c6bafb5162d8
equal deleted inserted replaced
27:41fba8bcf7b7 29:c9b63fff5abf
   430 		* Returns the active quality setting.
   430 		* Returns the active quality setting.
   431 		* @return Quality setting of the active memo
   431 		* @return Quality setting of the active memo
   432 		*/
   432 		*/
   433 		TVRQuality Quality() const;
   433 		TVRQuality Quality() const;
   434 		
   434 		
   435         /**
   435 		              
   436          * Send exit event to UI
       
   437          */
       
   438         void SendExitEvent();
       
   439         
       
   440         /**
       
   441         * Set the value of iIsDriveReady.
       
   442         * @param The new value of iIsDriveReady.
       
   443         */
       
   444         void SetIsDriveReady(TBool aIsDriveReady);
       
   445                 
       
   446         /**
       
   447         * Get the value of iIsDriveReady.
       
   448         * @return The value of iIsDriveReady.
       
   449         */
       
   450         TBool GetIsDriveReady();
       
   451 
       
   452 	private: // new methods
   436 	private: // new methods
   453 
   437 
   454 		/**
   438 		/**
   455 		* Enters a new state.
   439 		* Enters a new state.
   456 		* Executes a function identified by the state transition.
   440 		* Executes a function identified by the state transition.
   749 		/**
   733 		/**
   750 		* State of the CBA buttons. If EFalse LSK/RSK deliver ECmdNOP which
   734 		* State of the CBA buttons. If EFalse LSK/RSK deliver ECmdNOP which
   751 		* causes no action.
   735 		* causes no action.
   752 		*/
   736 		*/
   753 		TBool iCBAEnabled;
   737 		TBool iCBAEnabled;
   754 		
       
   755 	    /**
       
   756 	     * To judge whether the current drive is ready for recording
       
   757 	     */
       
   758 	    TBool iIsDriveReady;
       
   759 	};
   738 	};
   760 
   739 
   761 #endif // __CVRRECVIEWMODEL_H__
   740 #endif // __CVRRECVIEWMODEL_H__