Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Side by Side Diff: fpdfsdk/include/fsdk_mgr.h

Issue 2252723002: Split fpdfsdk/fsdk_baseform.h into individual classes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Split fpdfsdk/fsdk_baseform.h into individual classes. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « fpdfsdk/include/fsdk_baseform.h ('k') | fpdfsdk/include/pdfsdk_fieldaction.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 PDFium Authors. All rights reserved. 1 // Copyright 2014 PDFium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com 5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 6
7 #ifndef FPDFSDK_INCLUDE_FSDK_MGR_H_ 7 #ifndef FPDFSDK_INCLUDE_FSDK_MGR_H_
8 #define FPDFSDK_INCLUDE_FSDK_MGR_H_ 8 #define FPDFSDK_INCLUDE_FSDK_MGR_H_
9 9
10 #include <map> 10 #include <map>
11 #include <memory> 11 #include <memory>
12 #include <vector> 12 #include <vector>
13 13
14 #include "core/fpdfapi/fpdf_page/include/cpdf_page.h" 14 #include "core/fpdfapi/fpdf_page/include/cpdf_page.h"
15 #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" 15 #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h"
16 #include "core/fpdfdoc/include/cpdf_occontext.h" 16 #include "core/fpdfdoc/include/cpdf_occontext.h"
17 #include "fpdfsdk/cfx_systemhandler.h" 17 #include "fpdfsdk/cfx_systemhandler.h"
18 #include "fpdfsdk/include/cpdfsdk_annot.h" 18 #include "fpdfsdk/include/cpdfsdk_annot.h"
19 #include "fpdfsdk/include/fsdk_actionhandler.h" 19 #include "fpdfsdk/include/fsdk_actionhandler.h"
20 #include "fpdfsdk/include/fsdk_baseform.h"
21 #include "fpdfsdk/include/fsdk_common.h" 20 #include "fpdfsdk/include/fsdk_common.h"
22 #include "fpdfsdk/include/fsdk_define.h" 21 #include "fpdfsdk/include/fsdk_define.h"
23 #include "public/fpdf_formfill.h" 22 #include "public/fpdf_formfill.h"
24 #include "public/fpdf_fwlevent.h" 23 #include "public/fpdf_fwlevent.h"
25 24
26 class CFFL_IFormFiller; 25 class CFFL_IFormFiller;
27 class CFX_SystemHandler; 26 class CFX_SystemHandler;
28 class CPDF_AnnotList; 27 class CPDF_AnnotList;
29 class CPDFSDK_ActionHandler; 28 class CPDFSDK_ActionHandler;
30 class CPDFSDK_Annot; 29 class CPDFSDK_Annot;
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 FX_BOOL m_bTakeOverPage; 626 FX_BOOL m_bTakeOverPage;
628 #endif // PDF_ENABLE_XFA 627 #endif // PDF_ENABLE_XFA
629 FX_BOOL m_bEnterWidget; 628 FX_BOOL m_bEnterWidget;
630 FX_BOOL m_bExitWidget; 629 FX_BOOL m_bExitWidget;
631 FX_BOOL m_bOnWidget; 630 FX_BOOL m_bOnWidget;
632 FX_BOOL m_bValid; 631 FX_BOOL m_bValid;
633 FX_BOOL m_bLocked; 632 FX_BOOL m_bLocked;
634 }; 633 };
635 634
636 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_ 635 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_
OLDNEW
« no previous file with comments | « fpdfsdk/include/fsdk_baseform.h ('k') | fpdfsdk/include/pdfsdk_fieldaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698