Condividi tramite


Classe CAnimationManagerEventHandler

Implementa un callback, chiamato dall'API di animazione quando viene modificato uno stato di gestione animazione.

class CAnimationManagerEventHandler : public CUIAnimationManagerEventHandlerBase<CAnimationManagerEventHandler>;

Membri

Costruttori pubblici

Nome

Descrizione

CAnimationManagerEventHandler::CAnimationManagerEventHandler

Costruisce un oggetto CAnimationManagerEventHandler.

Metodi pubblici

Nome

Descrizione

CAnimationManagerEventHandler::CreateInstance

Crea un'istanza dell'oggetto CAnimationManagerEventHandler.

CAnimationManagerEventHandler::OnManagerStatusChanged

Chiamato quando uno stato di Gestione animazione è stato modificato. (Override CUIAnimationManagerEventHandlerBase::OnManagerStatusChanged).

CAnimationManagerEventHandler::SetAnimationController

Archivia un puntatore a un controller dell'animazione per indirizzare eventi.

Note

Questo gestore dell'evento viene creato e viene passato al metodo IUIAnimationManager::SetManagerEventHandler, quando si chiama CAnimationController::EnableAnimationManagerEvent.

Gerarchia di ereditarietà

CUIAnimationCallbackBase

CUIAnimationManagerEventHandlerBase

CAnimationManagerEventHandler

Requisiti

Intestazione: afxanimationcontroller.h

Vedere anche

Altre risorse

Classi MFC