![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "fxbarcode/qrcode/BC_QRCoderEncoder.h"#include <stdint.h>#include <algorithm>#include <memory>#include <optional>#include <utility>#include <vector>#include "core/fxcrt/check.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/data_vector.h"#include "core/fxcrt/fx_string.h"#include "core/fxcrt/stl_util.h"#include "fxbarcode/common/BC_CommonByteMatrix.h"#include "fxbarcode/common/reedsolomon/BC_ReedSolomon.h"#include "fxbarcode/common/reedsolomon/BC_ReedSolomonGF256.h"#include "fxbarcode/qrcode/BC_QRCoder.h"#include "fxbarcode/qrcode/BC_QRCoderBitVector.h"#include "fxbarcode/qrcode/BC_QRCoderECBlockData.h"#include "fxbarcode/qrcode/BC_QRCoderMaskUtil.h"#include "fxbarcode/qrcode/BC_QRCoderMatrixUtil.h"#include "fxbarcode/qrcode/BC_QRCoderMode.h"#include "fxbarcode/qrcode/BC_QRCoderVersion.h"Go to the source code of this file.
Typedefs | |
| using | ModeStringPair = std::pair<CBC_QRCoderMode*, ByteString> |
| typedef std::pair< CBC_QRCoderMode *, ByteString > ModeStringPair = std::pair<CBC_QRCoderMode*, ByteString> |
Definition at line 49 of file BC_QRCoderEncoder.cpp.