#include <qrcodegen.hpp>
◆ QrSegment() [1/2]
qrcodegen::QrSegment::QrSegment |
( |
const Mode & | md, |
|
|
int | numCh, |
|
|
const std::vector< bool > & | dt ) |
◆ QrSegment() [2/2]
qrcodegen::QrSegment::QrSegment |
( |
const Mode & | md, |
|
|
int | numCh, |
|
|
std::vector< bool > && | dt ) |
◆ getData()
const std::vector< bool > & qrcodegen::QrSegment::getData |
( |
| ) |
const |
◆ getMode()
const Mode & qrcodegen::QrSegment::getMode |
( |
| ) |
const |
◆ getNumChars()
int qrcodegen::QrSegment::getNumChars |
( |
| ) |
const |
◆ getTotalBits()
static int qrcodegen::QrSegment::getTotalBits |
( |
const std::vector< QrSegment > & | segs, |
|
|
int | version ) |
|
static |
◆ isAlphanumeric()
static bool qrcodegen::QrSegment::isAlphanumeric |
( |
const char * | text | ) |
|
|
static |
◆ isNumeric()
static bool qrcodegen::QrSegment::isNumeric |
( |
const char * | text | ) |
|
|
static |
◆ makeAlphanumeric()
static QrSegment qrcodegen::QrSegment::makeAlphanumeric |
( |
const char * | text | ) |
|
|
static |
◆ makeBytes()
static QrSegment qrcodegen::QrSegment::makeBytes |
( |
const std::vector< std::uint8_t > & | data | ) |
|
|
static |
◆ makeEci()
static QrSegment qrcodegen::QrSegment::makeEci |
( |
long | assignVal | ) |
|
|
static |
◆ makeNumeric()
static QrSegment qrcodegen::QrSegment::makeNumeric |
( |
const char * | digits | ) |
|
|
static |
◆ makeSegments()
static std::vector< QrSegment > qrcodegen::QrSegment::makeSegments |
( |
const char * | text | ) |
|
|
static |
◆ ALPHANUMERIC_CHARSET
const char* qrcodegen::QrSegment::ALPHANUMERIC_CHARSET |
|
staticprivate |
◆ data
std::vector<bool> qrcodegen::QrSegment::data |
|
private |
◆ mode
const Mode* qrcodegen::QrSegment::mode |
|
private |
◆ numChars
int qrcodegen::QrSegment::numChars |
|
private |
The documentation for this class was generated from the following file: