lafagnosticuifoundation/animation/inc/AnimationGroup.h
changeset 21 558113899881
parent 0 2f259fa3e83a
child 56 d48ab3b357f1
equal deleted inserted replaced
14:3320e4e6e8bb 21:558113899881
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    37 @released
    37 @released
    38 */
    38 */
    39 class CAnimationGroup : public CAnimation
    39 class CAnimationGroup : public CAnimation
    40 	{
    40 	{
    41 public:
    41 public:
    42 	static CAnimationGroup* NewL();
    42 	IMPORT_C static CAnimationGroup* NewL();
    43 	~CAnimationGroup();
    43 	IMPORT_C ~CAnimationGroup();
    44 	IMPORT_C const RPointerArray<CAnimation>& Animations() const;
    44 	IMPORT_C const RPointerArray<CAnimation>& Animations() const;
    45 	IMPORT_C RPointerArray<CAnimation>& Animations();
    45 	IMPORT_C RPointerArray<CAnimation>& Animations();
    46 	// From CAnimation
    46 	// From CAnimation
    47 	virtual void Start(const TAnimationConfig& aConfig);
    47 	virtual void Start(const TAnimationConfig& aConfig);
    48 	virtual void Stop();
    48 	virtual void Stop();