nw::lyt::AnimTransform::Bind Member Function

Syntax

virtual void Bind(
     Pane * pPane,
     bool                 bRecursive,
     bool                 bDisable    = false
) = 0;

Arguments

Name Description
pPane Pointer to the pane.
bRecursive Specify TRUE to search recursively.
bDisable Specify TRUE when binding an animation in a disabled state.

Return Values

None.

Description

Binds animations.

Binds an animation to the pane specified by pPane.

If called with bRecursive specified as TRUE, the pane is searched for even among children of pPane.

If TRUE is passed in bDisable when this function is called, animations are bound in a disabled state.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL