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

Side by Side Diff: xfa/include/fwl/lightwidget/combobox.h

Issue 1827923002: Move xfa/include/fwl/{core,basewidget} to xfa/fwl/{core,basewidget}. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/include/fwl/lightwidget/checkbox.h ('k') | xfa/include/fwl/lightwidget/datetimepicker.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_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_ 7 #ifndef XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
8 #define XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_ 8 #define XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
9 9
10 #include <memory> 10 #include <memory>
11 #include <vector> 11 #include <vector>
12 12
13 #include "xfa/include/fwl/basewidget/fwl_combobox.h" 13 #include "xfa/fwl/basewidget/ifwl_combobox.h"
14 #include "xfa/include/fwl/lightwidget/widget.h" 14 #include "xfa/include/fwl/lightwidget/widget.h"
15 15
16 class CFWL_WidgetProperties; 16 class CFWL_WidgetProperties;
17 class IFWL_ComboBoxDP; 17 class IFWL_ComboBoxDP;
18 class CFWL_ComboBoxDP; 18 class CFWL_ComboBoxDP;
19 class CFWL_ComboBoxItem; 19 class CFWL_ComboBoxItem;
20 20
21 class CFWL_ComboBox : public CFWL_Widget { 21 class CFWL_ComboBox : public CFWL_Widget {
22 public: 22 public:
23 static CFWL_ComboBox* Create(); 23 static CFWL_ComboBox* Create();
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 CFX_RectF m_rtItem; 135 CFX_RectF m_rtItem;
136 FX_DWORD m_dwStyles; 136 FX_DWORD m_dwStyles;
137 CFX_WideString m_wsText; 137 CFX_WideString m_wsText;
138 CFX_DIBitmap* m_pDIB; 138 CFX_DIBitmap* m_pDIB;
139 FX_DWORD m_dwCheckState; 139 FX_DWORD m_dwCheckState;
140 CFX_RectF m_rtCheckBox; 140 CFX_RectF m_rtCheckBox;
141 void* m_pData; 141 void* m_pData;
142 }; 142 };
143 143
144 #endif // XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_ 144 #endif // XFA_INCLUDE_FWL_LIGHTWIDGET_COMBOBOX_H_
OLDNEW
« no previous file with comments | « xfa/include/fwl/lightwidget/checkbox.h ('k') | xfa/include/fwl/lightwidget/datetimepicker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698