Home
last modified time | relevance | path

Searched refs:SetParent (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_Children.h71 child->SetParent(NULL); in operator()
216 child->SetParent(m_Parent); in Attach()
233 child->SetParent(NULL); in Detach()
246 void SetParent(TParent* parent) in SetParent() function
271 void SetParent(MParent* parent) { m_Parent = parent; }\
/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmMessage.h100 void SetParent( SmMessage* parent ) in SetParent() function
114 child->SetParent( this ); in AddChild()
/NW4C-2.0.3/include/nw/gfx/
Dgfx_SceneNode.h240 (*child)->SetParent(NULL); in DestroyBranch()
578 this->SetParent(NULL); in SceneNode()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_SceneNode.cpp229 this->m_Children.SetParent(this); in Initialize()