svgtopt/SVGTPlugin/inc/SvgtPlugin.hrh
branchRCL_3
changeset 38 db5c883ad1c5
parent 22 9be6eed35a80
child 39 1902ade171ab
equal deleted inserted replaced
22:9be6eed35a80 38:db5c883ad1c5
     1 /*
       
     2 * Copyright (c) 2003 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:  SVGT Plugin Implementation source file
       
    15  *
       
    16 */
       
    17 
       
    18 #ifndef SVGTPLUGIN_HRH
       
    19 #define SVGTPLUGIN_HRH
       
    20 
       
    21 enum TSVGTPluginCommandIds
       
    22     {
       
    23 		ESVGTPluginPause = 1,
       
    24 		ESVGTPluginResume,
       
    25 		ESVGTPluginReset,
       
    26 		ESVGTPluginReplay,
       
    27 		ESVGTPluginZoomSubMenu,
       
    28 		ESVGTPluginRotateSubMenu,
       
    29 		ESVGTPluginZoomIn,
       
    30 		ESVGTPluginZoomOut,
       
    31 		ESVGTPluginRotate90,
       
    32 		ESVGTPluginRotate180,
       
    33 		ESVGTPluginRotate270
       
    34     };
       
    35 
       
    36 
       
    37 
       
    38 
       
    39 #endif      // SVGTPLUGIN_HRH