lafagnosticuifoundation/bmpanimation/tef/TBMPAnim.hrh
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ** @file
       
    15 // @test
       
    16 // @internalComponent - Internal Symbian test code */
       
    17 // 
       
    18 //
       
    19 
       
    20 enum
       
    21 	{
       
    22 	EColorChoiceListId = 1,
       
    23 	EBmpAnimationCtlId
       
    24 	};
       
    25 
       
    26 enum TTBmpAnimCmd
       
    27 	{
       
    28 	ETBmpAnimCmdStart = 1,
       
    29 	ETBmpAnimCmdStop,
       
    30 	ETBmpAnimCmdBackgroundBitmap,
       
    31 	ETBmpAnimCmdMoreAnimation,
       
    32 	ETBmpAnimCmdMemoryTest,
       
    33 	ETBmpAnimCmdAutoTestDLL,
       
    34 
       
    35 //	Animations
       
    36 	ETBmpAnimCmdDefault,
       
    37 	ETBmpAnimCmdDefaultSh,
       
    38 	ETBmpAnimCmdBall,
       
    39 	ETBmpAnimCmdRedPurpBallMaskedBackground,
       
    40 	ETBmpAnimCmdBallAnimWindowCovering,
       
    41 	ETBmpAnimCmdDlgWithAnim1,
       
    42 	ETBmpAnimCmdDlgWithAnim2,
       
    43 
       
    44 // Attributes
       
    45 	ETbmpAnimOnOff,
       
    46 	ETBmpAnimPlayMode,
       
    47 	ETBmpAnimFrameInterval,
       
    48 	ETBmpAnimNumOfCycles,
       
    49 	ETbmpAnimFloating,
       
    50 
       
    51 //	Play Mode
       
    52 	ETBmpAnimPlay,
       
    53 	ETBmpAnimCycle,
       
    54 	ETBmpAnimBounce
       
    55 	};
       
    56 
       
    57 enum
       
    58 	{
       
    59 	EBmpAnimationCtlType = 0x1000
       
    60 	};