|
VGamepad PC
The PC app for the virtual game controller.
|
#include <qrcodegen.hpp>
Classes | |
| class | Mode |
Public Member Functions | |
| QrSegment (const Mode &md, int numCh, const std::vector< bool > &dt) | |
| QrSegment (const Mode &md, int numCh, std::vector< bool > &&dt) | |
| const Mode & | getMode () const |
| int | getNumChars () const |
| const std::vector< bool > & | getData () const |
Static Public Member Functions | |
| static QrSegment | makeBytes (const std::vector< std::uint8_t > &data) |
| static QrSegment | makeNumeric (const char *digits) |
| static QrSegment | makeAlphanumeric (const char *text) |
| static std::vector< QrSegment > | makeSegments (const char *text) |
| static QrSegment | makeEci (long assignVal) |
| static bool | isNumeric (const char *text) |
| static bool | isAlphanumeric (const char *text) |
| static int | getTotalBits (const std::vector< QrSegment > &segs, int version) |
Private Attributes | |
| const Mode * | mode |
| int | numChars |
| std::vector< bool > | data |
Static Private Attributes | |
| static const char * | ALPHANUMERIC_CHARSET |
| qrcodegen::QrSegment::QrSegment | ( | const Mode & | md, |
| int | numCh, | ||
| const std::vector< bool > & | dt ) |
| qrcodegen::QrSegment::QrSegment | ( | const Mode & | md, |
| int | numCh, | ||
| std::vector< bool > && | dt ) |
| const std::vector< bool > & qrcodegen::QrSegment::getData | ( | ) | const |
| const Mode & qrcodegen::QrSegment::getMode | ( | ) | const |
| int qrcodegen::QrSegment::getNumChars | ( | ) | const |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprivate |
|
private |
|
private |
|
private |