diff -r 0b38fc5b94c6 -r 2c54b51f39c4 calendarui/views/inc/calenagendaviewwidget.h --- a/calendarui/views/inc/calenagendaviewwidget.h Mon Jul 12 02:32:28 2010 +0530 +++ b/calendarui/views/inc/calenagendaviewwidget.h Mon Jul 26 13:54:38 2010 +0530 @@ -103,6 +103,17 @@ */ void createNewEvent(); + + bool hasAllDayIcon(); + void checkEntryIcons(); + bool isAllDayIcon(); + bool isExceptionIcon(); + bool isAlarmIcon(); + bool isRepeatingIcon(); + + + + private: /** @@ -353,6 +364,14 @@ * @brief Holds notes editor plugin load info. */ bool mNotesPluginLoaded; + int mIndex; + bool mIconCheck; + bool mNextEntry; + bool mAllDayLeftIcon; + bool mRightAlarmIcon; + bool mRightRepeatIcon; + bool mRightExceptionIcon; + bool mLeftAllDayIcon; };