TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
Public Attributes | List of all members
QRRawCode Struct Reference

#include <qrencode_inner.h>

Public Attributes

int version
 
int dataLength
 
int eccLength
 
unsigned char * datacode
 
unsigned char * ecccode
 
int b1
 
int blocks
 
RSblockrsblock
 
int count
 

Detailed Description

Definition at line 48 of file qrencode.c.

Member Data Documentation

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().


The documentation for this struct was generated from the following files: