--- a/calendarui/views/inc/calenagendaviewwidget.h Tue Jul 06 14:14:56 2010 +0300
+++ b/calendarui/views/inc/calenagendaviewwidget.h Wed Aug 18 09:47:38 2010 +0300
@@ -98,6 +98,35 @@
*/
void clearListModel();
+ /**
+ * @brief Opens the editor to create a new entry
+ */
+ 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();
+
+ /**
+ * @brief return true if location is present
+ */
+ bool isLocationData();
+
+
+
+
+
private:
/**
@@ -167,17 +196,11 @@
*/
void showHideRegionalInformation();
-
-
+
private slots:
/**
- * @brief Opens the editor to create a new entry
- */
- void createNewEvent();
-
- /**
* @brief Opens the entry at position index in the list for
* editing in the editor. Does nothing if the index is invalid
*/
@@ -354,6 +377,11 @@
* @brief Holds notes editor plugin load info.
*/
bool mNotesPluginLoaded;
+ int mIndex;
+ bool mIconCheck;
+ bool mNextEntry;
+ bool mLeftAllDayIcon;
+ bool mLocationData;
};