![]() |
NDEVR
API Documentation
|
This is the complete list of members for QrCode, including all inherited members.
| Ecc enum name | QrCode | |
| encodeBinary(const uint01 *data, uint04 size, Ecc ecl) | QrCode | static |
| encodeLink(const char *text, Ecc ecl) | QrCode | static |
| encodeSegments(const QrSegmentBuffer &segs, Ecc ecl, int minVersion=1, int maxVersion=40, int mask=-1, bool boostEcl=true) | QrCode | static |
| encodeText(const char *text, Ecc ecl) | QrCode | static |
| getErrorCorrectionLevel() const | QrCode | |
| getMask() const | QrCode | |
| getModule(int x, int y) const | QrCode | |
| getSize() const | QrCode | |
| getVersion() const | QrCode | |
| MAX_VERSION | QrCode | static |
| MIN_VERSION | QrCode | static |
| QrCode(int ver, Ecc ecl, const Buffer< std::uint8_t > &dataCodewords, int msk) | QrCode | |
| toSVG(uint04 border, RGBColor color, RGBColor background=Constant< RGBColor >::Invalid) const | QrCode |