Home
last modified time | relevance | path

Searched refs:m_pRootPane (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/lyt/
Dlyt_Layout.h545 return m_pRootPane; in GetRootPane()
850 m_pRootPane = pPane; in SetRootPane()
891 Pane* m_pRootPane; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Layout.cpp161 : m_pRootPane(0), in Layout()
171 if (m_pRootPane && !m_pRootPane->IsUserAllocated()) in ~Layout()
173 DeleteObj(m_pRootPane); in ~Layout()