TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <qrencode_inner.h>
Public Attributes | |
int | version |
int | dataLength |
int | eccLength |
unsigned char * | datacode |
unsigned char * | ecccode |
int | b1 |
int | blocks |
RSblock * | rsblock |
int | count |
Definition at line 48 of file qrencode.c.
int QRRawCode::b1 |
Definition at line 54 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
int QRRawCode::blocks |
Definition at line 55 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
int QRRawCode::count |
Definition at line 57 of file qrencode.c.
Referenced by QRraw_getCode(), and QRraw_new().
unsigned char * QRRawCode::datacode |
Definition at line 52 of file qrencode.c.
Referenced by QRraw_free(), and QRraw_new().
int QRRawCode::dataLength |
Definition at line 50 of file qrencode.c.
Referenced by QRcode_encodeMask(), QRraw_getCode(), and QRraw_new().
unsigned char * QRRawCode::ecccode |
Definition at line 53 of file qrencode.c.
Referenced by QRraw_free(), and QRraw_new().
int QRRawCode::eccLength |
Definition at line 51 of file qrencode.c.
Referenced by QRcode_encodeMask(), QRraw_getCode(), and QRraw_new().
RSblock * QRRawCode::rsblock |
Definition at line 56 of file qrencode.c.
Referenced by QRraw_free(), QRraw_getCode(), and QRraw_new().
int QRRawCode::version |
Definition at line 49 of file qrencode.c.
Referenced by QRcode_encodeMask(), and QRraw_new().