Searched refs:CFWL_FormProxyImp (Results 1 – 7 of 7) sorted by relevance
15 CFWL_FormProxyImp::CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties, in CFWL_FormProxyImp() function in CFWL_FormProxyImp18 CFWL_FormProxyImp::~CFWL_FormProxyImp() {} in ~CFWL_FormProxyImp()19 FWL_ERR CFWL_FormProxyImp::GetClassName(CFX_WideString& wsClass) const { in GetClassName()23 FX_DWORD CFWL_FormProxyImp::GetClassID() const { in GetClassID()26 FX_BOOL CFWL_FormProxyImp::IsInstance(const CFX_WideStringC& wsClass) const { in IsInstance()32 FWL_ERR CFWL_FormProxyImp::Initialize() { in Initialize()38 FWL_ERR CFWL_FormProxyImp::Finalize() { in Finalize()43 FWL_ERR CFWL_FormProxyImp::Update() { in Update()46 FWL_ERR CFWL_FormProxyImp::DrawWidget(CFX_Graphics* pGraphics, in DrawWidget()50 CFWL_FormProxyImpDelegate::CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner) in CFWL_FormProxyImpDelegate()
38 CFWL_FormProxyImp* pFormProxyImpl = new CFWL_FormProxyImp(properties, pOuter); in Create()
1137 m_pProxy = static_cast<CFWL_FormProxyImp*>(m_pForm->GetImpl()); in InitProxyForm()
13 class CFWL_FormProxyImp; variable15 class CFWL_FormProxyImp : public CFWL_FormImp {17 CFWL_FormProxyImp(const CFWL_WidgetImpProperties& properties,19 ~CFWL_FormProxyImp();34 CFWL_FormProxyImpDelegate(CFWL_FormProxyImp* pOwner);38 CFWL_FormProxyImp* m_pOwner;
20 class CFWL_FormProxyImp; variable178 CFWL_FormProxyImp* m_pProxy;
19 class CFWL_FormProxyImp; variable
28 CFWL_FormProxyImp* pFormProxyImpl = new CFWL_FormProxyImp(properties, pOuter); in CreateFormProxy()