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 |
RSblock * | rsblock |
int | oddbits |
int | count |
Definition at line 192 of file qrencode.c.
int MQRRawCode::count |
Definition at line 200 of file qrencode.c.
Referenced by MQRraw_getCode(), and MQRraw_new().
unsigned char * MQRRawCode::datacode |
Definition at line 196 of file qrencode.c.
Referenced by MQRraw_free(), MQRraw_getCode(), and MQRraw_new().
int MQRRawCode::dataLength |
Definition at line 194 of file qrencode.c.
Referenced by MQRraw_getCode(), MQRraw_new(), and QRcode_encodeMaskMQR().
unsigned char * MQRRawCode::ecccode |
Definition at line 197 of file qrencode.c.
Referenced by MQRraw_free(), MQRraw_getCode(), and MQRraw_new().
int MQRRawCode::eccLength |
Definition at line 195 of file qrencode.c.
Referenced by MQRraw_getCode(), MQRraw_new(), and QRcode_encodeMaskMQR().
int MQRRawCode::oddbits |
Definition at line 199 of file qrencode.c.
Referenced by MQRraw_new(), and QRcode_encodeMaskMQR().
RSblock * MQRRawCode::rsblock |
Definition at line 198 of file qrencode.c.
Referenced by MQRraw_free(), and MQRraw_new().
int MQRRawCode::version |
Definition at line 193 of file qrencode.c.
Referenced by MQRraw_new(), and QRcode_encodeMaskMQR().