calendarui/caleneditor/inc/caleneditorrepeatfield.h
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 57 bb2d3e476f29
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    63 	void launchRepeatUntilDatePicker();
    63 	void launchRepeatUntilDatePicker();
    64 	void setRepeatUntilDate();
    64 	void setRepeatUntilDate();
    65 	
    65 	
    66 private:
    66 private:
    67 	enum RepeatTypes {
    67 	enum RepeatTypes {
    68 			RepeatOnce,
    68 		RepeatOnce,
    69 			RepeatDaily,
    69 		RepeatDaily,
    70 			RepeatWorkdays,
    70 		RepeatWorkdays,
    71 			RepeatWeekly,
    71 		RepeatWeekly,
    72 			RepeatBiWeekly,
    72 		RepeatBiWeekly,
    73 			RepeatMonthly,
    73 		RepeatMonthly,
    74 			RepeatYearly
    74 		RepeatYearly
    75 		};
    75 	};
       
    76 	enum RepeatRoles {
       
    77 		DailyRole = 1,
       
    78 		WorkdaysRole,
       
    79 		WeeklyRole,
       
    80 		BiWeeklyRole,
       
    81 		MonthlyRole,
       
    82 		YearlyRole
       
    83 	};
    76 	CalenEditorPrivate* mCalenEditor;
    84 	CalenEditorPrivate* mCalenEditor;
    77 	HbDataForm* mEditorForm;
    85 	HbDataForm* mEditorForm;
    78 	HbDataFormModel* mCalenEditorModel;
    86 	HbDataFormModel* mCalenEditorModel;
    79 	HbDataFormModelItem* mRepeatItem;
    87 	HbDataFormModelItem* mRepeatItem;
    80 	HbComboBox *mRepeatComboBox;
    88 	HbComboBox *mRepeatComboBox;