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

Side by Side Diff: xfa/fwl/core/ifwl_adapterwidgetmgr.h

Issue 1902083002: Remove fullscreen code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 | « xfa/fwl/core/fwl_sdadapterimp.cpp ('k') | xfa/fwl/core/ifwl_app.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 XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_ 7 #ifndef XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_
8 #define XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_ 8 #define XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_
9 9
10 #include "core/fxcrt/include/fx_coordinates.h" 10 #include "core/fxcrt/include/fx_coordinates.h"
(...skipping 26 matching lines...) Expand all
37 FX_BOOL bBig) = 0; 37 FX_BOOL bBig) = 0;
38 virtual FWL_ERR SetWidgetCaption(IFWL_Widget* pWidget, 38 virtual FWL_ERR SetWidgetCaption(IFWL_Widget* pWidget,
39 const CFX_WideStringC& wsCaption) = 0; 39 const CFX_WideStringC& wsCaption) = 0;
40 virtual FWL_ERR SetBorderRegion(IFWL_Widget* pWidget, CFX_Path* pPath) = 0; 40 virtual FWL_ERR SetBorderRegion(IFWL_Widget* pWidget, CFX_Path* pPath) = 0;
41 virtual FWL_ERR SetTransparent(IFWL_Widget* pWidget, uint32_t dwAlpha) = 0; 41 virtual FWL_ERR SetTransparent(IFWL_Widget* pWidget, uint32_t dwAlpha) = 0;
42 virtual FWL_ERR ShowWidget(IFWL_Widget* pWidget) = 0; 42 virtual FWL_ERR ShowWidget(IFWL_Widget* pWidget) = 0;
43 virtual FWL_ERR HideWidget(IFWL_Widget* pWidget) = 0; 43 virtual FWL_ERR HideWidget(IFWL_Widget* pWidget) = 0;
44 virtual FWL_ERR SetNormal(IFWL_Widget* pWidget) = 0; 44 virtual FWL_ERR SetNormal(IFWL_Widget* pWidget) = 0;
45 virtual FWL_ERR SetMaximize(IFWL_Widget* pWidget) = 0; 45 virtual FWL_ERR SetMaximize(IFWL_Widget* pWidget) = 0;
46 virtual FWL_ERR SetMinimize(IFWL_Widget* pWidget) = 0; 46 virtual FWL_ERR SetMinimize(IFWL_Widget* pWidget) = 0;
47 virtual FWL_ERR SetFullScreen(IFWL_Widget* pWidget, FX_BOOL bFullScreen) = 0;
48 virtual FX_BOOL CheckMessage() = 0; 47 virtual FX_BOOL CheckMessage() = 0;
49 virtual FX_BOOL IsIdleMessage() = 0; 48 virtual FX_BOOL IsIdleMessage() = 0;
50 virtual FWL_ERR DispatchMessage() = 0; 49 virtual FWL_ERR DispatchMessage() = 0;
51 virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget, 50 virtual FWL_ERR RepaintWidget(IFWL_Widget* pWidget,
52 const CFX_RectF* pRect) = 0; 51 const CFX_RectF* pRect) = 0;
53 virtual FWL_ERR Exit(int32_t iExitCode) = 0; 52 virtual FWL_ERR Exit(int32_t iExitCode) = 0;
54 virtual FWL_ERR CreateWidgetWithNativeId(IFWL_Widget* pWidget, 53 virtual FWL_ERR CreateWidgetWithNativeId(IFWL_Widget* pWidget,
55 void* UserData) = 0; 54 void* UserData) = 0;
56 virtual FWL_ERR GetWidgetDC(IFWL_Widget* pWidget, void*& pDC) = 0; 55 virtual FWL_ERR GetWidgetDC(IFWL_Widget* pWidget, void*& pDC) = 0;
57 virtual FWL_ERR ReleaseWidgetDC(IFWL_Widget* pWidget, 56 virtual FWL_ERR ReleaseWidgetDC(IFWL_Widget* pWidget,
(...skipping 14 matching lines...) Expand all
72 FX_FLOAT& r, 71 FX_FLOAT& r,
73 FX_FLOAT& b) = 0; 72 FX_FLOAT& b) = 0;
74 virtual FX_BOOL GetPopupPos(IFWL_Widget* pWidget, 73 virtual FX_BOOL GetPopupPos(IFWL_Widget* pWidget,
75 FX_FLOAT fMinHeight, 74 FX_FLOAT fMinHeight,
76 FX_FLOAT fMaxHeight, 75 FX_FLOAT fMaxHeight,
77 const CFX_RectF& rtAnchor, 76 const CFX_RectF& rtAnchor,
78 CFX_RectF& rtPopup) = 0; 77 CFX_RectF& rtPopup) = 0;
79 }; 78 };
80 79
81 #endif // XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_ 80 #endif // XFA_FWL_CORE_IFWL_ADAPTERWIDGETMGR_H_
OLDNEW
« no previous file with comments | « xfa/fwl/core/fwl_sdadapterimp.cpp ('k') | xfa/fwl/core/ifwl_app.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698