Searched refs:m_pOuter (Results 1 – 10 of 10) sorted by relevance
70 return pOwner ? pOwner->TransformTo(m_pOuter, ret) : ret; in ClientToOuter()124 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListFocusChanged()125 if (pKill->m_pSetFocus == m_pOuter || in OnDropListFocusChanged()151 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListMouseMove()160 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonDown()165 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListLButtonUp()186 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKey()211 pKey->m_pDstTarget = m_pOuter; in OnDropListKey()225 CFWL_ComboBox* pOuter = static_cast<CFWL_ComboBox*>(m_pOuter); in OnDropListKeyDown()
21 m_pOuter = static_cast<CFWL_ComboBox*>(pOuter); in CFWL_ComboEdit()65 m_pOuter->SetFocus(true); in OnProcessMessage()
82 CFWL_Widget* GetOuter() const { return m_pOuter; } in GetOuter()154 CFWL_Widget* m_pOuter; variable
32 CFWL_ComboBox* m_pOuter;
39 m_pOuter->GetDelegate()->OnProcessMessage(pMessage); in OnProcessMessage()
44 m_pOuter(pOuter), in CFWL_Widget()309 CFWL_Widget* pRet = m_pOuter; in GetRootOuter()501 if (m_pOuter) { in DispatchEvent()502 m_pOuter->GetDelegate()->OnProcessEvent(pEvent); in DispatchEvent()
51 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnProcessMessage()
762 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonDown()790 CFWL_DateTimePicker* pIPicker = static_cast<CFWL_DateTimePicker*>(m_pOuter); in OnLButtonUp()799 if (!m_pOuter) in OnLButtonUp()840 static_cast<CFWL_DateTimePicker*>(m_pOuter); in DisForm_OnLButtonUp()
365 m_pOuter = pOuter; in SetOuter()847 if (!m_pOuter) { in Layout()852 } else if (m_pOuter->GetClassID() == FWL_Type::DateTimePicker) { in Layout()853 part.m_pWidget = m_pOuter; in Layout()
475 if (!m_pOuter) { in CalcSize()