From ed4038bc335385b7e341d8de5c2bec8db5dcdcb6 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Mon, 22 Jan 2018 18:43:17 +0000 Subject: Move the UI elements from CXFA_WidgetAcc to CXFA_Node This CL moves the methods and members related to the UI nodes from the CXFA_WidgetAcc class to the CXFA_Node class. Change-Id: I1fdc5173787141065f1e607bbfefa3b22af738b4 Reviewed-on: https://pdfium-review.googlesource.com/23290 Reviewed-by: Henrique Nakashima Commit-Queue: dsinclair --- xfa/fxfa/cxfa_widgetacc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'xfa/fxfa/cxfa_widgetacc.h') diff --git a/xfa/fxfa/cxfa_widgetacc.h b/xfa/fxfa/cxfa_widgetacc.h index f21ace9d95..ac885cb2f2 100644 --- a/xfa/fxfa/cxfa_widgetacc.h +++ b/xfa/fxfa/cxfa_widgetacc.h @@ -93,10 +93,6 @@ class CXFA_WidgetAcc { CXFA_Node* GetNode() const { return m_pNode; } - CXFA_Node* GetUIChild(); - XFA_Element GetUIType(); - CFX_RectF GetUIMargin(); - bool IsOpenAccess() const; bool IsListBox(); bool IsAllowNeutral(); @@ -104,8 +100,6 @@ class CXFA_WidgetAcc { bool IsChoiceListAllowTextEntry(); bool IsMultiLine(); - CXFA_Border* GetUIBorder(); - std::vector GetEventByActivity(XFA_AttributeEnum iActivity, bool bIsFormReady); @@ -221,8 +215,6 @@ class CXFA_WidgetAcc { std::unique_ptr m_pLayoutData; bool m_bIsNull; bool m_bPreNull; - CXFA_Node* m_pUiChildNode; - XFA_Element m_eUIType; CXFA_Node* m_pNode; }; -- cgit v1.2.3