diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-01-29 20:38:16 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-01-29 20:38:16 +0000 |
commit | 59cdc7dc88310bd8cdf2ace60e0f567561d38dbb (patch) | |
tree | 298be106e7d44cb418e8ee7592428fc3d94b7796 /xfa/fxfa/parser/cxfa_node.h | |
parent | 32d5de5948ff8a54b24d79e1f032857874b6053f (diff) | |
download | pdfium-59cdc7dc88310bd8cdf2ace60e0f567561d38dbb.tar.xz |
Move barcode code to CXFA_Barcode
This CL moves the barcode specific code out of CXFA_Node and into
CXFA_Barcode. The CXFA_FFBarcode widget was modified to take the barcode
as a parameter.
Change-Id: I8ff91cb58402665f4ba63f2eeced45feeaa9ff50
Reviewed-on: https://pdfium-review.googlesource.com/24450
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/parser/cxfa_node.h')
-rw-r--r-- | xfa/fxfa/parser/cxfa_node.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/xfa/fxfa/parser/cxfa_node.h b/xfa/fxfa/parser/cxfa_node.h index ae7f4bae99..99b035dfc7 100644 --- a/xfa/fxfa/parser/cxfa_node.h +++ b/xfa/fxfa/parser/cxfa_node.h @@ -299,21 +299,6 @@ class CXFA_Node : public CXFA_Object { CXFA_Script* script, CXFA_EventParam* pEventParam); - // TODO(dsinclair): Figure out how to move this to cxfa_barcode. - WideString GetBarcodeType(); - Optional<BC_CHAR_ENCODING> GetBarcodeAttribute_CharEncoding(); - Optional<bool> GetBarcodeAttribute_Checksum(); - Optional<int32_t> GetBarcodeAttribute_DataLength(); - Optional<char> GetBarcodeAttribute_StartChar(); - Optional<char> GetBarcodeAttribute_EndChar(); - Optional<int32_t> GetBarcodeAttribute_ECLevel(); - Optional<int32_t> GetBarcodeAttribute_ModuleWidth(); - Optional<int32_t> GetBarcodeAttribute_ModuleHeight(); - Optional<bool> GetBarcodeAttribute_PrintChecksum(); - Optional<BC_TEXT_LOC> GetBarcodeAttribute_TextLocation(); - Optional<bool> GetBarcodeAttribute_Truncate(); - Optional<int8_t> GetBarcodeAttribute_WideNarrowRatio(); - CXFA_Node* GetUIChildNode(); XFA_FFWidgetType GetFFWidgetType(); |