#include <ILockedTracks.h>
Public Member Functions |
|
void * | GetInterface (ULONG id) |
Implementation of GetInterface for locked
tracks. See Animatable::IsReplaceable. |
|
BOOL | IsReplaceable () |
Implementation of IsReplaceable for locked
tracks. See Control::IsReplaceable.
|
|
BOOL | CanApplyEaseMultCurves () |
Implementation of CanApplyEaseMultCurves for
locked tracks. See Control::IsReplaceable.
|
void* GetInterface | ( | ULONG | id | ) | [inline, virtual] |
Implementation of GetInterface for locked tracks. See Animatable::IsReplaceable.
Reimplemented from Control.
{ switch (id) { case I_LOCKED: return (ILockedTrackImp*) this; } return StdControl::GetInterface(id); }
BOOL IsReplaceable | ( | ) | [inline, virtual] |
Implementation of IsReplaceable for locked tracks. See Control::IsReplaceable.
Reimplemented from Control.
{return !GetLocked();}
BOOL CanApplyEaseMultCurves | ( | ) | [inline, virtual] |
Implementation of CanApplyEaseMultCurves for locked tracks. See Control::IsReplaceable.
Reimplemented from Control.
{return !GetLocked();}