clock2/clockui/uilayer/clockmainview/inc/clockmaincontainer.h
branchRCL_3
changeset 60 96907930389d
parent 30 d68a4b5d5885
child 67 1539a383d7b6
equal deleted inserted replaced
59:aba12c885d83 60:96907930389d
   158 
   158 
   159 		/**
   159 		/**
   160         * @brief Switches clock type
   160         * @brief Switches clock type
   161         */
   161         */
   162 		void SwitchClockTypeL();
   162 		void SwitchClockTypeL();
       
   163 		
       
   164 		/**
       
   165         * @brief return true new alaram button is focused. 
       
   166         */
       
   167 		TBool IsNewAlaramButtonFocused();
   163     	
   168     	
   164    	private:    	// Functions from base classes
   169    	private:    	// Functions from base classes
   165 
   170 
   166     /**
   171     /**
   167     * From CCoeControl Gets help context
   172     * From CCoeControl Gets help context
   332 		HBufC*									iDateString;
   337 		HBufC*									iDateString;
   333 		
   338 		
   334 		CAknButton*   iNewAlarmButton;
   339 		CAknButton*   iNewAlarmButton;
   335 		
   340 		
   336 		TTime                                   iPreviousClockTypeSwitch;
   341 		TTime                                   iPreviousClockTypeSwitch;
       
   342 		/**
       
   343         * @var iClearSingleClickFlag
       
   344         * @brief if ETrue clear ESingleClickDisabledHighlight flag of listbox
       
   345         */
       
   346 		TBool                                   iClearSingleClickFlag;
   337 
   347 
   338 	};
   348 	};
   339 
   349 
   340 #endif 		// __CLOCK_CONTAINER_H__
   350 #endif 		// __CLOCK_CONTAINER_H__
   341 
   351