clock2/clockui/uilayer/clockalarmeditor/inc/clockalarmeditorimpl.h
branchRCL_3
changeset 28 96907930389d
parent 27 aba12c885d83
equal deleted inserted replaced
27:aba12c885d83 28:96907930389d
   320 		/**
   320 		/**
   321 		* @var iAlarmSrvSes
   321 		* @var iAlarmSrvSes
   322 		* @brief Object of alarm server session.
   322 		* @brief Object of alarm server session.
   323 		*/
   323 		*/
   324 		RASCliSession                   iAlarmSrvSes;
   324 		RASCliSession                   iAlarmSrvSes;
       
   325 		/**
       
   326 		 * @var iWeekDaysList
       
   327 		 * @brief This holds the list of weekdays.
       
   328 		 */
       
   329 		CDesCArrayFlat*                 iWeekDaysList;
       
   330 		/**
       
   331 		 * @var iAlmDayFieldTextArray
       
   332 		 * @brief This indicates the avkon query value text array which
       
   333 		 * is used to set the array in the popup field control.
       
   334 		 */
   325 		CAknQueryValueTextArray*        iAlmDayFieldTextArray;
   335 		CAknQueryValueTextArray*        iAlmDayFieldTextArray;
       
   336 		/**
       
   337 		 * @var iAlmDayFieldTextValue
       
   338 		 * @brief This allows to control the values of popup field control.
       
   339 		 */
   326 		CAknQueryValueText*             iAlmDayFieldTextValue;
   340 		CAknQueryValueText*             iAlmDayFieldTextValue;
   327 	};
   341 	};
   328 
   342 
   329 #endif 			// __CLOCK_ALARMEDITORIMPL_H__
   343 #endif 			// __CLOCK_ALARMEDITORIMPL_H__
   330 
   344