Searched refs:m_Child (Results 1 – 2 of 2) sorted by relevance
47 m_Child( NULL ), in SmMessage()71 if ( m_Enable && m_Child )73 ret = m_Child->sendMessageSub( type, object, targetId );116 if ( !m_Child ) in AddChild()118 m_Child = child; in AddChild()124 SmMessage* tmp = m_Child->getNextTail(); in AddChild()149 if ( next->m_Child ) in DrawTree()151 next->m_Child->DrawTree(); in DrawTree()158 if ( m_Visible && m_Child ) in DrawTree()160 m_Child->DrawTree(); in DrawTree()[all …]
206 m_Child( NULL ), in SmCmd()247 SmCmd* m_Child; variable