voicerecorder/RecViewSrc/CVRRecViewModel.h
branchRCL_3
changeset 19 2f5c9ee7098c
parent 13 4e5b531d23cb
equal deleted inserted replaced
17:41c99112ff9d 19:2f5c9ee7098c
   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 
   436 	private: // new methods
   452 	private: // new methods
   437 
   453 
   438 		/**
   454 		/**
   439 		* Enters a new state.
   455 		* Enters a new state.
   440 		* Executes a function identified by the state transition.
   456 		* Executes a function identified by the state transition.
   733 		/**
   749 		/**
   734 		* State of the CBA buttons. If EFalse LSK/RSK deliver ECmdNOP which
   750 		* State of the CBA buttons. If EFalse LSK/RSK deliver ECmdNOP which
   735 		* causes no action.
   751 		* causes no action.
   736 		*/
   752 		*/
   737 		TBool iCBAEnabled;
   753 		TBool iCBAEnabled;
       
   754 		
       
   755 	    /**
       
   756 	     * To judge whether the current drive is ready for recording
       
   757 	     */
       
   758 	    TBool iIsDriveReady;
   738 	};
   759 	};
   739 
   760 
   740 #endif // __CVRRECVIEWMODEL_H__
   761 #endif // __CVRRECVIEWMODEL_H__