This is the complete list of members for qrcodegen::QrCode, including all inherited members.
appendErrorCorrection(const std::vector< std::uint8_t > &data) const | qrcodegen::QrCode | private |
applyMask(int mask) | qrcodegen::QrCode | private |
drawAlignmentPattern(int x, int y) | qrcodegen::QrCode | private |
drawCodewords(const std::vector< std::uint8_t > &data) | qrcodegen::QrCode | private |
drawFinderPattern(int x, int y) | qrcodegen::QrCode | private |
drawFormatBits(int mask) | qrcodegen::QrCode | private |
drawFunctionPatterns() | qrcodegen::QrCode | private |
drawVersion() | qrcodegen::QrCode | private |
ECC_CODEWORDS_PER_BLOCK | qrcodegen::QrCode | privatestatic |
encodeBinary(const std::vector< std::uint8_t > &data, Ecc ecl) | qrcodegen::QrCode | static |
encodeSegments(const std::vector< QrSegment > &segs, Ecc ecl, int minVersion=1, int maxVersion=40, int mask=-1, bool boostEcl=true) | qrcodegen::QrCode | static |
encodeText(const char *text, Ecc ecl) | qrcodegen::QrCode | static |
errorCorrectionLevel | qrcodegen::QrCode | private |
getAlignmentPatternPositions(int ver) | qrcodegen::QrCode | privatestatic |
getErrorCorrectionLevel() const | qrcodegen::QrCode | |
getMask() const | qrcodegen::QrCode | |
getModule(int x, int y) const | qrcodegen::QrCode | |
getNumDataCodewords(int ver, Ecc ecl) | qrcodegen::QrCode | privatestatic |
getNumRawDataModules(int ver) | qrcodegen::QrCode | privatestatic |
getPenaltyScore() const | qrcodegen::QrCode | private |
getSize() const | qrcodegen::QrCode | |
getVersion() const | qrcodegen::QrCode | |
handleConstructorMasking(int mask) | qrcodegen::QrCode | private |
isFunction | qrcodegen::QrCode | private |
mask | qrcodegen::QrCode | private |
MAX_VERSION | qrcodegen::QrCode | static |
MIN_VERSION | qrcodegen::QrCode | static |
module(int x, int y) const | qrcodegen::QrCode | private |
modules | qrcodegen::QrCode | private |
NUM_ERROR_CORRECTION_BLOCKS | qrcodegen::QrCode | privatestatic |
PENALTY_N1 | qrcodegen::QrCode | privatestatic |
PENALTY_N2 | qrcodegen::QrCode | privatestatic |
PENALTY_N3 | qrcodegen::QrCode | privatestatic |
PENALTY_N4 | qrcodegen::QrCode | privatestatic |
QrCode(int ver, Ecc ecl, const std::vector< std::uint8_t > &dataCodewords, int mask) | qrcodegen::QrCode | |
setFunctionModule(int x, int y, bool isBlack) | qrcodegen::QrCode | private |
size | qrcodegen::QrCode | private |
toSvgString(int border) const | qrcodegen::QrCode | |
version | qrcodegen::QrCode | private |