uiacceltk/hitchcock/CommonInc/alfbridgecommands.h
changeset 0 15bf7259bb7c
child 3 d8a3531bc6b8
equal deleted inserted replaced
-1:000000000000 0:15bf7259bb7c
       
     1 /*
       
     2 * Copyright (c) 2009 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: 
       
    15 *
       
    16 */
       
    17 /*
       
    18  * alfbridgecommands.h
       
    19  *
       
    20  *  Created on: May 6, 2009
       
    21  *      Author: teroviit
       
    22  */
       
    23 
       
    24 #ifndef ALFBRIDGECOMMANDS_H_
       
    25 #define ALFBRIDGECOMMANDS_H_
       
    26 
       
    27 enum TAlfDecoderServerBindings
       
    28     {
       
    29     EAlfDSNewWindow = 100,
       
    30     EAlfDSDestroyWindow,    
       
    31     EAlfDSSetWindowPos,
       
    32     EAlfDSSetWindowSize,
       
    33     EAlfDSSetWindowRotation,
       
    34     EAlfDSSetWindowOpacity,
       
    35     EAlfDSRefreshCallback,
       
    36     EAlfDsUpdateTexture,
       
    37     EAlfDSReorder, 
       
    38     EAlfDSSetWindowActive,
       
    39 
       
    40     // 110
       
    41     EAlfDSSetWindowFlag,
       
    42     EAlfDSClearWindowFlag,
       
    43     EAlfDSPostCanvasBuffer,
       
    44     EAlfDSSetCursorData,
       
    45     EAlfDSSetSurfaceExtent,
       
    46     EAlfDsLayerUsesAlphaFlagChanged,
       
    47     EAlfDSGroupChained,
       
    48     EAlfDSGroupChainBroken,
       
    49     EAlfDSMoveWindowToNewGroup,
       
    50     EAlfDSCreateNewDisplay,
       
    51 
       
    52     // 120
       
    53     EAlfDSDestroyDisplay,
       
    54     EAlfDSRequestCommandsStart,
       
    55     EAlfRequestWrap,
       
    56     EAlfDSSetNodeTracking,
       
    57     EAlfRequestCommitBatch,
       
    58     EAlfRequestCommandReadNotification,
       
    59     EAlfDSRequestCommandsEnd,    
       
    60     
       
    61     EAlfDSGetCommandsStart, // Put all getters between EAlfDSGetCommandsStart and EAlfDSGetCommandsEnd
       
    62     EAlfDSGetAlfNativeWindowData,
       
    63     EAlfDSGetCommandsEnd,   
       
    64     
       
    65     // 130
       
    66     EAlfEffectFx,
       
    67     EAlfStopEffectFx,
       
    68     EAlfControlEffectFx,
       
    69     EAlfRegisterEffectFx,
       
    70     EAlfUnregisterEffectFx,
       
    71     EAlfUnregisterAllFx,
       
    72     EAlfEffectFxBeginSyncronizedGroup,
       
    73     EAlfEffectFxEndSyncronizedGroup,
       
    74     EAlfDSSetCapturingBitmap,
       
    75     EAlfDSSetCoveringBitmap,
       
    76     EAlfDSSetFadeEffect,
       
    77     EAlfReleaseTemporaryChunk,
       
    78 
       
    79     // 140
       
    80     EAlfBridgeSetScreenRotation,
       
    81 
       
    82     KUnInitialized
       
    83     
       
    84     
       
    85     };
       
    86 
       
    87 #endif /* ALFBRIDGECOMMANDS_H_ */