calendarui/agendaeventviewer/inc/agendaeventviewercommon.h
author hgs
Mon, 06 Sep 2010 10:12:45 +0530
changeset 70 a5ed90760192
parent 23 fd30d51f876b
permissions -rw-r--r--
201035

/*
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: Common include file for agenda event viewer
*
*/

#ifndef AGENDAEVENTVIEWERCOMMON_H
#define AGENDAEVENTVIEWERCOMMON_H

#define AGENDA_EVENT_VIEWER_DOCML				":/docml/agendaeventviewer.docml"
#define AGENDA_EVENT_VIEWER_VIEW_OBJECT			"eventViewer"
#define AGENDA_EVENT_VIEWER_SEND_ACTION			"sendAction"
#define AGENDA_EVENT_VIEWER_EDIT_ACTION			"editAction"
#define AGENDA_EVENT_VIEWER_DELETE_ACTION		"deleteAction"
#define AGENDA_EVENT_VIEWER_SCROLLAREA			"scrollArea"
#define AGENDA_EVENT_VIEWER_SCROLLAREA_CONTENTS	"scrollAreaContents"
#define AGENDA_EVENT_VIEWER_SUBJECT_WIDGET		"subjectWidget"
#define AGENDA_EVENT_VIEWER_DATE_TIME_WIDGET	"dateTimeWidget"
#define AGENDA_EVENT_VIEWER_LOCATION_WIDGET		"locationWidget"
#define AGENDA_EVENT_VIEWER_MAPTILE_WIDGET      "maptileWidget"
#define AGENDA_EVENT_VIEWER_REMINDER_WIDGET		"reminderWidget"
#define AGENDA_EVENT_VIEWER_REPEAT_WIDGET		"repeatWidget"
#define AGENDA_EVENT_VIEWER_DESCRIPTION_WIDGET	"descriptionWidget"
#define AGENDA_EVENT_VIEWER_MENU				"viewerMenu"
#define AGENDA_EVENT_VIEWER_GROUPBOX			"groupBox"
#define AGENDA_EVENT_VIEWER_TOOLBAR				"viewToolbar"

#endif // AGENDAEVENTVIEWERCOMMON_H

// End of file	--Don't remove this.