7#ifndef FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
8#define FXBARCODE_QRCODE_BC_QRCODERVERSION_H_
12#include "fxbarcode/qrcode/BC_QRCoderECBlocks.h"
36 const int32_t m_versionNumber;
37 int32_t m_totalCodeWords;
38 std::unique_ptr<CBC_QRCoderECBlocks> m_ecBlocksArray[4];
void BC_Library_Destroy()
~CBC_QRCoderEncoder()=delete
CBC_QRCoderEncoder()=delete
static bool Encode(WideStringView content, const CBC_QRCoderErrorCorrectionLevel *ecLevel, CBC_QRCoder *qrCode)
~CBC_QRCoderErrorCorrectionLevel()
static CBC_QRCoderErrorCorrectionLevel * Q
static CBC_QRCoderErrorCorrectionLevel * H
static CBC_QRCoderErrorCorrectionLevel * L
static CBC_QRCoderErrorCorrectionLevel * M
static CBC_QRCoderMode * sNUMERIC
int32_t GetCharacterCountBits(int32_t number) const
static CBC_QRCoderMode * sBYTE
static CBC_QRCoderMode * sALPHANUMERIC
int32_t GetDimensionForVersion() const
CBC_QRCoderVersion(int32_t versionNumber, const CBC_QRCoderECBlockData data[4])
int32_t GetVersionNumber() const
static const CBC_QRCoderVersion * GetVersionForNumber(int32_t versionNumber)
static constexpr int32_t kMaxVersion
int32_t GetTotalCodeWords() const
const CBC_QRCoderECBlocks * GetECBlocksForLevel(const CBC_QRCoderErrorCorrectionLevel &ecLevel) const
int32_t GetSymbolDataHeight() const
int32_t GetSymbolWidth() const
virtual ~CBC_SymbolInfo()
int32_t GetSymbolHeight() const
size_t data_capacity() const
size_t GetDataLengthForInterleavedBlock() const
int32_t matrix_height() const
size_t GetErrorLengthForInterleavedBlock() const
static const CBC_SymbolInfo * Lookup(size_t data_codewords, bool allow_rectangular)
int32_t GetSymbolDataWidth() const
virtual size_t GetInterleavedBlockCount() const
int32_t matrix_width() const
size_t error_codewords() const
CBC_SymbolInfo(const Data *data)