Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/lyt/
Dlyt_Layout.h543 return m_pRootPane; in GetRootPane()
848 m_pRootPane = pPane; in SetRootPane()
881 Pane* m_pRootPane; variable
/NW4C-1.2.23/sources/libraries/lyt/
Dlyt_Layout.cpp159 : m_pRootPane(0), in Layout()
169 if (m_pRootPane && !m_pRootPane->IsUserAllocated()) in ~Layout()
171 DeleteObj(m_pRootPane); in ~Layout()