calendarui/views/inc/calenagendaviewwidget.h
changeset 55 2c54b51f39c4
parent 51 0b38fc5b94c6
child 57 bb2d3e476f29
--- 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;
 
 };