Searched refs:m_pProxy (Results 1 – 4 of 4) sorted by relevance
93 IFWL_Proxy* m_pProxy; member in CFWL_CustomPanelImp100 m_pProxy(nullptr) {} in CFWL_CustomPanelImp()103 if (bAutoSize && m_pProxy && in GetWidgetRect()104 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()110 if (m_pProxy) { in Update()111 return m_pProxy->Update(); in Update()125 m_pProxy = pProxy; in SetProxy()
1042 IFWL_Proxy* m_pProxy; member in CFWL_CustomImp1046 : CFWL_WidgetImp(properties, pOuter), m_pProxy(NULL) {} in CFWL_CustomImp()1048 if (m_pProxy && in GetWidgetRect()1049 (m_pProxy->GetWidgetRect(rect, bAutoSize) == FWL_ERR_Succeeded)) { in GetWidgetRect()1055 if (m_pProxy) { in Update()1056 return m_pProxy->Update(); in Update()1061 m_pProxy = pProxy; in SetProxy()
178 CFWL_FormProxyImp* m_pProxy; variable
1137 m_pProxy = static_cast<CFWL_FormProxyImp*>(m_pForm->GetImpl()); in InitProxyForm()1140 m_pProxy->SetDelegate(m_pListProxyDelegate); in InitProxyForm()