Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/ut/
Dut_Children.h69 child->SetParent(NULL); in operator()
212 child->SetParent(m_Parent); in Attach()
227 child->SetParent(NULL); in Detach()
240 void SetParent(TParent* parent) in SetParent() function
265 void SetParent(MParent* parent) { m_Parent = parent; }\
/NW4C-1.2.23/demos/Nw4cDemo/include/
DSmMessage.h97 void SetParent( SmMessage* parent ) in SetParent() function
111 child->SetParent( this ); in AddChild()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneNode.h192 (*child)->SetParent(NULL); in DestroyBranch()
524 this->SetParent(NULL); in SceneNode()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SceneNode.cpp212 this->m_Children.SetParent(this); in Initialize()