calendarui/caleneditor/inc/caleneditorcommon.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
child 26 a949c2543c15
--- a/calendarui/caleneditor/inc/caleneditorcommon.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/calendarui/caleneditor/inc/caleneditorcommon.h	Mon May 03 12:30:32 2010 +0300
@@ -21,15 +21,20 @@
 #include <hbdataformmodelitem.h>
 
 #define CALEN_EDITOR_XML_FILE ":/xml/caleneditorview.docml"
+#define CALEN_EDITOR_LOCATION_XML_FILE ":/xml/caleneditorlocationitem.docml"
 #define CALEN_EDITOR_VIEW "calenEditorview"
 #define CALEN_EDITOR_HEADING "calenEditorHeadingWidget"
 #define CALEN_EDITOR_DATAFORM "calenEditorDataFormWidget"
+#define CALEN_EDITOR_LOCATION "calenEditorLocationWidget"
+#define CALEN_EDITOR_LOCATION_LINEEDIT "locationLineEdit"
+#define CALEN_EDITOR_LOCATION_PUSHBUTTON "locationPushButton"
 #define CALEN_EDITOR_ADD_DESCRIPTION_ACTION "addDescriptionAction"
 #define CALEN_EDITOR_DELETE_EVENT_ACTION "deleteEventAction"
 
 enum CustomItemOffset {
     CustomWidgetFrom = HbDataFormModelItem::CustomItemBase + 1,
     CustomWidgetTo,
+    CustomWidgetLocation,
     RepeatUntilOffset
 };