addListener(IAnimatorListener *p) PURE | IValueAnimator | |
AddRef() PURE | IObject | |
addUpdateListener(IAnimatorUpdateListener *listener) PURE | IValueAnimator | |
AfterAttribute(LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading, HRESULT hr) PURE | IValueAnimator | |
clone() SCONST PURE | IValueAnimator | |
commitAnimationFrame(long frameTime) PURE | IValueAnimator | |
copy(const IValueAnimator *src) PURE | IValueAnimator | |
DEF_OBJ_BASE(IValueAnimator, ValueAnimator) long AddRef() PURE | IValueAnimator | |
end() PURE | IValueAnimator | |
getAnimatedFraction() SCONST PURE | IValueAnimator | |
GetAttribute(LPCWSTR strAttr, IStringW *pValue) SCONST PURE | IValueAnimator | |
getCurrentPlayTime() PURE | IValueAnimator | |
getDuration() SCONST PURE | IValueAnimator | |
GetID() SCONST PURE | IValueAnimator | |
getInterpolator() SCONST PURE | IValueAnimator | |
GetName() SCONST PURE | IValueAnimator | |
GetNameA() SCONST PURE (defined in IValueAnimator) | IValueAnimator | |
GetObjectClass() SCONST PURE | IValueAnimator | |
GetObjectType() SCONST PURE | IValueAnimator | |
getRepeatCount() SCONST PURE | IValueAnimator | |
getRepeatMode() SCONST PURE | IValueAnimator | |
getStartDelay() SCONST PURE | IValueAnimator | |
getTotalDuration() SCONST PURE | IValueAnimator | |
InitFromXml(IXmlNode *xmlNode) PURE | IValueAnimator | |
IsClass(LPCWSTR lpszName) SCONST PURE | IValueAnimator | |
ISetAttribute(const IStringW *strAttribName, const IStringW *strValue, BOOL bLoading) PURE | IValueAnimator | |
isRunning() SCONST PURE | IValueAnimator | |
isStarted() SCONST PURE | IValueAnimator | |
onEvaluateValue(float fraction) PURE | IValueAnimator | |
OnFinalRelease() PURE | IValueAnimator | |
OnInitFinished(IXmlNode *xmlNode) PURE | IValueAnimator | |
Release() PURE | IValueAnimator | |
removeAllUpdateListeners() PURE | IValueAnimator | |
removeListener(IAnimatorListener *p) PURE | IValueAnimator | |
removeUpdateListener(IAnimatorUpdateListener *listener) PURE | IValueAnimator | |
reverse() PURE | IValueAnimator | |
SetAttrHandler(FunAttrHandler attrHandler) PURE | IValueAnimator | |
SetAttribute(LPCWSTR pszAttr, LPCWSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE | IValueAnimator | |
SetAttributeA(LPCSTR pszAttr, LPCSTR pszValue, BOOL bLoading DEF_VAL(FALSE)) PURE | IValueAnimator | |
setCurrentFraction(float fraction) PURE | IValueAnimator | |
setCurrentPlayTime(long playTime) PURE | IValueAnimator | |
setDuration(long duration) PURE | IValueAnimator | |
SetID(int nID) PURE | IValueAnimator | |
setInterpolator(IInterpolator *value) PURE | IValueAnimator | |
SetName(LPCWSTR pszName) PURE | IValueAnimator | |
setRepeatCount(int value) PURE | IValueAnimator | |
setRepeatMode(RepeatMode value) PURE | IValueAnimator | |
setStartDelay(long startDelay) PURE | IValueAnimator | |
start(ITimelineHandlersMgr *pContainer) PURE | IValueAnimator | |