// 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_FFPUSHBUTTON_H_ #define XFA_FXFA_CXFA_FFPUSHBUTTON_H_ #include "v8/include/cppgc/member.h" #include "xfa/fxfa/cxfa_fffield.h" #define XFA_FWL_PSBSTYLEEXT_HiliteInverted … #define XFA_FWL_PSBSTYLEEXT_HilitePush … #define XFA_FWL_PSBSTYLEEXT_HiliteOutLine … class CXFA_Button; class CXFA_TextLayout; class CXFA_TextProvider; class CXFA_FFPushButton final : public CXFA_FFField { … }; #endif // XFA_FXFA_CXFA_FFPUSHBUTTON_H_