meetingui/attendeeview/Group/AttendeeView.hrh
changeset 0 f979ecb2b13e
equal deleted inserted replaced
-1:000000000000 0:f979ecb2b13e
       
     1 /*
       
     2 * Copyright (c) 2002 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:   Contains declarations for constants of attendee view.
       
    15 *                This file can be included in C++ or resource file.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #ifndef __ATTENDEE_VIEW_HRH_
       
    22 #define __ATTENDEE_VIEW_HRH_
       
    23 
       
    24 
       
    25 enum TAttendeeViewCommandIds
       
    26     {    
       
    27 	EAttCallCmd = 6001,
       
    28 	EAttAddToContacsCmd,
       
    29 	// Reserve at least two(2) command Ids right after the marker item
       
    30 	EAttAddToContacsCmd1,	// Phonebook data save command 1
       
    31 	EAttAddToContacsCmd2,		
       
    32 	EAttDetails,
       
    33 	EAttSendDummyCmd,
       
    34 	EAttCmdSend,	
       
    35 	EAttAddAttendeesCmd,
       
    36 	EAttAddFromContactsCmd,
       
    37 	EAttAddNewAttendeeCmd,
       
    38 	EAttDeleteAttendeesCmd,	
       
    39 	EAttSetAsRequireCmd,
       
    40 	EAttSetAsOptionalCmd,
       
    41 	EAttRespondAccept,
       
    42 	EAttRespondTentative,
       
    43 	EAttRespondDecline,
       
    44 	EAttCmdRespond,
       
    45 	EAttCmdSendMeetingRequest,
       
    46 	EAttCmdSendMeetingUpdate
       
    47     }; 
       
    48 
       
    49 enum TAttendeeViewIcons
       
    50     {
       
    51     EAttOrganizer = 2,
       
    52     EAttAccepted,
       
    53     EAttTentative,
       
    54     EAttRejected,
       
    55     EAttNotAnswered
       
    56     };
       
    57 
       
    58 #endif      // __ATTENDEE_VIEW_HRH_