Searched refs:CFWL_CustomImp (Results 1 – 1 of 1) sorted by relevance
1033 class CFWL_CustomImp : public CFWL_WidgetImp { class1035 CFWL_CustomImp(const CFWL_WidgetImpProperties& properties,1044 CFWL_CustomImp::CFWL_CustomImp(const CFWL_WidgetImpProperties& properties, in CFWL_CustomImp() function in CFWL_CustomImp1047 FWL_ERR CFWL_CustomImp::GetWidgetRect(CFX_RectF& rect, FX_BOOL bAutoSize) { in GetWidgetRect()1054 FWL_ERR CFWL_CustomImp::Update() { in Update()1060 FWL_ERR CFWL_CustomImp::SetProxy(IFWL_Proxy* pProxy) { in SetProxy()1069 CFWL_CustomImp* pCustomImpl = new CFWL_CustomImp(properties, pOuter); in Create()1076 return static_cast<CFWL_CustomImp*>(GetImpl())->SetProxy(pProxy); in SetProxy()