MidlePayQml 0.0.4
MiddlePay QML module
qrcodegen::QrCode Member List

This is the complete list of members for qrcodegen::QrCode, including all inherited members.

Ecc enum nameqrcodegen::QrCode
encodeBinary(const std::vector< std::uint8_t > &data, Ecc ecl)qrcodegen::QrCodestatic
encodeSegments(const std::vector< QrSegment > &segs, Ecc ecl, int minVersion=1, int maxVersion=40, int mask=-1, bool boostEcl=true)qrcodegen::QrCodestatic
encodeText(const char *text, Ecc ecl)qrcodegen::QrCodestatic
getErrorCorrectionLevel() constqrcodegen::QrCode
getMask() constqrcodegen::QrCode
getModule(int x, int y) constqrcodegen::QrCode
getSize() constqrcodegen::QrCode
getVersion() constqrcodegen::QrCode
MAX_VERSIONqrcodegen::QrCodestatic
MIN_VERSIONqrcodegen::QrCodestatic
QrCode(int ver, Ecc ecl, const std::vector< std::uint8_t > &dataCodewords, int msk)qrcodegen::QrCode