#include <qrcode_gen.hpp>
◆ Ecc
| Enumerator |
|---|
| LOW | |
| MEDIUM | |
| QUARTILE | |
| HIGH | |
◆ QrCode()
◆ encodeBinary()
◆ encodeSegments()
| QrCode Esterv::Utils::QrGen::QrCode::encodeSegments |
( |
const std::vector< QrSegment > & |
segs, |
|
|
Ecc |
ecl, |
|
|
int |
minVersion = 1, |
|
|
int |
maxVersion = 40, |
|
|
int |
mask = -1, |
|
|
bool |
boostEcl = true |
|
) |
| |
|
static |
◆ encodeText()
| QrCode Esterv::Utils::QrGen::QrCode::encodeText |
( |
const char * |
text, |
|
|
Ecc |
ecl |
|
) |
| |
|
static |
◆ getErrorCorrectionLevel()
| QrCode::Ecc Esterv::Utils::QrGen::QrCode::getErrorCorrectionLevel |
( |
| ) |
const |
◆ getMask()
| int Esterv::Utils::QrGen::QrCode::getMask |
( |
| ) |
const |
◆ getModule()
| bool Esterv::Utils::QrGen::QrCode::getModule |
( |
int |
x, |
|
|
int |
y |
|
) |
| const |
◆ getSize()
| int Esterv::Utils::QrGen::QrCode::getSize |
( |
| ) |
const |
◆ getVersion()
| int Esterv::Utils::QrGen::QrCode::getVersion |
( |
| ) |
const |
◆ MAX_VERSION
| constexpr int Esterv::Utils::QrGen::QrCode::MAX_VERSION = 40 |
|
staticconstexpr |
◆ MIN_VERSION
| constexpr int Esterv::Utils::QrGen::QrCode::MIN_VERSION = 1 |
|
staticconstexpr |
The documentation for this class was generated from the following files: