| // Copyright 2016 PDFium Authors. All rights reserved. |
| // 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 FPDFSDK_CPDFSDK_WIDGETHANDLER_H_ |
| #define FPDFSDK_CPDFSDK_WIDGETHANDLER_H_ |
| #include "core/fxcrt/fx_coordinates.h" |
| #include "fpdfsdk/ipdfsdk_annothandler.h" |
| class CPDFSDK_WidgetHandler final : public IPDFSDK_AnnotHandler { |
| ~CPDFSDK_WidgetHandler() override; |
| std::unique_ptr<CPDFSDK_Annot> NewAnnot(CPDF_Annot* pAnnot, |
| CPDFSDK_PageView* pPageView) override; |
| #endif // FPDFSDK_CPDFSDK_WIDGETHANDLER_H_ |