Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
BC_ASCIIEncoder.h
Go to the documentation of this file.
1// Copyright 2014 The PDFium Authors
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6
7#ifndef FXBARCODE_DATAMATRIX_BC_ASCIIENCODER_H_
8#define FXBARCODE_DATAMATRIX_BC_ASCIIENCODER_H_
9
10#include "fxbarcode/datamatrix/BC_Encoder.h"
11
13
14class CBC_ASCIIEncoder final : public CBC_Encoder {
15 public:
17 ~CBC_ASCIIEncoder() override;
18
19 // CBC_Encoder
21 bool Encode(CBC_EncoderContext* context) override;
22};
23
24#endif // FXBARCODE_DATAMATRIX_BC_ASCIIENCODER_H_
bool Encode(CBC_EncoderContext *context) override
~CBC_ASCIIEncoder() override
CBC_HighLevelEncoder::Encoding GetEncodingMode() override
void writeCodeword(wchar_t codeword)
void SignalEncoderChange(CBC_HighLevelEncoder::Encoding encoding)
static const wchar_t LATCH_TO_TEXT
static const wchar_t LATCH_TO_ANSIX12
static const wchar_t LATCH_TO_BASE256
static bool IsExtendedASCII(wchar_t ch)
static const wchar_t LATCH_TO_C40
static const wchar_t UPPER_SHIFT
static const wchar_t LATCH_TO_EDIFACT
const wchar_t * c_str() const
Definition widestring.h:81
bool FXSYS_IsDecimalDigit(wchar_t c)