Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/lyt/
Dlyt_Util.h105 void SetAnimationEnable(
Dlyt_Material.h864 virtual void SetAnimationEnable(
881 virtual void SetAnimationEnable(
Dlyt_Pane.h1277 virtual void SetAnimationEnable(
1299 virtual void SetAnimationEnable(
Dlyt_Layout.h456 virtual void SetAnimationEnable(
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Pane.cpp851 Pane::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Pane
865 GetMaterial(i)->SetAnimationEnable(pAnimTrans, bEnable); in SetAnimationEnable()
873 it->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
879 Pane::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Pane
893 GetMaterial(i)->SetAnimationEnable(animRes, bEnable); in SetAnimationEnable()
901 it->SetAnimationEnable(animRes, bEnable, bRecursive); in SetAnimationEnable()
Dlyt_Util.cpp84 SetAnimationEnable( in SetAnimationEnable() function
94 it->target->SetAnimationEnable(pAnimTrans, bEnable, bRecursive); in SetAnimationEnable()
Dlyt_Layout.cpp516 Layout::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Layout
523 this->GetRootPane()->SetAnimationEnable(pAnimTrans, bEnable, true); in SetAnimationEnable()
Dlyt_Material.cpp1455 Material::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Material
1467 Material::SetAnimationEnable( in SetAnimationEnable() function in nw::lyt::Material
/NW4C-1.3.3/demos/lyt/bounding/sources/
Dmain.cpp322 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_UNSELECT], ! bSelected); in nnMain()
323 it->SetAnimationEnable(pAnimTrans[ANIMTYPE_SELECT] , bSelected); in nnMain()
/NW4C-1.3.3/demos/lyt/tagGroupBind/sources/
Dmain.cpp487 …nw::lyt::SetAnimationEnable(pGroup, animTranss[animTransIdx], bEnable, animRess[anmIdx].IsDescendi… in nnMain()
/NW4C-1.3.3/demos/lyt/animShare/sources/
Dmain.cpp432 pLayout->GetRootPane()->SetAnimationEnable(animRes, true/*bEnable*/, true/*bRecursive*/); in nnMain()