Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp52 Layout::DeleteObj(m_pFont); in ~FontRefLink()
81 Layout::DeleteObj(pLink); in Finalize()
142 Layout::DeleteObj(pLink); in UnregistFont()
Dlyt_TextureContainer.cpp65 Layout::DeleteObj(pLink); in Finalize()
125 Layout::DeleteObj(pLink); in UnregistTexture()
Dlyt_Group.cpp68 Layout::DeleteObj(&(*currIt)); in ~Group()
93 Layout::DeleteObj(&(*currIt)); in ~GroupContainer()
Dlyt_Layout.cpp167 DeleteObj(m_pGroupContainer); in ~Layout()
171 DeleteObj(m_pRootPane); in ~Layout()
178 DeleteObj(&(*currIt)); in ~Layout()
323 DeleteObj(pAnimTransform); in DeleteAnimTransform()
Dlyt_Picture.cpp119 Layout::DeleteObj(m_pMaterial); in ~Picture()
149 Layout::DeleteObj(m_pMaterial); in SetMaterial()
Dlyt_ResourceAccessor.cpp79 Layout::DeleteObj(pResFont); in LoadFont()
Dlyt_TextBox.cpp192 Layout::DeleteObj(m_pMaterial); in ~TextBox()
217 Layout::DeleteObj(m_pMaterial); in SetMaterial()
Dlyt_Window.cpp272 Layout::DeleteObj(pMaterial); in ~Frame()
480 Layout::DeleteObj(m_pMaterial); in ~Window()
889 Layout::DeleteObj(m_Frames[frameIdx].pMaterial); in SetFrameMaterial()
914 Layout::DeleteObj(m_pMaterial); in SetContentMaterial()
Dlyt_Pane.cpp359 Layout::DeleteObj(&(*currIt)); in ~Pane()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_Layout.h769 static void DeleteObj(T* pObj) in DeleteObj() function