Home
last modified time | relevance | path

Searched refs:DeleteObj (Results 1 – 10 of 10) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp54 Layout::DeleteObj(m_pFont); in ~FontRefLink()
83 Layout::DeleteObj(pLink); in Finalize()
144 Layout::DeleteObj(pLink); in UnregistFont()
Dlyt_TextureContainer.cpp63 Layout::DeleteObj(pLink); in Finalize()
123 Layout::DeleteObj(pLink); in UnregistTexture()
Dlyt_Group.cpp70 Layout::DeleteObj(&(*currIt)); in ~Group()
95 Layout::DeleteObj(&(*currIt)); in ~GroupContainer()
Dlyt_Layout.cpp169 DeleteObj(m_pGroupContainer); in ~Layout()
173 DeleteObj(m_pRootPane); in ~Layout()
180 DeleteObj(&(*currIt)); in ~Layout()
325 DeleteObj(pAnimTransform); in DeleteAnimTransform()
Dlyt_Picture.cpp121 Layout::DeleteObj(m_pMaterial); in ~Picture()
151 Layout::DeleteObj(m_pMaterial); in SetMaterial()
Dlyt_ResourceAccessor.cpp81 Layout::DeleteObj(pResFont); in LoadFont()
Dlyt_TextBox.cpp194 Layout::DeleteObj(m_pMaterial); in ~TextBox()
219 Layout::DeleteObj(m_pMaterial); in SetMaterial()
Dlyt_Window.cpp274 Layout::DeleteObj(pMaterial); in ~Frame()
482 Layout::DeleteObj(m_pMaterial); in ~Window()
891 Layout::DeleteObj(m_Frames[frameIdx].pMaterial); in SetFrameMaterial()
916 Layout::DeleteObj(m_pMaterial); in SetContentMaterial()
Dlyt_Pane.cpp361 Layout::DeleteObj(&(*currIt)); in ~Pane()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h771 static void DeleteObj(T* pObj) in DeleteObj() function