VGamepad PC
The Windows app for the virtual game controller.
|
This is the complete list of members for qrcodegen::QrSegment, including all inherited members.
ALPHANUMERIC_CHARSET | qrcodegen::QrSegment | privatestatic |
data | qrcodegen::QrSegment | private |
getData() const | qrcodegen::QrSegment | |
getMode() const | qrcodegen::QrSegment | |
getNumChars() const | qrcodegen::QrSegment | |
getTotalBits(const std::vector< QrSegment > &segs, int version) | qrcodegen::QrSegment | static |
isAlphanumeric(const char *text) | qrcodegen::QrSegment | static |
isNumeric(const char *text) | qrcodegen::QrSegment | static |
makeAlphanumeric(const char *text) | qrcodegen::QrSegment | static |
makeBytes(const std::vector< std::uint8_t > &data) | qrcodegen::QrSegment | static |
makeEci(long assignVal) | qrcodegen::QrSegment | static |
makeNumeric(const char *digits) | qrcodegen::QrSegment | static |
makeSegments(const char *text) | qrcodegen::QrSegment | static |
mode | qrcodegen::QrSegment | private |
numChars | qrcodegen::QrSegment | private |
QrSegment(const Mode &md, int numCh, const std::vector< bool > &dt) | qrcodegen::QrSegment | |
QrSegment(const Mode &md, int numCh, std::vector< bool > &&dt) | qrcodegen::QrSegment |