Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_Children.h69 child->SetParent(NULL); in operator()
214 child->SetParent(m_Parent); in Attach()
231 child->SetParent(NULL); in Detach()
244 void SetParent(TParent* parent) in SetParent() function
269 void SetParent(MParent* parent) { m_Parent = parent; }\
/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmMessage.h97 void SetParent( SmMessage* parent ) in SetParent() function
111 child->SetParent( this ); in AddChild()
/NW4C-1.3.3/include/nw/gfx/
Dgfx_SceneNode.h237 (*child)->SetParent(NULL); in DestroyBranch()
575 this->SetParent(NULL); in SceneNode()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SceneNode.cpp227 this->m_Children.SetParent(this); in Initialize()