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_QRCoderECBlocks.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_QRCODE_BC_QRCODERECBLOCKS_H_
8#define FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
9
10#include <stdint.h>
11
13
15 public:
16 explicit CBC_QRCoderECBlocks(const CBC_QRCoderECBlockData& data);
18
19 int32_t GetNumBlocks() const;
20 int32_t GetTotalECCodeWords() const;
21 int32_t GetTotalDataCodeWords() const;
22
23 private:
24 int32_t GetECCodeWordsPerBlock() const;
25
26 const CBC_QRCoderECBlockData& m_data;
27};
28
29#endif // FXBARCODE_QRCODE_BC_QRCODERECBLOCKS_H_
void BC_Library_Init()
void BC_Library_Destroy()
int32_t GetTotalECCodeWords() const
CBC_QRCoderECBlocks(const CBC_QRCoderECBlockData &data)
int32_t GetNumBlocks() const
int32_t GetTotalDataCodeWords() const
~CBC_QRCoderEncoder()=delete
CBC_QRCoderEncoder()=delete
static bool Encode(WideStringView content, const CBC_QRCoderErrorCorrectionLevel *ecLevel, CBC_QRCoder *qrCode)
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
int32_t GetBits() const
static void Finalize()
static void Initialize()
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 void Finalize()
static const CBC_SymbolInfo * Lookup(size_t data_codewords, bool allow_rectangular)
static void Initialize()
int32_t GetSymbolDataWidth() const
virtual size_t GetInterleavedBlockCount() const
int32_t matrix_width() const
size_t error_codewords() const
CBC_SymbolInfo(const Data *data)