ホーム › UI.Animation › IUIAnimationManager
IUIAnimationManager
COMメソッド 19
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT CreateAnimationVariable(DOUBLE initialValue, IUIAnimationVariable** variable) |
| 4 | HRESULT ScheduleTransition(IUIAnimationVariable* variable, IUIAnimationTransition* transition, DOUBLE timeNow) |
| 5 | HRESULT CreateStoryboard(IUIAnimationStoryboard** storyboard) |
| 6 | HRESULT FinishAllStoryboards(DOUBLE completionDeadline) |
| 7 | HRESULT AbandonAllStoryboards() |
| 8 | HRESULT Update(DOUBLE timeNow, UI_ANIMATION_UPDATE_RESULT* updateResult) |
| 9 | HRESULT GetVariableFromTag(IUnknown* object, DWORD id, IUIAnimationVariable** variable) |
| 10 | HRESULT GetStoryboardFromTag(IUnknown* object, DWORD id, IUIAnimationStoryboard** storyboard) |
| 11 | HRESULT GetStatus(UI_ANIMATION_MANAGER_STATUS* status) |
| 12 | HRESULT SetAnimationMode(UI_ANIMATION_MODE mode) |
| 13 | HRESULT Pause() |
| 14 | HRESULT Resume() |
| 15 | HRESULT SetManagerEventHandler(IUIAnimationManagerEventHandler* handler) |
| 16 | HRESULT SetCancelPriorityComparison(IUIAnimationPriorityComparison* comparison) |
| 17 | HRESULT SetTrimPriorityComparison(IUIAnimationPriorityComparison* comparison) |
| 18 | HRESULT SetCompressPriorityComparison(IUIAnimationPriorityComparison* comparison) |
| 19 | HRESULT SetConcludePriorityComparison(IUIAnimationPriorityComparison* comparison) |
| 20 | HRESULT SetDefaultLongestAcceptableDelay(DOUBLE delay) |
| 21 | HRESULT Shutdown() |