Udostępnij za pośrednictwem


Klasa CCustomInterpolator

Implementuje interpolator podstawowe.

class CCustomInterpolator;

Członkowie

Gg466721.collapse_all(pl-pl,VS.110).gifPubliczne konstruktory

Nazwa

Opis

CCustomInterpolator::CCustomInterpolator

Przeciążone.Tworzy obiekt niestandardowy interpolator i inicjuje czas trwania i prędkość do określonej wartości.

Gg466721.collapse_all(pl-pl,VS.110).gifMetody publiczne

Nazwa

Opis

CCustomInterpolator::GetDependencies

Pobiera zależności interpolator.

CCustomInterpolator::GetDuration

Pobiera czas interpolator.

CCustomInterpolator::GetFinalValue

Pobiera wartość końcową, do którego prowadzi interpolator.

CCustomInterpolator::Init

Czas trwania jest inicjowany i końcowej.

CCustomInterpolator::InterpolateValue

Program interpoluje wartości danego przesunięcia.

CCustomInterpolator::InterpolateVelocity

Program interpoluje prędkość w danym przesunięcie

CCustomInterpolator::SetDuration

Ustawia czas trwania interpolator.

CCustomInterpolator::SetInitialValueAndVelocity

Ustawia wartość początkowa i prędkość interpolator.

Gg466721.collapse_all(pl-pl,VS.110).gifChronionych danych członków

Nazwa

Opis

CCustomInterpolator::m_currentValue

Wartością przemieszczoną.

CCustomInterpolator::m_currentVelocity

Prędkość interpolowane.

CCustomInterpolator::m_duration

Czas trwania przejścia.

CCustomInterpolator::m_finalValue

Końcowej zmiennej z końcem przejścia.

CCustomInterpolator::m_initialValue

Wartość zmiennej na początku przejścia.

CCustomInterpolator::m_initialVelocity

Prędkość zmiennej na początku przejścia.

Uwagi

Pochodną klasy CCustomInterpolator i zastępują wszystkie niezbędne metody w celu wdrożenia algorytm interpolacji niestandardowe.Wskaźnik do tej klasy powinny być przekazywane jako parametr CCustomTransition.

Hierarchii dziedziczenia

CCustomInterpolator

Wymagania

Nagłówek: afxanimationcontroller.h

Zobacz też

Inne zasoby

Klasy MFC