diff -r 2c54b51f39c4 -r bb2d3e476f29 calendarui/views/inc/calenagendaviewwidget.h --- a/calendarui/views/inc/calenagendaviewwidget.h Mon Jul 26 13:54:38 2010 +0530 +++ b/calendarui/views/inc/calenagendaviewwidget.h Mon Aug 09 18:30:52 2010 +0530 @@ -103,13 +103,26 @@ */ void createNewEvent(); - + /** + * @brief check if property has to set + */ bool hasAllDayIcon(); + + /** + * @brief check if all day icon is present + */ void checkEntryIcons(); + + /** + * @brief return true if all day icon is present + */ bool isAllDayIcon(); - bool isExceptionIcon(); - bool isAlarmIcon(); - bool isRepeatingIcon(); + + /** + * @brief return true if location is present + */ + bool isLocationData(); + @@ -367,11 +380,8 @@ int mIndex; bool mIconCheck; bool mNextEntry; - bool mAllDayLeftIcon; - bool mRightAlarmIcon; - bool mRightRepeatIcon; - bool mRightExceptionIcon; bool mLeftAllDayIcon; + bool mLocationData; };