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

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

Issue 2273893002: Display content of the annotation when mouse hover. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Display content of the annotation when mouse hover. Created 4 years, 3 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/cpdfsdk_baannothandler.h ('k') | testing/SUPPRESSIONS » ('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>
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
609 #endif // PDF_ENABLE_XFA 609 #endif // PDF_ENABLE_XFA
610 610
611 private: 611 private:
612 int GetPageIndexForStaticPDF() const; 612 int GetPageIndexForStaticPDF() const;
613 613
614 CFX_Matrix m_curMatrix; 614 CFX_Matrix m_curMatrix;
615 UnderlyingPageType* const m_page; 615 UnderlyingPageType* const m_page;
616 std::unique_ptr<CPDF_AnnotList> m_pAnnotList; 616 std::unique_ptr<CPDF_AnnotList> m_pAnnotList;
617 std::vector<CPDFSDK_Annot*> m_fxAnnotArray; 617 std::vector<CPDFSDK_Annot*> m_fxAnnotArray;
618 CPDFSDK_Document* const m_pSDKDoc; 618 CPDFSDK_Document* const m_pSDKDoc;
619 #ifdef PDF_ENABLE_XFA
620 CPDFSDK_Annot* m_CaptureWidget; 619 CPDFSDK_Annot* m_CaptureWidget;
621 #else // PDF_ENABLE_XFA 620 #ifndef PDF_ENABLE_XFA
622 CPDFSDK_Widget* m_CaptureWidget;
623 FX_BOOL m_bTakeOverPage; 621 FX_BOOL m_bTakeOverPage;
624 #endif // PDF_ENABLE_XFA 622 #endif // PDF_ENABLE_XFA
625 FX_BOOL m_bEnterWidget; 623 FX_BOOL m_bEnterWidget;
626 FX_BOOL m_bExitWidget; 624 FX_BOOL m_bExitWidget;
627 FX_BOOL m_bOnWidget; 625 FX_BOOL m_bOnWidget;
628 FX_BOOL m_bValid; 626 FX_BOOL m_bValid;
629 FX_BOOL m_bLocked; 627 FX_BOOL m_bLocked;
630 }; 628 };
631 629
632 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_ 630 #endif // FPDFSDK_INCLUDE_FSDK_MGR_H_
OLDNEW
« no previous file with comments | « fpdfsdk/include/cpdfsdk_baannothandler.h ('k') | testing/SUPPRESSIONS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698