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

Side by Side Diff: xfa/include/fwl/basewidget/fwl_barcode.h

Issue 1741003002: Cleanup forward declarations. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
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_BASEWIDGET_FWL_BARCODE_H_ 7 #ifndef XFA_INCLUDE_FWL_BASEWIDGET_FWL_BARCODE_H_
8 #define XFA_INCLUDE_FWL_BASEWIDGET_FWL_BARCODE_H_ 8 #define XFA_INCLUDE_FWL_BASEWIDGET_FWL_BARCODE_H_
9 9
10 #include "xfa/include/fwl/basewidget/fwl_edit.h" 10 #include "xfa/include/fwl/basewidget/fwl_edit.h"
11 #include "xfa/include/fxbarcode/BC_BarCode.h" 11 #include "xfa/include/fxbarcode/BC_BarCode.h"
12 12
13 class CFWL_WidgetImpProperties; 13 class CFWL_WidgetImpProperties;
14 class IFWL_Widget;
15 class IFWL_BarcodeDP;
16 class IFWL_Barcode; 14 class IFWL_Barcode;
17 #define FWL_CLASS_Barcode L"FWL_BARCODE" 15 #define FWL_CLASS_Barcode L"FWL_BARCODE"
18 #define FWL_CLASSHASH_Barcode 366886968 16 #define FWL_CLASSHASH_Barcode 366886968
19 #define FWL_BCDATTRIBUTE_CHARENCODING (1L << 0) 17 #define FWL_BCDATTRIBUTE_CHARENCODING (1L << 0)
20 #define FWL_BCDATTRIBUTE_MODULEHEIGHT (1L << 1) 18 #define FWL_BCDATTRIBUTE_MODULEHEIGHT (1L << 1)
21 #define FWL_BCDATTRIBUTE_MODULEWIDTH (1L << 2) 19 #define FWL_BCDATTRIBUTE_MODULEWIDTH (1L << 2)
22 #define FWL_BCDATTRIBUTE_DATALENGTH (1L << 3) 20 #define FWL_BCDATTRIBUTE_DATALENGTH (1L << 3)
23 #define FWL_BCDATTRIBUTE_CALCHECKSUM (1L << 4) 21 #define FWL_BCDATTRIBUTE_CALCHECKSUM (1L << 4)
24 #define FWL_BCDATTRIBUTE_PRINTCHECKSUM (1L << 5) 22 #define FWL_BCDATTRIBUTE_PRINTCHECKSUM (1L << 5)
25 #define FWL_BCDATTRIBUTE_TEXTLOCATION (1L << 6) 23 #define FWL_BCDATTRIBUTE_TEXTLOCATION (1L << 6)
(...skipping 29 matching lines...) Expand all
55 public: 53 public:
56 static IFWL_Barcode* Create(const CFWL_WidgetImpProperties& properties); 54 static IFWL_Barcode* Create(const CFWL_WidgetImpProperties& properties);
57 void SetType(BC_TYPE type); 55 void SetType(BC_TYPE type);
58 FX_BOOL IsProtectedType(); 56 FX_BOOL IsProtectedType();
59 57
60 protected: 58 protected:
61 IFWL_Barcode(); 59 IFWL_Barcode();
62 }; 60 };
63 61
64 #endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_BARCODE_H_ 62 #endif // XFA_INCLUDE_FWL_BASEWIDGET_FWL_BARCODE_H_
OLDNEW
« no previous file with comments | « xfa/include/fwl/adapter/fwl_adapterwidgetmgr.h ('k') | xfa/include/fwl/basewidget/fwl_combobox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698