calendarui/agendaeventviewer/inc/agendaeventview.h
changeset 58 ef813d54df51
parent 50 579cc610882e
child 68 a5a1242fd2e8
--- a/calendarui/agendaeventviewer/inc/agendaeventview.h	Tue Jul 06 14:14:56 2010 +0300
+++ b/calendarui/agendaeventviewer/inc/agendaeventview.h	Wed Aug 18 09:47:38 2010 +0300
@@ -66,16 +66,18 @@
 	void addRepeatData();
 	void addDescriptionData();
 	void getPriorityIcon(int priority, QString& priorityIcon);
-	QString repeatRule() const;
+	QString repeatRule();
 	QString alarmTimeText() const;
 	void removeWidget();
-	void updateCompletedReminderData();
+	void updateFieldsforTodoStatus();
 	void removeAllWidgets();
 	void addAllWidgets();
 	void showDeleteOccurencePopup();
 	void showDeleteConfirmationQuery();
 	void getSubjectIcon(AgendaEntry::Type type, QString &subjectIcon);
-    void getProgressIndicatorstatus(QString &progressIcon);
+	void getProgressIndicatorstatus(QString &progressIcon);
+	void updateSubjectandPriorityData();
+
 private slots:
 	void markTodoStatus();
 	void edit();
@@ -98,7 +100,7 @@
 	QPointer<AgendaEventViewerItem> mSubjectWidget;
 	QPointer<AgendaEventViewerItem> mDateTimeWidget;
 	QPointer<AgendaEventViewerItem> mLocationWidget;
-	HbLabel                        *mMaptileLabel ;
+	HbLabel *mMaptileLabel ;
 	QPointer<AgendaEventViewerItem> mReminderWidget;
 	QPointer<AgendaEventViewerItem> mRepeatWidget;
 	QPointer<AgendaEventViewerItem> mDescriptionWidget;
@@ -119,11 +121,11 @@
 	
 	bool mLocationFeatureEnabled;
 	QString mMaptilePath;
-    MapTileService *mMaptileService;
-    QTimer *mProgressTimer;
-    int     mProgressIconCount;  
-    bool    mMaptileStatusReceived;
-    int     mMaptileStatus; 
+	MapTileService *mMaptileService;
+	QTimer *mProgressTimer;
+	int mProgressIconCount;  
+	bool mMaptileStatusReceived;
+	int mMaptileStatus; 
 	bool mNotesPluginLoaded;
 
 private: