graphicsuis_plat/svgt_viewer_ui_api/inc/SVGTUIDialog.hrh
branchRCL_3
changeset 17 e52958d06c29
parent 14 1882882c7f9c
child 18 20b99a6d6175
child 20 5fd161fa28b6
equal deleted inserted replaced
14:1882882c7f9c 17:e52958d06c29
     1 /*
       
     2 * Copyright (c) 2004,2005 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:  Resource Header for SVGT Dialog.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SVGTUIDIALOG_HRH
       
    19 #define SVGTUIDIALOG_HRH
       
    20 
       
    21     
       
    22 // DATA TYPES
       
    23 
       
    24 enum TSVGTNotes         // UI Note type enumerations
       
    25     {
       
    26     ESvgtWaitNote = 1
       
    27     };
       
    28 
       
    29 enum TSVGTUIDialogIds   // SVGTUIDialog enumerate command codes
       
    30     {
       
    31     ESvgtDlgCommand1 = 0x6000,  // start value must not be 0
       
    32     ESvgtDlgSaveCommand,
       
    33     ESvgtDlgZoomInCommand,
       
    34     ESvgtDlgZoomOutCommand,
       
    35     ESvgtDlgSelectTextCommand,
       
    36     ESvgtDlgEditTextCommand,
       
    37     ESvgtDlgPlayCommand,
       
    38     ESvgtDlgPauseCommand,
       
    39     ESvgtDlgStopCommand,
       
    40     ESvgtDlgLoopCascadeCommand,
       
    41 //Audio commands
       
    42 #ifdef RD_SVGT_AUDIO_SUPPORT
       
    43     ESvgtDlgSetVolumeCommand,
       
    44     ESvgtDlgMuteCommand,
       
    45     ESvgtDlgUnmuteCommand,
       
    46 #endif //RD_SVGT_AUDIO_SUPPORT    
       
    47 //end    
       
    48     ESvgtDlgLoopOnCommand,
       
    49     ESvgtDlgLoopOffCommand,
       
    50     ESvgtDlgFindTextCommand,
       
    51     ESvgtDlgFullScreenCommand,
       
    52     ESvgtDlgNormalScreenCommand,
       
    53     ESvgtDlgViewDetailsCommand,
       
    54     ESvgtDlgListDownloadCommand,
       
    55     ESvgtDlgListRotateCascadeCommand,
       
    56     ESvgtDlgAngle90,
       
    57     ESvgtDlgAngle180,
       
    58     ESvgtDlgAngle270,
       
    59     ESvgtDlgAngle360,
       
    60     ESvgtDlgHelpCommand,
       
    61     ESvgtDlgZoomOptimalCommand
       
    62     };
       
    63 
       
    64 enum {ESVGTDialogCustControlIdData = 1};
       
    65 enum {ESVGTCustControl = 1000};
       
    66 
       
    67 enum TSVGTStandardRotationAngles
       
    68 	{
       
    69 	ERotationAngle45 = 45,
       
    70 	ERotationAngle90 = 90,
       
    71 	ERotationAngle180 = 180,
       
    72 	ERotationAngle270 = 270
       
    73 	};
       
    74 	
       
    75 enum TSVGTNumericKeys
       
    76 	{
       
    77 	ENumberKey0 = 48,
       
    78 	ENumberKey1,
       
    79 	ENumberKey2,
       
    80 	ENumberKey3,
       
    81 	ENumberKey4,
       
    82 	ENumberKey5,
       
    83 	ENumberKey6,
       
    84 	ENumberKey7,
       
    85 	ENumberKey8,
       
    86 	ENumberKey9
       
    87 	};
       
    88 	
       
    89 #endif // SVGTUIDIALOG_HRH
       
    90 
       
    91 // End of File