meetingui/attendeeview/Group/AttendeeView.hrh
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 19 Aug 2010 09:53:43 +0300
branchRCL_3
changeset 28 96907930389d
parent 0 f979ecb2b13e
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2002 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:   Contains declarations for constants of attendee view.
*                This file can be included in C++ or resource file.
*
*/



#ifndef __ATTENDEE_VIEW_HRH_
#define __ATTENDEE_VIEW_HRH_


enum TAttendeeViewCommandIds
    {    
	EAttCallCmd = 6001,
	EAttAddToContacsCmd,
	// Reserve at least two(2) command Ids right after the marker item
	EAttAddToContacsCmd1,	// Phonebook data save command 1
	EAttAddToContacsCmd2,		
	EAttDetails,
	EAttSendDummyCmd,
	EAttCmdSend,	
	EAttAddAttendeesCmd,
	EAttAddFromContactsCmd,
	EAttAddNewAttendeeCmd,
	EAttDeleteAttendeesCmd,	
	EAttSetAsRequireCmd,
	EAttSetAsOptionalCmd,
	EAttRespondAccept,
	EAttRespondTentative,
	EAttRespondDecline,
	EAttCmdRespond,
	EAttCmdSendMeetingRequest,
	EAttCmdSendMeetingUpdate
    }; 

enum TAttendeeViewIcons
    {
    EAttOrganizer = 2,
    EAttAccepted,
    EAttTentative,
    EAttRejected,
    EAttNotAnswered
    };

#endif      // __ATTENDEE_VIEW_HRH_