Partager via


Classe CAnimationVariableIntegerChangeHandler

Implémente un rappel, qui est appelé par l'API d'animation lorsque la valeur d'une variable de l'animation est modifiée.

class CAnimationVariableIntegerChangeHandler : public CUIAnimationVariableIntegerChangeHandlerBase<CAnimationVariableIntegerChangeHandler>;

Membres

Constructeurs publics

Nom

Description

CAnimationVariableIntegerChangeHandler::CAnimationVariableIntegerChangeHandler

Construit un objet CAnimationVariableIntegerChangeHandler.

Méthodes publiques

Nom

Description

CAnimationVariableIntegerChangeHandler::CreateInstance

Crée une instance de rappel d' CAnimationVariableIntegerChangeHandler .

CAnimationVariableIntegerChangeHandler::OnIntegerValueChanged

Appelé lorsqu'une valeur d'une variable d'animation change. (Substitutions CUIAnimationVariableIntegerChangeHandlerBase::OnIntegerValueChanged.)

CAnimationVariableIntegerChangeHandler::SetAnimationController

Stocke un pointeur vers le contrôleur de l'animation pour acheminer les événements.

Notes

Ce gestionnaire d'événements est créé et transmis à la méthode IUIAnimationVariable::SetVariableIntegerChangeHandler, lorsque vous appelez CAnimationVariable::EnableIntegerValueChangedEvent ou CAnimationBaseObject::EnableIntegerValueChangedEvent (qui active cet événement pour toutes les variables d'animation encapsulées dans un objet d'animation).

Hiérarchie d'héritage

Classes MFC

CUIAnimationCallbackBase

CUIAnimationVariableIntegerChangeHandlerBase

CAnimationVariableIntegerChangeHandler

Configuration requise

En-tête : afxanimationcontroller.h

Voir aussi

Autres ressources

classes MFC