// Copyright 2014 The PDFium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #ifndef XFA_FXFA_CXFA_FFFIELD_H_ #define XFA_FXFA_CXFA_FFFIELD_H_ #include "xfa/fwl/cfwl_widget.h" #include "xfa/fwl/ifwl_widgetdelegate.h" #include "xfa/fxfa/cxfa_ffpageview.h" #include "xfa/fxfa/cxfa_ffwidget.h" class CXFA_FFDropDown; class CXFA_Node; class CXFA_FFField : public CXFA_FFWidget, public IFWL_WidgetDelegate { … }; inline CXFA_FFDropDown* ToDropDown(CXFA_FFField* field) { … } #endif // XFA_FXFA_CXFA_FFFIELD_H_