pushmtm/ViewerInc/PushViewer.hrh
branchRCL_3
changeset 64 6385c4c93049
parent 63 4baee4f15982
child 65 8e6fa1719340
equal deleted inserted replaced
63:4baee4f15982 64:6385c4c93049
     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 the License "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:  hrh file. Enums and defines.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PUSHVIEWER_HRH
       
    21 #define PUSHVIEWER_HRH
       
    22 
       
    23 #include <uikon.hrh>
       
    24 #include <avkon.hrh>
       
    25 #include <MsgEditor.hrh>
       
    26 #include <bldvariant.hrh>
       
    27 
       
    28 
       
    29 enum TPushViewerCommand
       
    30 	{
       
    31 	// Application specific command ids.
       
    32 	//
       
    33 	EPushViewerCmdLoadService = 1,			// The value 0 doesn't work, because it is EEikCmdCanceled.
       
    34 	EPushViewerCmdDelete,
       
    35 	EPushViewerCmdMessageInfo,
       
    36 	EPushViewerCmdPreviousMessage,
       
    37 	EPushViewerCmdNextMessage,
       
    38 	//
       
    39 	// Ui framework defined command ids.
       
    40 	//
       
    41 	EPushViewerCmdOptions			= EAknSoftkeyOptions,// = 3000
       
    42 #ifdef __SERIES60_HELP
       
    43     EPushViewerCmdHelp              = EAknCmdHelp,      // = 4003
       
    44 #endif //__SERIES60_HELP
       
    45 	EPushViewerCmdBack				= EAknSoftkeyBack,	// = 3001
       
    46 	EPushViewerCmdExit				= EEikCmdExit,		// = 0x100. Use in HandleCommanL.
       
    47 	EPushViewerCmdAknExit			= EAknCmdExit		// = 4011. Use in resources.
       
    48 	};
       
    49 
       
    50 enum TPushViewerControl
       
    51 	{
       
    52 	EPushViewerCntrlTab,
       
    53     EMyMsgComponentIdBody = EMsgComponentIdFirstFreeEditorSpecificId
       
    54 	};
       
    55 
       
    56 
       
    57 #endif // PUSHVIEWER_HRH
       
    58 
       
    59 // End of File