Home
last modified time | relevance | path

Searched refs:SetAnimationEnable (Results 1 – 11 of 11) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Util.h107 void SetAnimationEnable(
Dlyt_Material.h866 virtual void SetAnimationEnable(
883 virtual void SetAnimationEnable(
Dlyt_Pane.h1279 virtual void SetAnimationEnable(
1301 virtual void SetAnimationEnable(
Dlyt_Layout.h458 virtual void SetAnimationEnable(
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Pane.cpp853 Pane::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Pane
867 GetMaterial(i)->SetAnimationEnable(pAnimTrans, bEnable); in SetAnimationEnable()
875 it->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
881 Pane::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Pane
895 GetMaterial(i)->SetAnimationEnable(animRes, bEnable); in SetAnimationEnable()
903 it->SetAnimationEnable(animRes, bEnable, bRecursive); in SetAnimationEnable()
Dlyt_Util.cpp87 SetAnimationEnable( in SetAnimationEnable() function
97 it->target->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
Dlyt_Layout.cpp518 Layout::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Layout
525 this->GetRootPane()->SetAnimationEnable(pAnimTrans, bEnable, true); in SetAnimationEnable()
Dlyt_Material.cpp1457 Material::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Material
1469 Material::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Material
/NW4C-2.0.3/demos/lyt/bounding/sources/
Dmain.cpp324 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_UNSELECT], ! bSelected); in nnMain()
325 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_SELECT] , bSelected); in nnMain()
/NW4C-2.0.3/demos/lyt/animShare/sources/
Dmain.cpp434 pLayout->GetRootPane()->SetAnimationEnable(animRes, true/*bEnable*/, true/*bRecursive*/); in nnMain()
/NW4C-2.0.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp489 …nw::lyt::SetAnimationEnable(pGroup, animTranss[animTransIdx], bEnable, animRess[anmIdx].IsDescendi… in nnMain()