Searched refs:m_pOuter (Results 1 – 9 of 9) sorted by relevance
53 IFWL_WidgetDelegate* pDelegate = m_pOwner->m_pOuter->SetDelegate(NULL); in OnProcessMessage()
133 m_pOuter = static_cast<CFWL_ComboBoxImp*>(pOuter->GetImpl()); in CFWL_ComboEditImp()192 m_pOuter->SetFocus(bSet); in SetComboBoxFocus()274 pOwner->TransformTo(m_pOuter, fx, fy); in ClientToOuter()335 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListFocusChanged()336 if (pKill->m_pSetFocus == m_pOwner->m_pOuter || in OnDropListFocusChanged()362 event.m_pSrcTarget = m_pOwner->m_pOuter; in OnDropListMouseMove()370 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListMouseMove()380 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListLButtonDown()386 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListLButtonUp()408 static_cast<CFWL_ComboBoxImp*>(m_pOwner->m_pOuter->GetImpl()); in OnDropListKey()[all …]
194 static_cast<CFWL_DateTimePickerImp*>(m_pOwner->m_pOuter->GetImpl()); in DisForm_OnProcessMessage()266 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonDownEx()298 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonUpEx()312 if (!m_pOwner->m_pOuter) in OnLButtonUpEx()319 static_cast<IFWL_DateTimePicker*>(m_pOwner->m_pOuter); in OnLButtonUpEx()406 static_cast<CFWL_DateTimePickerImp*>(m_pOwner->m_pOuter->GetImpl()); in DisForm_OnLButtonUpEx()
807 m_pOuter = pOuter; in SetOuter()1529 if (!m_pOuter) { in Layout()1536 } else if (m_pOuter->GetClassID() == FWL_CLASSHASH_DateTimePicker) { in Layout()1538 part.m_pWidget = m_pOuter; in Layout()1540 static_cast<CFX_RectF*>(m_pOuter->GetThemeProvider()->GetCapacity( in Layout()
235 m_pOuter = pOuter; in SetOuter()
731 if (!m_pOuter) { in CalcSize()
239 return m_pOuter; in GetOuter()510 m_pOuter(pOuter), in CFWL_WidgetImp()628 IFWL_Widget* pRet = m_pOuter; in GetRootOuter()845 if (m_pOuter) { in DispatchEvent()846 IFWL_WidgetDelegate* pDelegate = m_pOuter->SetDelegate(NULL); in DispatchEvent()
144 IFWL_Widget* m_pOuter; variable
41 CFWL_ComboBoxImp* m_pOuter; variable