calendarui/agendaeventviewer/inc/agendaeventviewercommon.h
branchRCL_3
changeset 65 12af337248b1
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
       
     1 /*
       
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Common include file for agenda event viewer
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef AGENDAEVENTVIEWERCOMMON_H
       
    19 #define AGENDAEVENTVIEWERCOMMON_H
       
    20 
       
    21 #define AGENDA_EVENT_VIEWER_DOCML				":/docml/agendaeventviewer.docml"
       
    22 #define AGENDA_EVENT_VIEWER_VIEW_OBJECT			"eventViewer"
       
    23 #define AGENDA_EVENT_VIEWER_SEND_ACTION			"sendAction"
       
    24 #define AGENDA_EVENT_VIEWER_EDIT_ACTION			"editAction"
       
    25 #define AGENDA_EVENT_VIEWER_DELETE_ACTION		"deleteAction"
       
    26 #define AGENDA_EVENT_VIEWER_SCROLLAREA			"scrollArea"
       
    27 #define AGENDA_EVENT_VIEWER_SCROLLAREA_CONTENTS	"scrollAreaContents"
       
    28 #define AGENDA_EVENT_VIEWER_SUBJECT_WIDGET		"subjectWidget"
       
    29 #define AGENDA_EVENT_VIEWER_DATE_TIME_WIDGET	"dateTimeWidget"
       
    30 #define AGENDA_EVENT_VIEWER_LOCATION_WIDGET		"locationWidget"
       
    31 #define AGENDA_EVENT_VIEWER_MAPTILE_WIDGET      "maptileWidget"
       
    32 #define AGENDA_EVENT_VIEWER_REMINDER_WIDGET		"reminderWidget"
       
    33 #define AGENDA_EVENT_VIEWER_REPEAT_WIDGET		"repeatWidget"
       
    34 #define AGENDA_EVENT_VIEWER_DESCRIPTION_WIDGET	"descriptionWidget"
       
    35 #define AGENDA_EVENT_VIEWER_MENU				"viewerMenu"
       
    36 #define AGENDA_EVENT_VIEWER_GROUPBOX			"groupBox"
       
    37 #define AGENDA_EVENT_VIEWER_TOOLBAR				"viewToolbar"
       
    38 
       
    39 #endif // AGENDAEVENTVIEWERCOMMON_H
       
    40 
       
    41 // End of file	--Don't remove this.