Home
last modified time | relevance | path

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

/NW4C-1.3.3/demos/Nw4cDemo/include/
DSmMessage.h44 m_Child( NULL ), in SmMessage()
68 if ( m_Enable && m_Child )
70 ret = m_Child->sendMessageSub( type, object, targetId );
113 if ( !m_Child ) in AddChild()
115 m_Child = child; in AddChild()
121 SmMessage* tmp = m_Child->getNextTail(); in AddChild()
146 if ( next->m_Child ) in DrawTree()
148 next->m_Child->DrawTree(); in DrawTree()
155 if ( m_Visible && m_Child ) in DrawTree()
157 m_Child->DrawTree(); in DrawTree()
[all …]
DSmInitialFileParser.h204 m_Child( NULL ), in SmCmd()
245 SmCmd* m_Child; variable